Netty线程模型
2020-11-10 18:38:15 0 举报
Netty线程模型
作者其他创作
大纲/内容
Selector
pipeline
文本
read/write
Netty线程模型
Netty粘包拆包解决方法
client
NIOEventGroup
专门负责网络的读写
格式化数据发送长度(封装请求报文)
Netty模块组件
专门负责接收客户端的连接
ChannelHandler
Accept
Worker Group
TaskQueue
step2:processSelectedKeys
step1:select
Bootstrap、ServerBootstrapFuture、ChannelFutureChannel、SelectorNioEventLoopNioEventLoopGroupChannelHandlerChannelHandlerContextChannelPipline
..........
Netty高并发高性能架构设计精髓1、主从Reactor线程模型2、NIO多路复用非阻塞3、无锁串行化设计思想4、支持高性能序列化协议5、零拷贝6、ByteBuf内存池设计7、灵活的TCP参数配置8、并发优化
Boss Group
NioEventLoop
step3:runAllTasks
0 条评论
下一页