One option would be to create multiple smaller memcache instances running on separate ports.
On May 1, 2009, at 3:20 PM, maciejplonski wrote:
Hello, I've got memcached installed on my VPS and also I've got there blogging platform. I'm caching whole pages in memcached and serving them by nginx. When one user posts sth, I need to flush whole memcached and delete from cache also other cached blogs. Is it possible to divide memcached to many 'blogs' and flush only cache from one blog so other blogs will be still served from memcached? This blogging platform is written in PHP.
