We have to implement throttling functionality in our application. Need your suggestion.
Clients will send the request on a web service and we have to restrict the number of request that we will serve for a client like 200 requests per second.
If he becomes a premium customer we will increase it to 400 requests per second.
In another sense number of request that we handle for the client should be configurabe.
Clients will send the request on a web service and we have to restrict the number of request that we will serve for a client like 200 requests per second.
If he becomes a premium customer we will increase it to 400 requests per second.
In another sense number of request that we handle for the client should be configurabe.