Disruptor like behaviour

2015-01-14 Thread xu xiut
Is it possible to mimic most or all of Disruptor's behaviour with Riak? https://github.com/LMAX-Exchange/disruptor/wiki/Introduction ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: Disruptor like behaviour

2015-01-14 Thread Sean Cribbs
I think this is a case of asking the wrong question. LMAX Disruptor is a single-process abstraction, similar to an event loop / reactor. Erlang already has this concept under the covers (use +K on the command-line to turn on kernel-polling). Riak (the product) is a distributed key-value store that