ServerKit 1.2.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: Affero General Public License
Changes:
A new option has been added to server_thread_pool_new() and server_queue_new() for enabling caller-supplied queue space. Some server_heap_t cleanups have been done to improve efficiency.
|