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) --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') 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 -- cgit v1.2.3-24-ge0c7