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