about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-26 17:32:52 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-26 17:32:52 -0800
commit564d46615633a1da8a1be61be28f342ae2eb3b09 (patch)
tree75186ed52ac960c74ae12ff13d22ded16e127a68 /README
parent4c546f593166b46bfd8ba0cf0da4b8ac6a05cd4d (diff)
downloadrainbows-564d46615633a1da8a1be61be28f342ae2eb3b09.tar.gz
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 809783d..38932d4 100644
--- a/README
+++ b/README
@@ -38,8 +38,8 @@ one (per-worker).
   modern Ruby HTTP applications.
 
 * Built on {Unicorn}[http://unicorn.bogomips.org/], inheriting its
-  process/socket management features
-  such as transparent upgrades and Ruby configuration DSL.
+  process/socket management features such as transparent upgrades and
+  Ruby configuration DSL.
 
 * As with Unicorn, it is able to stream large request bodies off the
   socket to the application while the client is still uploading.  Since
@@ -47,8 +47,8 @@ one (per-worker).
   it is with Unicorn.
 
 * Combines heavyweight concurrency (worker processes) with lightweight
-  concurrency (Actors or Threads), allowing CPU/memory/disk to be scaled
-  independently of client connections.  Alternative concurrency models
+  concurrency (Events/Fibers/Actors/Threads), allowing CPU/memory/disk to
+  be scaled independently of client connections.  More concurrency models
   (listed in the TODO) will be supported as we find time for them.
 
 == Applications