Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

So I read some great aritcles on MSDN about garbage collection - have a better understanding now and I went to do some expierments. I was always under the impression that ASPNET_WP calls dispose on the code behind Page class and being a naming container it would dispose all of it's children.

 

I did some Debug.WriteLine in the Dispose event and it's never called. It's no wonder in my other post that memory increases expedentially. Is this by design? I don't understand why it would do this.

 

I guess maybe it could be on a differant thread, but would that keep the Debug.WriteLine from being visible???

 

I'm confused, what I though I knew I don't, maybe I'm over thinking tonight. :/

Edited by bri189a

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...