about summary refs log tree commit homepage
path: root/lib/rainbows/event_machine.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-20 15:44:48 -0700
committerEric Wong <normalperson@yhbt.net>2011-05-21 01:38:36 +0000
commitf83fe5edb79e51616afcf2a9f991cfe153eabd48 (patch)
tree1b92ff83eca2ca26c2c4830c2ec222fdecf8ebd5 /lib/rainbows/event_machine.rb
parent0b9b4edc63c0021e567c68137e1ee7f9e99ddcc5 (diff)
downloadrainbows-f83fe5edb79e51616afcf2a9f991cfe153eabd48.tar.gz
It should hopefully give this more visibility even though it's
an internal feature.
Diffstat (limited to 'lib/rainbows/event_machine.rb')
-rw-r--r--lib/rainbows/event_machine.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/rainbows/event_machine.rb b/lib/rainbows/event_machine.rb
index 025b795..fb7177b 100644
--- a/lib/rainbows/event_machine.rb
+++ b/lib/rainbows/event_machine.rb
@@ -32,9 +32,7 @@ EM::VERSION >= '0.12.10' or abort 'eventmachine 0.12.10 is required'
 # all request processing is complete.
 #
 # Merb (and other frameworks/apps) supporting +deferred?+ execution as
-# documented at http://brainspl.at/articles/2008/04/18/deferred-requests-with-merb-ebb-and-thin
-# will also get the ability to conditionally defer request processing
-# to a separate thread.
+# documented at Rainbows::EventMachine::TryDefer
 #
 # This model does not implement as streaming "rack.input" which allows
 # the Rack application to process data as it arrives.  This means