awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesSocket Inactivity Optimization

Reducing server resource consumption by monitoring and closing idle network sockets.

Distinct from Inactivity-Based Resource Optimization: Specific to network socket lifecycle management rather than general CPU/Memory suspension of processes.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Socket Inactivity Optimization. Refine with filters or upvote what's useful.

Awesome Socket Inactivity Optimization GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • qinguoyi/tinywebserverAvatar de qinguoyi

    qinguoyi/TinyWebServer

    19,582Voir sur GitHub↗

    TinyWebServer is a lightweight HTTP web server written in C++ for Linux. It is designed to handle HTTP requests and serve static content using low-level Linux system calls for network connection management. The server utilizes a state machine to parse GET and POST data from network sockets. It incorporates a MySQL database connection pool to manage reusable links and reduce the overhead of opening and closing sessions. The project covers static media streaming for images and video files, user authentication workflows for registration and login, and system activity logging via both synchronou

    Optimizes server memory and performance by pruning inactive network connections via timers.

    C++
    Voir sur GitHub↗19,582
  1. Home
  2. Operating Systems & Systems Programming
  3. Inactivity-Based Resource Optimization
  4. Socket Inactivity Optimization