MaxShortThreads

Integer

100

Purpose

The MaxShortThreads parameter specifies the maximum number of short threads that can be added to the thread pool for short threads. Short threads are threads to handle request types that are expected to have a short execution time (for example, getObject operations).

The minimum value is 2 and the maximum value is 4095.

The thread pool of short threads uses a Windows I/O completion port to distribute requests among its threads, thereby reducing the thread context switches in the server process.

Parameter is read when …

The database server node is next initialized.