"Diez B. Roggisch" <[EMAIL PROTECTED]> writes:

>> systems.  (In theory, file input/output should also be available as
>> asynchronous code, but async IO is low-level and not available in
>> Python.)  While threads shouldn't be considered a replacement for
>
> I suggest you tell that the twisted-guys. And the ones from the
> built-in asyncore-module.

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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to