<system.web>
<processModel enable="true" maxWorkerThreads="100" maxIoThreads="100" minWorkerThreads="50" minIoThreads="50"/>
</system.web>
在上述配置中配置maxWorkerThreads和maxIoThreads节点。
当前在网站上运行的程序不知道应配置多少。
因为IO可能相对密集,或者计算密集。 我不知道如何配置它,因为数量太少将无法使用,其中很多会占用过多的Cpu。
我不知道该怎么办。因为我不确定代码中会有更多的IO或更多的计算。