README in rainbows-3.2.0 vs README in rainbows-3.3.0
- old
+ new
@@ -20,22 +20,26 @@
suck; differently.
For network concurrency, models we currently support are:
* {Coolio}[link:Rainbows/Coolio.html]
+* {CoolioFiberSpawn}[link:Rainbows/CoolioFiberSpawn.html]
+* {CoolioThreadPool}[link:Rainbows/CoolioThreadPool.html]
+* {CoolioThreadSpawn}[link:Rainbows/CoolioThreadSpawn.html]
+* {Epoll}[link:Rainbows/Epoll.html]
* {EventMachine}[link:Rainbows/EventMachine.html]
-* {FiberSpawn}[link:Rainbows/FiberSpawn.html]
* {FiberPool}[link:Rainbows/FiberPool.html]
+* {FiberSpawn}[link:Rainbows/FiberSpawn.html]
* {NeverBlock}[link:Rainbows/NeverBlock.html]
* {Revactor}[link:Rainbows/Revactor.html]
* {ThreadPool}[link:Rainbows/ThreadPool.html]
* {ThreadSpawn}[link:Rainbows/ThreadSpawn.html]
* {WriterThreadPool}[link:Rainbows/WriterThreadPool.html]
* {WriterThreadSpawn}[link:Rainbows/WriterThreadSpawn.html]
-* {CoolioFiberSpawn}[link:Rainbows/CoolioFiberSpawn.html]
-* {CoolioThreadPool}[link:Rainbows/CoolioThreadPool.html]
-* {CoolioThreadSpawn}[link:Rainbows/CoolioThreadSpawn.html]
+* {XEpoll}[link:Rainbows/XEpoll.html]
+* {XEpollThreadPool}[link:Rainbows/XEpollThreadPool.html]
+* {XEpollThreadSpawn}[link:Rainbows/XEpollThreadSpawn.html]
We have {many more on the way}[link:TODO.html] for handling network
concurrency. Additionally, we also use multiple processes (managed by
Unicorn) for robustness and CPU/memory/disk concurrency.
@@ -84,14 +88,11 @@
fast applications.
== License
\Rainbows! is copyright 2009,2010 by all contributors (see logs in git).
-It is based on Mongrel 1.1.5 and Unicorn and carries the same license.
-
-Mongrel is copyright 2007 Zed A. Shaw and contributors. It is licensed
-under the Ruby (1.8) license and the GPL2. See the included LICENSE file for
-details.
+\Rainbows! is licensed under the Ruby (1.8) license or the GPL (v2 or v3).
+See the included {LICENSE}[link:LICENSE.html] file for more details.
\Rainbows! is 100% Free Software.
== Install