Re: Java thread performance

2002-11-20 Thread Narendra Sankar
I am actually running gentoo linux with glibc 2.3.1 which does not have the LD_ASSUME_KERNEL option. From what I know, this forces glibc 2.1.3 (on Redhat) to be used. However gentoo does not support this from what I can tell. The system breaks when this variable is used. On a performance note, I

Re: Java thread performance

2002-11-20 Thread Marco Trevisan
Hi, Remember that IBM-jvm needs the following environment variable: LD_ASSUME_KERNEL=2.2.5 You could try this and see if page faults continue arising. Regards, Marco Trevisan Narendra Sankar wrote: hi I ran a very simple thread creation benchmark on various vms to find out how useful my

Java thread performance

2002-11-12 Thread Narendra Sankar
hi I ran a very simple thread creation benchmark on various vms to find out how useful my two processors were for java threads and this is what I get - Benchmark Loop.java class Loop implements Runnable { public static void main(String[] args) { for (int t =