dev@grizzly.java.net

tuning grizzly webserver

From: rama <rama.rama_at_tiscali.it>
Date: Thu, 16 Apr 2009 10:25:34 +0200

Hello!

I have some question about tuning grizzly ws.


Right now my primary question is
this.getSelectorThread().setSelectorReadThreadsCount(6);


I have take a look to what this line should do, and basically spawn
different threads for the read operation.
There is any raccomandation for this setting?


what's happen if i set to a too high number? (just waste of resource,
or some performance penalty?)

best regards