ServerKit 1.1.1 (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: Affero General Public License
Changes:
A bug in the thread pool layers' thread function wrapper pertaining to delayed work blocking on both input and output has been corrected.
|