Re: Implementation of POSIX mqueues in Linux 2.6

2007-08-03 Thread Jakub Jelinek
On Fri, Aug 03, 2007 at 09:59:32AM +, gregfe wrote: > I find little documentation on the actual implementation of POSIX message > queues in Linux, and need some advise. In particular, I am wondering > whether it supports inter-process *and* inter-thread communication, and if Not sure what exac

Implementation of POSIX mqueues in Linux 2.6

2007-08-03 Thread gregfe
Hi there, I find little documentation on the actual implementation of POSIX message queues in Linux, and need some advise. In particular, I am wondering whether it supports inter-process *and* inter-thread communication, and if can I manage to use shared memory pools for zero-copy messaging in ca