深入理解 RPC

关键技术

通信协议、序列化

通信协议: 基于http 、 基于tcp

序列化 : 明文(json xml)、二进制(pb hession)

IO模型、线程模型

IO :

阻塞 、非阻塞 、多路复用 、信号驱动 、异步

线程模型:Reactor 单 多 主从多

网络传输

拆包黏包

http2.0

学习资料

https://juejin.im/book/5af56a3c518825426642e004

原文地址:https://www.cnblogs.com/huilei/p/9932797.html