Cc: php-general@lists.php.net
Subject: Re: [PHP] semaphore release before acquire warning
On Mon, May 2, 2011 at 2:57 PM, Jeremy Greene wrote:
Hi,
I am getting a warning when calling sem_release() before (the same php
script) calls sem_acquire
On Mon, May 2, 2011 at 2:57 PM, Jeremy Greene wrote:
> Hi,
>
>
>
> I am getting a warning when calling sem_release() before (the same php
> script) calls sem_acquire(). I am doing this because it's a "signal" to
> another process. The other process (which happens to be C program) has
> done, or w
Hi,
I am getting a warning when calling sem_release() before (the same php
script) calls sem_acquire(). I am doing this because it's a "signal" to
another process. The other process (which happens to be C program) has
done, or will do, a semop() to acquire the semaphore/signal. The actual
data
3 matches
Mail list logo