Re: Ruby eventmachine async client

2012-03-16 Thread graphex
Elias Levy wrote > > If you look at the list archive's you'll see that a while ago I posted > some > code to monkey patch the Ruby client to use EM Synchrony's TCPSocket so as > to support EM. > > You'll find it at > http://lists.basho.com/pipermail/riak-users_lists.basho.com/2011-November/00630

Re: Ruby eventmachine async client

2012-03-16 Thread graphex
s capabilities as an HTTP client lacking in a few important > areas. > > On Fri, Mar 16, 2012 at 3:55 PM, graphex <gfxlists@> wrote: > >> >> Elias Levy wrote >> > >> > If you look at the list archive's you'll see that a while ago I posted >

Re: Ruby eventmachine async client

2012-03-19 Thread graphex
Has anyone used or reviewed https://github.com/ProjectDaisy/blodsband for general riak clients in EM.synchrony? I'm not sure i'm comfortable using it for resource locking, but for general usage of setting and retrieving keys, it seems to be closer than riak-ruby-client in an async environment. Se