[Python-ideas] Coroutines and PEP 380
Yuval Greenfield
ubershmekel at gmail.com
Thu Jan 26 08:53:02 CET 2012
On Thu, Jan 26, 2012 at 4:08 AM, Matt Joiner <anacrolix at gmail.com> wrote:
> Used for concurrency with an eventing scheduler in Python they give:
>
> * Massive concurrency with minimal system impact (try 20k threads
> instead of 20k coroutines),
> * Side-step the GIL,
>
>
How would the eventing scheduler and coroutines side-step the GIL?
Yuval
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20120126/d45aeb61/attachment.html>
More information about the Python-ideas
mailing list