COMET 聊天应用程序 - IIS7 随着时间的推移变慢

发布于 2024-10-10 19:25:30 字数 339 浏览 8 评论 0原文

我构建了一个聊天应用程序,它使用 此代码 将消息推送到客户端(网络页面)并监控在线用户及其信息。基本上,代码创建并管理一个自定义线程池,用于维护已连接用户和连接的列表。他们的状态。

该应用程序托管在共享托管帐户(IIS6)上,并且运行良好。

将站点(ASP.Net 应用程序)移动到专用虚拟服务器后,我似乎遇到了一个问题,随着时间的推移,IIS7 变得越来越慢,我唯一的“解决方案”是重新启动 IIS。

我正在尝试查看性能计数器,并且知道要查看哪一个。

I have built a chat application which uses this code to push messages to clients (web pages) and to monitor online users and their information. Basically, the code creates and manages a custom thread pool for maintaining the list of connected users & their state.

The application was hosted on a shared hosting account (IIS6), and worked fine.

After moving the site (ASP.Net App) to a dedicated virtual server it seems I have a problem where IIS7 gets slower and slower as time passes, and my only "solution" is to restart IIS.

I am trying to look at the performance counters and have do idea on which one to look.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

萌吟 2024-10-17 19:25:31

如果您具有 RDP 访问权限,则应安装性能和内存分析器以查看瓶颈发生的位置。

RedGate 工具非常好,并且提供 15 天免费试用期:

性能优化和调试

应用程序可能在某个地方阻塞,非常值得浏览Tess Ferrandez 的博客。她有一些关于跟踪性能和内存问题的精彩文章:

性能问题和挂起

.NET 调试演示 - 信息和设置说明

If you have RDP access you should install a performance and memory profiler to see where the bottlenecks are happening.

The RedGate tools are pretty good and come with a 15 day free trial:

Performance Optimization and Debugging

The application may be blocking somewhere, it'd be well worth browsing over to Tess Ferrandez's blog. She has some fantastic articles on tracking down performance and memory issues:

Performance issues and hangs

.NET Debugging Demos - Information and setup instructions

送君千里 2024-10-17 19:25:30

您可以尝试IIS性能优化工具-> 此处

那里

另一方面,perfmon 可能很有用:阅读本文

You may try performance optimization tool for IIS -> here

or

Chat sample applications in there

On the other hand, perfmon can be useful : read this article

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文