15 Mar
2002
15 Mar
'02
7:36 p.m.
Gilles Lenfant writes:
I need to wake up a (non Zope) process (or daemon) from an external method. What do you mean with "wake up"?
Under Unix, you have several options: something from the "ipc" (Inter Process Communication) package: names pipes, semaphores, shared memory, or sockets or signals. Dieter