Jeremy Dunck wrote:
> On 6/17/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> ...
>> Use the low-level caching API to store things like this. Write a short
>> funciton that retrieves a value from the cache and regenerates it and
>> stores it if it is not in the cache. No extra work required.
>>
>> http://www.djangoproject.com/documentation/cache/#the-low-level-cache-api
>>
> 
> This may also be useful:
> http://www.djangosnippets.org/snippets/155/

18  stale_after,val = pickle.loads(val)

"it takes 2x as long to de-pickle as it does to build the trie from scratch."
which is about 20 seconds, so that won't work for me.

The django cache set/get does work.  Thanks, M.

Carl K


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