<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Thanks for your answer.<br>
<br>
Le 10/05/2016 à 17:04, Maxim Dounin a écrit :<br>
</div>
<blockquote cite="mid:20160510150413.GJ36620@mdounin.ru" type="cite">
<pre wrap="">As long as you are using TCP/IP and have only one backend (ip +
port), and only one local address on nginx side, then you are
limited by the number of local ports nginx can use.</pre>
</blockquote>
I currently have nginx running on the same host that my backends.<br>
I have 4 of them listening on different ports on 127.0.0.1.<br>
In this situation may I expect 4 times 65000 simultaneous
connections ?<br>
<blockquote cite="mid:20160510150413.GJ36620@mdounin.ru" type="cite">
<pre wrap="">- add more local addresses on nginx side and use proxy_bind to
balance users between these addresses.
</pre>
</blockquote>
Yes, I've seen this, however I didn't catch how to dynamically
assign a value to proxy_bind from a pool of IP addresses in nginx
(not Nginx Plus).<br>
<br>
<pre class="moz-signature" cols="72">--
Best regards,
Artur.</pre>
</body>
</html>