Hello Peter,

There is no JVM/platform that is clearly faster than everything else in every
aspect, they have different streghts and weaknesses.

However, for a J2EE based application I guess that you are not very interested
in graphics performance, but rather thread performance, I/O performance, memory
management and general scalability. Being a J2EE server vendor, we regularly
test many different Java Virtual Machines from our server's perspective and our
testing indicates that you should try JRockit (http://www.jrockit.com).

It provides a very lightweight thread implementation as well as very good I/O
and memory management which makes it scale better than anything else we've
tested. It also does adaptive optimizations, like Hotspot, and it supports J2SE
1.3.

It is only available for windows so far but I hear that they have betas coming
out soon for Linux and Solaris.

However, you should download different VMs and try them with your application
before deciding.

Regards,
Karl Avedal
The Orion Application Server (http://www.orionserver.com)

Peter Delahunty wrote:

> I am at the stage of squeezing performance out of my application. And so
> what I want to know is:
>
> What is the fastest Virtual Machine on the market, free or commercial.
> Platform is not an issue  so windows, Unix, linux. I want the VM that will
> run my J2EE based app the fastest.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to