At Saturday 22/4/2006 09:56, Vahid Noroozi wrote:

in windows python select module doesn't suppport poll()
i wanted to know if it is possible to implement poll function by using select.select() function in windows.

What do you want to do?
select.select() only accepts sockets in Windows, not any file.
WaitForMultipleEvent might be useful but depends on what you need.



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