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: [email protected]
Reporter: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]