Re: Can't connect to memcached when it is restarted!

2011-08-31 Thread Amaravathi Yagati
Hi Brain, You might have suggested this page http://docs.libmemcached.org/memcached_quit.html . But If I understand correct the question is different , I don't want to disconnect client form the server . Client will keep on running and don't want to disturb the process but in the

Reg can I get the server address from which I am getting the value

2011-08-05 Thread Amaravathi Yagati
Hi Team , Is there any way I can get the value of the server ip/details where I am setting in the values and get the values from and I am using the server pool (i.e I am using two memcached instances and want to check whether both the instances are up and running at the moment ). Anyways I

Reg multiple memcached instances

2011-08-05 Thread Amaravathi Yagati
Hi Everybody , Can I get any ideas how to resolve this issue ?? My requirement is I have two instances of memcached , some times one can be down . In such cases I want to remove the reference to that instance dynamically so that the libmemcached hash algorithm will resolve only running instance

Re: is there a way to tell if a memcached client is still alive / connected?

2010-08-30 Thread Amaravathi Yagati
i am using memcachepp from http://sourceforge.net/projects/memcachepp/ , this also contain no api to check whether is client is alive/ dead :-) On Aug 19, 2:46 pm, Henrik Schröder skro...@gmail.com wrote: What do you mean with client? All clients are libraries that are used within your