On Fri, Nov 18, 2011 at 3:58 PM, Mark <[email protected]> wrote: > What is the preferred way of loadbalancing a thrift client across a cluster > of thrift servers? >
A single client? Can your client round-robin it? Else, run a thrift server beside each client? Put a balancer in between? St.Ack
