[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Posix Inter-process comunication on RH 7.1
- To: Gold Edward <avieal(at-nospam)inter.net.il>
- Subject: Re: Posix Inter-process comunication on RH 7.1
- From: guy keren <choo(at-nospam)actcom.co.il>
- Date: Thu, 25 Oct 2001 00:11:57 +0200 (EET)
- cc: <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <3BD71293.59B415B3@inter.net.il>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
On Wed, 24 Oct 2001, Gold Edward wrote:
> Subject: Posix Inter-process comunication on RH 7.1
there isn't any. there isn't any in linux. there are beginnings of posix
shared memory in the 2.4 kernel, thought not necessarily in the C library
(glibc), and there are no posix msg queues nor posix semaphores in the
kernel. there is system V IPC - but you probably wouldn't want to port the
application to use _that_.
next time (next re-incarnation? next project? next workplace?) you might
use a portable library for system abstraction (e.g. ACE, if you're workig
in C++). but this time? i'm afraid your company wouldn't want to invest
time in this port.
--
guy
"For world domination - press 1,
or dial 0, and please hold, for the creator." -- nob o. dy
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il