Re: handling client network connections in Cassandra

2010-09-01 Thread Jonathan Ellis
Oh, you're right. (I thought he was building a pb->thrift proxy.) On Wed, Sep 1, 2010 at 6:37 PM, Benjamin Black wrote: > Think he means on the server side, yo. > > On Wed, Sep 1, 2010 at 12:31 PM, Jonathan Ellis wrote: >> You might want to build on top of something like Hector that handles >>

Re: handling client network connections in Cassandra

2010-09-01 Thread Benjamin Black
Think he means on the server side, yo. On Wed, Sep 1, 2010 at 12:31 PM, Jonathan Ellis wrote: > You might want to build on top of something like Hector that handles > the low level pooling, failover, etc. already instead of raw Thrift. > > On Wed, Sep 1, 2010 at 11:04 AM, Amol Deshpande > wrote:

Re: handling client network connections in Cassandra

2010-09-01 Thread Jonathan Ellis
You might want to build on top of something like Hector that handles the low level pooling, failover, etc. already instead of raw Thrift. On Wed, Sep 1, 2010 at 11:04 AM, Amol Deshpande wrote: > As I've mentioned before, I'm looking at implementing a  protobuf > interface for clients to talk to C

handling client network connections in Cassandra

2010-09-01 Thread Amol Deshpande
As I've mentioned before, I'm looking at implementing a protobuf interface for clients to talk to Cassandra. Looking at the source, I don't see a network thread/connection pool that I could easily piggyback on. This is probably because both thrift and avro seem to have their own internal connectio