<div dir="ltr">Well doesn't make sense when theres >4 concurrent requests<div><br></div><div>At any given time there's around 12 active_connections, but sock-3 is still never being used<br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Mar 21, 2013 at 9:34 AM, John Watson <span dir="ltr"><<a href="mailto:john@disqus.com" target="_blank">john@disqus.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Ohhhh... that makes complete sense now.<div><br></div><div>Had 4 workers.</div><div><br><div>Thanks!</div></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Mar 21, 2013 at 4:47 AM, Ruslan Ermilov <span dir="ltr"><<a href="mailto:ru@nginx.com" target="_blank">ru@nginx.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>On Thu, Mar 21, 2013 at 01:45:14AM -0700, John Watson wrote:<br>
>    Was investigating some issues today when we noticed that least_conn wasn't<br>
>    behaving as expected.<br>
>    upstream backend {<br>
>      least_conn;<br>
>      server unix:/tmp/sock-1.sock;<br>
>      server unix:/tmp/sock-2.sock;<br>
>      server unix:/tmp/sock-3.sock;<br>
>    }<br>
>    The expected behavior for 4 simultaneous requests it should distribute<br>
>    them:<br>
>    sock-1: 2<br>
>    sock-2: 1<br>
>    sock-3: 1<br>
>    However, what we're seeing is:<br>
>    sock-1: 3<br>
>    sock-2: 1<br>
>    sock-3: 0<br>
>    Which coincidentally lines up with the number of requests a socket can<br>
>    service simultaneously.<br>
>    This is using 1.2.7<br>
<br>
</div></div>And the number of configured worker processes is?<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>