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 Nam.Nguyen
Recipients Nam.Nguyen
Date 2012-02-25.00:19:01
SpamBayes Score 0.00047171855
Marked as misclassified No
Message-id <1330129142.34.0.452763799677.issue14119@psf.upfronthosting.co.za>
In-reply-to
Content
I am running into a memory consumption issue with concurrent.futures module. Its Executors do not have a public API to adjust their queue size.  and the queues are created unbounded initially.

It would be helpful to have some public method or a parameter at construction time to limit this queue size.
History
Date User Action Args
2012-02-25 00:19:02Nam.Nguyensetrecipients: + Nam.Nguyen
2012-02-25 00:19:02Nam.Nguyensetmessageid: <1330129142.34.0.452763799677.issue14119@psf.upfronthosting.co.za>
2012-02-25 00:19:01Nam.Nguyenlinkissue14119 messages
2012-02-25 00:19:01Nam.Nguyencreate