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

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -