Re: memory leak in asp 2.0
- From: "Eliyahu Goldin" <REMOVEALLCAPITALSeEgGoldDinN@xxxxxxxxxxxx>
- Date: Wed, 1 Aug 2007 15:44:50 +0300
Almost certainly the problem is in storing large amount of data in session
variables. See if you can minimize it. Another idea is to use out-of-process
session management.
--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Aleks Kleyn" <Aleks_Kleyn@xxxxxxxxxxx> wrote in message
news:69A6D405-3B43-4999-A3D0-3CCD4BB0596A@xxxxxxxxxxxxxxxx
I wrote application on asp.net 2.0 using dataset. One dataset I put in
session collection and other (which is small and common for other users) I
put in application. I expected that it will get some amount of memory,
however I expected that this amount of memory will be fixed and will depend
on number of user. When I put code in production I discovered that
aspnet_wp.exe increases memory which it uses. Each second 2meg. What may be
the reason. I expected that when I load new page, every variable that I use
in old page releases memory. How I can find where I did not release memory.
I call each time 'Page unload' when I load new page but never when I close
it.
.
- Follow-Ups:
- Re: memory leak in asp 2.0
- From: Aleks Kleyn
- Re: memory leak in asp 2.0
- References:
- memory leak in asp 2.0
- From: Aleks Kleyn
- memory leak in asp 2.0
- Prev by Date: Re: physical path to virtual path under virtual directory
- Next by Date: Unable to open the Web...You are not authorized to perform the current operation
- Previous by thread: Re: memory leak in asp 2.0
- Next by thread: Re: memory leak in asp 2.0
- Index(es):
Relevant Pages
|