Hi, I am using PHP Memcache client library and NOT Memcached library.
"How can i know if Memcache server is Running except getServerStatus() method of PHP client Memcache Library??" Why i am saying not using getServerStatus() call is because that method works only with individual server but at runtime Code will never knew which server has been chosen by Hash policy, so we are having pool of servers all the time. I need to check this is because as i need to do Locking to achieve atomicity and integrity, in that case i have wait for infinite loop till i get lock, so in that case i must know that status of server or my code will go in indefinite loop if memcache server goes down. Please guide me. Waiting for a favourable reply. Regards, Sagar
