Re: Apache::DBI connection lost contact error

2013-06-06 Thread Xinhuan Zheng
Hi Perrin, I think I have one more request. The database handle that is created in startup.pl needs to be really disconnected (not overloaded disconnect) so that won't leave an idle server process running on the database side. Once it's really disconnected, the server process can be cleaned

Re: Apache::DBI connection lost contact error

2013-06-06 Thread Perrin Harkins
On Thu, Jun 6, 2013 at 12:22 PM, Xinhuan Zheng xzh...@christianbook.com wrote: The database handle that is created in startup.pl needs to be really disconnected (not overloaded disconnect) so that won't leave an idle server process running on the database side. Once it's really disconnected, the

Re: Install Question

2013-06-06 Thread Fred Moyer
You need to pass either MP_AP_PREFIX or MP_APXS, but not both. I'd suggest building via MP_APXS. Building mod_perl statically is not widely tested. On Tue, Jun 4, 2013 at 11:48 AM, Tracy Kukuselis tkukuse...@verizon.net wrote: Hi! Ok, I implemented the changes that you stated and now I

Re: Apache::DBI connection lost contact error

2013-06-06 Thread Xinhuan Zheng
Hi Perrin, I did a testing with debugging. I don't see the connection lost contact error anymore. The patch looks good to me. Thanks, - xinhuan From: Perrin Harkins phark...@gmail.commailto:phark...@gmail.com Date: Thursday, June 6, 2013 3:02 PM To: Xinhuan Zheng

Re: Apache::DBI connection lost contact error

2013-06-06 Thread Perrin Harkins
That's great! I'll commit the patch and see about getting a new release out to CPAN. - Perrin On Thu, Jun 6, 2013 at 5:02 PM, Xinhuan Zheng xzh...@christianbook.comwrote: Hi Perrin, I did a testing with debugging. I don't see the connection lost contact error anymore. The patch looks