TOC   Previous   Next

POSIX Message Queues

Asynchronous Notification

Instead of calling mq_receive(), a process can receive asynchronous notification when a message arrives on a previously empty queue.


(C) 2006, Michael Kerrisk