[Python-Dev] IOCP (I/O Completion Port) in Python ? (original) (raw)
Guido van Rossum guido at python.org
Tue Sep 10 17:11:05 CEST 2013
- Previous message: [Python-Dev] IOCP (I/O Completion Port) in Python ?
- Next message: [Python-Dev] IOCP (I/O Completion Port) in Python ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
One will come with Tulip (http://code.google.com/p/tulip/), assuming we can get PEP 3156 accepted at least as "experimental" and the core Tulip code in the stdlib. At the moment the IOCP code there is pretty specialized for use with Tulip -- but if you want to help extracting the IOCP code from there for inclusion into the stdlib that would be great!
On Tue, Sep 10, 2013 at 3:58 AM, 张佩佩 <zhangpeipei812 at outlook.com> wrote:
Hello: I wondering why there is no standard IOCP module in Python ? As I know: Python3 have support epoll in linux and kqueue in freebsd. Is there a plan to add IOCP module for Windows ?
Regards! peipei
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/guido%40python.org
-- --Guido van Rossum (python.org/~guido) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20130910/15ddf52a/attachment.html>
- Previous message: [Python-Dev] IOCP (I/O Completion Port) in Python ?
- Next message: [Python-Dev] IOCP (I/O Completion Port) in Python ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]