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
gt; Thanks!
>
> > Jon Brisbin
>
> > http//jbrisbin.com
>
> > - Original Message -
>
> > > From: "Russell Brown" < russell.br...@me.com >
> >
>
> > > To: "Jon Brisbin" < j...@jbrisbin.com >
&g
'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&
> 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
). 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
() 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
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
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
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