Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70d1364

Browse files
committed
fixed readme
1 parent 3a055ef commit 70d1364

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,22 @@ Code With Comments
33

44
### Tinyhttpd
55
介绍:tinyhttpd 是一个不到 500 行的超轻量型 Http Server,非常适合学习服务器工作原理
6+
67
博客:[在此](http://blog.csdn.net/jcjc918/article/details/42129311)
8+
79
链接:[tinyhttpd](https://github.com/AngryHacker/code-with-comments/tree/master/tinyhttpd)
810

911
### MemoryPool
1012
介绍:一个用 C++ 实现的简单内存池
13+
1114
博客:[在此](http://blog.csdn.net/jcjc918/article/details/44997089)
15+
1216
链接:[MemoryPool(98 版本)](https://github.com/AngryHacker/code-with-comments/tree/master/memorypool/C-98)
1317

1418
### Webbench
1519
介绍:Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,
1620
测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。
21+
1722
博客:[在此](http://blog.csdn.net/jcjc918/article/details/44965951)
23+
1824
链接:[webbench](https://github.com/AngryHacker/code-with-comments/tree/master/webbench)

0 commit comments

Comments
 (0)