I assume that this is only for PHP version 4.0.5?

Cheers,

Ben Kennish
[EMAIL PROTECTED]
www.fubra.com

----- Original Message -----
From: "Paul Sladen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 10, 2001 12:53 AM
Subject: Re: skel 1.4.9 PHP Version 4.0.5


On Sun, 8 Jul 2001, redirect wrote:

> we got everything up and running yesterday without too many problems and
the
> skel is great except it uses PHP Version 4.0.5 - we had this on lots of
our
> production servers and had to go back to 4.0.3 because 4.0.5's memory
leaks
> just brought the servers down - running up hundreds of http processes -
> especially if mysql has persistent connections switched on

PHP with MySQL Persistent connections is broke.  It doesn't actually make
use of the `persistance', and instead opens a new connect for every request,
leaving the old one open, which is the reason for the memory leak.

--
h: 0115 922 7162   w: 0115 953 1803

------------------------- The freeVSD Support
List --------------------------
Subscribe:   mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
Archives:    http://freevsd.org/support/mail-archives/freevsd-support
----------------------------------------------------------------------------
-

------------------------- The freeVSD Support List --------------------------
Subscribe:   mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
Archives:    http://freevsd.org/support/mail-archives/freevsd-support
-----------------------------------------------------------------------------

Reply via email to