Here is another presentation on Garbage Collection Logs by Ram at the JavaOne.
In several journals, articles, blogs and all throughout the internet there is one common theme echoed: “Serial GC is not meant for any serious applications. It should be used only for prototype application. It’s only meant for desktop application or... Continue Reading →
On a major B2B application different GC algorithms behaviors were studied. This application is basically a web service provider servicing SOAP and REST requests from its clients.
There are several blogs and articles on different GC algorithms, their inner details, their Pros, their Cons… This article tries to summarize Pros and Cons of each GC algorithm in one single slide.
I had this interesting problem with a major shipping/logistics company. Their application was running on Java 6, JBoss Cluster in RedHat Linux platform.