Re: Apache::DBI "connection lost contact" error
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAC0_be1PNCKd-TrmPVEw3HFcUDSZ84eBpRZGBxLsyGhnDRFwDw@mail.gmail.com> |
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 <[email protected]>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. > > Thanks, > - xinhuan > > From: Perrin Harkins <[email protected]> > Date: Thursday, June 6, 2013 3:02 PM > To: Xinhuan Zheng <[email protected]> > Cc: "[email protected]" <[email protected]> > > Subject: Re: Apache::DBI "connection lost contact" error > > On Thu, Jun 6, 2013 at 12:22 PM, Xinhuan Zheng <[email protected]> > 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 cleaned up on the server side. > > Right, that's what the bug is preventing. > > Because my flight was delayed last night, I had time to make a patch. > Please try this on your system and send the debug, like you did before. > > - Perrin > >