Number of connections for reverse proxy

Hi,

i have a question about the revere proxy feature: if i have 10 different
IP addresses connecting to an nginx instance, and all these will be
reveres-proxied to an internal server on port 8080. Will nginx also
generate 10 connections to the internal address? or will it use some? or
1? is there any way this can be configured?

thanks in advance.

Posted at Nginx Forum:

AFIAK, nginx does not throtle connections to backends. It will pass on
whatever it receives to the backends at the earliest.

Posted at Nginx Forum:

Can nginx share connections to backends between multiple nginx worker
process?
Or every worker process has its own connection pool?

2009/11/15 anomalizer [email protected]: