-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Brian,

Upgrading your JDK is a good idea.  If you don't want to go for 1.2, try 1.1.8 w/ 
Native Threads Pack.  With green threads, if a thread blocks on IO, the whole process 
blocks.  Plus, Solaris can schedule the various threads to different CPUs w/ native 
threads.

Regards,
Rogério Gatto

Brian Claus wrote:
> 
> The site runs on a dual processor sun box with a gigabyte of ram.  Once we
> started load testing, we found that the default configuration of apache
> produced a bottle neck because only one instance of the jvm was ever
> running, and thus only ever used one cpu.  As a result, we configured load
> balancing in order to run multiple jvms.
> 
> 
> Brian Claus
> Corelan Communications
> Application Development Specialist
> .
> 
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html/>
> Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
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