Determining the required maximum threads setting

The rule for setting the maximum threads property is:

max threads = HTTP threads + IIOP threads + extra threads

The extra threads include those required to run internal processes that are not driven by client requests, including:

Typically, 50 is a sufficient number of extra threads. You may need more if you increase the number or size of the thread pools used by the message service, you run additional service components, or if you use the thread manager. You may get by with less if you do not use these features.