Is Java's "heap" functionality killing your application's performance?
By David Mayle
When I started working with Java on the iSeries, my first impressions were not very favorable because the performance was horrible. Over the years, however, I've found that by using a few simple tricks, Java's performance can be greatly improved.
One of the biggest performance killers in an otherwise well-written application is a process known as "garbage collection."