>       So even if your Java program is threaded, the bottleneck is still the
>single-process JVM, reducing your gain on SMP systems from threading to
>none. Optimization of many threads within the JVM itself is quite good
>from what I have read.

JDK 1.2 (or Java 2 if one prefers) takes advantage of SMP on Solaris for 
SPARC.  I'm not aware of any other JDK implementation that does this.  
Multiple processors won't help Java speed directly without support for 
SMP, but this is starting to veer from the subject of JServ.  ;)

Duane Gran

Got unix?  Get Solaris Central.

  http://www.SolarisCentral.org


----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to