ID: 13463
Updated by: yohgaki
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: PostgreSQL related
Operating System: FreeBSD 4.4
PHP Version: 4.0.6
New Comment:

This is a design. 
Connection parameters must be the same to reuse existing persistent connection. This 
design is useful when you have multiple transactions.



Previous Comments:
------------------------------------------------------------------------

[2001-09-26 21:44:30] [EMAIL PROTECTED]

We never had a problem with persistent connections until we started using about 40 
different db usernames/passwords for different scripts on our site, to give the 
scripts fine grained permissions.

Now, the problem is that we rapidly get 40 postmasters appearing, that are not reused. 
 The solution was to switch back to non-persistent connections and everything is hunky 
dory.

I'm fairly certain this problem started appearing in a recent PHP release as one day 
it wasn't doing it and one day it was, and PHP was upgraded on our servers arount that 
time.

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13463&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to