awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • qinguoyi/tinywebserverالصورة الرمزية لـ qinguoyi

    qinguoyi/TinyWebServer

    19,582عرض على 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++
    عرض على GitHub↗19,582
  1. Home
  2. Operating Systems & Systems Programming
  3. Inactivity-Based Resource Optimization
  4. Socket Inactivity Optimization