From:             [EMAIL PROTECTED]
Operating system: SUN os 5.6(Solaris)
PHP version:      4.1.2
PHP Bug Type:     Oracle related
Bug description:  persistence connection problem(ociplogin)

I am using apache1.3.22,php4.1.1 with oracle8 and OS is solaris as well as
WINDOWS 2000. I am using the persistence connection(PHP ociplogin()) for
update/insert/select to the database. The apache server is opeing a child
process and holding connection(one connection per child) on every database
transaction. For every request the connection is opening to database and
it is not getting closed. As per PHP document(Pl refer the PHP doc on
persistence connection) the child created by apache, holds the persistence
connection until it die(child). But for every request the apache is
crating the child(i am asuming... because it is opening databse connection
every time) and it is trying to hold the database connection even the
remaining childs are free(not doing any thing). After some time all of my
database connections are in use and giving error "MAX number of
connections exceeded". 

Bye
SURESH.
-- 
Edit bug report at http://bugs.php.net/?id=17245&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=17245&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=17245&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=17245&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=17245&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17245&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=17245&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=17245&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=17245&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=17245&r=globals

Reply via email to