"Inge Solvoll" <[EMAIL PROTECTED]> wrote on 16/01/2007 09:53:50:


> A friend of mine (big linux fan) told me that tests at his workplace
> indicated a huge (up to 500%) java performance gap between linux and 
windows

<snip>

> Has anyone here experienced anything similar, with either OS performing
> vastly better on any java task? Is the gap widening or closing with 
newer
> versions of Java and OS?

The reason for this is probably that the windows version of Sun's JVM is 
set up with defaults for memory sizes and garbage colletion algorythms 
which are optimised for a desktop pc, not a server.

All of these options can be changed manually, and a true comparions can 
only be made where both instances are set up with the same values on the 
same hardware.

At a simple level using -server on both will narrow the gap, but only a 
good knowledge (and a refrence book) will ensure that the two things are 
the same.

You should tune your server processes, and refine your applications, 
according to the resource use that you measure in tests and in the wild.

I'm sorry I don't have a refrence for you to look at, but you might like 
to look at my slides from apacheconEU06 at which I talked about Garbage 
collection tuning.

d.

*******************************************************************************************************
The information in this e-mail is confidential and for use by the addressee(s) 
only. If you are not the intended recipient please delete the message from your 
computer. You may not copy or forward it or use or disclose its contents to any 
other person. As Internet communications are capable of data corruption Student 
Loans Company Limited does not accept any responsibility for changes made to 
this message after it was sent. For this reason it may be inappropriate to rely 
on advice or opinions contained in an e-mail without obtaining written 
confirmation of it. Neither Student Loans Company Limited or the sender accepts 
any liability or responsibility for viruses as it is your responsibility to 
scan attachments (if any). Opinions and views expressed in this e-mail are 
those of the sender and may not reflect the opinions and views of The Student 
Loans Company Limited.

This footnote also confirms that this email message has been swept for the 
presence of computer viruses.

********************************************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to