Tollbooth: HTTP rate limiter middleware in Go
didipkerabat.com
Tollbooth: HTTP rate limiter middleware in Go
1–10 of 21 posts
Re: Tollbooth: HTTP rate limiter middleware in Go
#2Re: Tollbooth: HTTP rate limiter middleware in Go
#3This is neat. What's the best way to do rate limiting in from of Apache for wordpress/drupal sites these days? everytime I go looking for something new I'm dissapointed.
Re: Tollbooth: HTTP rate limiter middleware in Go
#4(I thought rate limiters were very simple timers)
Re: Tollbooth: HTTP rate limiter middleware in Go
#5Re: Tollbooth: HTTP rate limiter middleware in Go
#6Re: Tollbooth: HTTP rate limiter middleware in Go
#7Serious question: why would you not use HAProxy, nginx or similar software which arguably are more battle tested in this domain?
Re: Tollbooth: HTTP rate limiter middleware in Go
#8Serious question: why would you not use HAProxy, nginx or similar software which arguably are more battle tested in this domain?
Having different rate limits for different endpoints becomes unmanageable in HAProxy/Nginx; and having different rate limits say across different plans or users is all but impossible.
Re: Tollbooth: HTTP rate limiter middleware in Go
#9This is neat. What's the best way to do rate limiting in from of Apache for wordpress/drupal sites these days? everytime I go looking for something new I'm dissapointed.
Re: Tollbooth: HTTP rate limiter middleware in Go
#10Serious question: why would you not use HAProxy, nginx or similar software which arguably are more battle tested in this domain?