C++ Linux epoll ThreadPool HTTP

从零构建 C++
WebServer

记录从阻塞式服务器到 epoll + 线程池架构的完整构建过程。

阅读构建过程 ->

Categories

# C++ # Linux # Web Server # Database # Algorithms # Reading # Project Logs # Daily Notes # Tools # Ideas

Follow

VNotes Library

About this site

A public notebook for C++ and Linux backend development, system programming, and project logs. I am currently building a C++ WebServer from scratch with epoll and a thread pool, and use this site to keep the learning path, design notes, and implementation details organized.

C++ / Linux backend and infrastructure notes Operating systems, network programming, and high-performance servers Served by a self-built C++ WebServer

Notes workflow

A lightweight publishing loop for turning local notes into static pages served by VWebServer.

01 Write locally Draft notes in Markdown or plain HTML.
02 Generate pages Convert notes into static HTML files, with AI-assisted polishing.
03 Sync server Copy the updated resources to Server.
04 Serve fast Let VWebServer publish the final site.