# c10k服务器 **Repository Path**: ccf2019/c10k_server ## Basic Information - **Project Name**: c10k服务器 - **Description**: C语言高并发服务器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # epoll-threadpool A epoll server,using epoll and thread pool # 安装使用测试 1. make 2. ./epoll_server 8000 3. ulimmit -n 204800 4. ab -n 10000 -c 10000 http://127.0.0.1:8000/