application state

原文链接: http://www.cnblogs.com/huangwj21/archive/2011/02/21/1959920.html

application state:application state varibles are global variables for a given ASP.NET application.

1.The memory impact of storing something in application state. The memory occupied by variables stored in application state is not released until the value is either removed or replaced

2.The concurrency and synchronization implications of storing and accessing a global variable within a multithreaded server environment.

3.The scalability implications of storing and accessing a global variable within a multithreaded server environment.

4.The life-cycle implications of information stored in application state.

5.Application state is not shared across a Web farm or a Web garden.

转载于:https://www.cnblogs.com/huangwj21/archive/2011/02/21/1959920.html

猜你喜欢

转载自blog.csdn.net/weixin_30502965/article/details/94963596