Re: How do twisted and multiprocessing.Process create zombies?

2011-07-06 Thread Nobody
On Tue, 05 Jul 2011 14:52:49 -0700, bitcycle wrote: In python, using twisted loopingcall, multiprocessing.Process, and multiprocessing.Queue; is it possible to create a zombie process. And, if so, then how? A zombie is a process which has terminated but hasn't been wait()ed on (aka reaped) by

How do twisted and multiprocessing.Process create zombies?

2011-07-05 Thread bitcycle
In python, using twisted loopingcall, multiprocessing.Process, and multiprocessing.Queue; is it possible to create a zombie process. And, if so, then how? -- http://mail.python.org/mailman/listinfo/python-list

Re: How do twisted and multiprocessing.Process create zombies?

2011-07-05 Thread Stefan Behnel
bitcycle, 05.07.2011 23:52: In python, using twisted loopingcall, multiprocessing.Process, and multiprocessing.Queue; is it possible to create a zombie process. And, if so, then how? I think it's best to consult your local Voodoo master on the matter of zombie creation processes. That