Entries tagged with server
Benchmark of django deployment techniques
20. January 2010 -
view comments
http://basicverbs.com/benchmark-of-django-deployment-techniques/
Vasil Vangelovski benchmarked a few combinations for deploying django on a webserver. Among others he tested apache only (serving static files and django via mod_wsgi), nginx (for static files) + mod_wsgi, nginx + fcgi and nginx with cherrypy as wsgi server.
nginx + cherrypy seem to use less memory than the other setups, but all in all any combination is usable.
Subscribe to this tag's feed.
about
Gregor Müllegger's Weblog on django, python, vim and anything else.
Feel free to contact me if you have question about my life, my work or my projects.
