From: "James W.Blackwell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 21 May 2000 14:00
Subject: disconnect overloaded


: RH Linux 2.0.34
: Apache/1.3.12
: ApacheDBI-0.87
: DBI-1.13
: mySQL 3.22.20a
:
: Any ideas why I'm getting this "disconnect (overloaded)" entry each time a
page is loaded?  The data is represented correctly on the webpage.  I am the
only person hitting this server.
:
: 8901 Apache::DBI             need ping: yes
: 8901 Apache::DBI             already connected to
'whitman:192.168.1.1userpasswordAutoCommit=1PrintError=1'
: 8901 Apache::DBI             disconnect (overloaded)

If can jump in and offer a suggestion -  if no-one else has answered yet.

You should see this message each time $dbh->disconnect(); is called -
somewhere in this page a $dhn->connect(); and disconnect is being called -
this is just Apache::DBI saying "I am already connect and I ignoring the
disconnect so that I can keep that connection persistent"

Hope that helps

Greg Cope

:
: --James
: -------------------------------------------------------
: ASCII Ribbon campaign against HTML E-Mail  / \
:

Reply via email to