[PHP] starting shell script on server: defer acces when running

2006-06-06 Thread Roel Dillen
I have a shell script I want to run which generates an html page after it runs some tests on the software I am writing. I call the script with exec(…); The tests take more than 2 minutes to complete. If I try to run more than one test at the same time: trouble. I want to solve this by

Re: [PHP] starting shell script on server: defer acces when running

2006-06-06 Thread Jochem Maas
Roel Dillen wrote: I have a shell script I want to run which generates an html page after it runs some tests on the software I am writing. I call the script with exec(…); The tests take more than 2 minutes to complete. If I try to run more than one test at the same time: trouble.

Re: [PHP] starting shell script on server: defer acces when running

2006-06-06 Thread Richard Lynch
On Tue, June 6, 2006 3:10 pm, Roel Dillen wrote: I have a shell script I want to run which generates an html page after it runs some tests on the software I am writing. I call the script with exec(…); The tests take more than 2 minutes to complete. If I try to run more than one test at