This is a discussion on Script persistence? within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, I'm new to this sort of area, and I'm not sure if this is the right group (...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi, I'm new to this sort of area, and I'm not sure if this is the right group (please direct me to the approriate one if not). I have a bash script that I want to run in my Linux box, and I intend to invoke that script from a browser, on another machine with a submit button. I am interested to know how I could keep the script running if the browser/session times out, or even if the browser is accidently closed? Ultimately, I do not want my bash script to abort if something like that happens. Any help or pointers appreciated. Thanks, Chris Val |
|
|||
|
Davide Bianchi wrote: > On 2006-08-16, Chris ( Val ) <chrisval@gmail.com> wrote: > > I have a bash script that I want to run in my Linux > > box, and I intend to invoke that script from a browser, > > I am interested to know how I could keep the script > > running if the browser/session times out, or even if > > This has nothing to do with Apache, run your script in the background or > have your script start another script that run in the background. Hi Davide, and thanks for your answer - I will look into using a background process. Cheers, Chris Val |
|
|||
|
Chris ( Val ) wrote:
> Davide Bianchi wrote: >> On 2006-08-16, Chris ( Val ) <chrisval@gmail.com> wrote: >>> I have a bash script that I want to run in my Linux >>> box, and I intend to invoke that script from a browser, >>> I am interested to know how I could keep the script >>> running if the browser/session times out, or even if >> This has nothing to do with Apache, run your script in the background or >> have your script start another script that run in the background. > > Hi Davide, and thanks for your answer - I will look into > using a background process. > > Cheers, > Chris Val > |
| Thread Tools | |
| Display Modes | |
|
|