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 apps use both cpu's, then check that you are not perhaps just thinking that it is using one CPU, remember that if your webapp runs in a single thread, then it will only use one CPU.
On Wed, 17 Sep 2003, Stuart Stephen wrote: > 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
