Improving Django Cache – Part III
We’ve setup a custom cache backend and modified it to fix cache keys. Now, we are going to tackle a much more complicated problem; dogpiling. Dogpiling occurs when an entry in the cache expires. If you get multiple requests for that cached item before itβs new value can be calculated, you end up with attempts [...]
Filed under
Work
Posted on
August 11th 2009