Alternatives to uWSGI

flup

xxx

supervisord

xxx

Gunicorn

I've tested Gunicorn side by side with uWSGI and found it to be significantly slower for routing to the application over HTTP, and since Gunicorn only supports HTTP there's another potential loss of performance by being unable to use more efficient wire protocols.

The next page contains example use of Gunicorn side-by-side with uWSGI, as well as some performance results I saw.