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 stutzbach
Recipients bquinlan, stutzbach
Date 2010-11-20.18:30:50
SpamBayes Score 0.011998728
Marked as misclassified No
Message-id <1290277852.22.0.0224314626775.issue10437@psf.upfronthosting.co.za>
In-reply-to
Content
In my case, each thread launches a CPU-intensive process via subprocess, then waits for it to report output and exit.

Also, keep in mind that PyPy and IronPython don't have a GIL (although I'm not a PyPy or IronPython user myself).
History
Date User Action Args
2010-11-20 18:30:52stutzbachsetrecipients: + stutzbach, bquinlan
2010-11-20 18:30:52stutzbachsetmessageid: <1290277852.22.0.0224314626775.issue10437@psf.upfronthosting.co.za>
2010-11-20 18:30:51stutzbachlinkissue10437 messages
2010-11-20 18:30:51stutzbachcreate