P
PerlGoon
I have a Perl script on my server that needs to execute without being
terminated by the default Apache timeout. For example when the script
is executed, it needs to hold its connection even if it doesn't return
a response to the client after 2 1/2 minutes (my current default
timeout).
Other than changing the Apache config settings, which I would like to
avoid for obvious security concerns, is there a way to modify the
timeout settings on a per script basis (i.e. executing some command in
the Perl script itself)??
terminated by the default Apache timeout. For example when the script
is executed, it needs to hold its connection even if it doesn't return
a response to the client after 2 1/2 minutes (my current default
timeout).
Other than changing the Apache config settings, which I would like to
avoid for obvious security concerns, is there a way to modify the
timeout settings on a per script basis (i.e. executing some command in
the Perl script itself)??