Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 897 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 897 Bytes

高性能web服务器,大概3000多行。支持GET, POST方法。支持部分首部字段,支持PHP。用了EPOLL的ET模式,内存池,线程池,定时器,非阻塞io, 用最小堆实现定时器。用webbench做压力测试经受10000并发链接访问30秒。注意在配置php——fpm时把用户和用户组设为你自己的用户。运行时截图如下:

image image image image