HAProxy - Rate Limiting
Say you just finished implementing a spam detection mechanism into your popular web service and started responding with HTTP 403s to spam queries.
This helped to eliminate the load on your database servers, but the sheer amount of abuse queries keeps your web servers busy.
You decided to employ HAProxy …