Java performance issues with PXA255

2004-02-10 Thread shaun . k . brandt
(I've included some results from the AIM Independent Resource Benchmark as well as the startup logs from the kernel), and overall system performance appears to be fine. However, Java performance, especially Swing, is horrible. When running a Swing application (the Stylepad demo included

Re: Java Performance

2002-11-07 Thread Matt Avery
I would be more than happy to help with builds of the Blackdown JVM. What do we have to do to get CVS access? Narendra Sankar wrote: Hi Everyone Since I discovered Jedit, I have been looking into jvm performance, specifically on linux as that is my platform of choice. I love jedit and it has a

Java Performance

2002-11-07 Thread Narendra Sankar
Hi Everyone Since I discovered Jedit, I have been looking into jvm performance, specifically on linux as that is my platform of choice. I love jedit and it has all the features for me - but I primarily develop in C and C++. One of the problems I have seen is the slow performance on linux. I hav

Re: Java performance check

2000-10-11 Thread Craig Rodrigues
On Wed, Oct 11, 2000 at 02:11:51PM +0300, Ganesh Sivaraman wrote: > > Is there any kind of JVM performace check tool, which can show the JProbe, http://www.klgroup.com/jprobe/ -- Craig Rodrigues http://www.gis.net/~craigr [EMAIL PROTECTED] --

Java performance check

2000-10-11 Thread Ganesh Sivaraman
Hi, I had posted this a while ago. I am reposting with some hope that I will be able to get some response this time. Is there any kind of JVM performace check tool, which can show the applications memeory consumption processor load and other parameters. It will be great to have this in Java as

Re: java performance under linux

1999-03-30 Thread Chris Abbey
> I am developing a network performance benchmarking program with java. I >have resently intalled jdk1.1.7 in my redhat5.1but i am getting very slow >prefrormance. i.e. a for loop from 0 to 3x10^7 takes about 10 secs while >when using vcafe in windows95 itneeds about 1 sec on the same machine. I

Re: java performance under linux

1999-03-30 Thread Bryce McKinlay
[EMAIL PROTECTED] wrote: > I am developing a network performance benchmarking program with java. I > have resently intalled jdk1.1.7 in my redhat5.1but i am getting very slow > prefrormance. i.e. a for loop from 0 to 3x10^7 takes about 10 secs while > when using vcafe in windows95 itneeds about

java performance under linux

1999-03-30 Thread kiprian
I am developing a network performance benchmarking program with java. I have resently intalled jdk1.1.7 in my redhat5.1but i am getting very slow prefrormance. i.e. a for loop from 0 to 3x10^7 takes about 10 secs while when using vcafe in windows95 itneeds about 1 sec on the same machine. I a

Re: Java performance

1998-12-17 Thread Paul Houle
Also, "acceptable performance" depends on your application. If you want to write big numerical codes that run for three months, stick with FORTRAN. If your Java app spends most of it's time waiting for queries to get back from a database, information to come over the net, or for a user t

Re: Java performance

1998-12-16 Thread Ryan Sutter
Scimark results: Machine: Pentium 200MMX Memory: 32MB Linux Kernal Version: 2.0.35 Java Version: JDK 1.1.7v1a JIT: TYA 1.2 Benchmarks run at command line within X-Windows. No JIT: 6.7 TYA 1.2: 15.1

Re: Java performance

1998-12-16 Thread Bryce McKinlay
"Marvin McNett II (GTA)" wrote: > I recently ran the Java benchmark at: > > http://math.nist.gov/scimark/ > > on my 300MHz PII Linux machine with Netscape 4.5. To my astonishment, the > results were terrible! Since I can dual boot, I started up Windows 95 (a > rare occurance) and ran th

Re: Java performance

1998-12-16 Thread Mario Camou
Well, I just ran it on a 233 MHz Pentium with the appletviewer, JDK 1.1.7v1a and TYA 1.2, and got a score of 13.0, while according to the table, the performance of the Dell Optiplex 200 MHz P6, Win 95, Netscape 4.04 is 42.5 (about three times). I don't do Windows, so I can't tell you what the resu

Java performance

1998-12-16 Thread Marvin McNett II (GTA)
I recently ran the Java benchmark at: http://math.nist.gov/scimark/ on my 300MHz PII Linux machine with Netscape 4.5. To my astonishment, the results were terrible! Since I can dual boot, I started up Windows 95 (a rare occurance) and ran the benchmark again (and again with Netscape 4.

Re: Linux Takes Lead in Server-Side Java Performance /IW November 23, 1998

1998-12-01 Thread Christopher Hinds
I agree with you about MS's lack of JNI support , however there is on very large "Pure java" type of application that will not run under MS's JVM and they are RMI applets and application. The classes.zip that is shipped with IE4.x , NT 4.0 and 95/98 do not contain the java.rmi.* core package whic

Re: Linux Takes Lead in Server-Side Java Performance /IWNovember 23, 1998

1998-12-01 Thread Bruce Mutch
Sure, just what we need is another "agency" to protect us from ourselves ( re: Microsoft ). Bruce Mutch

Re: Linux Takes Lead in Server-Side Java Performance /IW November 23, 1998

1998-12-01 Thread dan
Jauvane Cavalcante de Oliveira wrote: > > Why did Microsoft do this? Because they were trying to optimize the performance >of WFC > > calls (their Java interface to MFC). MFC is, of course, native code. If WFC >required > > memory copies for every access to Java memory, the performance of

Re: Linux Takes Lead in Server-Side Java Performance /IW November 23, 1998

1998-12-01 Thread Jauvane Cavalcante de Oliveira
> Why did Microsoft do this? Because they were trying to optimize the performance of >WFC > calls (their Java interface to MFC). MFC is, of course, native code. If WFC >required > memory copies for every access to Java memory, the performance of WFC would suck. So > Microsoft chose not to im

Re: Linux Takes Lead in Server-Side Java Performance /IW November 23, 1998

1998-12-01 Thread dan
I'm not one to normally defend Microsoft, but their JVM is a "true" JVM. The area that they depart from the Java standard is in their choice to leave out support for JNI (Java Native Interface). The reason they chose to do this is that JNI specifies that Java objects can be moved around in memor

Re: Linux Takes Lead in Server-Side Java Performance /IW November 23, 1998

1998-11-25 Thread Matola, Tod
I agree it is good to see (yeah Linux), but it is also a strange comparison. But my point was, is Micro$oft's sdk really a TRUE JVM? Didn't they buy performace at the cost of portablity? Don't they play funny games with the low level calls that get close to the OS? I have no first hand knowledge

Re: Linux Takes Lead in Server-Side Java Performance /IW November 23, 1998

1998-11-25 Thread Scot P. Floess
I agree. Tower J is somewhat limited in terms of full java capabilities, ie compiles the complete application before hand. Now if the linux JVM were to perform as well as some *other* vendor's JVM, we would all have great reason to celebrate! Please do not misunderstand, I love linux and java.

Re: Linux Takes Lead in Server-Side Java Performance /IW November 23, 1998

1998-11-25 Thread Bryce McKinlay
Although this is good to see, it is hardly fair to compare a native code compiler (a commercial one, at that) against a true JVM (which in Microsoft's case was only slightly slower) regards [ bryce ] Mario Camou wrote: > Hi all, > > Check this out (I'm not including the full text in the int

Linux Takes Lead in Server-Side Java Performance /IW November 23, 1998

1998-11-25 Thread Mario Camou
Hi all, Check this out (I'm not including the full text in the interest of conserving bandwidth): http://www.internetworld.com/print/current/webdev/19981123-java.html Way to go!