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

Reply via email to