Just feeling curious to know when an asp.net's deployed and published and this site is visited by many clients per time……So how is it managing its memory?And what should we notice about them?
If I'm using static things,I don't want everyone share the same thing。
If I'm using non-static things,each client coming,the object instance will be recreated again and again……
TimoYang
Contributor
3732 Points
1275 Posts
About ASP.NET's technology of being viewed by multiple users……
Apr 15, 2012 09:16 AM|LINK
Hi nice MS employees……
Just feeling curious to know when an asp.net's deployed and published and this site is visited by many clients per time……So how is it managing its memory?And what should we notice about them?
If I'm using static things,I don't want everyone share the same thing。
If I'm using non-static things,each client coming,the object instance will be recreated again and again……
Reguards & Thxxxxxxxxx