Repcache can only replicate to one server. What we thought about doing at RU (and we never did this so I don't know how well it works) is to pair the machines together, and then put the load balancer in front of them (obviously ensuring the server security since Memcache is an insecure protocol by design) and then have CAS point to the host name for the pair.
We never did it so I'm not sure how well it would work. On Wed, Aug 25, 2010 at 7:49 AM, Bob Smith <[email protected]> wrote: > Hi, I am evaluating using the memcached ticket registry. Two machines > running repcached as peers is no problem. > > I want to have a cluster of four machines though. Is this possible? It > seems like each instance can only connect to one other instance. The > repcached wiki no longer exists so I'm having trouble finding documentation. > Thanks. > > fyi: I'm starting the service like this: > machine2: memcached -vv -m 64 -x machine1.domain.com -X 7007 -p 7008 > machine1: memcached -vv -m 64 -x machine2.domain.com -X 7007 -p 7008 > machine3: memcached -vv -m 64 -x machine2.domain.com -X 7007 -p 7008 > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
