Ok, I got it working so long as sem_release is SPECIFICALLY called.
Problem is I have a lot of "die" calls throughout my scripts and I would
rather not have exit hooks on every script (not sure how reliably those
will ALWAYS be called, and would be a hassle to store a list of all
semaphores to be released later).

Why isn't PHP releasing them automatically like the manual says it
should?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to