From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Crescioli To: "pthreads-win32@sourceware.cygnus.com" Subject: pthread, posix msg queues, and unix ipc Date: Thu, 02 Aug 2001 11:24:00 -0000 Message-id: <01C11B60.07C2C5A0.pcrescio@dsrnet.com> X-SW-Source: 2001/msg00086.html Hello all, I'm working on multiple platforms using pthreads and deciding on a message transfer mechanism for each platforms internal transfers - either posix message queues or unix IPC. Can someone tell me the main differences between Posix Message Queues and Unix IPC message transfers using msgget(), msgsnd(), msgrcv() ? Also, does Linux 2.x support posix message queues ? I cant seem to find mq_open, mq_send, etc.. on my Linux 2.4 box. Is this a Linux add-on I need to download off the net? Thanks, Phil