By bloid
via twit88.com
Published: Jun 23 2008 / 17:58
This is a sequel to my previous post on performance troubleshooting by collecting profiling data without interrupting your running application. By looking at the profiling data, it is found that garbage collection is the bottleneck of the performance.
Comments
William Louth replied ago:
GC is not necessarily a problem but more so a symptom of an underlying cause (excessive temporary object allocation, unmanaged workload resource usage patterns).
Voters For This Link (5)
Voters Against This Link (0)