Message Queue

Message queues can be described as an internal linked list in the kernel's address space. Messages can be sent to the queue and retrieved from the queue in several different ways. Each message queue is uniquely identified by an IPC identifier.

01_message_queue.png

More information: Message Queues

Last updated

Was this helpful?