On Wed, Sep 18, 2013 at 12:29 PM, Curtis Maloney <[email protected]> wrote: > I started working on a CacheManager for dealing with thread local cache > instances, as was suggested on IRC by more than one person. >
The problem that Florian identified was that recreating cache instances each time get_cache() was called could be costly. 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. Cheers Tom -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. For more options, visit https://groups.google.com/groups/opt_out.
