Subj : Re: SGI: Need Something like 1 Mutual Exclusion Semaphore for Multible To : clusardi2k From : Joe Seigh Date : Thu Jul 07 2005 11:43 am 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 > Different computers? What kind of shared memory was there supposed to be and and what was its memory model supposed to be? This sounds more like distributed programming and the newsgroups that discuss that might be better. Are you using some kind of distributed programming environment and what is it? Also, what is it your routine is doing that only one program can invoke it at a time, assuming that has any meaning? -- Joe Seigh When you get lemons, you make lemonade. When you get hardware, you make software. .