On 6/19/06, Mladen Adamovic <[EMAIL PROTECTED]> wrote:
Leon Rosenberg wrote: >> Teoreticly, your servers should be faster if you configure 4 Tomcat >> instances (4 JVMs) to do round robin. >> You should be able to improve performances almost 4x. >> > could you explain why?? Isn't Tomcat and JVM still single threaded? Single thread = single processor usage
I don't think it was ever singlethreaded. And if it were, what would the Connector setting in the server.xml mean? <Connector port="8580" maxHttpHeaderSize="8192" maxThreads="750" minSpareThreads="25" maxSpareThreads="75" Leon --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]