Subj : Re: How to wait on multiple condition variables or implement a similar semantics To : comp.programming.threads From : Markus Elfring Date : Wed Mar 16 2005 10:39 pm > There are emulations of the windows WaitForMultipleObjects out > there, but they're pretty inefficient. So is the windows > implementation but that's hidden from you. Which implementations have you got in mind besides this one? "Porting of Win32 API WaitFor to Solaris Platform" http://developers.sun.com/solaris/articles/waitfor_api.html Do you know more benchmarks and speed comparisons like this one? "Compound Win32 Synchronization Objects" by Ruediger R. Asche http://msdn.microsoft.com/library/en-us/dndllpro/html/msdn_locktest.asp Regards, Markus .