.net Web服务器是否需要在Machine文件中配置maxWorkerThreads?

时间:2018-08-20 12:53:23

标签: c# .net

<system.web>
  <processModel enable="true" maxWorkerThreads="100" maxIoThreads="100" minWorkerThreads="50" minIoThreads="50"/>
</system.web>

在上述配置中配置maxWorkerThreads和maxIoThreads节点。

当前在网站上运行的程序不知道应配置多少。

因为IO可能相对密集,或者计算密集。 我不知道如何配置它,因为数量太少将无法使用,其中很多会占用过多的Cpu。

我不知道该怎么办。因为我不确定代码中会有更多的IO或更多的计算。

0 个答案:

没有答案