Re: Restricting cpu time for mod_perl scripts? AND Reevaluating perl scripts under mod_perl.

2001-09-27 Thread Perrin Harkins
I am currently using Apache::Resource to limit the maximum amount of ram the apache childs are allowed to use. It would be better to use Apache::SizeLimit for that. It's more flexible and allows requests to complete before shutting down the process. Apache::Resource is more useful as a safety

Restricting cpu time for mod_perl scripts? AND Reevaluating perl scripts under mod_perl.

2001-09-26 Thread EXP
Hi I am currently using Apache::Resource to limit the maximum amount of ram the apache childs are allowed to use. However, I can't really use PERL_RLIMIT_CPU because it is kind of pointless to kill every apache child that reaches this limit. I need a way to restrict cpu time on a per script or