lib/rainbows/rev_thread_pool.rb in rainbows-0.90.1 vs lib/rainbows/rev_thread_pool.rb in rainbows-0.90.2
- old
+ new
@@ -13,12 +13,11 @@
#
# Unlike ThreadPool, Rev makes this model highly suitable for
# 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
DEFAULTS = {
:pool_size => 20, # same default size as ThreadPool (w/o Rev)