At 12:18 PM -0300 1/21/05, Martín Ferrari wrote:
Also, I found today the Elizabeth Mattijsen's forks.pm module, and
read that it uses TCP communication (why not UNIX, or -again- mmap?).
Patches are welcome. ;-)
Also: I''ve recently become to appreciate
memcached, and was wondering whether that wo
12:18pm, Martín Ferrari wrote:
Also, I found today the Elizabeth Mattijsen's forks.pm module, and
read that it uses TCP communication (why not UNIX, or -again- mmap?).
Anyway, that seems to me the best approach, as it would be lighter
than ithreads, and I just need to pass messages and a couple of
Hi,
I am in the process of writing an application which is a central
manager which should do a lot of IPC with databases, worker processes
(already written in C, receiving commands via UNIX sockets), and user
control via another UNIX socket.
Initially I tried using nonblocking IO, but I found a l