yes, it's possible, but I'm using nginx to server pages from memcached - e.g. if I got 10k blogs in my blogging platform, it would mean 10k memcached instances and very very long nginx configuration file.
also, many memcached instances is using huge amount of memory - more then one memcached server On 2 Maj, 00:25, Joseph Engo <[email protected]> wrote: > 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.
