Dubbo线程模型
2016-11-17 14:59:12 7 举报
Dubbo处理多线程的流程图
作者其他创作
大纲/内容
Proxy
Serialization(持久化)
Dispather
Header
ThreadPool
Implement
Codec(编码)
AllDirectMessageExecutionConnection
Server
总结:快时(不会阻塞IO线程)用IO,慢时用线程池分配。在使用IO时,如果又有IO请求进入那么就会触发死锁异常,但不是真的发生死锁了
Client
Body
Transporter(传输)
FixedCachedLimited
0 条评论
下一页
为你推荐
查看更多