Thursday, July 15, 2010

Memory leak

http://en.wikipedia.org/wiki/Memory_leak

Detecting .NET application memory leaks
http://www.codeproject.com/KB/dotnet/BestPractices5.aspx

Memory Leak Detection in .NET
http://www.codeproject.com/KB/dotnet/Memory_Leak_Detection.aspx

Three Common Causes of Memory Leaks in Managed Applications
http://blogs.msdn.com/b/davidklinems/archive/2005/11/16/493580.aspx

ASP.NET Memory Leak Issues with COM Interop
http://www.csharper.net/blog/asp_net_memory_leak_issues_with_com_interop.aspx

Avoid C# Memory Leaks with Destructor and Dispose
http://www.csharphelp.com/2007/05/avoid-c-memory-leaks-with-destructor-and-dispose/

Tool:
1. perfmon
2. Debug Diagnostic Tool
3. LeakDiag & LDGrapher

Get Started: Debugging Memory Related Issues in .Net Application Using WinDBG and SOS
http://www.codeproject.com/KB/debug/WinDBGAndSOS.aspx

Manage Unmanaged Resources and Memory With VB.NET
http://devcity.net/Articles/93/1/gc_manage.aspx

How to monitor your Java applications in Windows memory usage
http://www.ibm.com/developerworks/library/j-memusage/

Other Ref:
http://www.codeproject.com/KB/dotnet/IDisposable.aspx
http://www.codeproject.com/Articles/38069/Memory-Management-in-NET.aspx
http://www.codeproject.com/KB/dotnet/EventHandling_GarbageColl.aspx
http://www.codeproject.com/KB/scripting/leakpatterns.aspx

No comments:

Post a Comment