Persistent connection pool ,I mean. :)<br><br><div><span class="gmail_quote">2006/10/20, Igor Sysoev &lt;<a href="mailto:is@rambler-co.ru">is@rambler-co.ru</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Fri, 20 Oct 2006, Delta Yeh wrote:<br><br>&gt; 2006/10/19, Igor Sysoev &lt;<a href="mailto:is@rambler-co.ru">is@rambler-co.ru</a>&gt;:<br>&gt;&gt;<br>&gt;&gt; On Thu, 19 Oct 2006, Gentoo wrote:<br>&gt;&gt;<br>&gt;&gt; &gt; I read this blog
<br>&gt;&gt; &gt;<br>&gt;&gt; <a href="http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/">http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/</a><br>&gt;&gt; &gt; now all web servers are lack of these features
<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;&nbsp;&nbsp;- Persistent connections to FastCGI servers<br>&gt;&gt; &gt;&nbsp;&nbsp;- Keep alive from Reverse proxy to web server<br>&gt;&gt; &gt;&nbsp;&nbsp;- Async IO for serving large large files<br>
&gt;&gt; &gt;<br>&gt;&gt; &gt; so I guess if nginx can support those features, it will be cool<br>&gt;&gt;<br>&gt;&gt; I have plan to support persistent connection to proxied and FastCGI<br>&gt;&gt; servers.<br>&gt;<br>&gt; The same features as apache mod_proxy and mod_proxy_balancer ?
<br><br>What features of mod_proxy and mod_proxy_balancer are you talking about ?<br><br>nginx already has ngx_http_proxy_module:<br><a href="http://wiki.codemongers.com/NginxHttpProxyModule">http://wiki.codemongers.com/NginxHttpProxyModule
</a><br>that supports primitive load balancing and fault-tolerance:<br><a href="http://wiki.codemongers.com/NginxHttpUpstreamModule">http://wiki.codemongers.com/NginxHttpUpstreamModule</a><br><br><br>Igor Sysoev<br><a href="http://sysoev.ru/en/">
http://sysoev.ru/en/</a><br><br></blockquote></div><br>