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

我与影子孤独终老i 提交于 2019-12-01 16:23:56

问题


I developed a ASP.Net Web application with SignalR (WebSockets). I installed it on IIS on a Windows 10 Home Machine. 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.

What is the concurrent connection limit on IIS 8.5 on Windows 10 Pro or Windows 10 Enterprise?

Is there an other option to host this application at home, without having to install Windows Server?


回答1:


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. The values might work also with Windows 10 Pro.

A.R.C. Increase IIS Connection Limits: https://www.ingenuityworking.com/knowledge/w/knowledgebase/1227.a-r-c-increase-iis-connection-limits.aspx



来源:https://stackoverflow.com/questions/33024015/concurrent-requests-limit-with-iis-on-windows-10-home-pro-enterprise

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!