P
Petyr David
I have a PERL-CGI application. I gather input from user, start PERL
script and build a new web page based on input. At the top of the
newly created page is a command button to return the user to the
previous page. If the user clicks the command button and is returned
to the previous page before the page has been completely built, I
find the PERL script is still running. It eventually dies (20 - 30
seconds). I'd like to kill the process as soon as the user returns to
the original page.
How do I determine when that happens?
I'd also like to be able to delete temp files that are deleted when
the PERL script normally completes.
Thanks for your help!
script and build a new web page based on input. At the top of the
newly created page is a command button to return the user to the
previous page. If the user clicks the command button and is returned
to the previous page before the page has been completely built, I
find the PERL script is still running. It eventually dies (20 - 30
seconds). I'd like to kill the process as soon as the user returns to
the original page.
How do I determine when that happens?
I'd also like to be able to delete temp files that are deleted when
the PERL script normally completes.
Thanks for your help!