Multiprocessing: killing children when parent dies

Chris Angelico rosuav at gmail.com
Fri Dec 2 11:14:15 EST 2011


On Sat, Dec 3, 2011 at 2:57 AM, 88888 Dihedral
<dihedral88888 at 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



More information about the Python-list mailing list