Eric Gorr wrote:
> Hopefully this will be clear.
>
> I've got a unix command-line app which I will be exec'ing (or some
> other similar command) from a php script.
>
> The special property of this unix app is that while it executes and
> terminates quickly, only a single instance can be running
On Jun 27, 2008, at 3:18 PM, Daniel Brown wrote:
On Fri, Jun 27, 2008 at 3:12 PM, Eric Gorr <[EMAIL PROTECTED]>
wrote:
Now, one possible solution to this problem is that the php script
adds it's
request to run the unix app to a queue and their is some other code
which
pulls a request off
On Fri, Jun 27, 2008 at 3:12 PM, Eric Gorr <[EMAIL PROTECTED]> wrote:
>
> Now, one possible solution to this problem is that the php script adds it's
> request to run the unix app to a queue and their is some other code which
> pulls a request off the queue, performs the operation and returns the d
Hopefully this will be clear.
I've got a unix command-line app which I will be exec'ing (or some
other similar command) from a php script.
The special property of this unix app is that while it executes and
terminates quickly, only a single instance can be running at any one
time.
Howev
4 matches
Mail list logo