Re: ANN: Two-level caching for Django

2011-05-04 Thread Andre Terra
Great work! Thanks a lot, I might need to use this soon. Sincerely, Andre Terra (airstrike) On Wed, May 4, 2011 at 5:31 AM, Malcolm Box wrote: > Hi, > > We recently hit a bottleneck accessing a memcached server from Django on a > big site. To solve it, I created two-level cache with a local ca

ANN: Two-level caching for Django

2011-05-04 Thread Malcolm Box
Hi, We recently hit a bottleneck accessing a memcached server from Django on a big site. To solve it, I created two-level cache with a local cache on each Django box, and a global cache on the memcached machines. Under the sort of loads we were seeing, this dramatically reduced the load on the me