Results 1 to 1 of 1
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 ...
- 05-22-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 11
set of semaphgores
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.


Reply With Quote