about summary refs log tree commit homepage
path: root/vs_Unicorn
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-12 17:30:51 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-12 17:30:51 -0700
commita33caf9313fd1bf79b36165bea2cae6e56da9b19 (patch)
tree530c2fd8c97d2adcabb7c9dca5909d62fa9271cd /vs_Unicorn
parentf2c74fe47a9801c9b8b7520f9f55856528357e49 (diff)
downloadrainbows-a33caf9313fd1bf79b36165bea2cae6e56da9b19.tar.gz
Diffstat (limited to 'vs_Unicorn')
-rw-r--r--vs_Unicorn14
1 files changed, 7 insertions, 7 deletions
diff --git a/vs_Unicorn b/vs_Unicorn
index 405c92c..67e4250 100644
--- a/vs_Unicorn
+++ b/vs_Unicorn
@@ -33,20 +33,20 @@ HTTP parser and configuration language; \Rainbows! is more ambitious.
      |  \_ client[1,2]
      |  \_ client[1,3]
      |  ...
-     |  \_ client[0,N]
+     |  \_ client[1,N]
      \_ rainbows worker[2]
      |  \_ client[2,0]
      |  \_ client[2,1]
      |  \_ client[2,2]
      |  ...
-     |  \_ client[0,N]
+     |  \_ client[2,N]
      ...
      \_ rainbows worker[M]
-        \_ client[3,0]
-        \_ client[3,1]
-        \_ client[3,2]
+        \_ client[M,0]
+        \_ client[M,1]
+        \_ client[M,2]
         ...
-        \_ client[0,N]
+        \_ client[M,N]
 
 In both cases, workers share common listen sockets with the master and
 pull connections off the listen queue only if the worker has resources
@@ -74,7 +74,7 @@ available.
 
 == Similarities with Unicorn
 
-While some similarities are obvious (we depend on and subclass of
+While some similarities are obvious (we depend on and subclass off
 Unicorn code), some things are not:
 
 * Does not attempt to accept() connections when pre-configured limits