UKeeySDis / UkeyHttpd
使用线程池和epoll实现的简单的http服务器
☆6Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for UkeyHttpd
- ☆65Updated 5 years ago
- 谢宝友的Linux2.6.11源码注释。linux 2.6.11.12代码注释。主要参考《深入理解LINUX内核第三版》、《深入理解LINUX网络内幕》、《深入理解LINUX虚拟内存管理》等书籍☆226Updated 6 years ago
- 这里面的代码注释,前后花了六年时间,几乎所有重要的内核子系统都注释了,例如中断、互斥、时钟、信号、内存、调度、网络协议栈、文件系统☆159Updated 7 years ago
- codes of linux programing (线程池,IO复用,进程间通信等)☆56Updated 8 years ago
- 陈莉君教授《Linux内核分析与应用》课程课件、动手实践源代码、实验手册、实验源代码☆36Updated 5 years ago
- Linux下单进程/多线程/多进程/select/epoll架 构的socket服务端和客户端的框架☆47Updated 7 years ago
- epoll+线程池实现大文件传输☆63Updated 9 years ago
- fast thread pool☆26Updated 5 years ago
- UNIX网络编程 卷1:套接字联网API(第3版)源代码☆162Updated 5 years ago
- linux内核网络协议栈源码阅读分析注释--带详尽中文分析注释以及相关流程分析调用注释,对理解分析内核协议栈源码很有帮助☆298Updated 3 years ago
- 陈莉君教授《Linux内核分析与应用》课程课件、动手实践源代码、实验手册、实验源代码☆387Updated 5 years ago
- Unix网络编程源代码添加注释☆50Updated 3 years ago
- 腾讯开源框架Tars源码学习笔记---从头搭建Tars rpc☆110Updated 5 years ago
- mini版FTP服务器实现文件上传和下载、断点续传、限速等功能☆83Updated 4 years ago
- libevent-1.4.15源码阅读注释☆75Updated 5 years ago
- my vim config☆28Updated 4 years ago
- Tinyftpd是用c语言实现的简单、快速、高效的Linux FTP服务器,只需简单的配置,就可快速的将主机变成高效的FTP服务器。☆152Updated 2 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆156Updated 2 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆65Updated 5 years ago
- I/O multiplexing(select,poll和epoll三组I/O复用系统调用),libevent学习笔记和与之相关的小项目。☆30Updated 7 years ago
- test code for debug kernel.