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

            Bug ID: 69355
           Summary: an enhanced exact rate limit control mechanism
           Product: Tomcat 9
           Version: 9.0.x
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Servlet
          Assignee: dev@tomcat.apache.org
          Reporter: ch...@msn.com
  Target Milestone: -----

Currently, RateLimitFitler implements a roughly rate limit algorithm, provides
closely but not exactly equality with user's configuration. For example,
configuration of 100 Requests per 60 seconds, has the real values of 109
Requests per 65 seconds.

To keep consistency between user's configuration and system actual behavior, an
exact rate limit mechanism is expected. For above case, the real value of 100
Requests per 60 seconds is what i want.

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