Developer Documentation Library > IBM SPSS Collaboration and Deployment Services > Connecting to a IBM SPSS Collaboration and Deployment Services Repository > UNICOM Intelligence Execution Server > UNICOM Intelligence Execution Server architecture > Setting the number of maximum running threads
 
Setting the number of maximum running threads
To specify the maximum number of running threads, set MaximumThreadsCount in the Execution Service's web.config file:
C:\inetpub\wwwroot\SPSSMR\ExecutionService\web.config
The setting is defined as follows:
<!-- This setting controls the maximum number of execution threads that run in background -->
<!-- When the value is a positive number, the value is used as the thread number. -->
<!-- When the value is 0, the default number of processors in the machine will be used as the thread number. -->
<!-- When the value is a negative number, the absolute value will be multiplied by the number of processors in the machine to
get the total number of threads. -->
<add key="MaximumThreadsCount" value="0"/>
See also
UNICOM Intelligence Execution Server architecture