> From: Gaurav Kushwaha [mailto:[EMAIL PROTECTED] > I have an application that has been working fine for last > half an year > or so. Recently the load has started increasing and the time > it takes to > serve a request is going up significantly. When I look at the resource > utilization(memory and CPU), it hardly shows an increase. > Garbage collection > is also not the culprit. What might be causing this performance hit ?
My two first checks would be: - Lock contention (or other resource contention) in your relational database if you use one. - Bandwidth constraints between server and database, or server and clients. - Peter --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]