ServerKit 2.1.0 (Default branch) |
|
|
ServerKit helps developers quickly build efficient, scalable, and uniformly configured, installed, and executed multi-threaded server applications for Linux. A core server program handles configuration parsing, database connection pool creation, and switching of users. Application-specific modules are loaded at runtime and access the already parsed configuration data and database connection pools via simple well-defined program interfaces. ServerKit also provides a rich API for quick and painless module development.
License: GNU General Public License v2
Changes:
This release adds the ability to delay work with only a timer in the thread pool delayed work manager. Previously, you could only accompany a timer with a file descriptor waiting for I/O as well.
|