Subj : Re: How to wait on multiple condition variables or implement a similar semantics To : comp.programming.threads From : gg Date : Wed Mar 16 2005 03:38 pm David Schwartz wrote: > > You may say, "Eww, if I code my own, it will be ugly and inefficient". > His point is that the version Windows gives you is ugly and inefficient, > the ugliness and inefficiency is just hidden from you. > > DS you can also use some pipes and use select instead of wait and write on pipe instead of signal. .