[python-win32] select.poll()

Gabriel Genellina gagsl-p32 at yahoo.com.ar
Wed May 3 00:04:08 CEST 2006


At Sunday 30/4/2006 05:04, Vahid Noroozi wrote:

>i have a python program that use sellect.poll() to control some 
>sockets but in windows we doesn't have sellect.poll()

You can use select.select() which is available on Windows too. 
asyncore.poll() is an example.

>also how can i find information about WaitForMultipleEvent

It's a Windows function, search msdn.microsoft.com. But you dont need 
it if you only have to poll sockets.



Gabriel Genellina
Softlab SRL 

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


More information about the Python-win32 mailing list