Hi Tom,

On Friday, September 20, 2013 3:29:03 PM UTC+2, Tom Evans wrote:
>
> Before you 
> go too far down the thread local route, could you verify that 
> retrieving cache objects from a thread local cache is in any way 
> faster than simply recreating them as demanded. 
>

The main issue here isn't recreating the objects on demand, but the impact 
they have, eg a new memcached connection. Now imagine a complex system 
where each part issues get_cache('something') to get the cache and you'll 
end up with a few connections per request instead of one.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to