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

            Bug ID: 69133
           Summary: Add property for max queue size to AbstractProtocol
           Product: Tomcat 10
           Version: 10.1.24
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: moritz.halbrit...@broadcom.com
  Target Milestone: ------

Hello,

what do you think about adding a setter for the max queue size on
AbstractProtocol? It already has setters for max threads, min spare threads etc
which are then set on the AbstractEndpoint, so I think having a setter for the
queue size would be good for consistency.

We already tried to use a custom executor to configure the queue size, however
that has created regressions in Spring Boot:
https://github.com/spring-projects/spring-boot/issues/40957 and
https://github.com/spring-projects/spring-boot/issues/40945.

Thanks!

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