22.4. Server Thread Pooling

A high reliability server process like SavaPage must reject excess requests immediately (fail fast) by using a request queue with a bounded capacity. Requests are FIFO processed by threads in a ThreadPool. The maximum number of threads needed, in order to achieve the best performance, depends on host resources (RAM and CPU cores) assigned to SavaPage. See Section 13.5.1.2, “Server ThreadPool Settings” on how to configure the relevant parameters.