[New-bugs-announce] [issue14119] Ability to adjust queue size in Executors

Nam Nguyen report at bugs.python.org
Sat Feb 25 01:19:02 CET 2012


New submission from Nam Nguyen <bitsink at gmail.com>:

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.

----------
components: Library (Lib)
messages: 154175
nosy: Nam.Nguyen
priority: normal
severity: normal
status: open
title: Ability to adjust queue size in Executors
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14119>
_______________________________________


More information about the New-bugs-announce mailing list