c# - How to set web config - machine config settings? -


how 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 meaning of these settings?

maxworkerthreads = ? maxiothreads = ? minworkerthreads = ? miniothreads = ? maxconcurrentcalls = ? maxconcurrentinstances = ? maxconcurrentsessions = ? 


Comments

Popular posts from this blog

How to use SUM() in MySQL for calculated values -

ios - IBOutlet for image button not correctly referencing button after recreating outlet -

java - AEM: 403 Forbidden occurs when call a Post servlet -