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 并发请求限制


基础教程推荐
- 如何激活MC67中的红灯 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- 将 XML 转换为通用列表 2022-01-01