Thank you!
I know it is time consuming to run all these benchmarks and objectively
publish the results. I desperately wanted to know how the JDK 5.0
compared to other VMs as well, but I simply didn't have the time to run
all these benchmarks myself. Thanks again!
[EMAIL PROTECTED] wrote:
I ha
Hi,
Have you done any performance test for any Java graphical applications for
Linux. What I am interested is to find out the performance of Linux with X
and Linux without X. So is there any performance software that can be used
for this. This means that the progs should be in Java. I have tried
No--don't do that. DON'T convince yourself that
you need to avoid using a particular language feature "because of its
impact on performance". Use the language feature, profile the app, THEN
worry about performance. There are dozens of things you can do to better improve
app speed (including
> Hi,
>
> Has anybody run any benchmarks comparing jdk117 with tya vs jdk1.2 with
> sunwjit?
> My runs so far (console applications with timing), indicate that
> ***jdk1.1.7+tya1.2 is at least two times faster than jdk1.2-pre1!!!***
> This behavior is for computationally intensive procedures, I d
Helge Hielscher wrote:
>
> I just wondered why my JAVA Programm runs so slow. xosview display
> seldom more than 60% cpu load and a load of max. 0.2 and the Database
> Server I use is also on low load 0.1, cpu<40%.
> How can I increase the speed? TYA 1.2 doesnt work (problem with
> JEditorPane).