On 8/14/07, Lars <[EMAIL PROTECTED]> wrote:
> My first thought was: I've missed a debugging flag somewhere that
> needs to be off. Here's what I roughly have:

Have you checked the Apache directives which control how many requests
a process may server before it gets recycled?

Remember that Apache processes do not live forever -- they serve a
certain maximum number of requests, then are killed and replaced by
new ones (which will, then, need to perform the same intensive
up-front calculation). If you need to permanently store something (or
at least, store it more permanently than what you're got now), try
memcached.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to