1

How to set web config - machine config settings:

 <processModel autoConfig="false" maxWorkerThreads="100" maxIoThreads="100" minWorkerThreads="20" minIoThreads="20" /> 

 <serviceThrottling maxConcurrentCalls="384" maxConcurrentInstances="2784" maxConcurrentSessions="2400" />

What is the meaning of these settings?

maxWorkerThreads = ?
maxIoThreads = ?
minWorkerThreads = ?
minIoThreads = ?
maxConcurrentCalls = ?
maxConcurrentInstances = ?
maxConcurrentSessions = ?
Mirza Sisic
  • 2,401
  • 4
  • 24
  • 38
Micheal
  • 90
  • 8

0 Answers0