Re: Slow serving requests issue

2003-10-02 Thread Neil Aggarwal
Alex: We have been trying to diagnose a similar problem that we are experiencing on our servers. All of our requests come into our controller servlet. The servlet then forwards the request via a RequestDispatcher to a jsp page for display. On occasion (at least once a day), one of these

Slow serving requests issue

2003-10-01 Thread Alex Shneyderman
I just finished development of my struts app and have a performance problem. The pages are not served with a consistent speed. I have a page that Goes thru the whole struts hoopla to be served (action servlet - action - jsp). To detect what might be the problem I make the same request several

Re: Slow serving requests issue

2003-10-01 Thread Filip Hanik
GC? if would be really awesome if you had a test case where you could replicate this for us Filip - Original Message - From: Alex Shneyderman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 3:57 PM Subject: Slow serving requests issue I just finished

Re: Slow serving requests issue

2003-10-01 Thread David Rees
On Wed, October 1, 2003 at 3:57 pm, Alex Shneyderman sent the following I just finished development of my struts app and have a performance problem. The pages are not served with a consistent speed. I have a page that Goes thru the whole struts hoopla to be served (action servlet - action -