Skip to content
forked from code4wt/toyhttpd

I/O 模型练手代码,分别使用阻塞式 I/O、select、poll 和 epoll 实现了简单的 HTTP Server

License

Notifications You must be signed in to change notification settings

mancroan/toyhttpd

 
 

Repository files navigation

toyhttpd

I/O 模型练手代码,分别使用阻塞式 I/O、select、poll 和 epoll 实现了简单的 HTTP Server

About

I/O 模型练手代码,分别使用阻塞式 I/O、select、poll 和 epoll 实现了简单的 HTTP Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.5%
  • C 47.4%
  • Makefile 1.9%
  • Perl 1.2%