[New-bugs-announce] [issue11635] concurrent.futures uses polling

Antoine Pitrou report at bugs.python.org
Tue Mar 22 18:36:39 CET 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

concurrent.futures uses polling in its worker threads and processes
(with a timeout of 0.1).
It means that:
1) this prevents CPUs to enter low power states durably
2) it incurs latency when calling shutdown() on an executor (this seems to be the main source of slowness in test_concurrent_futures under Linux)

----------
components: Library (Lib)
messages: 131756
nosy: bquinlan, gregory.p.smith, jyasskin, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: concurrent.futures uses polling
type: resource usage
versions: Python 3.3

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


More information about the New-bugs-announce mailing list