摘要:
connector源码部分 构造函数 生命周期启动 启动endPoint 启动accepter 线程执行方法 阅读全文
摘要:
关键技术 通信协议、序列化 通信协议: 基于http 、 基于tcp 序列化 : 明文(json xml)、二进制(pb hession) IO模型、线程模型 IO : 阻塞 、非阻塞 、多路复用 、信号驱动 、异步 线程模型:Reactor 单 多 主从多 网络传输 拆包黏包 http2.0 学习 阅读全文
摘要:
学习资料 https://juejin.im/book/5afc2e5f6fb9a07a9b362527 包括下面几方面的内容 基础 应用 原理 集群 拓展 源码 to be done 阅读全文
摘要:
分为几个大的方面 1、系统设置 2、JVM设置 堆的大小 3、tomcat配置 主要是connector的相关属性 最大连接数、队列大小等 protocol Sets the protocol to handle incoming traffic. The default value is HTTP 阅读全文
摘要:
The reactor design pattern is an event handling pattern for handling service requests delivered concurrently by one or more inputs. The service handle 阅读全文
摘要:
学习资料 https://juejin.im/book/5b4bc28bf265da0f60130116/section/5b6a1a9cf265da0f87595521 收获: 转载 1. Netty 是什么? 经过我们整个小册的学习,我们可以了解到,Netty 其实可以看做是对 BIO 和 NI 阅读全文
摘要:
时间过的很快 身体和思想都得在路上 身体上坚持修行和雕刻 思想上不庸俗 读过的书太少 做一个有思想和观点的人而不是点到为止 保持专注 持久做正确的事 KEEP REAL AND CALM DOWN! 2018.11.08 阅读全文
摘要:
https://blog.csdn.net/luo609630199/article/details/82083593 阅读全文