On Wed, Jan 13, 2010 at 5:31 PM, cfaust-dougot <cfa...@doyougot.com> wrote: > Do you mean on apache startup? I'm not calling DBI or DBD in startup.pl. Any > other module would be after the fork, wouldn't?
Some modules (e.g. Class::DBI) will open a connection when you use them. If you're loading any modules at all in startup, there's a possibility that this could be the issue. - Perrin