We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06df7a commit 51e5e38Copy full SHA for 51e5e38
README.md
@@ -50,7 +50,7 @@
50
51
本服务器采用了事件循环 + 非阻塞IO的主题架构,通过事件驱动和事件回调来实现业务逻辑。事件循环用于做事件通知,如果有新的连接被Accept,则把新连接的socket对象的管理工作转交给其他线程。模型的整体架构如下图所示,模型的架构发展过程可见[History](https://github.com/importcpp/WebServer/blob/master/History.md).
52
53
-<img src="https://github.com/importcpp/WebServer/raw/master/file/serverarch2.png" alt="v3" style="zoom: 80%;" />
+<img src="https://gitee.com/realgeorge/FIleForGithub/blob/master/file/serverarch2.png" alt="v3" style="zoom: 80%;" />
54
55
## Server Performance
56
0 commit comments