Java Performance Tuning

Java(TM) - see bottom of page

|home |services |training |newsletter |tuning tips |tool reports |articles |resources |about us |site map |contact us |
Tools: | GC log analysers| Multi-tenancy tools| Books| SizeOf| Thread analysers| Heap dump analysers|

Our valued sponsors who help make this site possible
JProfiler: Get rid of your performance problems and memory leaks! 

Training online: Concurrency, Threading, GC, Advanced Java and more ... 

News January 2006

JProfiler
Get rid of your performance problems and memory leaks!

Modern Garbage Collection Tuning
Shows tuning flow chart for GC tuning


Java Performance Training Courses
COURSES AVAILABLE NOW. We can provide training courses to handle all your Java performance needs

Java Performance Tuning, 2nd ed
The classic and most comprehensive book on tuning Java

Java Performance Tuning Newsletter
Your source of Java performance news. Subscribe now!
Enter email:


Training online
Threading Essentials course


JProfiler
Get rid of your performance problems and memory leaks!


Back to newsletter 062 contents

We've entered 2006, so I decided to go with the flow and do what every other editor does in January- review last year. Naturally, I'm mainly interested in Java performance, so here is my Java performance review of 2005.

Firstly a little context: 2005 was the year that Java turned 10 and released version 5.0 (or 1.5 if you go by what the JVM tells you). Despite the hype, 5.0 wasn't a big leap in performance, it was more of an incremental improvement, and was actually worse for a fair minority of apps (though I've heard good things about the latest version, 1.5.0_06). 5.0 introduced a number of features which were about ease of use and improved maintenance, like generics and autoboxing. The performance impact of these features were negative to neutral, that is, if you don't abusive them you get the same performance as previously; if you use the new features in certain ways they make your application slower than it otherwise would be. Hmm, perhaps that's a truism. In any case, watch out for autoboxing in your apps, I suspect they may become a persistent cause of performance problems in the future. On the BIG plus side 5.0 did see the most significant advances in JVM monitoring since version 1, at last! And within the general I.T. world Java was the most popular language with no real challengers (but lots of wannabe's); the supposed big threat of C# didn't materialize ... again. C# performance was about the same distance behind Java as its always been.

On the news front (all our past news items can be reached from the archives page at http://www.javaperformancetuning.com/newsletter.shtml), January saw Sun finally admit what everyone else had been saying for years: EJB performance is unacceptable unless you are really careful in your design. The same month saw what is for me still the quote of the year from Cameron Purdy: "XML standards will more than compensate for faster and cheaper hardware". Later in the year we had reports emerging about Java's use in huge enterprise customer facing sites: Walmart (Java serving over 7 million sessions/106million page views per day); Google (upgrading to 5.0, one of the two most used technologies there); Become.com (Java webcrawler capable of processing over 3 billion webpages and over 8 terabytes of data every week)

A note from this newsletter's sponsor

Tired of dealing with Java code fires? Extinguish Java code issues & prevent
performance flare-ups with Quest Software's JProbe®. Gain confidence in your code
quality. Download a free trial of JProbe now.

Of the articles we covered, four stand out, spread almost evenly over the year. First, in January we focused on just one article, something we rarely do - and it wasn't even a Java performance article! But the detail and quality of performance methodology tips in "HP-UX 11i Tuning and Performance", singled it out as essential reading for every performance tuner, whatever you are tuning. Then in April we extracted the tips from Scott Delap's "Swing Threading" chapter of his "Java Desktop Live" book. If you are using Swing, you should have read this - or you are already a Swing expert and I congratulate you. September saw Brian Goetz's "Urban performance legends, revisited" hit the IBM developerWorks web pages - compulsory debunk reading. And finally, right at the end of the year, last month, Sun produced a nice (slightly flawed) "Java Tuning White Paper" which promises more versions as the Sun Java performance groups gradually brain dump their tips into later versions of that article.

Finally, my highlight of the year: 1.5 and the jmap tool which finally, after over a year of trying, allowed me to get a young gen memory growth profile of a Java application which had crashed every profiler I had previously tried (and I tried a heck of a lot of them). Close runner up is running Java 5 on Solaris 10 while using dtrace to probe at both the Java and native process level at the same time - excellent. I think its also worth pointing out that we listed 50 new Java performance related tools in 2005, and extracted over 650 new performance tips. That's pretty useful for a free newsletter. Now, read on for our news, selected articles, and extracted tips of 2006 - and as a bonus we start with a new tool report covering the Enterprise Application Profiler in Sun's Java Studio Enterprise. We also have Kirk talking about estimating resource requirements, and of course, we have many new performance tips extracted in concise form.

News

Java performance tuning related news.

A note from this newsletter's sponsor

Wily Technology delivers what you need: Availability, Performance and Control
The most critical web applications in the world are managed by
software from Wily, the leader in enterprise application management

Tools

Java performance tuning related tools.

Articles

Jack Shirazi


Back to newsletter 062 contents


Last Updated: 2024-12-27
Copyright © 2000-2024 Fasterj.com. All Rights Reserved.
All trademarks and registered trademarks appearing on JavaPerformanceTuning.com are the property of their respective owners.
Java is a trademark or registered trademark of Oracle Corporation in the United States and other countries. JavaPerformanceTuning.com is not connected to Oracle Corporation and is not sponsored by Oracle Corporation.
URL: http://www.JavaPerformanceTuning.com/news/news062.shtml
RSS Feed: http://www.JavaPerformanceTuning.com/newsletters.rss
Trouble with this page? Please contact us