1 مستودع
Backend network applications specifically implemented for the Linux environment.
Distinct from Linux Network Optimizations: None of the candidates describe a general Linux-native network server implementation; they focus on distros or optimizations.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Linux Network Services. Refine with filters or upvote what's useful.
This project is a C++ HTTP web server designed for the Linux environment. It functions as a high-performance network server that processes HTTP requests and delivers static files. The server utilizes a reactor model and a thread pool to handle high volumes of simultaneous connections. It employs a state machine and regular expressions for request parsing, while a min-heap timer system manages connection timeouts to automatically close inactive sockets. Additional capabilities include a database connection pooler to reduce handshake overhead and an integrated user authentication system for re
Implements a high-performance network server designed specifically for the Linux operating system.