控制ASP.NET Web API 调用频率与限流

时间:2015-07-21 16:51:45   收藏:0   阅读:1568

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

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!