RE: Tomcat on Dual CPU Server

2003-09-17 Thread Stuart Stephen
Whoops. 4.1.27 :oP -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 17 September 2003 13:53 To: Tomcat Users List Subject: RE: Tomcat on Dual CPU Server Howdy, FYI, Sun JDK 1.4.2 on Solaris 8 and 9 can use many CPUs effectively: I don't know the upper limi

RE: Tomcat on Dual CPU Server

2003-09-17 Thread Shapira, Yoav
liking tomcat 4.1.28? ;) ;) Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Stuart Stephen [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 17, 2003 7:55 AM >To: Tomcat Users List >Subject: RE: Tomcat on Dual CPU Server > >Well, I'm using Sun

RE: Tomcat on Dual CPU Server

2003-09-17 Thread Stuart Stephen
Ahh, I wondered if that was what you meant. I'll have to experiment further. Thanks. -Original Message- From: Jaco Kroon [mailto:[EMAIL PROTECTED] Sent: 17 September 2003 12:59 To: Tomcat Users List Subject: RE: Tomcat on Dual CPU Server That would be correct, as I mentioned

Re: Tomcat on Dual CPU Server

2003-09-17 Thread Tim Funk
50% CPU for the whole system. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: 17 September 2003 12:49 To: Tomcat Users List Subject: Re: Tomcat on Dual CPU Server The JVM is spec'd to be able to run on multiple processors transparently and an Java application. (Ignorin

RE: Tomcat on Dual CPU Server

2003-09-17 Thread Jaco Kroon
t; infinite loop it seems to go only to just above 50% CPU for the whole > system. > > -Original Message- > From: Tim Funk [mailto:[EMAIL PROTECTED] > Sent: 17 September 2003 12:49 > To: Tomcat Users List > Subject: Re: Tomcat on Dual CPU Server > > > The JVM

RE: Tomcat on Dual CPU Server

2003-09-17 Thread Stuart Stephen
EMAIL PROTECTED] Sent: 17 September 2003 12:49 To: Tomcat Users List Subject: Re: Tomcat on Dual CPU Server The JVM is spec'd to be able to run on multiple processors transparently and an Java application. (Ignoring natvie code issues) Whether the *implementation* of a JVM takes advantage of a

Re: Tomcat on Dual CPU Server

2003-09-17 Thread Tim Funk
The JVM is spec'd to be able to run on multiple processors transparently and an Java application. (Ignoring natvie code issues) Whether the *implementation* of a JVM takes advantage of a multi-cpu system is a job of the JVM vendor. -Tim Stuart Stephen wrote: Hi, I've installed tomcat on a du

Re: Tomcat on Dual CPU Server

2003-09-17 Thread Jaco Kroon
It would either be the JVM, but apps are usually rather ignorant of the fact that it is running on one or more CPU's, so it's probably linux. I would try and determine whether other, multi-threaded, apps only use one cpu as well, if so, then it is deffinately the OS, if other multi-threaded ap

Tomcat on Dual CPU Server

2003-09-17 Thread Stuart Stephen
Hi, I've installed tomcat on a dual CPU redhat linux 9.0 machine and have noticed that it only uses 1 cpu. How can I make it use both? Is this a linux thing or a tomcat thing? Regards, Stuart Stephen - To unsubscribe, e-mail: