about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-02-10 10:53:20 -0800
committerEric Wong <normalperson@yhbt.net>2009-02-10 10:53:20 -0800
commit7bbbd1dda0cd38882629e1fc317070e5a9068c5b (patch)
tree289072d5a2482c8b09153390f3fc22afbc212e46 /README
parent9e1e784bdd4cb51ddd14e2af1fb8cc78a0144416 (diff)
downloadunicorn-7bbbd1dda0cd38882629e1fc317070e5a9068c5b.tar.gz
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 5 insertions, 9 deletions
diff --git a/README b/README
index 5021477..7d8191c 100644
--- a/README
+++ b/README
@@ -2,6 +2,10 @@
 
 Experimental UNIX-only fork of Mongrel.  No threads.
 
+Only run this behind nginx (or another fully-buffering reverse proxy,
+I know of none) or to serve clients within the same datacenter.  This
+is absolutely not designed to deal with slow clients.
+
 See http://unicorn.bogomips.org for more information.
 
 == License
@@ -13,14 +17,6 @@ Mongrel is copyright 2007 Zed A. Shaw and contributors. It is licensed
 under the Ruby license and the GPL2. See the include LICENSE file for
 details.
 
-== Quick Start
-
-The easiest way to get started with Unicorn is to install it via
-RubyGems and then run a Ruby on Rails application. You can do this
-easily:
-
- $ gem install unicorn
-
 == Install
 
 The library consists of a C extension so you'll need a C compiler or at
@@ -32,6 +28,6 @@ Finally, the source includes a setup.rb for those who hate RubyGems.
 
 == Contact
 
-Newsgroup and mailing list coming.
+Newsgroup and mailing list coming, or it'll be a part of the Mongrel project.
 
 Email Eric Wong at normalperson@yhbt.net for now.