Hello,<br><br>Has anyone tried ey-balancer: <a href="http://github.com/ry/nginx-ey-balancer/tree/master">http://github.com/ry/nginx-ey-balancer/tree/master</a>.&nbsp; From the README:<br><br>&quot;haproxy maxconn for nginx<br><br>
Adds a request queue to Nginx that allows the limiting of concurrent requests<br>passed to the upstream.&nbsp; &quot;max_connections N;&quot; in an upstream directive means<br>that each upstream server will be given N request at a time, per Nginx<br>
worker. For example, if you have two workers and &quot;max_connections 1;&quot; then<br>there will be a total of 2 requests at a time on each upstream server.&quot;<br clear="all"><br>I am guessing that the intended audience is Rails sites with multiple mongrel servers.<br>
<br>-- <br>Adam<br><a href="mailto:zellster@gmail.com">zellster@gmail.com</a><br>