[jboss-dev-forums] [JBoss OSGi Development] - Re: Performance problem

alesj do-not-reply at jboss.com
Tue Aug 25 10:47:27 EDT 2009


I guess you're reading a lot of different manifest files.
Since all of the code in VFSCLPolicy is cached.

But to read manifest a lot of slow ops are present.
* find the root with class file 
** read-in all jars
** navigate to class file
* read manifest.mf
** again navigate
** read manifest attributes

Which means a lot of PathTokenizer and StructuredVirtualFileHandler usage.

With VFS-performance issue already present in MC dev forum,
I'll have a look what can be improved, and then re-run this here.

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

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



More information about the jboss-dev-forums mailing list