<br><br><div><span class="gmail_quote">2006/10/19, 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 Thu, 19 Oct 2006, Gentoo wrote:<br><br>&gt; I read this blog<br>&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; now all web servers are lack of these features<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;- Persistent connections to FastCGI servers<br>&gt;&nbsp;&nbsp;- Keep alive from Reverse proxy to web server<br>&gt;&nbsp;&nbsp;- Async IO for serving large large files
<br>&gt;<br>&gt; so I guess if nginx can support those features, it will be cool<br><br>I have plan to support persistent connection to proxied and FastCGI servers.</blockquote><div><br>The same features as apache mod_proxy and mod_proxy_balancer ?
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Sorry, it's difficult to me to write in English, so I will be short:<br>I do not think that AIO support in nginx will add huge perfomance boost
<br>because:<br><br>1) You can run 100 worker processes to issue 100 simultaneous disk<br>&nbsp;&nbsp;&nbsp;&nbsp;IO operations. You can not do it with lighttpd and other single process<br>&nbsp;&nbsp;&nbsp;&nbsp;servers.<br>2) There is no AIO sendfile.<br><br>
<br>Igor Sysoev<br><a href="http://sysoev.ru/en/">http://sysoev.ru/en/</a><br><br></blockquote></div><br>