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>2009-11-27 09:56:44 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-27 09:56:44 -0800
commitabe9ce1e677b88c5b1f4f04ba9759d6c272b8563 (patch)
tree3b46abf367cef09aee881bf70b317c1ec218253a /lib/rainbows/rev_thread_spawn.rb
parentf858b05bc895ae0ff5b602a829b364b176d8e072 (diff)
downloadrainbows-abe9ce1e677b88c5b1f4f04ba9759d6c272b8563.tar.gz
Diffstat (limited to 'lib/rainbows/rev_thread_spawn.rb')
-rw-r--r--lib/rainbows/rev_thread_spawn.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/rainbows/rev_thread_spawn.rb b/lib/rainbows/rev_thread_spawn.rb
index ae7ff79..0bfeb36 100644
--- a/lib/rainbows/rev_thread_spawn.rb
+++ b/lib/rainbows/rev_thread_spawn.rb
@@ -15,8 +15,10 @@ module Rainbows
   # server are handled by the main thread and outside of the core
   # application dispatch.
   #
-  # WARNING: this model does not perform well under 1.8, especially
-  # if your application itself performs heavy I/O
+  # WARNING: this model does not currently perform well under 1.8.  See the
+  # {rev-talk mailing list}[http://rubyforge.org/mailman/listinfo/rev-talk]
+  # for ongoing performance work that will hopefully make it into the
+  # next release of {Rev}[http://rev.rubyforge.org/].
 
   module RevThreadSpawn