使用 IIS 7.5 进行长轮询

发布于 2024-09-28 23:22:06 字数 196 浏览 2 评论 0原文

我有一个 ASP.NET 3.5 Web 应用程序,它使用长轮询进行聊天。它会长时间轮询异步处理程序以获取新消息。每个请求在关闭并重新连接之前最多可以持续 15 秒。

该应用程序使用 Visual Studio 内置 Web 服务器运行良好,但一旦部署到 IIS(即 IIS 7.5),在我登录大约 10 个用户后,长轮询请求开始中止。

请帮忙。

I have a ASP.NET 3.5 web application that uses long polling for chat. It long polls an asynchronous handler for new messages. Each request can last a maximum of 15 seconds before being closed and reconnected.

The application runs fine using Visual Studio Built-in web server but once deployed to the IIS (i.e. IIS 7.5 ) the long polling requests start getting aborted after i login around 10 users.

Please help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文