Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #8896
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: How do twisted and multiprocessing.Process create zombies? |
| Date | 2011-07-05 22:26 -0700 |
| Organization | > Bestiaria Support Staff < |
| References | <e5608dd5-c4f7-4c5a-84e6-32f865061ea9@glegroupsg2000goo.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.682.1309930206.1164.python-list@python.org> (permalink) |
On Tue, 5 Jul 2011 14:52:49 -0700 (PDT), bitcycle
<sean.m.ochoa@gmail.com> declaimed the following in
gmane.comp.python.general:
> In python, using twisted loopingcall, multiprocessing.Process, and multiprocessing.Queue; is it possible to create a zombie process. And, if so, then how?
I'd suggest you read your OS documentation on just what a zombie
process is... Then extrapolate that to what multiprocessing and twisted
are doing behind the scenes.
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How do twisted and multiprocessing.Process create zombies? bitcycle <sean.m.ochoa@gmail.com> - 2011-07-05 14:52 -0700 Re: How do twisted and multiprocessing.Process create zombies? Stefan Behnel <stefan_ml@behnel.de> - 2011-07-06 02:47 +0200 Re: How do twisted and multiprocessing.Process create zombies? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-07-05 22:26 -0700 Re: How do twisted and multiprocessing.Process create zombies? Nobody <nobody@nowhere.com> - 2011-07-07 01:22 +0100
csiph-web