php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13685 Persistant connections wont be reused
Submitted: 2001-10-16 04:54 UTC Modified: 2001-10-16 05:13 UTC
From: michael dot virnstein at web dot de Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.0.6 OS: Linux all versions
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: michael dot virnstein at web dot de
New email:
PHP Version: OS:

 

 [2001-10-16 04:54 UTC] michael dot virnstein at web dot de
Persistant connections won't be reused and therefore the database is running out of connections after a while. The only thing working here is restarting our database and webserver. We're running PHP as Apache Module.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-16 05:13 UTC] thies@php.net
if you use ociplogon the connections will be reused. 
befare though that apache has a multi-process model so we 
expect (number of oracle-connections) == (number of 
running httpd processes)


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 07:01:33 2025 UTC