https://bz.apache.org/bugzilla/show_bug.cgi?id=58212

            Bug ID: 58212
           Summary: Scanning jars in classpath to get annotations in
                    parallel instead of synchronously
           Product: Tomcat 7
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: 18616998...@163.com

During tomcat startup, it takes most of time on annotation scanning.
For our case, our apps have over 500 jars in class path.
Tomcat startup takes 28 seconds and annotation scanning takes 23 seconds.

So idea is: scan jars in parallel, per our benchmark testing, it could save 9
seconds. And jetty9 already support this feature.

I'll provide patch onto tomcat70 in github.
Will provide patch onto tomcat80 as well later.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to