[issue7946] Convoy effect with I/O bound threads and New GIL

Sophist report at bugs.python.org
Mon Mar 21 14:11:34 EDT 2022


Sophist <python at sodalis.co.uk> added the comment:

Please see also https://github.com/faster-cpython/ideas/discussions/328 for a proposal for a simple (much simpler than BFS) GIL scheduler only allocating the GIL between runable O/S threads waiting to have ownership of the GIL, and using the O/S scheduler for scheduling the threads.

----------
nosy: +Sophist

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


More information about the Python-bugs-list mailing list