Many thanks. We've had several developers walk through the code to try to
catch the possibity that the app may be sitting in a loop in some
situations. The code seems ok, and, as I indicated, we've never been able to
reproduce the situation. I've searched the web for taking thread dumps, as I
don't know how to do that, butg haven't been able to find anything. Perhaps
you could give me a pointer if you have the time.
Thanks again for your attention.

Bob


On 11/4/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
>
> > From: Sai Bobba [mailto:[EMAIL PROTECTED]
> > Subject: Tomcat causing high CPU load
> >
> > - Tomcat was responsible for this CPU
> > load almost exclusively
>
> You need to differentiate between Tomcat and the webapps running within,
> even though they are all running in the same process.  It is highly
> likely that it's your webapp stuck in a loop, not Tomcat itself.  As a
> first step, take several thread dumps when this high CPU usage is
> observed, and see where the threads are spending their time.
>
> - 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