dev@grizzly.java.net

Re: Benchmark for mina/netty/grizzly

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Fri, 09 Sep 2011 13:08:43 +0200

Hi,

what are the command line arguments for client/server?

Thanks.

WBR,
Alexey.

On 09/09/2011 05:48 AM, BlueDavy Lin wrote:
> hi!
>
> I intergrate grizzly to my rpc framework,and do benchmark for
> netty/mina/grizzly,the result is:
> 100 concurrents,100 bytes request size,single connection,sync
> call (500ms timeout),hessian serialize
> mina: 102k
> netty: 148k
> grizzly: 62k
>
> I think maybe I use grizzly wrong,can someone help me to see
> what can I do to tune grizzly performance,u can see code at here:
> http://code.google.com/p/nfs-rpc/source/checkout
>