Hi,

About the WaitForMultipleObjects on Linux - it indeed looked like a useful
thing back in the NT 3.51 days, except that it didn't work for Socket handles
and the limit of 64 objects was annoying (had to accomodate for unlimited
number of threads and file handles).

You might want to look at the Reactor pattern (or just its implementation)
in ACE to see how you might approach this in a portable way.

http://www.cs.wustl.edu/~schmidt/ACE-overview.html

Hope this helps, would be curious to hear how things turned out.

--Amos

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to