[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Posix Inter-process comunication on RH 7.1




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