>>>>> Steve Holden <[EMAIL PROTECTED]> writes:

>> Rather than adding yet another platform-dependent module,
>> I'd like to see a unified Python interface in the stdlib
>> that uses whichever is the best one available.
>> 
> Of course that would mean establishing which *was* the best available 
> which, as we've seen this week, may not be easy.

There is a C aync event notification library called libevent which wraps
kqueue, epoll, /dev/poll etc and provides a unified interface (See 
http://www.monkey.org/~provos/libevent/).

Ganesan


-- 
Ganesan Rajagopal

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to