clickhouseTcpServer架构图
2021-04-20 12:30:43 0 举报
TCP server部分架构图
作者其他创作
大纲/内容
TcpServerDispatcher线程
client
Connection线程2
streamSocket
waitDequeueNotification
Connection线程3
创建Dispatch线程
TCPHandler(TCPServerConnection)
TcpConnectionNotification
connection Context
TcpDispatcher对象
通信Request
NfQueue
ClickhouseServer
Context
建立连接之后开始通信
connectionContext
executeQuery
out
请求连接
createConnection
enqueue
ServerSocket监听
acceptConnection
Connection线程1
Response
创建Connection线程
主线程
TcpServer
in
TCPHandlerFactory(TCPServerConnectionFactory)对象

收藏
0 条评论
下一页