Chad wrote:
I am trying to find a way to check if the memcachedclient is still alive or not but it seems to be there is no public api for me to do so. Can someone clarify this?
Not really. You should be able to use system level tools (i.e. netstat -a | grep 11211) to see connections in the ESTABLISHED state. What would you do with the information? I just wonder if there is a way to address what you're trying to do underneath.
- Matt
