Subj : Re: waitformultipleobjects() on several semaphores ? To : comp.programming.threads From : mandatory Date : Fri Feb 04 2005 04:20 pm > Change the order of the list on every wait, or go through the list > with a WaitForSingleObject with a timeout of zero and only do the > WaitForMultipleObjects when all of the WaitForSingleObjects return > WAIT_TIMEOUT. > > > -- > Joe Seigh? Thanks Joe ! This is working just fine, and i was wrong when i said the WaitForSingleObject() couldnt detect the other events, i had introduced a superstupid bug which i blamed the whole world :) thanks for your help ! .