随笔分类 -  architecture

上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 42 下一页
摘要:https://mp.weixin.qq.com/s/jfHFXZpzbAEbHKkCMSev6w 对话 CTO〡用声音在一起,听荔枝 CTO 丁宁聊 UGC 声音互动平台的技术世界 原创 王颖奇 极客公园 2018-12-01 知乎千万级高性能长连接网关揭秘 - 知乎 https://zhuanl 阅读全文
posted @ 2019-06-02 22:13 papering 阅读(519) 评论(0) 推荐(0)
摘要:https://mp.weixin.qq.com/s/Rx43XfhgdwerQWLn1eI3Ww 51信用卡金融风控场景下实时计算引擎的设计与实践 原创: 周来 51NB技术 5月7日 阅读全文
posted @ 2019-06-02 00:00 papering 阅读(307) 评论(0) 推荐(0)
摘要:数据共享 计算隔离 阅读全文
posted @ 2019-06-01 19:04 papering 阅读(524) 评论(0) 推荐(0)
摘要:干货分享 | 阿里PB级Kubernetes日志平台建设实践https://www.infoq.cn/article/HiIxh-8o0Lm4b3DWKvph 日志最主要的采集工具是 Agent,在 Kubernetes 场景下,通常会分为两种采集方式: 每种采集方式都有其对应的优缺点,这里简单总结 阅读全文
posted @ 2019-05-31 23:09 papering 阅读(418) 评论(0) 推荐(0)
摘要:阿里巴巴高可用技术专家襄玲:压测环境的设计和搭建 PTS - 襄玲 云栖社区 今天 阅读全文
posted @ 2019-05-31 23:04 papering 阅读(279) 评论(0) 推荐(0)
摘要:Somatic hypermutation (or SHM) is a cellular mechanism by which the immune system adapts to the new foreign elements that confront it (e.g. microbes), 阅读全文
posted @ 2019-05-31 21:20 papering 阅读(274) 评论(0) 推荐(0)
摘要:openrstry 限流 是否有清零逻辑 https://github.com/openresty/lua-resty-limit-traffic # encoding=utf-8 # Shawn 2020/4/28 10:31 from asgiref.sync import async_to_s 阅读全文
posted @ 2019-05-31 20:45 papering 阅读(440) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/youxin/p/3805706.html http://www.dongcoder.com/detail-1218275.html 阅读全文
posted @ 2019-05-31 00:25 papering 阅读(155) 评论(0) 推荐(0)
摘要:并行执行函数 阅读全文
posted @ 2019-05-30 00:34 papering 阅读(324) 评论(0) 推荐(0)
摘要:https://mp.weixin.qq.com/s/9Q5-oU3bPIBieScwzrawDg 资源消耗降低2/3,Flink在唯品会实时平台的应用(有彩蛋) 王新春 DBAplus社群 2018-11-02 阅读全文
posted @ 2019-05-29 00:00 papering 阅读(208) 评论(0) 推荐(0)
摘要:Mercury:唯品会全链路应用监控系统解决方案详解(含PPT) 原创: 姚捷 高可用架构 2016-08-08 阅读全文
posted @ 2019-05-28 23:55 papering 阅读(517) 评论(0) 推荐(0)
摘要:c++ 套接字 >2002 java NIO >netty 阅读全文
posted @ 2019-05-27 01:38 papering 阅读(266) 评论(0) 推荐(0)
摘要:netty精妙 1、 关注点分离 业务和网络逻辑解耦 2、 模块化和可复用性 3、 可测试性作为首要的要求 阅读全文
posted @ 2019-05-27 01:28 papering 阅读(235) 评论(0) 推荐(0)
摘要:Apache Thrift - Home http://thrift.apache.org/ /** * This method has a oneway modifier. That means the client only makes * a request and does not list 阅读全文
posted @ 2019-05-26 12:40 papering 阅读(213) 评论(0) 推荐(0)
摘要:$FLUME_HOME/bin/flume-ng agent -n a1 -c conf -f conf/httpSourceApp.conf -Dflume.root.logger=DEBUG,console 配置文件监听 与加载 2019-05-25 21:36:14,449 (conf-fil 阅读全文
posted @ 2019-05-25 21:38 papering 阅读(234) 评论(0) 推荐(0)
摘要:架构理念 只使用原生组件的核心优势功能点,尽量避免二次开发,可通过加层实现功能的定制化 阅读全文
posted @ 2019-05-25 10:23 papering 阅读(207) 评论(0) 推荐(0)
摘要:对请求数据的格式化 例如 {body:{}} >{data:{}} 执行阶段概念 · OpenResty最佳实践 · 看云 https://www.kancloud.cn/kancloud/openresty-best-practices/50451 我们OpenResty做个测试,示例代码如下: 阅读全文
posted @ 2019-05-25 10:19 papering 阅读(672) 评论(0) 推荐(0)
摘要:Nginx可以说是标配组件,但是主要场景还是负载均衡、反向代理、代理缓存、限流等场景;而把Nginx作为一个Web容器使用的还不是那么广泛。 用Nginx+Lua(OpenResty)开发高性能Web应用 - 茄子_2008 - 博客园 https://www.cnblogs.com/xd502dj 阅读全文
posted @ 2019-05-25 10:01 papering 阅读(226) 评论(0) 推荐(0)
摘要:nginx使用ngx_lua访问后端Thrift-Server实现和介绍 - Mr.YF - 博客园 https://www.cnblogs.com/voipman/p/5365248.html 阅读全文
posted @ 2019-05-25 09:52 papering 阅读(341) 评论(0) 推荐(0)

上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 42 下一页