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