RE: How to fix: Tomcat responce time gets to 10-200 seconds once a day

2004-11-13 Thread Roman Zhovtulya
ECTED] Sent: Dienstag, 9. November 2004 01:53 To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: How to fix: Tomcat responce time gets to 10-200 seconds once a day Roman Zhovtulya [mailto:[EMAIL PROTECTED] asked: > > Normally the performance is really good, but about once a day it &

Re: How to fix: Tomcat responce time gets to 10-200 seconds once a day

2004-11-08 Thread Steven J. Owens
Roman Zhovtulya [mailto:[EMAIL PROTECTED] asked: > > Normally the performance is really good, but about once a day it gets > > really slow (around 1-5 minutes to display the page). It also recovers > > autocatically to normal response time when you simply wait > > 5-10 minutes. On Mon, Nov 08, 2

Re: How to fix: Tomcat responce time gets to 10-200 seconds once a day

2004-11-08 Thread Peter Johnson
Is that 3-4 connections or 3-4 queries? If it isn't a DNS resolution issue or another task running on a server (both as mentioned in another response) I would suggest you review you DB connection strategy. Does the slowdown occur at the same time as a higher than normal volume of hits? Conside

RE: How to fix: Tomcat responce time gets to 10-200 seconds once a day

2004-11-08 Thread Steve Kirk
Subject: How to fix: Tomcat responce time gets to 10-200 > seconds once a day > > > Dear Sirs, > I wonder if anyone had anything similar before. > I'm running some JSP/Java Bean websites under Tomcat (on one PC as a > stand-alone server, on another in connection with Apach

How to fix: Tomcat responce time gets to 10-200 seconds once a day

2004-11-05 Thread Roman Zhovtulya
Dear Sirs, I wonder if anyone had anything similar before. I'm running some JSP/Java Bean websites under Tomcat (on one PC as a stand-alone server, on another in connection with Apache). The website is a dynamic (3-tier architechture) connects to MySQL database to get the content to display any pa