Re: What is max value for MaxThreads
-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 went back to using the > standard http connector from tomcat. > Andrew, This is o/t for this thread, but would you care to elaborate some on your findings here? I'm here researching some performance issues in an environment running mod_jk. I'd appreciate any information about what your performance testing found. Thanks, Dave - -- David Kaplowitz UNIT Unix Systems group Villanova University 610-519-6896 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCbmwU0nMoCk4O+jkRAsMRAJ9ZC/eE+IxlkB2X+XXsAmrFlC/DtwCdHVEx zl2+9ixV3I8hmAvjRkSpwX4= =z8JF -END PGP SIGNATURE- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: What is max value for MaxThreads
> 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. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: What is max value for MaxThreads
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 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 went back to using the standard http connector from tomcat. Andrew Darek Czarkowski wrote: 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. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]