[jboss-dev-forums] [Design of POJO Server] - Re: JBAS-6104; slow Seam deployments
shane.bryzak@jboss.com
do-not-reply at jboss.com
Tue Oct 21 02:21:16 EDT 2008
The HotDeployFilter fix has improved the performance marginally, however there are still some severe performance issues. I've been doing some profiling during session initialisation of a Seam application and a large chunk of time is spent in org.jboss.virtual.plugins.context.zip.ZipEntrycontext.initEntries(). This method is invoked 480 times, for a total cpu time of 161 seconds. I think someone needs to review this method to see if it can be optimised somehow.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183383#4183383
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183383
More information about the jboss-dev-forums
mailing list