develooper Front page | perl.beginners | Postings from April 2008

Re: Fw: Perl maximum execution time

Thread Previous | Thread Next
From:
Jenda Krynicky
Date:
April 14, 2008 16:11
Subject:
Re: Fw: Perl maximum execution time
From: anthony brooke <esia168@yahoo.com>
> Thanks, I am using Apache 2 and Opera browser. So you mean configure through my web server ? How if I run the code through the shell ?

Normaly it's the web server's job to kill scripts that take too long. 
I bet there are people here that can help you with Apache, I've never 
used it myself.

If you run the code through shell you seldom need it to be killed 
automaticaly after some time. I don't think I ever wanted to do that 
myself actually.

And would definitely not like there to be some systemwide setting 
that would cause all my long running programs to have to be restarted 
every N minutes or something.

Jenda
===== Jenda@Krynicky.cz === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
	-- Terry Pratchett in Sourcery


Thread Previous | Thread Next


Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About