Better performance with memcached cluster or local memcaches?
- by Nicholas Tolley Cottrell
I have a small cluster of servers balancing a Java web app. Currently I have 3 memcached servers caching data and all web apps shares all 3 memcached instances.
I often get strange slowdowns and timeouts to some of the memcacheds and I wondering if there is a good way of analyzing the performance.
I am wondering whether my iptables rules (or some other system limitation) are blocking/slowing connections. I am considering reconfiguring the web apps so that they only query the memcached process on their own localhost.