ID: 12724
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Old Bug Type: Unknown/Other Function
Bug Type: PostgreSQL related
Operating System: Linux (RH 7.1)
PHP Version: 4.0.4pl1
New Comment:

I rechecked the bug database and there are other reports which seem to complain about 
the same problem.
When my web page performs a pconnect it should connect to the previous process, if the 
process has been callesd with the same parameters (dbname, name, password, port).
I am running phpgroupware, and the php interpreter generated new connections 
(processes) when there were idle ones around.
 


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

[2001-08-13 15:15:14] [EMAIL PROTECTED]

I created a persistent connection to postgres (7.03).
I establish a connection for every page opened.
This in turn creates a new process (ps -aux|grep postgres)
which it should not.
I pass the connection parameters as one string. (I printed the string out to make sure 
it did not change);


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



Edit this bug report at http://bugs.php.net/?id=12724&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