Re: two questions about the session timeout in tomcat

2011-10-10 Thread Pid
On 10/10/2011 09:18, Igor Cicimov wrote: > Is there anything in the log files? Do you have enough threads in the thread > pool? I would also ask the DBA's to give me the list of the longest running > queries. +1 "the server is slow" doesn't really mean much, without more detail. What is slow, th

RE: two questions about the session timeout in tomcat

2011-10-10 Thread George Sexton
George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com > -Original Message- > From: Bill Wang [mailto:bw57...@gmail.com] > Sent: Sunday, October 09, 2011 10:02 PM > To: Tomcat Users List > Subject: Re: two questions about the session timeout in tomcat >

Re: two questions about the session timeout in tomcat

2011-10-10 Thread Igor Cicimov
Ah yes, I would also take a thread dump when the server is stuck just in case the developers are wrong ;) On Oct 10, 2011 7:18 PM, "Igor Cicimov" wrote:

Re: two questions about the session timeout in tomcat

2011-10-10 Thread Igor Cicimov
Is there anything in the log files? Do you have enough threads in the thread pool? I would also ask the DBA's to give me the list of the longest running queries. On Oct 10, 2011 3:02 PM, "Bill Wang" wrote: > Hi Chris, Pid & Geroge, > > Thanks to everyone who replied my mail. I try to answer your

Re: two questions about the session timeout in tomcat

2011-10-09 Thread Bill Wang
Hi Chris, Pid & Geroge, Thanks to everyone who replied my mail. I try to answer your questions in one mail. 1. I access the admin interface by manager app. I'd like to have exist command to run and get the report easily, if there is no the command, I will think to use wget | crul. 2. The applica

RE: two questions about the session timeout in tomcat

2011-10-08 Thread George Sexton
t Users List > Subject: two questions about the session timeout in tomcat > > Hi Tomcat Guru, > > Recently one of Tomcat application has performance issue, which get > slow > respond with high sessions. > > One team member recommend me to adjust the session timeout from 6

Re: two questions about the session timeout in tomcat

2011-10-07 Thread Pid
On 07/10/2011 00:20, Bill Wang wrote: > Hi Tomcat Guru, > > Recently one of Tomcat application has performance issue, which get slow > respond with high sessions. You should find out exactly why that is, rather than guessing. > One team member recommend me to adjust the session timeout from 60

Re: two questions about the session timeout in tomcat

2011-10-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, On 10/6/2011 7:20 PM, Bill Wang wrote: > Recently one of Tomcat application has performance issue, which get > slow respond with high sessions. Can you give us some numbers? At what point do things slow down, and by how much do they slow down?

two questions about the session timeout in tomcat

2011-10-06 Thread Bill Wang
Hi Tomcat Guru, Recently one of Tomcat application has performance issue, which get slow respond with high sessions. One team member recommend me to adjust the session timeout from 60 minutes to 30 minutes. I will do that, but before change it, I'd like to understand how the performance related