Configuring engines in threaded mode

Edit the thread pool information in the configuration file or use create thread pool, alter thread pool, and drop thread pool to administer thread pools. See “Configuring thread pools”.

max online engines controls the total number of engines available to Adaptive Server.

Use sp_configure to reset max online engines. For example, to set the number of engines to 3, issue:

sp_configure "max online engines", 3

Restart the server to reset the number of engines.