简体   繁体   English

Windows 10 Home/Pro/Enterprise 上的 IIS 并发请求限制

[英]Concurrent Requests Limit with IIS on Windows 10 Home/Pro/Enterprise

I developed a ASP.Net Web application with SignalR (WebSockets).我使用 SignalR (WebSockets) 开发了一个 ASP.Net Web 应用程序。 I installed it on IIS on a Windows 10 Home Machine.我将它安装在 Windows 10 家用机器上的 IIS 上。 Since SignalR uses an persistent connection between the server and the client I have the problem that only 3 connections can be handled with this setup.由于 SignalR 使用服务器和客户端之间的持久连接,我遇到的问题是此设置只能处理 3 个连接。

What is the concurrent connection limit on IIS 8.5 on Windows 10 Pro or Windows 10 Enterprise? Windows 10 专业版或 Windows 10 企业版上 IIS 8.5 的并发连接限制是多少?

Is there an other option to host this application at home, without having to install Windows Server?是否有其他选项可以在家中托管此应用程序,而无需安装 Windows Server?

Take a look at this link where detailed instructions are posted to raise the concurrent client limit to 40. I've encountered no errors after making these modifications to a Windows 7 Pro workstation used as a server for multiple sites.查看此链接,其中发布了详细说明以将并发客户端限制提高到 40。在对用作多个站点的服务器的 Windows 7 Pro 工作站进行这些修改后,我没有遇到任何错误。 The values might work also with Windows 10 Pro.这些值也可能适用于 Windows 10 专业版。

ARC Increase IIS Connection Limits: https://www.ingenuityworking.com/knowledge/w/knowledgebase/1227.arc-increase-iis-connection-limits.aspx ARC 增加 IIS 连接限制: https : //www.ingenuityworking.com/knowledge/w/knowledgebase/1227.arc-increase-iis-connection-limits.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM