about summary refs log tree commit homepage
path: root/vs_Unicorn
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-12 14:46:38 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-12 14:46:38 -0700
commitf2c74fe47a9801c9b8b7520f9f55856528357e49 (patch)
tree59e051e1e310a927f0135ce01fd42098a4366e90 /vs_Unicorn
parent0fb517107621961f08437f845cca9eabe7177ea8 (diff)
downloadrainbows-f2c74fe47a9801c9b8b7520f9f55856528357e49.tar.gz
Diffstat (limited to 'vs_Unicorn')
-rw-r--r--vs_Unicorn4
1 files changed, 2 insertions, 2 deletions
diff --git a/vs_Unicorn b/vs_Unicorn
index 00bac64..405c92c 100644
--- a/vs_Unicorn
+++ b/vs_Unicorn
@@ -5,7 +5,7 @@ HTTP parser and configuration language; \Rainbows! is more ambitious.
 
 == Architectural Diagrams
 
-=== Unicorn uses a 1:1 mapping of clients to processes
+=== Unicorn uses a 1:1 mapping of processes to clients
 
      unicorn master
      \_ unicorn worker[0]
@@ -18,7 +18,7 @@ HTTP parser and configuration language; \Rainbows! is more ambitious.
      \_ unicorn worker[M]
         \_ client[M]
 
-=== \Rainbows! uses a M:N mapping of clients to processes
+=== \Rainbows! uses a M:N mapping of processes to clients
 
     rainbows master
      \_ rainbows worker[0]