Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #57044 > unrolled thread

Multiprocessing: killing children when parent dies

Started byМарк Коренберг <socketpair@gmail.com>
First post2013-10-18 18:52 +0600
Last post2013-10-18 15:53 -0300
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  Multiprocessing: killing children when parent dies Марк Коренберг <socketpair@gmail.com> - 2013-10-18 18:52 +0600
    Re: Multiprocessing: killing children when parent dies John Ladasky <john_ladasky@sbcglobal.net> - 2013-10-18 09:18 -0700
      Re: Multiprocessing: killing children when parent dies Ricardo Aráoz <ricaraoz@gmail.com> - 2013-10-18 15:53 -0300

#57044 — Multiprocessing: killing children when parent dies

FromМарк Коренберг <socketpair@gmail.com>
Date2013-10-18 18:52 +0600
SubjectMultiprocessing: killing children when parent dies
Message-ID<mailman.1222.1382100801.18130.python-list@python.org>
import prctl

prct.set_pdeathsig(.....)
if os.getppid() == 1:
 raise AlreadyDead()

-- 
Segmentation fault

[toc] | [next] | [standalone]


#57064

FromJohn Ladasky <john_ladasky@sbcglobal.net>
Date2013-10-18 09:18 -0700
Message-ID<55b384ba-5029-40ad-8bb8-084300bd44a0@googlegroups.com>
In reply to#57044
What a lovely thread title!  And just in time for Halloween!  :^)

[toc] | [prev] | [next] | [standalone]


#57073

FromRicardo Aráoz <ricaraoz@gmail.com>
Date2013-10-18 15:53 -0300
Message-ID<mailman.1241.1382122745.18130.python-list@python.org>
In reply to#57064
El 18/10/13 13:18, John Ladasky escribió:
> What a lovely thread title!  And just in time for Halloween!  :^)

LOL
Couldn't that be construed as "sexism"?
Next we'll have a new long moronic thread about sexism and 
discrimination in mail subjects. Which will, as usual, leave a lot of 
satisfied egos and no result whatsoever.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web