https://github.com/a2888409/CSAPP
基于epoll模型的http服务器 + CSAPP一书配套的实验中,其中3个经典实验的源码
https://github.com/a2888409/CSAPP
Last synced: 3 days ago
JSON representation
基于epoll模型的http服务器 + CSAPP一书配套的实验中,其中3个经典实验的源码
- Host: GitHub
- URL: https://github.com/a2888409/CSAPP
- Owner: a2888409
- Created: 2016-04-04T12:00:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T12:17:04.000Z (about 9 years ago)
- Last Synced: 2025-04-19T20:59:15.114Z (2 months ago)
- Language: C
- Homepage:
- Size: 563 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- mcp-index - Epoll-based HTTP Server - A high-performance HTTP server utilizing the epoll model for efficient connection and task management, supporting event-driven architecture and timer management for handling inactive connections. Includes implementations of memory allocation, a simple proxy server, and a basic shell for process management and signal handling. (Simulation and Modeling)