On Mon, Oct 31, 2011 at 9:51 PM, unique <[email protected]> wrote:
> Besides, it's a pity that Memcached can't support shared memory(on
> Linux platform). the whole data-cache will All-lost just by updating
> Memeached
I think you are kind of missing the point of memcache if you you don't
spread server instances over many machines so that restarting one (or
a failure) just invalidates a small portion of the cache that your
persistent data store can easily handle. If you want persistence,
there are probably better tools.
--
Les Mikesell
[email protected]