Return-Path: X-Original-To: apmail-perl-modperl-archive@www.apache.org Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BC49F10E98 for ; Thu, 6 Jun 2013 21:54:08 +0000 (UTC) Received: (qmail 54468 invoked by uid 500); 6 Jun 2013 21:54:07 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 54443 invoked by uid 500); 6 Jun 2013 21:54:07 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 54436 invoked by uid 99); 6 Jun 2013 21:54:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 21:54:07 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pharkins@gmail.com designates 209.85.214.179 as permitted sender) Received: from [209.85.214.179] (HELO mail-ob0-f179.google.com) (209.85.214.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 21:54:01 +0000 Received: by mail-ob0-f179.google.com with SMTP id xk17so5517351obc.10 for ; Thu, 06 Jun 2013 14:53:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=uxTE1Q/MQGf1Z78WUGw9gSxA0Rtq8rBaG7PJnvpKtHk=; b=KLL21Tpzv/d6WmCaaAOSX6cjmqeZxwt+yQQPmJfiOwfxP4gbWT9GoXtR2IFHquh+TV 4z9oN/PZDgRZdvZQwxF3K6QQoloQz8lhv9MctgTCZq93TYzqFhqPdni1nTlOMHnf7Ejm JwF7ACug2/Wu47S5lN4tLBQhb7jfr+r0hhhCvQQQiKOR0UBpX1+e1sYCqD0LyXXuL/Iw VmMGLKANuZ2crcFFSKAh3n0w1I6TtB3wIcoo18UmAmMDoFlT4zjItphUVoN/nlgs6Iic tT+x5TTf0zgeYSmvp0pjlP01jMJrGqBIPVlnGoJwn67NgL4fqsClSpxFpo+46cYyvOJ6 AoMg== MIME-Version: 1.0 X-Received: by 10.60.68.13 with SMTP id r13mr10833047oet.71.1370555620050; Thu, 06 Jun 2013 14:53:40 -0700 (PDT) Received: by 10.182.148.9 with HTTP; Thu, 6 Jun 2013 14:53:39 -0700 (PDT) In-Reply-To: References: Date: Thu, 6 Jun 2013 17:53:39 -0400 Message-ID: Subject: Re: Apache::DBI "connection lost contact" error From: Perrin Harkins To: Xinhuan Zheng Cc: "modperl@perl.apache.org" Content-Type: multipart/alternative; boundary=001a11331a76e11d2d04de8358df X-Virus-Checked: Checked by ClamAV on apache.org --001a11331a76e11d2d04de8358df Content-Type: text/plain; charset=ISO-8859-1 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. > > Thanks, > - xinhuan > > From: Perrin Harkins > Date: Thursday, June 6, 2013 3:02 PM > To: Xinhuan Zheng > Cc: "modperl@perl.apache.org" > > Subject: Re: Apache::DBI "connection lost contact" error > > 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 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 > > --001a11331a76e11d2d04de8358df Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
That's great! =A0I'll commit the patch and see abo= ut getting a new release out to CPAN.

- Perrin


On Th= u, Jun 6, 2013 at 5:02 PM, Xinhuan Zheng <xzheng@christianbook.com<= /a>> wrote:
Hi Perrin,

I did a testing with debugging. I don't see the "connection l= ost contact" error anymore. The patch looks good to me.

Thanks,
- xinhuan

From: Perrin Harkins <pharkins@gmail.com> Date: Thursday, June 6, 2013 3:02 P= M
To: Xinhuan Zheng <xzheng@christianbook.com>
Cc: "
modperl@perl.apache.org" <<= a href=3D"mailto:modperl@perl.apache.org" target=3D"_blank">modperl@perl.ap= ache.org>

Subject: Re: Apache::DBI "conn= ection lost contact" error

On Thu, Jun 6, 2013 at 12:22 PM, Xinhuan Zheng <xzheng@christianbook= .com> wrote:
> The database handle that is created in startup.pl needs to be really disconnected (not overlo= aded disconnect) so that won't leave an idle server
> process running on the database side. Once it's really discon= nected, 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. = =A0Please try this on your system and send the debug, like you did before.<= /div>

- Perrin


--001a11331a76e11d2d04de8358df--