8 Oct
2012
8 Oct
'12
3:35 p.m.
On Mon, Oct 8, 2012 at 5:39 AM, Christian Heimes <christian@python.org> wrote:
Python's standard library doesn't contain in interface to I/O Completion Ports. I think a common event loop system is a good reason to add IOCP if somebody is up for the challenge.
Would you prefer an IOCP wrapper in the stdlib or your own version? Twisted has its own Cython based wrapper, some other libraries use a libevent-based solution.
What's an IOCP? -- --Guido van Rossum (python.org/~guido)