about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-07 11:30:36 -0700
committerEric Wong <normalperson@yhbt.net>2010-06-07 11:30:36 -0700
commit6565060915266f053b5eb1c29a1cfbf825d430b0 (patch)
tree329a6d669d8ea6f49372fab1c3bb8461c7fa56e4 /README
parente812eb864f88d88bb5e6bfdba617b03db2f07bfe (diff)
downloadrainbows-6565060915266f053b5eb1c29a1cfbf825d430b0.tar.gz
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 11 insertions, 3 deletions
diff --git a/README b/README
index 51c32c8..2650b3c 100644
--- a/README
+++ b/README
@@ -2,9 +2,17 @@
 
 \Rainbows! is an HTTP server for sleepy Rack applications.  It is based on
 Unicorn, but designed to handle applications that expect long
-request/response times and/or slow clients.  For Rack applications not
-heavily bound by slow external network dependencies, consider Unicorn
-instead as it simpler and easier to debug.
+request/response times and/or slow clients.
+
+For Rack applications not heavily bound by slow external network
+dependencies, consider Unicorn instead as it simpler and easier to
+debug.
+
+If you're on a small system, or write extremely tight and reliable code
+and don't want multiple worker processes, check out
+{Zbatery}[http://zbatery.bogomip.org/], too. Zbatery can use all the
+crazy network concurrency options of \Rainbows! in a single worker
+process.
 
 == \Rainbows! is about Diversity