从machine.config或web.config使用哪个设置值?

时间:2018-09-05 07:56:10

标签: wcf web-config throttling machine.config processmodel

我在配置文件中具有以下设置的wcf服务-

<connectionManagement>
 <add address="*" maxconnection="8"/>
</connectionManagement>

此外,它是在machine.config-

中具有以下设置的服务器上托管的
<processModel autoConfig="true" maxIoThreads="100" maxWorkerThreads="100" />

我的问题是,根据machine.config的默认值,我的服务将与它调用的所有其他服务建立8个连接,还是每个CPU进行12个连接?

0 个答案:

没有答案