Fw: Annoying "Aborting Connection" in .err file

2001-07-06 Thread Fournier Jocelyn [Presence-PC]


- Original Message -
From: "Fournier Jocelyn [Presence-PC]" <[EMAIL PROTECTED]>
To: "Tonu Samuel" <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 6:16 PM
Subject: Re: Annoying "Aborting Connection" in .err file


> In fact pconnect aren't close at the end of the PHP Script. The MySQL
> process stay available for a potential futur connexion, and this prevent
the
> overhead generated by closing and opening the process. If nobody use the
> process during the time defined in the wait_timeout variable in my.cnf,
then
> the process dead, and the "connection aborted" is written in the .err
> file... But I don't care about this message, and I don't want to use
connect
> instead of pconnect :)
>
> - Original Message -
> From: "Tonu Samuel" <[EMAIL PROTECTED]>
> To: "Fournier Jocelyn [Presence-PC]" <[EMAIL PROTECTED]>
> Sent: Friday, July 06, 2001 6:12 PM
> Subject: Re: Annoying "Aborting Connection" in .err file
>
>
> > Fournier Jocelyn [Presence-PC] wrote:
> >
> > > I'm using pconnect, so the connections are not close at the end of my
> > > scripts...
> >
> > Then this is an PHP issue I think. Connections should be normally
closed.
> > Other possibility is that PHP-s timeout is longer than MySQL one and
then
> of course MySQL will close connection.
> >
> >   Tõnu
> >
> >
>


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




[Fwd: Re: Re: Annoying "Aborting Connection" in .err file]

2001-07-06 Thread Tonu Samuel



Fournier Jocelyn [Presence-PC] wrote:

 > Hi,
 >
 > Is there any mean to not log the "Aborting Connection" line in the 
.err file ?
 >


Nothing except programming application to close unused MySQL 
connections. This
is the common cause of this error message.

  Tõnu


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Annoying "Aborting Connection" in .err file

2001-07-06 Thread Fournier Jocelyn [Presence-PC]

Hi,

Is there any mean to not log the "Aborting Connection" line in the .err file ?

Thank you

Jocelyn Fournier
Presence-PC
www.presence-pc.com