Skip to content

pangsanjin/code-with-comments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code With Comments

Tinyhttpd

介绍:tinyhttpd 是一个不到 500 行的超轻量型 Http Server,非常适合学习服务器工作原理

博客:在此

链接:tinyhttpd

MemoryPool

介绍:一个用 C++ 实现的简单内存池

博客:在此

链接:MemoryPool(98 版本)

Webbench

介绍:Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL, 测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。

博客:在此

链接:webbench

Threadpool

介绍:基于 pthread 实现的简单线程池

博客:在此

链接:Threadpool

About

Read code, comment it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 61.7%
  • C++ 30.7%
  • Makefile 3.8%
  • Roff 2.7%
  • Other 1.1%