> pthread_mutex_xxxx, but this is for threads. Do I use a semaphore? Seems > like overkill; I just need a binary yes or no lock. Portably you use a semaphore. If you want to be faster and non portable you can use shared memory regions and tricks but those may not work on all cpus -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
- synchronization between processes (not threads) Paul Carver
- Re: synchronization between processes (not threads) Alan Cox
- Re: synchronization between processes (not threa... Matt Fahrner
- Re: synchronization between processes (not t... Julie
- Re: synchronization between processes (n... Matt Fahrner
- Re: synchronization between process... John Summerfield
- Re: synchronization between processes (not t... John Summerfield
- Re: synchronization between processes (n... Matt Fahrner