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


Groups > comp.lang.python > #16551

Re: Multiprocessing: killing children when parent dies

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news-transit.tcx.org.uk!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.030
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'subject:when': 0.07; 'python': 0.08; 'am,': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'posix': 0.16; '\xa0in': 0.16; 'wrote:': 0.18; 'programming': 0.21; 'dec': 0.22; 'header:In- Reply-To:1': 0.22; 'sat,': 0.25; 'separate': 0.28; 'message- id:@mail.gmail.com': 0.28; 'context,': 0.30; 'oop': 0.30; 'talked': 0.30; 'to:addr:python-list': 0.34; 'languages': 0.35; 'thread': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'talk': 0.39; 'received:209': 0.40; 'to:addr:python.org': 0.40; '2011': 0.61; 'receive': 0.68; 'received:209.85.216.174': 0.80; 'erlang': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=KiATHOWZibO1Mk7NaoEs4bROyZBfLZ7Zy9wXsfVsSWU=; b=brEfy8jaNfFCpxfa8SaOo1D34a8kMz0DYGarQ9TQWmPInMBl1lgjxsu7qGuOqxrLkf evdSX33qIz39jOJiAc0TShUiUdS4tR+NUl5e4A6IJHb98EDoRKolofZz5EKr9idVRz9X mxr8fVO0n8i0IHowWz2IQLqreks1nUvyrnC9k=
MIME-Version 1.0
In-Reply-To <31747430.412.1322841476524.JavaMail.geo-discussion-forums@prfx15>
References <CAGGWHE7b-4UvtinLW2U4jWv_uD7_nLMCQBxLjZ2rFEjsTxkZAQ@mail.gmail.com> <mailman.3224.1322838818.27778.python-list@python.org> <31747430.412.1322841476524.JavaMail.geo-discussion-forums@prfx15>
Date Sat, 3 Dec 2011 03:14:15 +1100
Subject Re: Multiprocessing: killing children when parent dies
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3228.1322842458.27778.python-list@python.org> (permalink)
Lines 9
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1322842458 news.xs4all.nl 6893 [2001:888:2000:d::a6]:41119
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:16551

Show key headers only | View raw


On Sat, Dec 3, 2011 at 2:57 AM, 88888 Dihedral
<dihedral88888@googlemail.com> wrote:
> Multiple thread supporting programming languages  in true OOP as Erlang and Python do not talk about POSIX signals.

The OP talked about multiprocessing. Each thread of execution is a
separate context, and can receive signals.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: Multiprocessing: killing children when parent dies Chris Angelico <rosuav@gmail.com> - 2011-12-03 02:13 +1100
  Re: Multiprocessing: killing children when parent dies 88888 Dihedral <dihedral88888@googlemail.com> - 2011-12-02 07:57 -0800
  Re: Multiprocessing: killing children when parent dies 88888 Dihedral <dihedral88888@googlemail.com> - 2011-12-02 07:57 -0800
    Re: Multiprocessing: killing children when parent dies Chris Angelico <rosuav@gmail.com> - 2011-12-03 03:14 +1100
      Re: Multiprocessing: killing children when parent dies 88888 Dihedral <dihedral88888@googlemail.com> - 2011-12-02 08:27 -0800
      Re: Multiprocessing: killing children when parent dies 88888 Dihedral <dihedral88888@googlemail.com> - 2011-12-02 08:27 -0800
        Re: Multiprocessing: killing children when parent dies Dan Stromberg <drsalists@gmail.com> - 2011-12-07 11:50 -0800

csiph-web