garbage

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Can someone please help me with this. Cheers Chris



The .Net garbage collector is a generational copying collector. What are
the implications of this for:

- application memory utilisation?

- application performance?

- resource management?
 
looks like an essay question.

C'mon... are we doing your homework now?

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Here's a link to some good .NET GC resources. Good luck on your assignment ;)
http://blogs.msdn.com/clyon/archive/2004/09/14/229477.aspx

-Chris


--------------------
Can someone please help me with this. Cheers Chris



The .Net garbage collector is a generational copying collector. What are
the implications of this for:

- application memory utilisation?

- application performance?

- resource management?


--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
 
Back
Top