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 November 2007

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

Virtualization is the "in thing" at the moment. It makes sense for underutilized servers with lax service level requirements to be combined - all those build servers, test servers, integration servers and so on, for the most part can easily run on systems where resources are shared without much impact. The level of isolation those systems need is perfectly handled by virtualizing them. From the performance monitoring point of view, though, servers running on virtualized kit can present new challenges that makes things far more complex when you are trying to understand what the system is doing and what your components are doing. That's an existing challenge for the performance monitoring community.

A note from this newsletter's sponsor

When applications perform poorly so does your business. Get proactive!
Learn to find and fix problems before they reach production with
Quest Software's continuous performance management white paper series.

Virtual servers are increasingly supporting different OSs running concurrently on the same machine. Seemingly every major OS will be supported as we progress, as well as special purpose OSs. That leads to an interesting option for Java servers - if you are already partitioning a box into different OSs, then it may become desireable for one of the partitions to be a Java OS - a Java virtual machine that runs directly to the hardware rather than using the OS. We already have these for dedicated hardware, so it's not a big stretch to extend that to a virtualized hardware partition. This is a realistic option for any virtual machine based technology - more so for Java given the amount of services and careful isolation that the JVM already provides, but is probably an option for the .NET CLR too. I can easily see an application server running directly in a virtual server partition, cutting out any reliance - and interference - from an operating system. I suspect it's only a matter of time.

Now on with our newsletter. Along with our usual lists of Java performance tools, news, articles, we have a very interesting article covering the lifecycle of finalizable objects in The Secret Life Of The Finalizer over at Fasterj.com. In addition, Javva The Hutt is back from holiday sharing a few emails with us, and as usual we have extracted tips from all of this month's articles.

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

News

Java performance tuning related news.

Tools

Java performance tuning related tools.

A note from this newsletter's sponsor

>> Go beyond Monitoring, Take Action >>
Manage performance and diagnose problems in distributed Java/.NET applications
Rapidly resolve performance and stability issues across the software lifecycle

Articles

Jack Shirazi


Back to newsletter 084 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/news084.shtml
RSS Feed: http://www.JavaPerformanceTuning.com/newsletters.rss
Trouble with this page? Please contact us