IHTTPModule 性能受到影响吗?

发布于 2024-08-20 20:52:12 字数 197 浏览 5 评论 0原文

I'm implementing an IHttpModule as described in this question. Since we're examining every request, I'm worried there may be a performance hit. Has anyone run into performance issues implementing IHttpModules?

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

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

发布评论

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

评论(1

哆啦不做梦 2024-08-27 20:52:12

这取决于它正在做什么……管道中存在如此多的事件,您可能不知道这实际上是“杯水车薪”的情况。

如果它做了很多繁重的事情,就会产生影响(它必须是真正的重...或者在很多点击中扩展)。如果它是小/轻的东西......你不会注意到它的存在。

It depends what it's doing...there are so many events in the pipeline that you probably don't know about it's really a "drop in the bucket" situation overall.

If it's does a lot of heavy stuff, it'll have an impact (it'd have to be real heavy...or scale across a lot of hits). If it's something small/light...you won't notice it's there.

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