From:             [EMAIL PROTECTED]
Operating system: Win98
PHP version:      4.0.4
PHP Bug Type:     ODBC related
Bug description:  odbc_pconnect and hanging database connections

When I open my Access Database with odbc_pconnect with NN4.7 on Apache 3.1.17, 
Netscape sends a "GET HTTP/1.1" request and a "Connection: Keep-Alive", but Apache 
answers with "Connection:close" (maybe he doesn't like keep alives with HTTP/1.0) and 
not with "Connection:timeout=15, max=100". 
With phpinfo I get "HTTP_CONNECTION=Keep-Alive", so php leaves a persistent connection 
open, but apache doesnt reuse it.
The result is an "out of disk space" after several calls. My workaround by now is to 
limit Apaches MaxRequestsPerChild, which results in a 3 second pause, when this limit 
is reached.

Gustav Graf


-- 
Edit Bug report at: http://bugs.php.net/?id=9388&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to