The issue with filesystem caches is that in the new paradigm of
scaling in the cloud (multiple webservers, load balancing layers),
filesystem becomes your more expensive asset because scaling
filesystems across multiple webservers is more difficult than adding a
bit of memory to your memcache.
The issue with filesystem
The issue with filesystem caches is that in the new paradigm of scaling in the cloud (multiple webservers, load balancing layers), filesystem becomes your more expensive asset because scaling filesystems across multiple webservers is more difficult than adding a bit of memory to your memcache.