rate-limiting

Table of Contents

Limiting

Rate Limiting

Client             Server             Database
[    ]----------->[      ]---------->[        ]
[    ]<-----------[      ]<----------[        ]

You can use a small hash table of user -> time accessed, and use that to rate limit.