Control-M for Web Services API HTTP server threads optimization

The maxThreads parameter is used to protect the server from excess resource utilization resulting from a large number of connection or request rates. If you set the limit for this parameter too high, a large load of accepted connections might lead to one of the following failure modes:

Once Control-M Web Services API reaches its maximum number of threads, any new attempts to connect are held by the operating system until they time out, a thread becomes available to accept the connection, or they are refused when the operating system queue becomes full.

If you want to change the maxThreads parameter, see Configuring the maxThreads parameter.

Parent Topic

Control-M Web Services API HTTPS server configuration