Thanks perrin that was very helpful.I'm using php-memcache client for 
connecting to memcached .I just want to know is there any failover 
mechanism that is provided when a server is lost. 

On Wednesday, 16 October 2013 09:31:19 UTC-4, perrin wrote:
>
> What happens on the server side is that all of the data in that server is 
> permanently lost.  What happens on the client side depends on the client. 
>  There are dozens of clients for memcached.  If you tell us which client 
> you're using, maybe someone here who is familiar with it can tell you how 
> it behaves.
>
> - Perrin
>
>
> On Wed, Oct 16, 2013 at 3:13 AM, SivaRam M <siva...@gmail.com<javascript:>
> > wrote:
>
>>
>> Hi ,
>>      I have installed memcached server on two machines and added these 
>> two server in the client list.
>> Now im fetching say Key A from server A .  If server A is removed ,this 
>> is my understanding . By default I'm using standard hashing ,client will 
>> maintain list of servers along with the status of servers  if the server 
>> has run down . then there will be cache miss . In case of consistent 
>> hashing if the server A fails the keys are evenly distributed among other 
>> servers.
>>
>> what will happen if the server A fails ??
>> Please correct me if any of my concepts are wrong.
>>
>> Thanks
>> Sivaram
>>
>> -- 
>>  
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "memcached" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to memcached+...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to