Wether tomcat works on Hyperthreading PC's depends mainly on the underlying jvm and the operating system. If these do a good job in an ht environment, tomcat will use the benefits as it is highly multithreaded.
The only part of tomcat that might directly use HT is the mod_jk[2] connector. (Don't know if it actually does) > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 26, 2004 1:30 PM > To: [EMAIL PROTECTED] > Subject: Hyperthreading performance dead ! > > > I've been testing my Java app in Tomcat on a Hyperthreading Dell PC - > identical to current production dell bar HT. The app runs > more than 20x as > slow compared with existing system. There is no difference at > all hardware / software apart from HT. > > Does Tomcat work on Hyperthreading PC's / any1 else had & solved this > problem ?? > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
