From de9af3d5a2b378a9563066158eafe05d4c8c8a11 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 9 Oct 2009 15:24:05 -0700 Subject: README: emphasize the "fast clients"-only part While Unicorn is one of very many Unix-only, pre-forking, shared socket servers in existence, and Unicorn is _definitely_ not the only server that only works *well* with fast clients, either. But as far as we know, Unicorn is the first (and so far only) server that emphasizes only working well with fast clients. --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 4d070a6..674d581 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ -= Unicorn: Rack HTTP server for Unix and fast clients += Unicorn: Rack HTTP server for fast clients and Unix -Unicorn is a HTTP server for Rack applications designed to take -advantage of features in Unix/Unix-like kernels and only serve fast -clients on low-latency, high-bandwidth connections. Slow clients should +Unicorn is a HTTP server for Rack applications designed to only serve +fast clients on low-latency, high-bandwidth connections and take +advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the the request and response in between Unicorn and slow clients. -- cgit v1.2.3-24-ge0c7