Re: ModPerl::RegistryLoader
"McCarrell, Jeff" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CA532CB4.36BF%[email protected]> |
I am not sure if this directly applies to your issue, but I got segfaults in DBI when I just opened the DB handle once in the parent, reusing the DBH in child processes (a bug). The issue went away when I ensured that every child process did its own DBI->connect. HTH On 7/22/11 11:17 AM, "Jiří Pavlovský" <[email protected]> wrote: >I use Apache::DBI and initialize the db connection in startup.pl like so >