Memcache : Confusions
问题 I am going to use memcache(not memcacheD) for my PHP application . I have few confusions . I found this wrapper class for memcache. 1)As on connect method it adds all servers to pull. If this is done on every single request wont it slow down the permanence cause of network latency ? 2)if there are 2 servers in a pool and one goes offline requests will still be made to offline server ? There is no other way to automatically remove offline server from memcache ? If not what does memcache.allow