William Au wrote: > I did some performance benchmarks of Tomcat 4.0.3 against two other appservers. > Tomcat's performance is even worse that what I has expected. Tomcat was at > least still in the ball park when serving simple JSP pages. However, database > access (I am using Jakarta Commons collection, pool, and dbcp) does not scale > for medium and heavy load.
You should be able to plug a different connection pool if you need to. > JSP taglib performance is plain terrible and > unacceptable. This is because of a Sun JVM performance bug (don't know if IBM VM would perform better). A workaround for it got added in Jasper 2, so I recommend trying Tomcat 4.1.3 Beta to see the actual performance. For more details, see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8290 Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
