Hi Minoru,
>
> Now thread pool size is automatically configured in Controller class.
> So maximum pool size and core pool size parameters of
> DefaultThreadPool
> conctructor are actually ignored. These parameters should be removed
> from the constructor. What do you think?
Grizzly automatically configures thread pool, only when you create new
Controller. But after that, everyone is free to change pool settings,
or even provide custom thread pool, which will not be reconfigured by
Grizzly.
So, IMHO, DefaultThreadPool constructor with parameters may be still
useful.
WBR,
Alexey.
>
>
>
> Minoru
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>