1.Algorithm: https://leetcode.com/problems/two-sum/

2.Review:https://en.wikipedia.org/wiki/C10k_problem

通过这篇文章,再次熟悉了一下C10K的问题,特别是区分了并发连接数(concurrent connects)和每秒请求(requests per second)的区别。

3.Tip:学习netty的源码,看一下netty对reactor模型的处理

4.Share:博客文章https://thurstonzk2008.com/2019/04/09/zookeeper%E5%AE%9E%E9%AA%8C/