ASP.NET HTTP连接限制 [英] ASP.NET HTTP Connection Limit

查看:68
本文介绍了ASP.NET HTTP连接限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道这是在ASP.NET 1.1中必需的,因为它会在默认情况下限制在2 HTTP连接。

I know this was required in ASP.NET 1.1 because it would limit http connections to 2 by default.

<system.net>
  <connectionManagement>
     <add address="*" maxconnection="8"/>
  </connectionManagement>
</system.net>

不过,我相信,在2.0框架,则默认为12N,其中n是CPU的数目?

However I believe in the 2.0 framework it defaults to 12n where n is the number of cpus?

任何人都可以证实是正确的?

Can anyone confirm that is correct?

推荐答案

是的,默认为12 * #CPUs(12N)在ASP.NET 2.0中。

Yes, the default is 12 * #CPUs (12n) in ASP.NET 2.0.

这篇关于ASP.NET HTTP连接限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆