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 February 2012

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

We appear to have reached a computer language inflection point. I see article after article discussing new language X, new language Y, resurging old language Z. As I've said many times, Java is not the ideal programming language - it's just better than anything else (mainstream) out there at the moment. The huge proliferation of language interest happening just now is the IT community's response to the fact that none of the current mainstream languages is ideal. Everyone is reaching out to find something better. Personally I don't bother looking, enough of you others are already looking so when a new language is found that's better, I'll know about it soon enough.

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***.

But I have given some thought to what's needed. The trend in hardware ability is increasingly parallel, but people cannot really think in parallel very well, we tend to understand a sequence of instructions. Branching, merging, alternate pathways, these are all confusing. Additionally, once you are parallelising, you are inevitably moving programs to react to events that have happened elsewhere, so there has to be event-driven support. Add in the fact that race conditions are very very difficult to eliminate from code, and we can figure out what we need: a programming language that looks like you are coding sequential instructions, but that underneath runs completely parallelly with underlying event handling and no race conditions possible.

Of course, it'll run on the JVM - why wouldn't you use the most stable transparent efficient versatile platform we have yet developed for running applications? And there should be in-built support for a presentation layer that runs in the browser (a small bare-bones browser implementation could easily be included to provide an effective stand-alone mode that doesn't require a browser to be available, but leaves the presentation layer precisely the same).

The amusing thing is, you could develop code fifteen years ago in an environment that supplied the core (inherently parallel while coding sequentially) of what I want. It was a parallel version of Prolog. It never went mainstream as it was ahead of its time, we're only really beginning to need this inherent parallelism now to maintain programmer productivity gains. But that does show me the technology is perfectly possible, it's just a matter of someone getting it right, and catching the IT fashion wave.

Now read on for all our usual links to Java performance tools, news, articles, and the extracted tips from all of this month's referenced articles.

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

News

Java performance tuning related news.

Tools

Java performance tuning related tools.

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!

Articles

Jack Shirazi


Back to newsletter 135 contents


Last Updated: 2025-01-27
Copyright © 2000-2025 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/news135.shtml
RSS Feed: http://www.JavaPerformanceTuning.com/newsletters.rss
Trouble with this page? Please contact us