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ý" <j...@getnet.cz> wrote:

>I use Apache::DBI and initialize the db connection in startup.pl like so
>

Reply via email to