Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > MinWorkers

MinWorkers

Integer

1

Purpose

The MinWorkers parameter specifies the minimum number of copies of the ODBC worker application that are available to service requests.

The number of available workers is dynamically adjusted depending on the workload.

The process of starting up additional workers depends on at least one of the existing workers being idle. This means that you need to configure an extra worker that can respond to management events when the other workers are busy. In practical terms, this means setting MinWorkers = QueueDepthLimit + 1.