AW: Limiting CGIs in 2.2.0

2006-03-01 Thread Plüm , Rüdiger , VIS
-Ursprüngliche Nachricht- Von: Graham Leggett Is there a mechanism within v2.2.0 to put resource limits onto CGI programs (maximum running simultaneously, longest time in seconds to run, that sort of thing)? What about RLimitCPU RLimitMEM RLimitNPROC But I remember that they

AW: AW: Limiting CGIs in 2.2.0

2006-03-01 Thread Plüm , Rüdiger , VIS
-Ursprüngliche Nachricht- Von: Graham Leggett Hmmm... the docs explain both a soft limit and a maximum limit, but doesn't describe the difference between the two. It is the same thing as the soft and hard limit on Unix OS'es. But I remember that they do not work either

RE: AW: Limiting CGIs in 2.2.0

2006-03-01 Thread R, Rajesh (STSD)
:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 4:53 PM To: dev@httpd.apache.org Subject: Re: AW: Limiting CGIs in 2.2.0 Plüm wrote: What about RLimitCPU RLimitMEM RLimitNPROC Hmmm... the docs explain both a soft limit and a maximum limit, but doesn't describe the difference between

Re: AW: Limiting CGIs in 2.2.0

2006-03-01 Thread Eric Covener
On 3/1/06, Graham Leggett [EMAIL PROTECTED] wrote: Plüm wrote: What about RLimitCPU RLimitMEM RLimitNPROC Hmmm... the docs explain both a soft limit and a maximum limit, but doesn't describe the difference between the two. The soft/hard limits are a notion held in the underlying

Re: AW: Limiting CGIs in 2.2.0

2006-03-01 Thread Brian Candler
On Wed, Mar 01, 2006 at 10:08:19AM -0500, Eric Covener wrote: Hmmm... the docs explain both a soft limit and a maximum limit, but doesn't describe the difference between the two. The soft/hard limits are a notion held in the underlying ulimit/setrlimit facility. Unrpivileged users can