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