PHP not cleaning up connections.

wxdqz

New Member
PHP not cleaning up connections.

PHP4.0/Apache/Oracle 8i/va-linux 6.2

I'm using PHP's OCIPLogon, which uses a connection pool to share already established connections. It works as expected, except PHP/Apache does not seem to let go of established db connections until Apache is stopped and restarted.
 
Back
Top