Sreekanth S Rameshaiah wrote: > If we had our say, we would have settled for apache+ mod_wsgi. Client > was techie organisation and they felt nginx + uwsgi will perform > better. Our research showed that in a fully dynamic environment it > makes no difference.
Apache is a behemoth and would be overkill (imho) for the task of reverse-proxying. Additionally, if the app is configured such that static content is served from nginx, you reap that performance benefit too. TBH, the benefits are from the nginx end, not the uwsgi end. paster, gunicorn, uwsgi, et al are about as fast as each other. nginx can load balance and serve static content faster than Apache consuming less memory[1]. The feature rich Apache has a bigger attack profile as well. Footnotes: [1] All this is app dependant, of course :) -- Alok "Can you program?" "Well, I'm literate, if that's what you mean!" _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers