Apache Children Stuck on futex call

2009-06-22 Thread Sean Thorne
Hi, I've got some Apache Children that are getting stuck on a futex call. This started happening on a Apache 2.2.6 worker w/ mod_per 2.0.4 install, so I upgraded to Apache 2.2.11 worker w/ mod_perl 2.0.4 and it still continues. I have modules for proxy and php installed as well, but thi

Re: Apache Children Stuck on futex call

2009-06-22 Thread Perrin Harkins
On Mon, Jun 22, 2009 at 5:59 PM, Sean Thorne wrote: > I could switch to prefork, but > the servers I have don't have enough RAM to handle the load I need them too. If you want to save RAM, you should run your mod_perl server in prefork, which uses less memory due to copy-on-write sharing. Then ru