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 Matt Spitz
Recipients Matt Spitz
Date 2015-08-17.20:09:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
On further investigation, it appears that we can't just check against the queue length, as it doesn't indicate whether threads are doing work or idle.

A change here will need a counter/semaphore to keep track of the number of idle/working threads, which may have negative performance implications.
History
Date User Action Args
2015-08-17 20:09:44Matt Spitzsetrecipients: + Matt Spitz
2015-08-17 20:09:44Matt Spitzsetmessageid: <[email protected]>
2015-08-17 20:09:44Matt Spitzlinkissue24882 messages
2015-08-17 20:09:44Matt Spitzcreate