-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update design doc #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update design doc #143
Conversation
You've added too many redundant files, like CMakeFiles , Makefile, xxx.log ..... |
81d3b98
to
9a1cc1c
Compare
并发模型.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one thread one loop 的含义更多是 one thread one reactor,这里可以着重介绍一下Server是如何组织多个reactor,如何分配事件到相应的reactor之中的,这个过程更能体现整体结构和并发来源
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
请问一下能给HttpData文件解释一下吗,有些搞不明白这个文件的作用 |
Description
After I read your good code and try to understand your design , I add some notes in your design md doc and fix some typos. This PR is for this .
Change File
并发模型.md