Thursday, October 23, 2008

Work Manager

Default Work Manager


1. What is the max number of threads which can be spawned when using the default Work Manager (self tuned thread pool)

There is no limit on max number of threads can be spawned with self tuning thread. It adjusts its thread count based on an algorithm with a goal to achieve best possible throughput.

2. What if we do not use the default work manager then will the thread pool not self tuned

If you do not use default work manager, thread pool will be still self tuned to meet your custom work manager requirements.

No comments: