On Tue, Sep 20, 2011 at 7:33 PM, Edouard De Oliveira <[email protected]> wrote: > First you could try enabling some socket options (like on the others > frameworks) to the mina2 test : > > server side add these before bind : > > ((NioSocketAcceptor) acceptor).setReuseAddress(true); > ((NioSocketAcceptor) acceptor).getSessionConfig().setTcpNoDelay(true); > > client side add after the setTcpnodelay line : > ioConnector.getSessionConfig().setReuseAddress(true); > > > what are the new figures with these settings ? > > Cordialement, Regards, > -Edouard De Oliveira-
@Edouard - updated the benchmark code with your suggestions. Did marginally increased TPS on my laptop :( @bluedavy - can you rerun the test again. thanks ashish
