Hrvoje Niksic <[EMAIL PROTECTED]> writes:
> Note that I said "*file* input/output".  Twisted and asyncore are
> about asynchronous socket programming that polls over nonblocking file
> descriptors such as found in socket programming, not about wrapping
> aio(3) and the equivalent Windows APIs.

aio is also used for sockets, while twisted and asyncore use select or
something similar.  That is asynchronous but in a different sense of
the word.  See also: http://www.kegel.com/c10k.html
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to