On Thu, Feb 14, 2008 at 11:31 AM, Alex Koshelev <[EMAIL PROTECTED]> wrote:
>
>  Look at idea behind this: 
> http://code.djangoproject.com/wiki/CookBookThreadlocalsAndUser

That will likely fail to work across multiple requests, due to
threading and/or multi-process issues.

Better yet, check out this little gem:
http://www.djangoproject.com/documentation/cache/#the-low-level-cache-api

-Gul

--~--~---------~--~----~------------~-------~--~----~
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