Search Results

Search: Posts Made By: mikehenrty
32,928
Posted By zen29sky
UNIX Message Queues vs. Sockets
If I use sockets for IPC, and can easily distribute my applications.
UNIX Message Queues are local to the processor.

As I understand it, Message Queues still incur system call overhead, just...
32,928
Posted By Perderabo
There are two flavors of message queues... the...
There are two flavors of message queues... the old System V version (msgsend(), msgget(), etc) and the newer Posix version (mq_send(), mq_recieve(), etc). The Posix version is newer and more...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 04:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy