On 24/05/2013 15:54, Christopher Schultz wrote:
> Chirag,
> 
> On 5/23/13 11:11 PM, Chirag Dewan wrote:
>> Chris,
> 
>> The profiler shows very high CPU utilization in Tomcat threads.
> 
>> As I said before a lot of time was spent during the 
>> ResponseFacade.setContentType() method call. That doesn't tell
>> the whole story but more or less the high utilization is mainly
>> in the tomcat threads.
> 
> Unless you are starting your own threads, all threads are "Tomcat 
> threads". The threading doesn't matter: it's the method calls that
> matter.
> 
> So, profiling still shows that RequestFaade.setContentType is
> still taking the majority of time? By how much? Can you give us
> some data?
> 
> Just because RequestFacade.setContentType is taking most of the
> time doesn't mean that it's actually a bottleneck.
> 
> But... recent changes to that particular method will definitely
> take more time than it has in the past.

Make sure you are using the latest 7.0.x release. Testing anything is
fairly pointless.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to