awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesThread-Per-Connection Web Servers

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.

Awesome Thread-Per-Connection Web Servers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • remzi-arpacidusseau/ostep-projectsAvatar von remzi-arpacidusseau

    remzi-arpacidusseau/ostep-projects

    5,560Auf GitHub ansehen↗

    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.

    C
    Auf GitHub ansehen↗5,560
  1. Home
  2. Software Engineering & Architecture
  3. Thread-Per-Connection Models
  4. Thread-Per-Connection Web Servers