1 Repo
Web server architectures that create a new thread for each client connection.
Distinct from Thread-Per-Connection Models: Distinct from Thread-Per-Connection Models: specifically applies the pattern to HTTP request handling.
Explore 1 awesome GitHub repository matching software engineering & architecture · Thread-Per-Connection Web Servers. Refine with filters or upvote what's useful.
This is a collection of academic programming projects that accompany an operating systems textbook, designed to teach core OS concepts through hands-on implementation. The projects span the major subsystems of an operating system, including process scheduling, memory management, file systems, and concurrency, with students building components from scratch in a simulated environment. The projects are structured to cover the full range of OS internals, from low-level kernel development to user-space system programming. Students implement lottery-based CPU schedulers, dynamic heap memory allocat
Creates a multi-threaded HTTP server that handles multiple client requests simultaneously.