So,&nbsp; it means that client (browser) will get a 5** error ?<br>if this,&nbsp; what&#39;s the meaning of enginx high concurrent connection ?<br><br><div class="gmail_quote">2009/8/10 Weibin Yao <span dir="ltr">&lt;<a href="mailto:nbubingo@gmail.com">nbubingo@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">ÀîѧÅô at 2009-8-10 10:37 wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi all<br>
i have a question that how nginx handle connection with backend web server ?<br>
for example, i have a nginx server for receiving client request, and reverse proxy to backend 2 web server(such as apache server), every apache server have 100 child process(prefork module). so, if there are 1000 client requests, how nginx map 1000 requests to only 200 apache server process?<br>

<br>
</blockquote></div></div>
Nginx can handle more than 10000 concurrent connections, but apache with prefork&#39;s max concurrent connections is the number of its process number. So Apache will send the 5** error.<br>
<br>
-- <br><font color="#888888">
Weibin Yao<br>
<br>
<br>
</font></blockquote></div><br>