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 October 2011

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 131 contents

What an interesting time it is in Java and Java performance! I'm seeing more Java activity now than I can remember. Ever. It's not just that a well received JavaOne has recently finished. There's a new Java performance book out; The LMAX Disruptor architecture shows how we are now so efficient in Java that even small details of hardware architecture matter; times are being measured in nanosecond resolution because they need to be; the speed of light as the limiting property of network communication is now an issue for an increasing number of apps; AOP, caches, a huge variety of sophisticated and specialized data structures are all available as commodity items to Java applications.

A note from this newsletter's sponsor

New Relic RPM - The Revolution in Java Performance Management is Here!
Affordable SaaS APM tool to monitor, troubleshoot, and tune apps
running on Websphere, Weblogic, Tomcat, Jetty, JBoss, Solr, Resin

Going back to the Disruptor, Martin Thompson, one of the Disruptor architects, emphasizes in his blog the performance and scaling benefits of avoiding contention by letting any shared state have only one mutator (not one mutator at a time - that's just correct programming, this is one mutator execution context ever for any shared state), a useful design principle that I'm happy to recommend as one that I think would make code more readable (you always know who is doing the updating), more maintainable (no write-write race conditions ever), more scalable (no locks needed) and faster (fewer delays waiting for locks to be acquired). Martin calls this the 'Single Writer Principle'.

And still with the Disruptor, the talk I went to this month by the LMAX team just emphasizes how 'happening' Java is. Organized by the London Java Community (which seems to have several events every week), it took place on mild autumn evening in London, the week after JavaOne. That evening I got off the underground at South Kensington, one block away from the Natural History museum, one of the most fabulous museums in the world, and walked 10 minutes past ballerinas and some fabulously dressed people next to a huge Ralph Lauren store along the fashionable Fulham Road, to get to Playfish's bohemian and very colourful offices where the talk took place. Apart from LMAX, there were three other interesting lightning talks, free soda and beer from Playfish, JAX providing pizza, and a chance to meet up with around 100 Java people from every type of business, from the huge BBC to tiny startups, along with a people from financial, media and many many types of orgs. This used to be the sort of networking and knowledge transfer you get from once-a-year conventions - now it's happening on a weekly basis! How much more 'happening' does it get?

The blog, the book, and much more are all linked to in this month's newsletter, and all our usual Java performance tools, news, and article links with, as usual, all the extracted tips from all of this month's referenced articles.

A note from this newsletter's sponsor

Free Java Performance Tool - From AppDynamics
Fight fires in production with less than 2% overhead.
Gain complete visibility into your java app. Free Download!

News

Java performance tuning related news.

Tools

Java performance tuning related tools.

A note from this newsletter's sponsor

ManageEngine: Application Performance Management for Java EE Apps.
Monitor App Servers: JBoss, WebSphere, WebLogic, JVMs and JMX Apps.
*** Monitor up to 25 App Servers, Databases & Servers at $795/Yr***.

Articles

Jack Shirazi


Back to newsletter 131 contents


Last Updated: 2024-11-29
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/news131.shtml
RSS Feed: http://www.JavaPerformanceTuning.com/newsletters.rss
Trouble with this page? Please contact us