Does Tomcat support multi-CPUs?

A

Andy Flowers

Off the top of my head I'd say that is not a Tomcat issue, rather it's a JVM
issue.

Tomcat runs in the context of a JVM, so if the JVM support a single
processor then that's all that Tomcat can use. If the JVM supports multiple
then it may spread the load.

Tomcat as itself is multi threaded so if the JVM supports multi processors
then it might use them, but it's JVM dependant.

It might be worth taking a look at the JVM docs to see what they say about
multi processor usage
 
C

Chris Smith

David said:
Does Tomcat (4.x or 5.x) support multi-CPUs?

Tomcat does use multiple threads, and if it's run on any common virtual
machine, it will therefore also make use of multiple CPUs.

--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top