> -----Original Message----- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > > * The performance of JSP pages with lots of custom tags is *very* > dependent upon the quality of the code generated by the JSP page > compiler for your server. You don't say which one you are using, > but if it's Tomcat, check out the difference between running on > Tomcat 4.0.x and 4.1.x (which uses a completely rewritten page > compiler). Differences in the 600%-800% range (yes, that's six > to eight times faster) have been noticed in some cases, as a result > of the focus on optimization that the new compiler does.
FYI, you can use the Tomcat JSP compiler as a standalone tool. There is even an optional Ant task for it. If you are not using Tomcat already, you would just have to make the jasper-runtime.jar available to your container to use JSPs you've pre-compiled with Jasper. Thomas Gideon Sr. Software Developer B2eMarkets 301.230.2236 Tel. 301.230.2248 Fax. [EMAIL PROTECTED] www.B2eMarkets.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>