On Mon, 2003-11-24 at 14:54, Jordan Lederman wrote:
> Well I've upgraded apache and mod_perl to 1.29 and I'm still having the same 
> issue.

Are you opening database connections during server startup?  That could
cause this, if you have a connection open when the server forks.  If
that's not it, you need to reduce the problem to a short chunk of code
that you can post.

>       2) At some point during my development, apachectl reload stopped working for 
> me.

The restart command just sends a SIGHUP.  That doesn't usually work
perfectly with mod_perl.  I always do a stop and start.

- Perrin


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to