ratelimit

Posted by 夏泽民

https://github.com/juju/ratelimit https://github.com/juju/utils 限流算法 计数器法 计数器法是限流算法里最简单也是最容易实现的一种算法。维护一个单位时间内的Counter,当单位时间已经过去则将Counter重置零。这个算法虽然简单,但是有一个十分致命的问题,那就是临界问题。在临界时间的前一毫秒和后一毫秒都触发了最大的请求数,就会在两毫秒内发生了两倍单位时间的最大请求数量。



mail 实现ssl

Posted by 夏泽民

由于我们使用的阿里云服务器不能telnet 25端口,发送ssl时候感觉很蹩脚,就自己写了一个go mail 发送 2、main.go



kubernetes 网络

Posted by 夏泽民

K8S 底层网络所需要解决的两个问题



gracehttp

Posted by 夏泽民

经典平滑升级方案



go-restful

Posted by 夏泽民

https://github.com/emicklei/go-restful kubernetes源码的时候发现内部使用的是 go-restful实现的



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required