RE: [PHP] Ensure only one instance of a script is running

2005-03-16 Thread Robert Cummings
On Wed, 2005-03-16 at 11:12, Jay Blanchard wrote: > [snip] > I have a script that inserts data from files uploaded to our server. I > need > to make sure that only one instance of this script runs at anyone time, > can > anyone tell me how I can do this? > [/snip] > > Don't run another instance.

RE: [PHP] Ensure only one instance of a script is running

2005-03-16 Thread Jay Blanchard
[snip] I have a script that inserts data from files uploaded to our server. I need to make sure that only one instance of this script runs at anyone time, can anyone tell me how I can do this? [/snip] Don't run another instance. ba-dump ching! Ok, here is a quick and dirty way to do it, have th

[PHP] Ensure only one instance of a script is running

2005-03-16 Thread Shaun
Hi, I have a script that inserts data from files uploaded to our server. I need to make sure that only one instance of this script runs at anyone time, can anyone tell me how I can do this? Many thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne