obixDriver-ObixThreadPool

This is a frozen slot under the ObixNetwork.
Figure 16.   Obix Thread Pool property
Image

You access this property by right-clicking the Obix Network in the Nav tree followed by clicking Views > AX Property Sheet and expanding or double-clicking the Thread Pool container.

Property Value Description
Max Threads number (defaults to 4)
Tunes large networks (those with many station components) to process more than a single thread at a time. It is the only visible part of a shared thread-pool scheme for scaling large-jobs and allows the local station’s thread pool to grow uncapped.

Each thread uses one JDBC Connection to communicate with the database, so there are as many connections created as there are threads.

Normally you increase this value to between 20 and 50 to improve performance when handling large volumes of data.

If your ObixNetworkhas performance issues, increase the number of threads.