September 2006 Entries

Monitoring the CLR Garbage Collection

Not something many .net programmers I know worry about, I've found recently though it's definitely worth spending some time monitoring the way the CLR reclaims memory from managed resources returning it to the managed heap during an applications execution. Slight code changes can give big performance benefits as CLR garbage collection happens on it's own thread, monitoring it is a simple process. The Windows tool Perfmon.exe has a nice trick up its sleeve whereby you can add performance counters...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, September 05, 2006 9:01 AM | Feedback (1)

Copyright © Neil Smith

Design by Bartosz Brzezinski

Design by Phil Haack Based On A Design By Bartosz Brzezinski