Memory profiling for Java
by pieter on Friday, March 12, 2010 @ 15:17
Since Java is a garbage collected language, it is easy to forget that one can still leak memory.
After porting the simplechat example to Java (yes, we are adding support for server push in JWt), we were playing around with it and suspected a memory leak.