Re: Embbeded tomcat utilizing more CUP Usage.

2011-04-14 Thread Mark Thomas
This thread belongs on the users mailing list, not the dev list. Mark On 14/04/2011 08:12, Rushikesh.Pisal wrote: > > Thanks for the reply.. > > I know Tomcat 5.X is bit old but it is very much danger for project to > replace at this point of time. > Secondly , We are using only one servlet in

RE: Embbeded tomcat utilizing more CUP Usage.

2011-04-14 Thread Rushikesh.Pisal
Thanks for the reply.. I know Tomcat 5.X is bit old but it is very much danger for project to replace at this point of time. Secondly , We are using only one servlet in our application,it just take request n do some processing and send response. So there are no looping which can hock the CPU. If

RE: Embbeded tomcat utilizing more CUP Usage.

2011-04-14 Thread Caldarale, Charles R
> From: Rushikesh.Pisal [mailto:rushikesh.pi...@gmail.com] > Subject: Embbeded tomcat utilizing more CUP Usage. > We are using Tomcat 5.0.30 version. Not supported. > Is there any way to make CPU Usage less while running embedded tomcat Fix your app so it doesn't loop. Seriously, it is extr