<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,11 +1,18 @@
+haproxy maxconn for nginx
+Adds a request queue to Nginx that allows the limiting of concurrent requests
+passed to the upstream.  &quot;max_connections N;&quot; in an upstream directive means
+that each upstream server will be given N request at a time, per Nginx
+worker. For example, if you have two workers and &quot;max_connections 1;&quot; then
+there will be a total of 2 requests at a time on each upstream server.
 
 Usage:
 
   upstream mongrels {
     server 127.0.0.1:8001;
     server 127.0.0.1:8002;
-    max_connections 2;
-    max_connections_queue_timeout 2s; # optional defaults to 1s
+    max_connections 1;
+    max_connections_queue_timeout 2s; # optional defaults to 10s
+    max_connections_max_queue_length 50; # optional defaults to 10000
   }
 
 Install:</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>45093eaaa2a617b4c2cd4623f5b114b264aaa4fa</id>
    </parent>
  </parents>
  <author>
    <name>Ryan</name>
    <email>ry@tinyclouds.org</email>
  </author>
  <url>http://github.com/ezmobius/nginx-ey-balancer/commit/3114a13124669177acfcf3014b6ee6180d92732c</url>
  <id>3114a13124669177acfcf3014b6ee6180d92732c</id>
  <committed-date>2009-01-22T04:25:58-08:00</committed-date>
  <authored-date>2009-01-22T04:25:58-08:00</authored-date>
  <message>add description of the module to readme</message>
  <tree>6c289b63db53f7adb1691f269153f1b8b66b4781</tree>
  <committer>
    <name>Ryan</name>
    <email>ry@tinyclouds.org</email>
  </committer>
</commit>
