Re: What persists in memory across requests?

2012-05-18 Thread Ken J
er of concurrent connections we expect to see, and persistent DB connections do seem to make a dramatic difference. Over the course of tens going on hundreds of thousands of requests, it can save mins worth of processing time. On May 18, 1:52 pm, akaariai wrote: > On May 18, 7:54 pm, Ken J

What persists in memory across requests?

2012-05-18 Thread Ken J
Howdy, I'm quite curious as to what persists in memory across requests in terms of django application variables. I'm currently running a django app in mod_wsgi daemon mode. Because of performance concerns when dealing with large numbers of concurrent requests, I wanted to modify django to keep p