[Fixed]-Is uwsgi protocol faster than http protocol?

20👍

Ultimately your bottlenecks are not going to be in the particular routing mechanisms for requests unless you really muck up the configuration. So arguably a waste of time to be focused too much on basing decisions on things at that level.

Go watch my talk from PyCon for some context on where bottlenecks are really going to be.

http://lanyrd.com/2012/pycon/spcdg/

Leave a comment