ASP.NET MVC 实现 https://github.com/stefanprodan/MvcThrottle
ASP.NET WEBAPI 实现 https://github.com/stefanprodan/WebApiThrottle

 

Refer:
Throttling ASP.NET Web API calls
http://blog.maartenballiauw.be/post/2013/05/28/Throttling-ASPNET-Web-API-calls.aspx
Attribute-based rate limiting with WebApiThrottler
http://www.stefanprodan.com/2014/05/attribute-based-rate-limiting-with-webapithrottler/
Introducing ASP.NET Web API Throttling handler
http://www.stefanprodan.com/2013/12/asp-net-web-api-throttling-handler/
流量调整和限流技术
http://www.cnblogs.com/shanyou/p/4280546.html
控制ASP.NET Web API 调用频率
http://www.cnblogs.com/shanyou/p/3194802.html
WebApiThrottle限流框架使用手册
http://www.cnblogs.com/mushroom/p/4659200.html

 

相关文章:

  • 2021-09-17
  • 2018-04-03
  • 2023-03-09
  • 2022-12-23
  • 2022-01-01
  • 2021-06-25
  • 2022-12-23
猜你喜欢
  • 2022-02-02
  • 2021-09-11
  • 2022-12-23
  • 2021-10-05
  • 2022-12-23
  • 2021-05-08
相关资源
相似解决方案