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
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