[jboss-dev-forums] [Design of POJO Server] - Re: JBAS-6104; slow Seam deployments

alesj do-not-reply at jboss.com
Mon Oct 27 05:16:08 EDT 2008


The question here is what can we move directly on VFS?
Since if we can get a hold of existing VFS deployment root, things are gonna be fast.
e.g. ServletContext --> VFSDeploymentUnit --> VFS root

But like I already said, if VFS always goes via URL --> URLConnection --> VFS, then it's gonna be slow as it has no memory of previously exploded jars/entries.
Keeping this info around is a potential memory leak, as you have no handle/mechanism to remove it, except some SoftRef handling.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184766#4184766

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184766



More information about the jboss-dev-forums mailing list