On 11-07-08 06:46, jelari wrote:
In message queue implementation, where exactly the messages are stored. Process A stores data in "MQ-1", and Process B retrieves messages from "MQ-1". Is message queue is implemented as shared memory or with any other technique. If any one let know the URL where the internals implementation of message queue is available, would be a grate help to me.
The old SysV message queues I saw from a follow-up.... they're just linked lists in kernel memory. see ipc/msg.c in the kernel source.
Rene. -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ