about summary refs log tree commit homepage
path: root/lib/rainbows/rev_thread_spawn.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-01-07 23:37:35 -0800
committerEric Wong <normalperson@yhbt.net>2010-01-07 23:37:35 -0800
commit5624bcde20a73fb91ca515afc01245d87fac2479 (patch)
treeafb70f08d6c61663fdcfd0b373fe294f1687e4a4 /lib/rainbows/rev_thread_spawn.rb
parent1e902098533a4a66e8d6782b00703aa9a5eaa5f7 (diff)
downloadrainbows-5624bcde20a73fb91ca515afc01245d87fac2479.tar.gz
Rev 0.3.2 makes performance with Threads* under Ruby 1.8
tolerable.
Diffstat (limited to 'lib/rainbows/rev_thread_spawn.rb')
-rw-r--r--lib/rainbows/rev_thread_spawn.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/rainbows/rev_thread_spawn.rb b/lib/rainbows/rev_thread_spawn.rb
index 00d8b6b..94203f3 100644
--- a/lib/rainbows/rev_thread_spawn.rb
+++ b/lib/rainbows/rev_thread_spawn.rb
@@ -15,9 +15,8 @@ module Rainbows
   # slow clients and applications with medium-to-slow response times
   # (I/O bound), but less suitable for sleepy applications.
   #
-  # WARNING: this model does not currently perform well under 1.8 with
-  # Rev 0.3.1.  Rev 0.3.2 should include significant performance
-  # improvements under Ruby 1.8.
+  # Ruby 1.8 users are strongly advised to use Rev >= 0.3.2 to get
+  # usable performance.
 
   module RevThreadSpawn