[issue32986] multiprocessing, default assumption of Pool size unhelpful

Antoine Pitrou report at bugs.python.org
Wed Mar 7 17:35:03 EST 2018


Antoine Pitrou <pitrou at free.fr> added the comment:

> So this seems like a reasonable heuristic approach to me.

You mean duplicating "nproc"'s logic in Python?  If someone wants to do the grunt work of implementing/testing it...

There's also the question of how that affects non-scientific workloads. People can use thread pools or process pools for other purposes, such as distributing (blocking) I/O.

----------

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


More information about the Python-bugs-list mailing list