about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-12-22 13:38:58 -0800
committerEric Wong <normalperson@yhbt.net>2009-12-22 13:52:54 -0800
commit0df219ef8f9a514553e13f2f98575896f6cc7c39 (patch)
treef7f0a61fd04fe699b2fe9ca901f58c975c6fc973 /lib/rainbows/const.rb
parent8a15fc14067e85c419a31e6d70c2491e65d88e60 (diff)
downloadrainbows-0df219ef8f9a514553e13f2f98575896f6cc7c39.tar.gz
This release should fix ThreadSpawn green thread blocking issues
under MRI 1.8.  Excessive socket closing is avoided when using
Thread* models with Sunshowers (or clients disconnecting
during uploads).

There is a new RevFiberSpawn concurrency model which combines
Rev with the traditional FiberSpawn model.
Diffstat (limited to 'lib/rainbows/const.rb')
-rw-r--r--lib/rainbows/const.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index e58a9db..ee745f3 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -3,7 +3,7 @@
 module Rainbows
 
   module Const
-    RAINBOWS_VERSION = '0.9.0'
+    RAINBOWS_VERSION = '0.90.0'
 
     include Unicorn::Const