> From: Brantley Hobbs [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat not using multiple cores
>
> I think that this is a garbage collection issue.

Extremely unlikely, since the OP has already stated:

"The only time I began to see the other cores actually start being used is when 
I enabled multi-threaded GC.  But that doesn't give much improvement since the 
threads responding the web requests are still all on the same core."

The most likely cause is internal synchronization in the webapp or the database 
it references.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to