<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>patches/nginx-0.6.35.patch</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -5,14 +5,14 @@ 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.
 
+Some benchmarks: http://four.livejournal.com/955976.html
+
 Usage:
 
   upstream mongrels {
     server 127.0.0.1:8001;
     server 127.0.0.1:8002;
     max_connections 1;
-    max_connections_queue_timeout 2s; # optional defaults to 10s
-    max_connections_max_queue_length 50; # optional defaults to 10000
   }
 
 Install:
@@ -22,11 +22,11 @@ for easily building it into Nginx and running tests. If the Makefile is used
 then the first line must be changed to point to the Nginx source tree. 
 Here is an example of how one might compile nginx with this module.
 
-  tar -zxf nginx-0.6.34.tar.gz
-  tar -xzf ngx_max_connections-0.0.3.tar.gz
-  cd nginx-0.6.34
-  patch -p0 &lt; ../ngx_max_connections-0.0.3/patches/nginx-0.6.34.patch
-  cd ../ngx_max_connections-0.0.3
+  tar -zxf nginx-0.6.35.tar.gz
+  tar -xzf ngx_max_connections-0.0.5.tar.gz
+  cd nginx-0.6.35
+  patch -p0 &lt; ../ngx_max_connections-0.0.5/patches/nginx-0.6.35.patch
+  cd ../ngx_max_connections-0.0.5
   vim Makefile #### edit the first line!
   make configure
   make</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2cab74f6eecb5d78541e860e8ba0a83250e6974f</id>
    </parent>
  </parents>
  <author>
    <name>Ryan</name>
    <email>ry@tinyclouds.org</email>
  </author>
  <url>http://github.com/ry/nginx-ey-balancer/commit/3b9d86426c1e9d42291030df2dc58b133d3be0af</url>
  <id>3b9d86426c1e9d42291030df2dc58b133d3be0af</id>
  <committed-date>2009-01-27T02:08:25-08:00</committed-date>
  <authored-date>2009-01-27T02:08:25-08:00</authored-date>
  <message>update readme. simlink 0.6.35 patch to 0.6.34</message>
  <tree>2fe24fd75b5eaf3b011f5d873b8ac44161f66b05</tree>
  <committer>
    <name>Ryan</name>
    <email>ry@tinyclouds.org</email>
  </committer>
</commit>
