Re: REPOST: Limiting Resources

2000-05-25 Thread Doug MacEachern
On Thu, 25 May 2000, Vivek Khera wrote: > >> limit of RLimitCPU. But > No; you are wrong. wrt RLimitCPU and friends, he is right. the built-in apache RLimit directives only work for mod_cgi processes, which are set in ap_call_exec(). hmm, i bet the RLimit* directives could be moved to a child

Re: REPOST: Limiting Resources

2000-05-25 Thread Doug MacEachern
On Thu, 25 May 2000, Suresh wrote: > I am trying to limit the execution of a mod_perl script by setting the > limit of RLimitCPU. But > this does not seem to work. I am using apache 1.3.12 , mod_perl. I > tired using the module > Apache::Resource but even that did not work. > > Does any body k

Re: REPOST: Limiting Resources

2000-05-25 Thread Steve van der Burg
>> Steve van der Burg <[EMAIL PROTECTED]> writes: > >>> I am trying to limit the execution of a mod_perl script by setting the >>> limit of RLimitCPU. But >>> this does not seem to work. I am using apache 1.3.12 , mod_perl. I >>> tired using the module >>> Apache::Resource but even that did

Re: REPOST: Limiting Resources

2000-05-25 Thread Vivek Khera
> "SvdB" == Steve van der Burg <[EMAIL PROTECTED]> writes: >> I am trying to limit the execution of a mod_perl script by setting the >> limit of RLimitCPU. But >> this does not seem to work. I am using apache 1.3.12 , mod_perl. I >> tired using the module >> Apache::Resource but even that d

Re: REPOST: Limiting Resources

2000-05-25 Thread Steve van der Burg
>I am trying to limit the execution of a mod_perl script by setting the >limit of RLimitCPU. But >this does not seem to work. I am using apache 1.3.12 , mod_perl. I >tired using the module >Apache::Resource but even that did not work. > >Does any body know why this is or am i missing something.

REPOST: Limiting Resources

2000-05-25 Thread Suresh
Hi all, I am trying to limit the execution of a mod_perl script by setting the limit of RLimitCPU. But this does not seem to work. I am using apache 1.3.12 , mod_perl. I tired using the module Apache::Resource but even that did not work. Does any body know why this is or am i missing someth