PHP : Function Reference : Semaphore, Shared Memory and IPC Functions : sem_acquire
24-jun-2003 12:58
there is no way to use IPC_NOWAIT flag.
gladd
Just to clarify what is meant by "process" above:
On the Apache webserver, many PHP requests will be executed within the same process space because it is multithreaded. However, any semaphores got and acquired by a script and not released and removed will still be automatically cleaned up by the PHP interpreter each time the script terminates.
Remove any trash before emailing!
|
|