<div dir="ltr">Maybe Leaky bucket is relevant?<br><a href="https://en.wikipedia.org/wiki/Leaky_bucket">https://en.wikipedia.org/wiki/Leaky_bucket</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 25, 2017 at 9:14 AM, Brezal Campio <span dir="ltr"><<a href="mailto:brezal.campio@gmail.com" target="_blank">brezal.campio@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">For a some function which is the following:<div>  - begin with request count at 0<br><div>  - check current request count</div><div>  - if current current is less than allowed requests</div><div>    - spin up a new process</div><div>    - way for some given time and reset count to 0</div></div><div><br></div><div>This is a naive approach to rate limiting, but is there common terminology for something like this?</div><div><br></div><div>I am interested in less naive approaches to rate limiting requests as well if anyone is willing to point in the right direction.</div><div><br></div><div>Ciao!<br></div></div>
<br>______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>