Say no more! Say no more!

Post Info

Author

Eugene Lazutkin

Date

Posted: Thursday, September 8, 2005
Updated: Friday, September 9, 2005

Categories

Development::Python::Django (45)

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:  del.icio.us  Digg  Reddit  StumbleUpon  Facebook    Subscribe to this blog:  Bloglines  Netvibes

Most recent related documents:

Documents published at about the same time:

Made with Django.