[issue39617] max_workers argument to concurrent.futures.ProcessPoolExecutor is not flexible enough

sds report at bugs.python.org
Thu Feb 20 16:02:20 EST 2020


sds <sds at gnu.org> added the comment:

On a closer observation, I think you are eminently right.
Idle workers take far far far too much RAM.
In fact, I would like to be able to specify that the workers are to be spinned up on demand only and terminated immediately when they they are done.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39617>
_______________________________________


More information about the Python-bugs-list mailing list