Pattern.Service.Advanced.setMaxExecutorThreads()

Signature

void setMaxExecutorThreads(int numThreads)

Domain

ACTION

Description

Sets the maximum number of pooled Threads that the Service can create and use for pattern processing.

Parameters

NameTypeDescription
numThreadsintThe maximum number of Threads to be used by the Pattern Service.

Returns

TypeDescription
void

Cautions

none