Benchmark of django deployment techniques
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.
This is Benchmark of django deployment techniques by Gregor Muellegger and was published on 20th January 2010.
Short url: http://gremu.net/BH
Tags: deployment, django, server

Comments ¶
blog comments powered by Disqus