1 مستودع
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.
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.