I am running a multiple webserver setup. Earlier I had the cache directory set on the NFS, and there were issues with random template corruption in the cache. Now I have the cache directory set to a local address on each webserver, and it is a pain. Whenever a template is edited, I have to manually clear the cache on each webserver.
I am seriously thinking about caching the templates in memcache, but could not find a mod for that. Looks like I will have to start with this mod and adapt it to memcache.
|