dev@grizzly.java.net

benchmarking grizzly

From: Julien Vermillard <jvermillard_at_apache.org>
Date: Sun, 1 Jun 2008 08:00:37 +0200

Hi/Salut,
I'm working on benchmarking different Apache MINA version for see te
progress made over release (1.1 to 2.0) and I'm trying compare it with
latest Grizzly too. I'm using a simple echo server as base, for MINA
I'm using the echoserver example provided with the distribution, and
for Grizzly the example provided on JF blog. I'm not sure this example
is really optimal. So I contact you for some advise about how to
configure grizzly. My code is here :
http://svn.apache.org/repos/asf/mina/sandbox/jvermillard/grizzly/src/main/java/org/apache/mina/grizzlyecho/EchoServer.java
. What I need to add/change ? Have you any rule of thumb for setting
mySharedPipeline.setMaxThreads(5); ?

The idea of this benchmark is more for helping our developpement by
profilling some use case than bragging on blogs ;) I'm not even sure
I'll disclose vs grizzly results outside of dev mailling list.

Have a nice weeked,

Julien