From b14f5bcec7d9864faed7fcb06028eafe89a4a722 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 14 Oct 2009 18:25:15 -0700 Subject: documentation updates (mostly on network models) --- lib/rainbows/revactor.rb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lib/rainbows/revactor.rb') diff --git a/lib/rainbows/revactor.rb b/lib/rainbows/revactor.rb index fb35394..f61de97 100644 --- a/lib/rainbows/revactor.rb +++ b/lib/rainbows/revactor.rb @@ -14,12 +14,14 @@ module Rainbows # +worker_connections+ will limit the number of client Actors we have # running at any one time. # - # Applications using this model are required to be reentrant, but - # generally do not have to worry about race conditions. Multiple - # instances of the same app may run in the same address space + # Applications using this model are required to be reentrant, but do + # not have to worry about race conditions unless they use threads + # internally. \Rainbows! does not spawn threads under this model. + # Multiple instances of the same app may run in the same address space # sequentially (but at interleaved points). Any network dependencies # in the application using this model should be implemented using the - # \Revactor library as well. + # \Revactor library as well, to take advantage of the networking + # concurrency features this model provides. module Revactor require 'rainbows/revactor/tee_input' -- cgit v1.2.3-24-ge0c7