优化基于tomcat的系统时,可以从哪些方面入手?
Hardware. CPU(s), memory, network IO, and file IO Operating System. Symmetric multiprocessing (SMP) and thread support JVM. Version, tuning memory usage, and tuning garbage collection are important. Tomcat. Later releases are more optimized for performance. If you use JavaServer Pages, Jasper 2 available in Tomcat 4.1 significantly boosts performance. Application. Application design can have the …