configs: replaced gevent with meinheld.

Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
rascencio 2015-05-28 02:30:14 -06:00
parent f087832151
commit 0734110804
2 changed files with 4 additions and 3 deletions

View File

@ -3,14 +3,16 @@ check_delay = 5
endpoint = tcp://127.0.0.1:5555
pubsub_endpoint = tcp://127.0.0.1:5556
stats_endpoint = tcp://127.0.0.1:5557
copy_env = True
[socket:dynamicweb]
host = 127.0.0.1
port = 8080
[watcher:dynamicweb]
cmd = /home/r/.virtualenvs/dynamicweb/bin/chaussette --backend gevent --fd $(circus.sockets.dynamicweb) dynamicweb.wsgi.application
cmd = /home/r/.virtualenvs/dynamicweb/bin/chaussette --backend meinheld --fd $(circus.sockets.dynamicweb) dynamicweb.wsgi.application
use_sockets = True
copy_env = True
numprocesses = 5
[env:dynamicweb]

View File

@ -45,8 +45,7 @@ djangocms-table
cmsplugin-filer==0.10.1
# production
greenlet
circus
circus-web
chaussette
gevent
meinheld