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 r.david.murray
Recipients amikoren@yahoo.com, gps, r.david.murray, sbt
Date 2015-12-09.15:34:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449675275.92.0.603346694882.issue25829@psf.upfronthosting.co.za>
In-reply-to
Content
Well, it sounds more like a problem of posix fork semantics.  What you need is to prevent workers from being spawned while the subprocess is running, which the multiprocessing API may not support (I'm not that familiar with it), and which might or might not work for your application in any case depending on what you are using each one for.

I'm not sure there's much Python can do to mitigate this problem, but I'll leave answering that to the experts :)
History
Date User Action Args
2015-12-09 15:34:36r.david.murraysetrecipients: + r.david.murray, gps, sbt, amikoren@yahoo.com
2015-12-09 15:34:35r.david.murraysetmessageid: <1449675275.92.0.603346694882.issue25829@psf.upfronthosting.co.za>
2015-12-09 15:34:35r.david.murraylinkissue25829 messages
2015-12-09 15:34:35r.david.murraycreate