Subj : Re: Multi-threading architecture To : comp.programming.threads From : jambu Date : Sun Oct 02 2005 02:01 am Hi , I am using pthread_cond_wait and pthread_cond_signal to block and notify the thread . Shall i create multiple threads with same condition variable ?? , so that i shall wake all threads using pthread_cond_broadcast whenever a request comes . I think iam lot more confused with using condition variables . Could you please provide me some useful links or some sample code ( sorry for this ) , to make me understand . Thanks JK .