kamnani opened a new pull request #349:
URL: https://github.com/apache/tomcat/pull/349


   Tomcat searches the entire classpath for all instances of certain 
annotations, such as @WebServlet, @webfilter, @MultipartConfig, etc. This is 
performed by scanning each classpath entry sequentially.
   
   Optimization: *Scan the jars in parallel
   
   The default behavior stays as is, but this could be triggered by defining 
the flag inside catalina properties


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to