summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2012-06-26 10:32:28 +0200
committerTarek Ziade <tarek@ziade.org>2012-06-26 10:32:28 +0200
commit625a6c45dbe97fbbd58dfb0ed69429d015e2d8fa (patch)
tree5a4eec2f87588ac57163e1d7af9cff8e5ff71444 /docs
parent6e6e288c4fbed31a8b47661ffdd8e90462dd47f2 (diff)
prep fir a first release
Diffstat (limited to 'docs')
-rw-r--r--docs/source/index.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 06a1307..f888141 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -72,7 +72,6 @@ and is organized around **back ends**.
By default Chaussette uses a pure Python implementation based on **waitress**,
but it also provides more efficient back ends:
-- **waitress** -- a backend based on stdlib's asyncore
- **gevent** -- based on Gevent's *pywsgi* server
- **fastgevent** -- based on Gevent's *wsgi* server -- faster but does not
support streaming.
@@ -82,6 +81,12 @@ but it also provides more efficient back ends:
You can select your backend by using the **--backend** option and providing
its name.
+For some backends, you need to make sure the corresponding libraries
+are installed:
+
+- **gevent** and **fastgevent**: `pip install gevent`
+- **meinheld** : `pip install meinheld`
+
If you want to add your favorite WSGI Server as a backend to Chaussette,
send me an e-mail !