google / guava

Google core libraries for Java
Apache License 2.0
49.74k stars 10.79k forks source link

RateLimiter that provide fairness guarantees #1754

Open gissuebot opened 9 years ago

gissuebot commented 9 years ago

Original issue created by guram.savinov on 2014-05-15 at 11:02 AM


In javadoc written: Note: RateLimiter does not provide fairness guarantees.

Indeed, throttling is no precise, it have little errors about 3-5 milliseconds.

Rate limiter with fairness guarantees that QPS will be strongly < N will be very useful.

gissuebot commented 9 years ago

Original comment posted by kak@google.com on 2014-06-03 at 04:00 PM


(No comment entered for this change.)


Owner: cpovirk@google.com