基于线程池和epoll实现的web服务器

时间:2022-10-08 10:05:21
【文件属性】:

文件名称:基于线程池和epoll实现的web服务器

文件大小:38KB

文件格式:ZIP

更新时间:2022-10-08 10:05:21

web服务器 threadpool epoll

#清磁盘啦~,CSDN“网盘”真好用,感谢CSDN~ Cloud Computing lab,本项目是基于threadpool+epoll技术实现的web服务器,实现了一定程度的并发,并对web服务器响应请求做了一定的优化,同时实现简单的转发请求的服务器代理功能。


【文件预览】:
threadpool.h
data
----error.txt(40B)
----data.txt(13B)
----error.json(51B)
----not_found.json(41B)
----data.json(89B)
test.c
httpserver.c
threadpool.c
httpserver_v2.c
static
----404.html(219B)
----502.html(202B)
----test()
--------test.html(241B)
----index.html(229B)
----403.html(215B)
----styles.css(31B)
----501.html(231B)
----data.json(110B)
----hello-world.txt(11B)
httpserver
httpserver_v3.c
Makefile
README.md

网友评论