I thought pconnect was fixed, but it seems to be coming back to haunt me
again.
anyone using this? Do you find pconnect doesn't seem to reuse connections
and keeps reopening connections for each pconnect call. I don't think
setting a short wait_timeout is the solution, as this seems to be counter
riginal Message-
From: Rich Gray [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 02, 2002 10:04 PM
To: Matt Babineau; 'PHP Windows'
Subject: RE: [PHP-WIN] mysql_pconnect()
Matt
I have seen instances with v4.0.6 of php where it didn't re-use persistent
connections and ope
e so MySQL drops inactive
connections earlier...
HTH
Rich
-Original Message-
From: Matt Babineau [mailto:[EMAIL PROTECTED]]
Sent: 02 July 2002 10:54
To: 'PHP Windows'
Subject: [PHP-WIN] mysql_pconnect()
Here is an interesting question:
To save coding time, what would
Here is an interesting question:
To save coding time, what would happen if you put a mysql_pconnect to a
database for a web site on every page of a web site? because it is a
pconnect, would it always reuse the open connection? Does mysql have an
open connection limit? what if you put a mysql_clo