Dear All,

Please Can any one give some information regarding following,

Q:When do we need to have more than one semaphore with a single SemID

ID=semget( SEMKEY, 5, 0666);

In the above we are creating 5 semaphores with Single ID.How to differentiate the semaphores from one to another while synchronizing.Please provide some examples if possible.

Regards,
Sri Anu.