Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
3732 Points
1275 Posts
Apr 16, 2012 01:17 AM|LINK
Sorry the two men above,they are not what I want……What I want to know is:
How does the system (ASP.NET)manage the Server's memory and what's the nice way to release memory as soon as possible?
By using "using……" statement? Set object instances to null to let Garbage collect them???
Anything else???
TimoYang
Contributor
3732 Points
1275 Posts
Re: About ASP.NET's technology of being viewed by multiple users……
Apr 16, 2012 01:17 AM|LINK
Sorry the two men above,they are not what I want……What I want to know is:
How does the system (ASP.NET)manage the Server's memory and what's the nice way to release memory as soon as possible?
By using "using……" statement? Set object instances to null to let Garbage collect them???
Anything else???