about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-14 23:17:54 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-15 00:46:08 -0700
commit537dffa88eeb7b573aa8176270f0635085de4706 (patch)
treef3e2ac9b18c4bfad696ca4d276c9b129d0fff8bf /README
parenta021573cc31a438b8a81cba7707820dab7c593e1 (diff)
downloadrainbows-537dffa88eeb7b573aa8176270f0635085de4706.tar.gz
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index 64e6f4d..fae35fb 100644
--- a/README
+++ b/README
@@ -22,10 +22,9 @@ 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.
+\* our \Rev concurrency model is only recommended for slow clients, not
+sleepy apps.  Additionally it does not support streaming "rack.input" to
+the application.
 
 == Features