ithewei 6 anos atrás
pai
commit
263fbd6278
1 arquivos alterados com 9 adições e 6 exclusões
  1. 9 6
      README.md

+ 9 - 6
README.md

@@ -56,9 +56,12 @@ hw 是一套跨平台c++工具集,类名以H开头
 
 ## BUILD
 
-```
-# all: test client server httpd webbench
-make all
-# curl deps libcurl
-make curl
-```
+### examples
+
+- make all
+- make test: 服务端master-workers model
+- make loop: 事件循环(包含timer、io、idle)
+- make client server:非阻塞socket
+- make httpd: http服务(包含web service和api service),性能测试仅比nginx差一点(估计是nginx accept_mutex规避了惊群效应)
+- make curl: 基于libcurl封装http客户端
+- make webbench: http服务压力测试程序