RE: Tomcat performance under low load

2010-10-19 Thread Vijay Menon
Hi Chris Sorry about the delay in replying. I've been a bit busy with performance issues :) The issue has come down to the vendor code persisting the cache as serialized objects to the file system and taking time to load it back, based on the decompiled code. The cache seems to be sufficiently

RE: Tomcat performance under low load

2010-10-16 Thread Vijay Menon
Thanks for the replies. Based on that, we did change the connectors to use executor threads. However, based on profiling the app, it turned out to be a code issue. Thanks again. From: vijay_me...@hotmail.com To: users@tomcat.apache.org Subject: Tomcat performance under low load Date: Thu, 14 Oc

Tomcat performance under low load

2010-10-13 Thread Vijay Menon
Hi all Thanks for reading this post. We are currently having 2 requirements that are opposites. The first requirement is performance under high loads and the other one is equivalent performance for 1 request. Our prod env currently uses Apache with mod_jk and ajp 1.3 to Tomcat 6.0.26 and jdk 1