Posted on June 25, 2009
I recently had to find a bug in a site running Django. The site made heavy use of Django's file based caching, somewhere in the region of 100,00 files. The problem turned out to be that the current Django file caching code was not really intended to handle this many files.