Re: Max thread/session timeouts

2005-08-11 Thread Michael Kleinhenz
Peddireddy, how about your project? I have finally found a solution here ;-) If the database handles requests faster, the load on my Tomcat(s) are lower, because of the lower count of active threads. This does not resolve the problem induced by the apparent connection limit on Windows 2003

Re: Max thread/session timeouts

2005-07-22 Thread Peddireddy Srikanth
Michael, your mail is very informative. we have a very similar set up (4 Xeon processors 3.5 GB Ram and WIn2003 Standard edition) and hardpart is that we cant change this setup and switch to Linux. So what you told Tomcat on Windows doesn't scale well is bothering me I heard about clustering on

Re: Max thread/session timeouts

2005-07-22 Thread Michael Kleinhenz
Peddireddy, your mail is very informative. we have a very similar set up (4 Xeon processors 3.5 GB Ram and WIn2003 Standard edition) and hardpart is that we cant change this setup and switch to Linux. same problem over here. The computing centre of our client can't provide Linux servers.

Re: Max thread/session timeouts

2005-07-22 Thread Peddireddy Srikanth
Hi Michael, Thanks for the information. I will try to further study this problem and let you know if I found anything useful. Mean while can you let me know about any JVM options that you are using for running your tomcat and that you think will be useful in server performance and scalability. So

RE: Max thread/session timeouts

2005-07-22 Thread Darek Czarkowski
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Max thread/session timeouts

2005-07-21 Thread Kenneth Litwak
We're running an application on Tomcat that often hits the limit of 150 threads. Can someone with experience changing this value give me advice on it? How big can you make this number? How much extra memory do I need if I say change it to, say, 500? Thanks. Ken

Re: Max thread/session timeouts

2005-07-21 Thread Darryl L. Miles
Kenneth Litwak wrote: We're running an application on Tomcat that often hits the limit of 150 threads. Can someone with experience changing this value give me advice on it? How big can you make this number? How much extra memory do I need if I say change it to, say, 500? Thanks. I take

Re: Max thread/session timeouts

2005-07-21 Thread J. Ryan Earl
As a reference, in conf/server.xml I set my thread limit to 1 max threads, 1000 max idle threads, and 100 on startup. I've seen my as many as 7K threads busy within my application. This is on a 32bit 2.6 Linux kernel with 2GB of RAM (-Xmx1500m). On the 2.4 kernel I found practical

Re: Max thread/session timeouts

2005-07-21 Thread Michael Kleinhenz
We're running an application on Tomcat that often hits the limit of 150 threads. Can someone with experience changing this value give me advice on it? How big can you make this number? How much extra memory do I need if I say change it to, say, 500? Thanks. just a few facts on threads

Re: Max thread/session timeouts

2005-07-21 Thread Andrew Miehs
Ouch! Thats a LOT of threads - I can't believe your box still performs well with this many threads - or have you enabled keep-alives? The number of threads really depends on your application. I have max threads set to 750, or our 32bit 2.6 Linux systems. Our thread count normally doesn't go

RE: Max thread/session timeouts

2005-07-21 Thread Warren Taylor
Take me off this fucking list. WARREN TAYLOR Sunbelt Business Advisors Sunbelt Business Brokers of MS www.sunbeltnetwork.com -Original Message- From: Andrew Miehs [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 5:00 PM To: Tomcat Users List Subject: Re: Max thread/session

RE: Max thread/session timeouts

2005-07-21 Thread pacea
of MS www.sunbeltnetwork.com -Original Message- From: Andrew Miehs [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 5:00 PM To: Tomcat Users List Subject: Re: Max thread/session timeouts Ouch! Thats a LOT of threads - I can't believe your box still performs well

Re: Max thread/session timeouts

2005-07-21 Thread Larry Meadors
Whoa! Someone forgot to take their meds today... To unsubscribe, e-mail: [EMAIL PROTECTED]http://a.apache.org Larry On 7/21/05, Warren Taylor [EMAIL PROTECTED] wrote: To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: Max thread/session timeouts

2005-07-21 Thread Warren Taylor
Brokers of MS www.sunbeltnetwork.com -Original Message- From: Andrew Miehs [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 5:00 PM To: Tomcat Users List Subject: Re: Max thread/session timeouts Ouch! Thats a LOT of threads - I can't believe your box still performs well