Re: Apache::Resource not killing children, hanging

2006-07-25 Thread Michael Peters
Fred Tyler wrote: > and then no further requests > could be made from that child because it couldn't even allocate enough > memory to start a new request (even for a static file). You really shouldn't be serving static files from a mod_perl enabled apache. Not only will it mean you need more mem

Re: Apache::Resource not killing children, hanging

2006-07-24 Thread Fred Tyler
On 7/23/06, Fred Tyler <[EMAIL PROTECTED]> wrote: I'm having a serious problem with Apache::Resource not killing children and ending up with all of the children in a hung state at the memory limit (Linux 2.6, mod_perl 1.29, Apache 1.33). Wow, I finally figured out what was causing this. It turn

Re: Apache::Resource not killing children, hanging

2006-07-23 Thread Perrin Harkins
On Sun, 2006-07-23 at 15:44 -0700, Philip M. Gollucci wrote: > > Acutally, I am already using Apache::SizeLimit. I just read in a few > > places that it's a good idea use both -- Apache::SizeLimit to catch > > normal growth and Apache::Resource for emergencies. > Ehhh... Don't think I've read that

Re: Apache::Resource not killing children, hanging

2006-07-23 Thread Philip M. Gollucci
> Acutally, I am already using Apache::SizeLimit. I just read in a few > places that it's a good idea use both -- Apache::SizeLimit to catch > normal growth and Apache::Resource for emergencies. Ehhh... Don't think I've read that anywhere... I don't see how it could hurt though. Which one is set

Re: Apache::Resource not killing children, hanging

2006-07-22 Thread Fred Tyler
> I'm having a serious problem with Apache::Resource not killing > children and ending up with all of the children in a hung state at the > memory limit (Linux 2.6, mod_perl 1.29, Apache 1.33). For what it's worth you might want to take a look at Apache::SizeLimit which was recently upgraded and

Re: Apache::Resource not killing children, hanging

2006-07-22 Thread Fred Moyer
On Sun, 23 Jul 2006, Fred Tyler wrote: I'm having a serious problem with Apache::Resource not killing children and ending up with all of the children in a hung state at the memory limit (Linux 2.6, mod_perl 1.29, Apache 1.33). For what it's worth you might want to take a look at Apache::SizeLi