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

            Bug ID: 59706
           Summary: HTTP/2 load testing performance
           Product: Tomcat 9
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: r...@apache.org

Using a load testing tool like h2load, performance can go down quickly due to
very high multiplexing that occurs when processing the requests. Due to heavy
sync contention, it is likely some resources are then wasted. It could be
beneficial to explore solutions to that.

Example: h2load -c 1 -n 100 http://127.0.0.1:8080/tomcat.gif
Unlike HTTP/1.1, this will actually in most cases multiplex 100 concurrent
requests over a single connection, using 100 processing threads.

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