|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Strange Behavior ASPnet_Wp.exeHi all,
i have opened my application and did some work, i could see i the task manager the Mem usage is 76,476K, I closed my application and made sure that no instance of .net is running, but when i saw that task manager after closing all the application , in the task manager it still shows 76,476K, Would somebody please explain me why the memory is not released. Thanks in Advance Regards thomson On 25 Nov 2005 21:09:38 -0800, thomson wrote:
> Hi all, It's not strange at all. You merely have a misunderstanding of the way web> i have opened my application and did some work, i could see > i the task manager the Mem usage is 76,476K, I closed my application > and made sure that no instance of .net is running, but when i saw that > task manager after closing all the application , in the task manager it > still shows 76,476K, Would somebody please explain me why the memory is > not released. applications work. HTTP is a stateless protocol. What this means is that there is no way for the app to "know" if you have closed your browser or not. All it can know is if you haven't interacted with it in a given amount of time. This amount of time is configurable in the application pool (under IIS6) or in other ways under earlier versions.
Other interesting topics
TreeView problem
Deploying ASP.NET 2.0 how to parse deeper nested tags in custom control Forms authentication with images on the login page ## in ASP.NET 2.0 How and when should I use CacheItemPriority.NotRemovable? Problem migrating Web Project from ASP.Net 1.1 to 2.0 Rols/rights in asp 2.0 Open and read/write ASPX file Tabel cells |
|||||||||||||||||||||||