Avg CPU usage growth

2004-05-19 Thread Adamczyk, Bartosz
Hi everyone, I have a web application that I am running on Tomcat 4.1.24. This web application consists of some JSPs, some Servlets and some Tag Libraries. I did some testing using Jmeter where I logged the results with PerfMon in Windows XP. I noticed that the average CPU usage

RE: Avg CPU usage growth

2004-05-19 Thread Adamczyk, Bartosz
there was lots of circular references. Once I explicitly invalidate the session and clear the objects, the VM GC-ed the objects immediately. the problem you see may not be applicable, but hopefully it helps track down the problem. peter Adamczyk, Bartosz [EMAIL PROTECTED] wrote: Hi everyone, I have