Strange Behavior ASPnet_Wp.exe

  • Thread starter Thread starter thomson
  • Start date Start date
T

thomson

Hi 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
 
Hi 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.

It's not strange at all. You merely have a misunderstanding of the way web
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Windows 10 Windows update 2004 problem. 10
Proceess aspnet_wp.exe 5
two aspnet_wp.exe processes?? 2
Memory Usage 4
aspnet_wp.exe process hangs 7
CPU problem 8
Urgent: Outofmemoryexception. 1
aspnet_wp.exe 4

Back
Top