Roderick van Domburg wrote: > > Also note that this application would need to run on both Linux and Win32 > platforms, so select() and poll() would be out of the question, right? No, on Win32 you would just use the Win32 API function 'WaitForMultipleObjects' or one of its extensions; they work almost the same way as select/poll. - Sebastian