Salut,
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?
Minoru