WSGI_Benchmarks
WSGI_Benchmarks copied to clipboard
Always use --master with uWSGI
Especially since you're running a HTTP worker process separately.
[yes, there are many options in uWSGI that should be on by default]
Use --thunder-lock
as well.
See: http://uwsgi-docs.readthedocs.io/en/latest/articles/SerializingAccept.html
For "raw' performance, using --http-socket
would also avoid having a separate process handling the HTTP parsing...