https://issues.apache.org/bugzilla/show_bug.cgi?id=56796

            Bug ID: 56796
           Summary: Avoid sleep usage in
                    org.apache.tomcat.util.threads.ThreadPoolExecutor#cont
                    extStopping
           Product: Tomcat 8
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Util
          Assignee: dev@tomcat.apache.org
          Reporter: rmannibu...@gmail.com

At the moment on trunk 
org.apache.tomcat.util.threads.ThreadPoolExecutor#contextStopping does a
sleep(200). Would be great to be able to remove it.

This is an issue in particular when using arquillian and if you deploy several
small wars - one by test.

On BVal TCKs in TomEE it makes tests during ~6mn on my machines so removing it
I can gain (758 test * 200 ms) = 151s (looks like a big part ;))

-- 
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