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

Reply via email to