[Python-ideas] An alternate approach to async IO

Sturla Molden sturla at molden.no
Tue Nov 27 23:12:12 CET 2012


Den 27. nov. 2012 kl. 22:48 skrev Trent Nelson <trent at snakebite.org>:

> 
>    Hrm, neither of those points are really flaws with my idea, you're
>    just suggesting two different ways of working with IOCP, both of
>    which wouldn't scale as well as a GIL-independent approach.

CPython is not a GIL-independent approach. You can stack ten thread pools om top of each other, but sooner or later you must call back to Python.
 
sturla




More information about the Python-ideas mailing list