4👍
1👍
I don’t have thorough benchmarks, but I’m personally convinced that, just like lighttpd can outperform apache on simpler tasks, mod_wsgi
gives apache the laurel when it comes to serving Python web apps. (nginx
with its own mod_wsgi
seems to perform even better than apache, but, hey, you didn’t ask about that!-).
- [Django]-Testing a Django app in many separate threads
- [Django]-Restrict s3 file to Django group user
1👍
Doesn’t answer you question, but do you already use caching for your site? Like memcached? This might give you a better performance gain than going through the mess of switching webservers.
- [Django]-Django – Model with 2 foreign keys from the same class
- [Django]-Django Migration: Not reflecting changes | creates only id
Source:stackexchange.com