README in rainbows-0.94.0 vs README in rainbows-0.95.0
- old
+ new
@@ -1,13 +1,21 @@
= Rainbows! - Unicorn for sleepy apps and slow clients
\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
We aim to support as many concurrency models as we can because they all
suck; differently.
@@ -123,11 +131,11 @@
Rainbows! do
use :FiberSpawn
worker_connections 100
end
-See the {Rainbows! configuration}[link:Rainbows.html#method-i-Rainbows!]
-{documentation}[link:Rainbows.html#method-i-Rainbows!]
+See the {Rainbows! configuration}[link:Rainbows/Configurator.html]
+{documentation}[link:Rainbows/Configurator.html]
for more details.
== Development
You can get the latest source via git from the following locations