开发者

IHTTPModule performance hit?

I'm implementing an IHttpModule as described in this question. Since we're examining every request, I'm worried there may be a performa开发者_如何学JAVAnce hit. Has anyone run into performance issues implementing IHttpModules?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜