Possible memory leak moving to Django 1.1 from 1.0.2 in mixed use test.

2009-06-02 Thread proteus...@gmail.com
We've got an application that is running behind apache, mod_wsgi and front ending a postgres 8.3 db. We needed to upgrade our Satchmo to the latest version which requires Django 1.1. After the upgrade the system starts eventually running out of memory until it thrashes and locks up the machine un

Multiple Databases Revisited (Interim)

2009-02-17 Thread proteus...@gmail.com
I've been following the discussion about supporting multiple databases within one project (primarily on a per-app or per-model basis) with interest and look forward to the feature getting solidified and implemented into the trunk one day. That doesn't appear to be a near term event, however, s

Re: Authentication/access check when serving static media thru Apache/nginx

2009-02-16 Thread proteus...@gmail.com
The way to do this is by utilizing nginx as a reverse proxy for your dynamic django (presumably apache) server and a peer media server (presumably another nginx setup). Nginx has a great feature (as does lighttpd) where you can have your page request come into django and perform all the authN/auth