php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14337 persistent connections accumulate
Submitted: 2001-12-04 07:38 UTC Modified: 2001-12-07 07:07 UTC
From: mk at netbusiness dot de Assigned:
Status: Closed Package: MySQL related
PHP Version: 4.0.6 OS: SuSE Linux 7.3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mk at netbusiness dot de
New email:
PHP Version: OS:

 

 [2001-12-04 07:38 UTC] mk at netbusiness dot de
As already mentioned in #13589, we're having the same problem with persistent connections. The weird thing is, that connections opened by ASP (via ODBC) and JSP are being correctly recycled. Thus there must be something about PHP messing around with persistent connections.
Sorry, but Apache child processes not having a connection to MySQL and causing this doesn't make any sense to me.
BTW, we're using MySQL .23.44 and Apache 1.3.20.
Good luck!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-04 07:59 UTC] mk at netbusiness dot de
I forgot to mention that we're using the PHP safe_mode option, if this might have anything to do with it.
 [2001-12-07 07:07 UTC] mk at netbusiness dot de
It seems that this problem actually *had* something to do with Apache. The Apache was set up as "thick" (whatever this means, I guess that's SuSE specific... dunno!) in one of those configuration files. As for MySQL, it was still down at 100 maximum connections, so we raised that to 256 and gave it some more table cache (from 64 to 192), and everything seems to run quite smoothly now.
I hope that was the only problem. Well, we'll see...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 20:01:30 2024 UTC