You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Mark <st...@gmail.com> on 2011/11/19 00:58:02 UTC

Ruby Thrift client

What is the preferred way of loadbalancing a thrift client across a 
cluster of thrift servers?

Re: Ruby Thrift client

Posted by Stack <st...@duboce.net>.
On Fri, Nov 18, 2011 at 3:58 PM, Mark <st...@gmail.com> 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