老玉米:
这个东西是需要类似的池化的机制来支持的?
[阅读: 679] 2005-12-12 07:11:35
Instances of the HttpApplication class are created in the ASP.NET infrastructure, not by the user directly. One instance of the HttpApplication class is used to process many requests in its lifetime; however, it can process only one request at a time. Thus, member variables can be used to store per-request data.