Server Properties (Process)

You get the Process Server Properties dialog window when you select your server in the left panel on the main window and choose Edit->Properties, then select the Process tab.

Figure 7-11 Process Server Properties

Fields

The following table explains the options available on this window.

Table 7-11 Process Server Properties

Field Description

Minimum # of Processes

Specifies the minimum number of occurrences of the server to be booted. The corresponding BEA TUXEDO server parameter is MIN.

Maximum # of Processes

Specifies the maximum number of occurrences of the server that may be booted. The corresponding BEA TUXEDO server parameter is MAX.

Restartable

Specifies whether the server is restartable. The corresponding BEA TUXEDO server parameter is RESTART.

Grow Pool when queue depth is over

During runtime, if the number of messages is met or exceeded for a time set by the next parameter, a new server is spawned.

Seconds to wait before growth

Time elapsed before the sever pool is expanded.

Shrink pool when queue depth under

During runtime, if the number of messages is below this value for a time set by the next parameter, a server is deactivated.

Seconds to wait before shrinking

Time elapsed before the sever pool is reduced.

Description

Note: This sets the behavior of the server processes. For more information on the parameters for automatic server pool management, see the -p option in the SERVOPTS(5) BEA TUXEDO manual page.

Buttons

When you have filled in the fields, click OK to close the window and save your changes. (Or click Cancel to close the window without saving your changes.)

See Also

Configuring Servers (Step 3), Modify Server Properties