Summary of threading for experienced non-Python programmers?

Hrvoje Niksic hniksic at xemacs.org
Sat Mar 29 04:14:44 EDT 2008


"Diez B. Roggisch" <deets at nospam.web.de> 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.



More information about the Python-list mailing list