1. You can configure nginx to use as many instances as you want. If your server is 8 core, you can set nginx to use 8 instances. So this is not an issue.<br>2. I don&#39;t really understand what you mean.<br><br><br>Sergej<br>
<br><div class="gmail_quote">On Tue, Mar 24, 2009 at 6:12 PM, howard chen <span dir="ltr">&lt;<a href="mailto:howachen@gmail.com">howachen@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hey<br>
<br>
I am new to nginx.<br>
<br>
According to the web: <a href="http://wiki.nginx.org/Main" target="_blank">http://wiki.nginx.org/Main</a><br>
<br>
It said...<br>
<br>
Nginx is one of a handful of servers written to address the C10K<br>
problem. Unlike traditional servers, Nginx doesn&#39;t rely on threads to<br>
handle requests. Instead it uses a much more scalable event-driven<br>
(asynchronous) architecture. This architecture uses small, but most<br>
importantly, predictable amounts of memory under load...<br>
<br>
<br>
But my questions are...<br>
<br>
1. No matter how fast you are delivering the data, it is bounded by<br>
only one thread, so it is not scalable as nowsaday if you have 8 core<br>
+ server?<br>
<br>
2. Even you are using event-driven, remote clients must also need to<br>
establish a remote port to your web server, so you can&#39;t save much<br>
resources in fact?<br>
<br>
<br>
Thank you .<br>
<br>
</blockquote></div><br>