Memory Leaks Content on InfoQ
News about Memory Leaks
- Java
- Topics
- Code Analysis,
- Debugging
Quest Software recently released JProbe 8.0, a Java code, memory, and coverage profiler. While JProbe has been one of the leading Java profiling tools since the late 1990's, JProbe 8.0 aims to help Quest regain the leadership position in the profiling market with new Eclipse integration and a more competitive price point.
-
By Steven Haines
on Jul 04, 2008,
- Agile
- Topics
- Software Testing,
- Unit Testing,
- Code Analysis,
- Build systems
Steven Haines from Quest has published an article demonstrating the use of performance analysis tools in the continuous build cycle as best practice and makes some thought provoking points about the cost of not doing so.
-
By Ben Hughes
on Aug 09, 2007,
- Ruby
- Topics
- Ruby on Rails
Performance is a major issue for some Rails application. BleakHouse is a plugin that helps you find memory leaks, without using Ruby's ObjectSpace introspection.
-
By Sebastien Auvray
on May 10, 2007,
- .NET
- Topics
- Dynamic Languages,
- .NET Framework
A problem with .NET that isn't talked about is the problems caused by using dynamic code generation. In a nut shell, dynamic code generation, which is used in XML Serialization, Regular Expressions, and XSLT transformations, can lead to memory leaks.
-
By Jonathan Allen
on Apr 13, 2007,
- Ruby
- Topics
- Debugging
Scott Laird was dealing with the difficulties of finding memory leaks in his Rails apps and came up with solution. Scott put the code for his solution up on his blog, respondents have already called it an essential tools they'll use on their projects going forward, and Scott promised to package it up as a plugin eventually.
-
By Floyd Marinescu
on Aug 21, 2006,