To increase the pool size you should be able to add an entry for
DefaultWorkManager to config.xml (if it's not there already) and just
bump up the number of threads. You do have to do that while the
server is not running, though. Eventually, we're planning to add
thread pool managment to the console.
Thanks,
Aaron
On 1/23/06, Krishnakumar B <[EMAIL PROTECTED]> wrote:
> Hi,
>
> The DefaultWorkManager has a pool size of 10. If i submit more than 10
> long running units of work i dont know that the Threads > 10 are
> waiting. Can some message be printed in log so that i can know that
> the pool is fully consumed and Work instances are waiting for
> execution.
>
> The PooledExecutor getPoolSize() gives the size of pool currently consumed
> If so can this check can be added to WorkExecutorPoolImpl to check the
> pool size during execution?
>
> If i need to increase the pool size is it enough to redeploy
> DefaultWorkManager GBean?
>
> Regards
> Krishnakumar B
>