From 5624bcde20a73fb91ca515afc01245d87fac2479 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 7 Jan 2010 23:37:35 -0800 Subject: Update docs + tests to reflect Rev 0.3.2 release Rev 0.3.2 makes performance with Threads* under Ruby 1.8 tolerable. --- lib/rainbows/rev_thread_pool.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/rainbows/rev_thread_pool.rb') diff --git a/lib/rainbows/rev_thread_pool.rb b/lib/rainbows/rev_thread_pool.rb index cb51566..918b57a 100644 --- a/lib/rainbows/rev_thread_pool.rb +++ b/lib/rainbows/rev_thread_pool.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 RevThreadPool -- cgit v1.2.3-24-ge0c7