John K Luebs wrote:

It should work, the os.pipe just returns MS CRT file descriptors which
the giochannel stuff is designed to use.
The glib win32 input stuff used blocking MSVCRT I/O calls for everything,
with a thread per iochannel. It seems like a waste to have another
thread just to block on I/O, especially given the alternative below.



What does gtk.main() block on? I assume under linux it's a call to select or poll but I know that the winsock version of select only works on sockets.


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to