Concurrent Requests Limit with IIS on Windows 10 Home/Pro/Enterprise(Windows 10 Home/Pro/Enterprise 上的 IIS 并发请求限制)
问题描述
我使用 SignalR (WebSockets) 开发了一个 ASP.Net Web 应用程序.我将它安装在 Windows 10 家庭计算机上的 IIS 上.由于 SignalR 在服务器和客户端之间使用持久连接,因此我遇到的问题是,此设置只能处理 3 个连接.
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.
Windows 10 Pro 或 Windows 10 Enterprise 上的 IIS 8.5 的并发连接限制是多少?
What is the concurrent connection limit on IIS 8.5 on Windows 10 Pro or Windows 10 Enterprise?
是否有其他选项可以在家中托管此应用程序,而无需安装 Windows Server?
Is there an other option to host this application at home, without having to install Windows Server?
推荐答案
查看此链接,其中发布了详细说明以将并发客户端限制提高到 40.对 Windows 进行这些修改后,我没有遇到任何错误7 Pro 工作站用作多个站点的服务器.这些值也可能适用于 Windows 10 Pro.
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.增加 IIS 连接限制:https://www.ingenuityworking.com/knowledge/w/knowledgebase/1227.arc-increase-iis-connection-limits.aspx
A.R.C. Increase IIS Connection Limits: https://www.ingenuityworking.com/knowledge/w/knowledgebase/1227.a-r-c-increase-iis-connection-limits.aspx
这篇关于Windows 10 Home/Pro/Enterprise 上的 IIS 并发请求限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Windows 10 Home/Pro/Enterprise 上的 IIS 并发请求限制
- C#MongoDB使用Builders查找派生对象 2022-09-04
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- 输入按键事件处理程序 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
