loadbalancer help reducing memory use (tcp connections) and network use (ethernet band) using repcache you should balance 50%/50% connections to allow lowest tcp memory use
in memcached you should use the best loadbalance you want (i prefer the fastest ethernet link - lower latency) since only one server may have the informartion (if you aren't using client replication) if you have client replication, use the lowest memory use, since you may have many many connections in this case.. (i'm talking about >10000 connections) 2012/10/16 Kiran Kumar <krn1...@gmail.com> > Hi , > I am using two Memcache servers (Server1 and Server2) with Repcached patch > installed on those for replication purpose . > With the help of repcached patch , data is being replicated on both the > servers and its working fine . > > I have some questions with respect to the above the way its working . > > 1. Is introducing a Load Balancer in front of these two Memcache > servers to distribute Data is a Good Solution ?? > Will this help in maintaining equal load between the two servers ?? > > > *Please share your experience on distributing Load between two Memcache > servers (with Repcaced patch on them )by using a Load Balancer* > > > Thanks . > -- Roberto Spadim