Re: PHP and Connection: Close

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jon Anderson wrote:
<IfModule mod_ssl.c>
...
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ...
...
</IfModule>

I seem to recall this being due to a bug in Internet Explorer that keeps the connection open longer than necessary, tying up server resources.

George Schlossnagle has a formula for calculating the win/loss of using persistent connections, and he factors in the keep-alive timeout because of this behavior. (He concludes that it's better to disable persistent connections altogether.)

Chris

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux