gpt4 book ai didi

c# - 我们可以强制 SignalR 使用长轮询连接方法吗

转载 作者:行者123 更新时间:2023-12-02 15:04:30 26 4
gpt4 key购买 nike

我们目前在我们的应用程序中使用 signalR。如果我是唯一一个使用该应用程序的人,它会很好用,但当两个以上的人同时使用该应用程序时,它会完全崩溃。

出现这种情况是由于 IIS 并发连接的限制。

IIS并发请求限制

Windows 8 (Basic edition) - 3

Windows 8 Professional, Enterprise - 10

Windows 7 Home Starter -1

Windows 7 Basic - 1

Windows 7 Premium - 3

Windows 7 Ultimate, Professional, Enterprise - 10

Windows Vista Home Basic (IIS process activation and HTTP processing only) - 3

Windows Vista Home Premium - 3

Windows Vista Ultimate, Professional, Enterprise - 10

Windows Server 2003, Windows Server 2008, Windows Server 2008 R2 and Windows

Server 2012 allow an unlimited amount of simultaneously requests.*

现在我想强制 signalR 使用长轮询连接以克服 IIS 限制。有没有办法强制连接方法?

最佳答案

是的,你可以。

connection.start({ transport: 'longPolling' });

检查Specifying a transport .

我还建议您使用SignalR Self-Host由于 OWIN,它没有使用 IIS 限制。

查看此处also .

关于c# - 我们可以强制 SignalR 使用长轮询连接方法吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36717242/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com