> How would your code decide when to actually go ahead and remove the > semaphore? > > Are you suggesting that the semaphore simply be removed whenever it > is determined to be "unlocked"? Meaning you want to call semget() and > semctl(IPC_RMID) for every single lock/unlock?
I've wrote about it in my first letter. There are two functions: my_sem_acquire and my_sem_release. Wojciech Malota -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php