WSGI_Benchmarks icon indicating copy to clipboard operation
WSGI_Benchmarks copied to clipboard

Always use --master with uWSGI

Open funkybob opened this issue 7 years ago • 2 comments

Especially since you're running a HTTP worker process separately.

[yes, there are many options in uWSGI that should be on by default]

funkybob avatar Feb 13 '18 05:02 funkybob

Use --thunder-lock as well.

See: http://uwsgi-docs.readthedocs.io/en/latest/articles/SerializingAccept.html

alanjds avatar Mar 01 '18 15:03 alanjds

For "raw' performance, using --http-socket would also avoid having a separate process handling the HTTP parsing...

funkybob avatar Mar 02 '18 10:03 funkybob