dev@grizzly.java.net

Re: tuning grizzly webserver

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Thu, 16 Apr 2009 13:08:13 +0200

Hi Rama,

>
> 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?
the general recommendation we got from perf. team is to have selector
threads number equal to the number of CPUs.

> what's happen if i set to a too high number? (just waste of
> resource, or some performance penalty?)
Think it's about optimizing resources usage.

WBR,
Alexey.

>
>
> best regards
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>