Skip to content

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 1.12 KB

File metadata and controls

executable file
·
17 lines (11 loc) · 1.12 KB

memcached源码中文注释详细分析注释(分析注释完毕)

nginx高性能特性应用于其他项目,效果明显

nginx多进程、高性能、低时延、高可靠机制应用于缓存中间件twemproxy,对twemproxy进行多进程优化改造,提升TPS,降低时延:
https://my.oschina.net/u/4087916/blog/3016162

nginx高并发设计优秀思想应用于其他高并发代理中间件:

redis、nginx、memcache、twemproxy、mongodb等更多中间件,分布式系统,高性能服务端核心思想实现博客: