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 bquinlan
Recipients Nam.Nguyen, bquinlan, r.david.murray
Date 2012-06-11.02:55:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339383313.47.0.711866990635.issue14119@psf.upfronthosting.co.za>
In-reply-to
Content
Hey Nam,

I'm not sure that I understand. You want ThreadPoolExecutor.submit to block if there are too many work items in the queue? Are you sure that this happens currently with ProcessPoolExecutor? I can't see why it would.
History
Date User Action Args
2012-06-11 02:55:13bquinlansetrecipients: + bquinlan, r.david.murray, Nam.Nguyen
2012-06-11 02:55:13bquinlansetmessageid: <1339383313.47.0.711866990635.issue14119@psf.upfronthosting.co.za>
2012-06-11 02:55:12bquinlanlinkissue14119 messages
2012-06-11 02:55:12bquinlancreate