Next: posix shm, Previous: posix resources, Up: posix [Index]
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)
.
• posix mq attr: | Structure type struct-mq-attr .
| |
• posix mq api: | Message queues API. | |
• posix mq examples: | Simple examples of message queues usage. |