Andrew Svetlov <[email protected]> added the comment: The problem of the example is: all 10000 tasks starts in the same moment, than waits for 1 sec each and at the same moment every task clones itself.
Adding a jitter into example can solve the issue. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue33115> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
