about summary refs log tree commit homepage
path: root/lib/rainbows/writer_thread_pool.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-26 22:36:39 +0000
committerEric Wong <normalperson@yhbt.net>2010-05-26 22:36:39 +0000
commit4ccaf0a931a0731d1dca2710b86864075eb511a1 (patch)
tree098bc0869a880b4a05838bd96cc0bf9282beaa92 /lib/rainbows/writer_thread_pool.rb
parent58661617ab802010ecbc45ce3afbca1d63cb9189 (diff)
downloadrainbows-4ccaf0a931a0731d1dca2710b86864075eb511a1.tar.gz
Diffstat (limited to 'lib/rainbows/writer_thread_pool.rb')
-rw-r--r--lib/rainbows/writer_thread_pool.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/rainbows/writer_thread_pool.rb b/lib/rainbows/writer_thread_pool.rb
index 993e9b8..ec07ccd 100644
--- a/lib/rainbows/writer_thread_pool.rb
+++ b/lib/rainbows/writer_thread_pool.rb
@@ -3,9 +3,7 @@
 module Rainbows
 
   # This concurrency model implements a single-threaded app dispatch
-  # with a separate thread pool for writing responses.  By default, this
-  # thread pool is only a single thread: ideal for typical applications
-  # that do not serve large or streaming responses.
+  # with a separate thread pool for writing responses.
   #
   # Unlike most \Rainbows! concurrency models, WriterThreadPool is
   # designed to run behind nginx just like Unicorn is.  This concurrency