[issue14119] Ability to adjust queue size in Executors

Victor Varvariuc report at bugs.python.org
Tue Jan 7 09:42:46 CET 2014


Victor Varvariuc added the comment:

Maybe I should have created another issue for this, but without this issue being solved, the new issue will not help much.
Here it is:
http://hg.python.org/cpython/file/37caaf21f827/Lib/concurrent/futures/thread.py#l63
After running an work item `work_queue.task_done()` is not called.
So it's difficult to know if worker threads have any more work to do.
http://stackoverflow.com/questions/20965754/determine-if-worker-threads-are-doing-any-work?noredirect=1#comment31495804_20965754

----------
nosy: +Victor.Varvariuc

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


More information about the Python-bugs-list mailing list