Hitachi

Hitachi Application Server V10 GUI Reference Guide(For Windows® Systems)


5.49 Create New Thread Pool dialog box

Use the Create New Thread Pool dialog box to create a new thread pool.

Dialog box components

[Figure]

List of dialog box items

The Create New Thread Pool dialog box displays the following items in a sequence:

Thread Pool ID text box

Specify the ID for the thread pool to be created. This is a mandatory item.

Minimum Thread Pool Size spin box

Specify the minimum number of threads in the pool. The unit of this item is Thread Count.

  • Default value: 5
  • Minimum value: 1
  • Maximum value: 2147483647
Maximum Thread Pool Size spin box

Specify the maximum number of threads that a pool can contain. The unit of this item is Thread Count.

  • Default value: 5
  • Minimum value: 1
  • Maximum value: 2147483647
Maximum Queue Size spin box

Specify the maximum number of messages that can be queued, until the threads are available to process the messages for a network listener. The unit of this item is Message Count. If -1 is specified, then the Maximum Queue Size becomes unlimited. Additionally, if the specified value is small, then the processing might slowdown and the OK button will be deactivated in Administration Console.

  • Default value: 4096
Idle Thread Time-out spin box

Specify the time duration (in seconds) after which, the idle threads are removed from the pool.

  • Default value: 900
  • Minimum value: 1
  • Maximum value: 2147483647

The Create New Thread Pool dialog box displays the following action items:

OK button

To create a new thread pool with the values specified in the Thread Pool ID, Minimum Thread Pool Size, Maximum Thread Pool Size, Maximum Queue Size, and Idle Thread Time-out display items, click the OK button. If all the mandatory items are specified, then the OK button is enabled.

Cancel button

To close the Create New Thread Pool dialog box without creating a new thread pool, click the Cancel button.