Re: memory leak in asp 2.0
- From: Hans Kesting <news.2.hansdk@xxxxxxxxxxxxxxx>
- Date: Wed, 1 Aug 2007 07:48:23 +0000 (UTC)
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.
What do you mean by "I call each time 'Page unload'"?
You may place code in an Unload eventhandler, but that is called automatically.
Hans Kesting
.
- References:
- memory leak in asp 2.0
- From: Aleks Kleyn
- memory leak in asp 2.0
- Prev by Date: Re: find the first thursday from a given month
- Next by Date: Re: communication between to pages in app
- Previous by thread: Re: memory leak in asp 2.0
- Next by thread: Re: memory leak in asp 2.0
- Index(es):
Relevant Pages
|