Advanced Caching with Django and Beaker

Posted on August 14, 2009 at 8:43

I've just read this great article on caching using Django and Beaker. Using Beaker enables more finely-grained cache control, for example having a separate cache store for short and long term caching. It also avoids the Dog-Pile effect, which anyone who has done much work on caching heavily accessed sites will know all too well.

If you're using Kutoken, you can install Beaker simply by typing

sudo apt-get install python-beaker'

No comments yet.

Post a new comment