Re: Riak async PB client based on Grizzly

2011-06-22 Thread Russell Brown
p//jbrisbin.com > > > From: "Russell Brown" > To: "Jon Brisbin" > Cc: "riak-users Users" > Sent: Wednesday, June 22, 2011 2:27:17 AM > Subject: Re: Riak async PB client based on Grizzly > > Hey Jon, > Any chance you want to impl

Re: Riak async PB client based on Grizzly

2011-06-22 Thread Jon Brisbin
gt; Thanks! > > > Jon Brisbin > > > http//jbrisbin.com > > > - Original Message - > > > > From: "Russell Brown" < russell.br...@me.com > > > > > > > To: "Jon Brisbin" < j...@jbrisbin.com > &g

Re: Riak async PB client based on Grizzly

2011-06-22 Thread Mark Wolfe
'm going to > refactor that a little and then I'll put it on github and let everyone know. > > > Thanks! > > Jon Brisbin > http//jbrisbin.com > > > -------------- > > *From: *"Mark Wolfe" > *To: *"riak-users Users&

Re: Riak async PB client based on Grizzly

2011-06-22 Thread Russell Brown
> From: "Russell Brown" > To: "Jon Brisbin" > Cc: "riak-users Users" > Sent: Wednesday, June 22, 2011 2:27:17 AM > Subject: Re: Riak async PB client based on Grizzly > > Hey Jon, > Any chance you want to implement the RawClient interface

Re: Riak async PB client based on Grizzly

2011-06-22 Thread Jon Brisbin
). I think I'm going to refactor that a little and then I'll put it on github and let everyone know. Thanks! Jon Brisbin http//jbrisbin.com - Original Message - > From: "Mark Wolfe" > To: "riak-users Users" > Sent: Wednesday, June 22, 2011

Re: Riak async PB client based on Grizzly

2011-06-22 Thread Jon Brisbin
() on everything. Thanks! Jon Brisbin http//jbrisbin.com - Original Message - > From: "Russell Brown" > To: "Jon Brisbin" > Cc: "riak-users Users" > Sent: Wednesday, June 22, 2011 2:27:17 AM > Subject: Re: Riak async PB client based on Grizzly

Re: Riak async PB client based on Grizzly

2011-06-22 Thread Mark Wolfe
I have been interested in doing the same thing for a while. Instead of Grizzly I started messing around with Netty https://github.com/netty/ which is very similar. I am not sure what either of you have found but in my experiance the NIO stuff only really comes into it's own with large transfers o

Re: Riak async PB client based on Grizzly

2011-06-22 Thread Russell Brown
Hey Jon, Any chance you want to implement the RawClient interface (https://github.com/basho/riak-java-client/blob/master/src/main/java/com/basho/riak/client/raw/RawClient.java) from the basho riak-java-client library? That way your client can be swapped straight into the basho lib? If not, let

Riak async PB client based on Grizzly

2011-06-21 Thread Jon Brisbin
I'm trying to get my feet wet with Grizzly on another project, so I've been spending some late(ish) nights also working on a Grizzly-based asynchronous PB client for Riak. I'm dropping all the way down to the protobuf level and using Grizzly's NIO abstractions to implement a completely non-block