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
Post a Comment