RE: CPU Binding - How to enable sun 1.3.1 for multi cpu

2004-03-18 Thread Shapira, Yoav
Hi, Ain't going to happen. Sun JDK 1.3.1 is not that good with multiprocessors, 1.4 is much better. It's not a configuration thing, it's in the JVM's implementation for the most part. Yoav Shapira Millennium Research Informatics >-Original Message- >From: John Hilton - CPX COA [mailto

Re: CPU Binding - How to enable sun 1.3.1 for multi cpu

2004-03-18 Thread Antonio Fiol BonnĂ­n
On Linux, you can choose "green threads" or "native threads". The former means single process, so one CPU, and the latter means multiple processes, so it benefits from multiple CPUs. No idea under Windows. Good luck. John Hilton - CPX COA wrote: I am using the following JAVA version java v