Subj : Re: SGI: Need Something like 1 Mutual Exclusion Semaphore for Multible Programs To : comp.programming From : clusardi2k Date : Fri Jul 08 2005 01:01 pm clusardi2k@aol.com wrote: > I can't use the following sequence because the programs that use the > library routine reside on different computers. > > sem_open > sem_init > sem_wait > sem_post > sem_post > > Thanks, > Chris Lusardi Correction, I "may" be able to use these because what it comes down to is the conflicts only occurs within individual computers. I.E.: Each box has their own path to the service program. The computers that I'll be using are SGI, Linux, and maybe Windows. Thanks, Christopher Lusardi .