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>thank you!<br>