Compiled uwsgi 0.9.9.3 (the 0.9.8.1 did not now about pythonpath) uwsgi --pythonpath /opt/web-apps/web2py --module wsgihandler --http :80 -s /tmp/we2py.sock >uwsgi.log 2>&1
1 CPU: 17.83 [#/sec] (better than rocket) 2 CPUs: 17.98 [#/sec] uwsgi --pythonpath /opt/web-apps/web2py --module wsgihandler --http :80 -s /tmp/we2py.sock -M -p2 >uwsgi.log 2>&1 2 CPUs: 31.30 [#/sec] I guess with the -p 2 enabled it was not as fast as nginx for static content. Anyhow, is this a recommended setup? Doesn't it show the same behavior as gunicorn ( "Without this (nginx) buffering Gunicorn will be easily susceptible to denial-of-service attacks." )