[issue33115] Asyncio loop blocks with a lot of parallel tasks

Yury Selivanov report at bugs.python.org
Wed Mar 21 11:55:47 EDT 2018


Yury Selivanov <yselivanov at gmail.com> added the comment:

Well, there's nothing we can do here, it's just a lot of work for a single-threaded process to get a 10000 tasks going.  You'll get the same picture in any other async Python framework.

----------

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


More information about the Python-bugs-list mailing list