Sync Zope ext. method with a another process (Unix)
14 Mar
2002
14 Mar
'02
7:44 p.m.
Hi, I need to wake up a (non Zope) process (or daemon) from an external method. This process is a long term process that cannot be run in sync with the external method (that returns in an asynchronous manner). Any idea for this ? Thanks in advance. --Gilles
15 Mar
15 Mar
7:36 p.m.
New subject: [Zope] Sync Zope ext. method with a another process (Unix)
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
8789
Age (days ago)
8790
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dieter Maurer -
Gilles Lenfant