This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author avian
Recipients Giovanni.Bajo, avian, bobbyi, gregory.p.smith, neologix, nirai, pitrou, sdaoden, vstinner
Date 2011-07-05.13:04:42
SpamBayes Score 2.654312e-06
Marked as misclassified No
Message-id <1309871083.71.0.146155019353.issue6721@psf.upfronthosting.co.za>
In-reply-to
Content
> We can't do that, it would break existing code.

I would argue that such code is already broken.

> What do you mean by helper threads?

multiprocessing uses threads behind the scenes to handle queue traffic and such for individual forked processes. It's something I also wasn't aware of until Antoine pointed it out. It also has its own implementation of atfork hooks in an attempt to handle the locking issue.
History
Date User Action Args
2011-07-05 13:04:43aviansetrecipients: + avian, gregory.p.smith, pitrou, vstinner, nirai, bobbyi, neologix, Giovanni.Bajo, sdaoden
2011-07-05 13:04:43aviansetmessageid: <1309871083.71.0.146155019353.issue6721@psf.upfronthosting.co.za>
2011-07-05 13:04:43avianlinkissue6721 messages
2011-07-05 13:04:42aviancreate