Wednesday, May 13, 2009

Garbage Collector .net

Pals,

The .NET garbage collector provides a high-speed allocation service with good use of memory and no long-term fragmentation problems. This article explains how garbage collectors work, then goes on to discuss some of the performance problems that might be encountered in a garbage-collected environment.
Here are the some of the articles on the usage of Garbage collector in .net.
  1. http://forums.asp.net/t/1095468.aspx
  2. http://msdn.microsoft.com/en-us/library/ms973837.aspx (Blog)
  3. http://blogs.msdn.com/ricom/archive/2003/12/02/40780.aspx
  4. http://www.codeproject.com/KB/dotnet/garbagecollection.aspx
~ Gangadhar Kotu (గంగాధర్ కోటు)

No comments: