about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
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