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 up

Re: Apache::DBI "connection lost contact" error

2013-06-06 Thread Perrin Harkins
On Thu, Jun 6, 2013 at 12:22 PM, Xinhuan Zheng 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 server process can be

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 wrote: > Hi! Ok, I implemented the changes that you stated and now I received the > following er

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 mailto:phark...@gmail.com>> Date: Thursday, June 6, 2013 3:02 PM To: Xinhuan Zheng mailto:xzh...@christianbook.com>> Cc: "modper

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 wrote: > Hi Perrin, > > I did a testing with debugging. I don't see the "connection lost > contact" error anymore. The patch looks good to me. > > Than