Semaphores

Paul Kerr pkerr at maccs.dcss.mcmaster.ca
Fri Apr 5 09:36:35 AEST 1991


Hello,
	I am trying to set up a set of processes that access semaphores
and am looking for the best way for it to be done. Is this it?
                                                                       
	Make the call to semget in the parent and pass the sem. set id
	to the forked children so that they can access the semaphore
	set. 

 	Or did I miss the boat completely?

Thanks
Paul Kerr




More information about the Comp.unix.programmer mailing list