Similarly, the MapR rpc implementation can do over 250,000 ops per second. On Sat, Sep 15, 2012 at 8:59 PM, Min Zhou <[email protected]> wrote:
> We've developed another RPC following the best practice how to use java > nio. > Under the power of mina2/netty/grizzly, with a good io thread-model, a > good memory management, carefully avoid memory copies, and system > context switches, we made the throughput up to 168,000 ops. > see http://code.google.com/p/nfs-rpc/ >
