Re: Very Very Slow performance of Tomcat - Connection Pool Dies

2004-02-20 Thread Harry Mantheakis
Hi Antonio I'm going to try and hijack this thread if I may (!) because, as you say... Otherwise, you will bang your head against a wall. And that causes headache ;-) And I *do* have a headache with a problem that might be related to what you are talking about. Basically, I have deployed

Re: Very Very Slow performance of Tomcat - Connection Pool Dies

2004-02-20 Thread Ankur Shah
Harry Mantheakis wrote: If your firewall drops idle connections after some time, you will need to tune a couple of settings. In your sysctl settings for the Apache machine, set your tcp keepalive time to a value lower than the drop time of your firewall. I have a very strict firewall

Réf. : Re: Réf. : Re: Very Very Slow performance of Tomcat

2004-02-19 Thread meissa . Sakho
] Antonio Fiol Bonnín [EMAIL PROTECTED] 18/02/2004 22:08 Veuillez répondre à Tomcat Users List Pour : Tomcat Users List [EMAIL PROTECTED] cc : Objet : Re: Réf. : Re: Very Very Slow performance of Tomcat [EMAIL PROTECTED] wrote: Antonio, I'm facing to the same performance

Re: Réf. : Re: Réf. : Re: Very Very Slow performance of Tomcat

2004-02-19 Thread Antonio Fiol Bonnín
[EMAIL PROTECTED] wrote: Thank you for you answers Antonio, Yes we have a firewall between tomcat and apache. Does it means that there is something else to do? If your firewall is well-behaved, no. There is nothing else to do. However, this is not usually the case. :-( If your firewall

Re: Re: Very Very Slow performance of Tomcat

2004-02-18 Thread wuhui
Antonio_Fiol_Bonn?, can you give us something test data such as throughput, Average response time etc. as a reference ? including hw configuration and software configuration? Is maxProcessors lower than Apache's MaxClients? Are you hitting the max. number of connections to your

RE: Very Very Slow performance of Tomcat

2004-02-18 Thread John, Abhilash (Cognizant)
2004 1:26 PM To: Tomcat Users List Subject: Re: Very Very Slow performance of Tomcat Is maxProcessors lower than Apache's MaxClients? Are you hitting the max. number of connections to your database? When it goes slow, does it hang later? Are you closing all your connections to the DB? Q

Réf. : Re: Very Very Slow performance of Tomcat

2004-02-18 Thread meissa . Sakho
: Objet : Re: Very Very Slow performance of Tomcat Is maxProcessors lower than Apache's MaxClients? Are you hitting the max. number of connections to your database? When it goes slow, does it hang later? Are you closing all your connections to the DB? Q: --- Is there a checklist somewhere

RE: Réf. : Re: Very Very Slow performance of Tomcat

2004-02-18 Thread Arnab Chakravarty
, 2004 2:11 PM To: Tomcat Users List Subject: Réf. : Re: Very Very Slow performance of Tomcat Antonio, I'm facing to the same performance problems with Tomcat. My the maxProcessor value is equal to 75 while the Apache's MaxClients is equals to 150. the MaxKeepAliveRequests of apache is equal

Réf. : RE: Réf. : Re: Very Very Slow performance of Tomcat

2004-02-18 Thread meissa . Sakho
Veuillez répondre à Tomcat Users List Pour : Tomcat Users List [EMAIL PROTECTED] cc : Objet : RE: Réf. : Re: Very Very Slow performance of Tomcat Hi, Can u check the total number of concurrent connections (Apache) when the problem occurs: The way to do this is: ptree

RE: Réf. : RE: Réf. : Re: Very Very Slow performance of Tomcat

2004-02-18 Thread Arnab Chakravarty
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 3:26 PM To: Tomcat Users List Subject: Réf. : RE: Réf. : Re: Very Very Slow performance of Tomcat Arnab, Do you know how to use ThreadDump in order to detect application hanging reasons

Re: Very Very Slow performance of Tomcat

2004-02-18 Thread Antonio Fiol Bonnn
wuhui wrote: Antonio_Fiol_Bonn?, can you give us something test data such as throughput, Average response time etc. as a reference ? No. At least not something reliable. Typical average load time for our apps is between 500ms and 1000ms, depending on the pages. Light pages go as low

Re: Réf. : Re: Very Very Slow performance of Tomcat

2004-02-18 Thread Antonio Fiol Bonnín
[EMAIL PROTECTED] wrote: Antonio, I'm facing to the same performance problems with Tomcat. My the maxProcessor value is equal to 75 while the Apache's MaxClients is equals to 150. the MaxKeepAliveRequests of apache is equal to 100 Do you understand the relationship between theses attributes ?

Very Very Slow performance of Tomcat

2004-02-17 Thread Deepak Hegde
Hi All, I am running Tomcat 4 and Apache 1.3 and Struts Framework on Sun Sparc machine having O.S 5.8 version. Web application is developed to use Postgres Database also. I am facing lots of performance issues with Tomcat i.e sometimes tomcat process hangs and website stops opening and some

Re: Very Very Slow performance of Tomcat

2004-02-17 Thread Antonio Fiol Bonnín
Is maxProcessors lower than Apache's MaxClients? Are you hitting the max. number of connections to your database? When it goes slow, does it hang later? Are you closing all your connections to the DB? Q: --- Is there a checklist somewhere for this kind of things? It would be useful for