Will replication of Memcache servers can solve the problem of not losing 
the data ??

On Saturday, 13 October 2012 00:24:31 UTC+5:30, LesMikesell wrote:
>
> On Fri, Oct 12, 2012 at 1:16 PM, Kiran Kumar <krn...@gmail.com<javascript:>> 
> wrote: 
> > Thanks LesMikesell,for the great explanation , i am helpless here , i am 
> > working on a existing application , which is designed in such a way that 
> all 
> > the Data is written to Memcache (and there is no Database at all ) which 
> is 
> > the only data store currently , so what i was asking is that, will 
> > clustering of Memcache  Servers will avoid single point of failure ?? 
>
> It will not avoid losing the values currently in the cache.  If that 
> matters, memcache is not what you should be using to store it. 
> Clustering avoids a single point of failure in the sense that the hash 
> re-balancing continues to provide the clients a place to cache freshly 
> obtained data. 
>
> -- 
>    Les Mikesell 
>       lesmi...@gmail.com <javascript:> 
>

Reply via email to