This is the code of my handler. It doesn't do anything. That's the point. The server should just consume the data as fast as it can.
Strangely enough, Mina 2.0 performs even worse then 1.1.7 Is there some problem in using Java nio on Virtualized machines? On Wed, Nov 25, 2009 at 11:00 AM, Emmanuel Lecharny <[email protected]>wrote: > Zvika Gart wrote: > >> The default is false... >> I tried disabling Nagle by setting TcpNoDelay to true. As expected, this >> didn't have any effect - the server doesn't send any data to the client, >> only receives data. >> >> > Assuming that you are sending 8Kb buffers, anyway, it should not make any > difference. > > Now, I don't have the code in MyHandler, so it's difficult to see what you > do there. > > Also, have you tried with MINA 2.0.0-M6? > > -- > -- > cordialement, regards, > Emmanuel Lécharny > www.iktek.com > directory.apache.org > > >
