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

Concurrent Requests Limit with IIS on Windows 10 Home/Pro/Enterprise(Windows 10 Home/Pro/Enterprise 上的 IIS 并发请求限制)
本文介绍了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 并发请求限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

DispatcherQueue null when trying to update Ui property in ViewModel(尝试更新ViewModel中的Ui属性时DispatcherQueue为空)
Drawing over all windows on multiple monitors(在多个监视器上绘制所有窗口)
Programmatically show the desktop(以编程方式显示桌面)
c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
LINQ many-to-many relationship, how to write a correct WHERE clause?(LINQ多对多关系,如何写一个正确的WHERE子句?)