SERHAT INAN <[EMAIL PROTECTED]> writes: > Is it possible to run Tomcat (integrated with IIS or Apache Web Server) on a > double CPU server to obtain a better performance? What server > configuration is preferred?
Yes it's possible. Tomcat won't really notice what hardware you run it on (that's what java is about after all). The key thing is to have a JVM that supports multiple CPUs. If you're using linux you might want to consider using the IBM kernel threading stuff which maps multiple threads to one or more kernel threads. Nic Ferrier ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
