|
Home > Archive > Apache Server configuration support > January 2007 > Script persistence?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Script persistence?
|
|
| Chris ( Val ) 2006-08-16, 7:33 am |
|
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
| |
| Chris ( Val ) 2006-08-17, 7:41 am |
|
Davide Bianchi wrote:
> On 2006-08-16, Chris ( Val ) <chrisval@gmail.com> wrote:
>
> 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
| |
| Bernd Kuhlen 2007-01-24, 7:21 pm |
| Chris ( Val ) wrote:
> Davide Bianchi wrote:
>
> Hi Davide, and thanks for your answer - I will look into
> using a background process.
>
> Cheers,
> Chris Val
>
|
|
|
|
|