Hi. In an attempt to increase my webapp performance, I've created servlets out of my JSP's using JspC then modified the output java files to replace the JSPWriter out with a ServletOutputStream out. This has increased my maximum CPU load - total throughput from 250 KB/s to 800 KB/s !!. I was just wondering what the impacts of doing this might be, other than not being able to use automatic character set decoding.
any thoughts appreciated. pete. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>