hendynz + deployment   74

Lessons Learned From The Dash: Easy Django Deployment | Surfing in Kansas
I've heard some things about Gunicorn performing oddly under load, but as a "first Django deployment" set up I think it's hard to beat. I've also noticed that is uses significantly less RAM than an Apache/mod_wsgi set up (I know this can be configured away, but by default it's much better). This is great for the memory constrained deployment platforms a lot of us are running on.
deployment  django 
august 2010 by hendynz

Copy this bookmark:



description:


tags: