On Wed, Aug 11, 2010 at 12:24 AM, Rajesh G
<rajes...@corpusmobilelabs.com> wrote:
> Well you can identify why it is slow using YSlow:

YSlow is not made to diagnose problems like the OP describes (an
intermittent unresponsiveness on the server side).

> I have downloaded Roller 4.01 recently and set it up on Tomcat 5.5 with Java
> 1.5 and DB2 version 9.

Old version of Tomcat, old version of Java, incomplete versions , no
configuration info -- not particularly useful. And I know nothing about
DB2, so ...

> Some time, not all the time, it is getting very slow and I have to wait for
> 10-20 seconds to get my request back.

Profile your app. You could have too little/too much memory allocated
and that pause is GC going on. Or it could be something else running
on the box taking resources. Or the DB has stopped responding. Or
you've exhausted the DB connection pool, or any number of things...

FWIW,
-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
twitter: @hassan

Reply via email to