Thursday, September 8, 2005
|
|
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.








