----- 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

Reply via email to