[PHP-WIN] mysql_pconnect/win32/apache 1.3.27 (php4apache.dll NOT CGI)

2003-09-01 Thread Sek-Mun Wong
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

RE: [PHP-WIN] mysql_pconnect()

2002-07-02 Thread Dash McElroy
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

RE: [PHP-WIN] mysql_pconnect()

2002-07-02 Thread Rich Gray
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

[PHP-WIN] mysql_pconnect()

2002-07-02 Thread Matt Babineau
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