Re: What is max value for MaxThreads

2005-04-26 Thread David Kaplowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 andrew wrote: > > You should definitely do some performance testing. > > We looked at using apache with mod_jk in front of our tomcats, > but this effectively halved the number of connections our servers > could handle per second, so in the end, we we

RE: What is max value for MaxThreads

2005-04-26 Thread Caldarale, Charles R
> From: Darek Czarkowski [mailto:[EMAIL PROTECTED] > Subject: What is max value for MaxThreads > > How many threads can tomcat handle? There's no single answer to this. The limit is a function of your operating system and, to a lesser extent, your JVM heap parameters.

Re: What is max value for MaxThreads

2005-04-26 Thread andrew
Hi Darek, This really depends on your operating system We have MaxThreads set to 750 on our boxes running sarge. You should however be aware that using that many threads in not necessarily benifical as far as performance is concerned... You should definitely do some performance testing. We look

What is max value for MaxThreads

2005-04-26 Thread Darek Czarkowski
How many threads can tomcat handle? Assuming single tomcat hosting 5 different apps, no load balance, using mod_jk and Apache. I am wondering what would be the safe limit. DarekC - To unsubscribe, e-mail: [EMAIL PROTECTED] F