[issue46046] I/O bound threads got to no chance to run with small CPU bound threads with new GIL
Souvik Ghosh added the comment: Python-ideas link in here:- https://mail.python.org/archives/list/python-id...@python.org/message/A5MX6SQUHP65JC6V5ZFCCHMMJURM4KHB/ -- ___ Python tracker <https://bugs.python.org/issue46
[issue46046] I/O bound threads got to no chance to run with small CPU bound threads with new GIL
New submission from Souvik Ghosh : According to David Beazley' talk in PyCon'2010 in Atlanta Georgia, he demonstrated about a new GIL with running CPU bound and I/O bound threads together. He said the talk that the threads which are forced to timeout of 5ms, will have the lowe