ssl-maximum-worker-threads

This stanza entry specifies the number of threads that the server can create to handle incoming requests.

Syntax

ssl-maximum-worker-threads = number_threads

Description

Number of threads that can be created by the server to handle incoming requests.

Options

number_threads
Number of threads that can be specified. The valid range must be equal to or greater than 1. The maximum number varies, because it is dependent on available system resources.

Usage

Required

Default value

The default value is server-dependent.

Example

ssl-maximum-worker-threads = 50