On Wed, 2004-10-06 at 16:56, Mark Stosberg wrote:
> At your recommended, I installed strace and ran it on the hung process.
> It doesn't work.

Hmm, maybe it's time to add some logging to your forked processes to
find out where they are getting stuck.

> Could setting MaxRequestsPerChild be a meaningful solution here? It
> would seem that this would cause the Apache child processes to
> periodically get re-created, killing related zombies in the process. 

If you aren't using MaxRequestsPerChild or something like
Apache::SizeLimit, you definitely should be.

By the way, I'm loving your CGI::Application::ValidateRM (and
Data::FormValidator) module.

- Perrin


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to