Next: , Previous: , Up: posix   [Index]


4.22 Message queues

POSIX message queues allow processes to exchange messages composed of arrays of bytes.

NOTE On GNU+Linux systems, for an introduction to the API we must refer to the manual page mq_overview(7).