Say no more! Say no more!
Post Info
Author
Date
Posted: Thursday, September 8, 2005
Updated: Friday, September 9, 2005
Categories
Being a little bit frustrated by the lack of caching options for my web site I've added "locmem:" cache to Django. It is fully multithreaded local memory-based cache, which uses reader-writer lock to do its magic. It seems to work well but I need some time to test it more.
I think "file:" is going to be next.
Save/recommend this post:
Subscribe to this blog:
Most recent related documents:
Documents published at about the same time:
- Running on 'sql:' cache now — September 11, 2005
- Running on 'file:' cache now — September 11, 2005
- TinyMCE 2.0RC1 is out — September 10, 2005
- Something wrong with simple cache — September 9, 2005
- Django on Dreamhost: happy end — September 7, 2005
- Django with MySQL: problem solved? — September 5, 2005
- Opera and Dojo — September 5, 2005
- More on MySQL and Django problems — September 5, 2005
- Django and MySQLdb worries — September 4, 2005

