Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzhang638993 authored Jun 18, 2019
1 parent 6c23c7a commit 2ba2088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
my repo for collecting and studying

1.nio的相关代码存在问题,后续的需要不断的优化。
2.selector 对应的是服务端进行管理连接的操作的,客户端处于不同的位置,使用selector实际操作的意义不是很大的。客户端的selector的作用对应的知识标记相关的服务端的selector的状态从而实现服务端的selector的管理的。
2.selector 对应的是服务端进行管理连接的操作的,客户端处于不同的位置,使用selector实际操作的意义不是很大的。客户端的selector的作用对应的知识标记相关的服务端的selector的状态从而实现服务端的selector的管理的。selector的主要的作用是监控channel的状态的变化的。唯一疑惑的是客户端的selector和服务端的selector是否是同样的内容的。

0 comments on commit 2ba2088

Please sign in to comment.