Re: Behavior of Memcached Client during Replication Process

2012-10-19 Thread Roberto Spadim
guy, why you don't study the source code? you sent a lot of messages with the same querstion! i will add your contact to spam with more messages like that read the wiki, read the source, understand the app, and stop asking the same message 100 times 2012/10/17 Kiran Kumar krn1...@gmail.com Hi ,

Re: Behavior of Memcached Client during Replication Process

2012-10-18 Thread Henrik Schröder
No, you will have to configure two client instances and read the key from both servers in your application. However, sometimes you will get a cache miss from one server and a cache hit from the other server. And you have no way of knowing if that happened because a value was written to one

Behavior of Memcached Client during Replication Process

2012-10-17 Thread Kiran Kumar
Hi , We are using Memcache in a different/wrong way , that is Memcache as a Complete Data Store itself . The setup of our Application is in such a way that , there are two Memcache servers (Server1 and Server2 )where both of them acting as active active (Master - Master ) each of them

Re: Behavior of Memcached Client during Replication Process

2012-10-17 Thread Les Mikesell
On Wed, Oct 17, 2012 at 11:24 AM, Kiran Kumar krn1...@gmail.com wrote: Hi , We are using Memcache in a different/wrong way , that is Memcache as a Complete Data Store itself . The setup of our Application is in such a way that , there are two Memcache servers (Server1 and Server2 )where

Re: Behavior of Memcached Client during Replication Process

2012-10-17 Thread Kiran Kumar
Les Mikesell , Thanks for the link , but unfortunately that is no where related to my question above . anyway once again , What i was asking is that as there is some delay in Data Replication , will the Memcache Client checks server2 also in case if it doesn't found in Server 1 . And does

Re: Behavior of Memcached Client during Replication Process

2012-10-17 Thread Les Mikesell
On Wed, Oct 17, 2012 at 1:56 PM, Kiran Kumar krn1...@gmail.com wrote: Les Mikesell , Thanks for the link , but unfortunately that is no where related to my question above . anyway once again , What i was asking is that as there is some delay in Data Replication , will the Memcache Client