It depends on what the Swing app will be doing. If there isn't much user
interaction, you won't see much of a difference. But if there is, you'll
see a huge difference. For instance, I use an editor called "JEdit" on
my linux box. This involves a lot of scrolling and graphical operations.
I find that the IBM JDK is way faster than blackdown's. In fact, on my
machine, I find JEdit useless with blackdown because of the lag
associated with drawing the text panel. With IBM'S I can barely tell
that it is a Java app and not native.

So it depends on what you'll be doing!

Dennis
[EMAIL PROTECTED]

Jesper Nordenberg wrote:
> I have tried both IBM JDK 1.1.8 and Blackdown under Linux. When you run graphical 
>Swing applications you won't notice much of a difference in drawing speed (at least I 
>didn't). But if you are creating a server applications you will probably benefit from 
>using the IBM JDK. We ran some benchmarks on our Java servlets using JMeter and the 
>IBM JDK was superior to Blackdowns JDK. When simulating a lot of clients the memory 
>usage of the IBM JDK was *much* lower and as a result the message throughput was much 
>higher.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to