Re: Apache::DBI connection lost contact error

2013-06-13 Thread Perrin Harkins
That's unfortunate. Are you using it the same way, with a DBI connection in a Perl block? I haven't seen anyone else mention a problem with it in Apache 1. - Perrin On Wed, Jun 12, 2013 at 5:05 PM, Xinhuan Zheng xzh...@christianbook.comwrote: Hi Perrin, Today I tested the Apache-DBI

Re: Apache::DBI connection lost contact error

2013-06-13 Thread Xinhuan Zheng
Yes. It's the same way using it. There is database handle created in startup.pl. The startup.pl file is configured in Perl block. The connection lost contact error only happens when either in apachectl stop or when a child process exits. - xinhuan From: Perrin Harkins