Date: 04/18/01
- Next message: ioman <email protected>: "=?iso-8859-2?Q?Re: Re: [phplib] phplib &&mysql 3.23.36 && php4.0.4p1?="
- Previous message: fabrizio.ermini <email protected>: "Re: [phplib] Sessions in windows"
- In reply to: ioman <email protected>: "[phplib] =?iso-8859-2?Q?phplib &&mysql 3.23.36 && php4.0.4p1?="
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 17 Apr 2001, at 18:12, ioman <email protected> wrote:
> 2) we also get _LOTS_ of 'Aborted connection ... (Got an error
> reading communication packets). in our mysql logs.
> It looks like php might be the culprit here not closing the
> persistent database connections correctly, thus the error messages.
>
DON'T use pconnect with mySQL, substitute it with "normal"
connect. Connection overhead with MySQL is so small that on
most sites "connect" is actually faster.
Just my 0.02 Euro.
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
Fabrizio Ermini Alternate E-mail:
C.so Umberto, 7 faermini <email protected>
loc. Meleto Valdarno Mail on GSM: (keep it short!)
52020 Cavriglia (AR) faermini <email protected>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: ioman <email protected>: "=?iso-8859-2?Q?Re: Re: [phplib] phplib &&mysql 3.23.36 && php4.0.4p1?="
- Previous message: fabrizio.ermini <email protected>: "Re: [phplib] Sessions in windows"
- In reply to: ioman <email protected>: "[phplib] =?iso-8859-2?Q?phplib &&mysql 3.23.36 && php4.0.4p1?="
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

