select() on WinXP

grebekel at gmail.com grebekel at gmail.com
Thu Nov 23 11:17:14 EST 2006


I'm using it for sockets, it works on linux but not on Windows. The
actual code is something like (server side):

r, w, e = select.select(self.clients, [], self.clients, 5)

where self.clients is a list of accepted sockets.




More information about the Python-list mailing list