Walter Hofmann wrote: > You could use the select module to wait for a number of sockets to > become ready for reading or writing. However, I don't know if you can > process Tk or GTK evens simultaneously this way. I'm fairly sure this won't work on Windows. select() on windows only works on sockets, not on other file descriptors. Irmen