Re: [Python-Dev] Child process freezes during fork pipe exec

2009-01-19 Thread Nick Coghlan
Gangadharan S.A. wrote: > Hi, > > Summary: > * In my organization, we have a *multi threaded* (threading library) > python (python 2.4.1) daemon on Linux, which starts up various processes > using the fork pipe exec model. The fork+threading combination had some fairly major issues that weren

[Python-Dev] Child process freezes during fork pipe exec

2009-01-19 Thread Gangadharan S.A.
Hi, Summary: * In my organization, we have a *multi threaded* (threading library) python (python 2.4.1) daemon on Linux, which starts up various processes using the fork pipe exec model. * We use this fork , wait on pipe , exec model as a form of handshake between the parent and child pr