ID:               28098
 Updated by:       [EMAIL PROTECTED]
 Reported By:      moreau at myrealbox dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         MySQL related
 Operating System: FreeBSD 5.2.1
 PHP Version:      4.3.6
 New Comment:

mysql extension will create one connection per database 
connect string per PHP interpreter context, i.e. one per 
Apache thread or child.  Is the number of connections 
you are seeing exceeding your Apache thread count?



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

[2004-04-21 19:17:21] moreau at myrealbox dot com

Description:
------------
mysql_pconnect every time generate new connection and never kill
previous.
As result - MySQL generate many threads for handling each query and
after too many connection hangs.
This never happened if use mysql_connect and mysql_close in each page.

I use apache2 . php compiled as module. apache use mpm=worker. I don't
know whether it problem in threadead apache or common problem in php
with mysql_pconnect.

mysql_pconnect in current state cannot be used for accessing to mysql.



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


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

Reply via email to