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
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to