Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiachun.fjc committed Sep 29, 2018
1 parent d87ca59 commit 81a720a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/static_files/high_performance_rpc_with_netty.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,26 @@

* ### <a name="26u3hn"></a>__远程调用客户端图解__

<img src="img/client.png"/>
<img src="img/client.png"/>

若是netty4.x的线程模型, IO Thread(worker) —> Map<InvokeId, Future>代替全局Map能更好的避免线程竞争

* ### <a name="gembty"></a>__远程调用服务端图解__

<img src="img/server.png"/>
<img src="img/server.png"/>

重要概念: RPC三元组 <ID, Request, Response>

* ### <a name="othccm"></a>__远程调用传输层图解__

<img src="img/transport.png"/>
<img src="img/transport.png"/>

左图为客户端, 右图为服务端

* ### <a name="millbg"></a>__设计传输层协议栈__
__协议头__

<img src="img/protocol.png"/>
<img src="img/protocol.png"/>


__协议体__
Expand Down

0 comments on commit 81a720a

Please sign in to comment.