Interact | services | threadManagement | eventHandling

The configuration properties in this category define the thread management settings for the services which collect data for event handling.

corePoolSize

Description

The number of threads to keep in the pool, even if they are idle, for collecting event handling data.

Default value

1

maxPoolSize

Description

The maximum number of threads to keep in the pool for the services which collect the event handling data.

Default value

5

keepAliveTimeSecs

Description

When the number of threads is greater than the core, this is the maximum time that excess idle threads wait for new tasks before terminating for collecting the event handling data.

Default value

5

queueCapacity

Description

The size of the queue used by the thread pool for collecting event handling data.

Default value

1000

termWaitSecs

Description

At the shutdown of the runtime server, this is the number of seconds to wait for service threads to complete for the services which collect the event handling data.

Default value

5