about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 8924891..879365c 100644
--- a/README
+++ b/README
@@ -16,11 +16,17 @@ For network concurrency, models we currently support are:
 * {:ThreadSpawn}[link:Rainbows/ThreadSpawn.html]
 * {:ThreadPool}[link:Rainbows/ThreadPool.html]
 * {:Revactor}[link:Rainbows/Revactor.html]
+* {:Rev}[link:Rainbows/Rev.html]*
 
 We have {more on the way}[link:TODO.html] for handling network concurrency.
 Additionally, we also use multiple processes (managed by Unicorn) for
 CPU/memory/disk concurrency.
 
+\* the \Rev concurrency model does not support streaming "rack.input" to
+the application.  All other models support a streaming "rack.input" which
+allows the Rack application to read data as it arrives on the socket
+without fully buffering it first.
+
 == Features
 
 * Designed for {Rack}[http://rack.rubyforge.org/], the standard for