Re: RLimitMEM, RLimitCPU

2006-11-03 Thread Dave Viner
yup... i think this is exactly what i'm looking for! Thanks! dave On Oct 30, 2006, at 3:07 PM, Perrin Harkins wrote: On Mon, 2006-10-30 at 15:02 -0800, Dave Viner wrote: Sorry for not being clear. Let me try again. Actually, it's my mistake. I thought you were talking about Apache2::Reso

Re: RLimitMEM, RLimitCPU

2006-10-30 Thread Perrin Harkins
On Mon, 2006-10-30 at 15:02 -0800, Dave Viner wrote: > Sorry for not being clear. Let me try again. Actually, it's my mistake. I thought you were talking about Apache2::Resource. Is that what you're looking for? > The docs appear to say that RLimitCPU will not apply to httpd > processes, onl

Re: RLimitMEM, RLimitCPU

2006-10-30 Thread Dave Viner
Sorry for not being clear. Let me try again. I want to configure my server such that each process (httpd) which services requests can consume only a set portion of CPU or memory. I am using pure mod_perl... no cgi, no ssi, and i don't fork any process. The docs appear to say that RLimitCP

Re: RLimitMEM, RLimitCPU

2006-10-30 Thread Perrin Harkins
On Mon, 2006-10-30 at 14:18 -0800, Dave Viner wrote: > from reading the docs on RLimitCPU, http://httpd.apache.org/docs/2.0/ > mod/core.html#rlimitcpu , it looks like this applies only to procs > that are _forked_ from apache, rather than the apache children. I'm not following this. What's the