To Edit a Thread Pool

  1. In the navigation tree, expand the Configuration node.
  2. Under the Configuration node, select the Thread Pools node.

    The Thread Pools page opens.

  3. On the Thread Pools page, click the name of the thread pool to be edited.

    The Edit Thread Pool page opens.

  4. On the Edit Thread Pool page, in the Class Name field, type the fully qualified name of the thread pool implementation class.
  5. In the Max Queue Size field, type the maximum number of threads in the queue.

    A value less than or equal to zero indicates that there is no limit to the queue size. The default value is –1.

  6. In the Max Thread Pool Size field, type the largest number of threads that can exist in the thread pool.

    The default value is 5.

  7. In the Min Thread Pool Size field, type the smallest number of threads that can exist in the thread pool.

    The default value is zero.

  8. In the Idle Thread Timeout field, type the maximum amount of time, in seconds, that a thread can remain idle in the pool.

    After this time expires, the thread is removed from the pool. The default value is 900.

  9. (Optional) To return to the default settings, click the Load Defaults button.
  10. Click Save.
See Also