# C++webserver_in_Linux **Repository Path**: ryohei010/c-webserver-in--linux ## Basic Information - **Project Name**: C++webserver_in_Linux - **Description**: 基于Linux的C++轻量级高并发web服务器。 - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: dev1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2021-09-13 - **Last Updated**: 2025-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: Linux ## README # C++webserver_in_Linux #### 介绍 基于Linux的C++轻量级高并发web服务器。 应用技术:Linux、C++、Socket、TCP/IP、HTTP 主要工作: 1.利用状态机解析HTTP中get请求。 2.采用I/O多路复用中epoll函数和线程池方式实现对多个并发客户端(浏览器)的通信。 3.使用模拟Proactor 模式提高服务器被访问的并发数。 4.利用管道实现不同进程间通信与数据交换,及时关闭无用管道。 项目成果:利用Webbench知名web性能压力测试工具对该服务器进行测试,测试结果表明该服务器能很好实现上万级并发数访问。 使用方式:1. g++ *.cpp -pthread -o webserver 2. ./webserver 端口号 注意: 1.在云服务器上使用,需要设置安全组规则。 2.在虚拟机上运行只能在本地局域网。 #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)