Lingerd for apache 2.2
<p>Hi,</p>
<p>php.net suggest to use Lingerd for apache, but the problem is that it's not working with apache2.2
is there something similar for apache2? </p>
<p>*"Lingerd is a daemon (service) designed to take over the job of properly closing network connections from an http server like Apache.
Because of some technical complications in the way TCP/IP and HTTP work, each Apache process currently wastes a lot of time "lingering" on client connections, after the page has been generated and sent. Lingerd takes over this job, leaving the Apache process immediately free to handle a new connection. As a result, Lingerd makes it possible to serve the same load using considerably fewer Apache processes. "
<a href="http://talks.php.net/show/perf_tunning/11" rel="nofollow">http://talks.php.net/show/perf_tunning/11</a>*</p>