[Python-Dev] Synchronous and Asynchronous servers in the standard
library
"Martin v. Löwis"
martin at v.loewis.de
Tue Nov 9 06:49:06 CET 2004
Alex Martelli wrote:
> But if it's accurate it seems to me that -- on Windows --
> select does not allow smooth integration of non-socket sources while
> IOCP might.
I believe this is right. I don't see this as a problem, though - in the
typical asyncore application, what non-socket sources would you have?
Regards,
Martin
More information about the Python-Dev
mailing list