ServerKit 1.0.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:
This release is considered stable. The
server_ptree_walk() interface was changed
slightly. The server meta-program now observes and
cares about the version of ServerKit with which
the modules being loaded were compiled. A number
of small cleanups and changes were made. This
release is incompatible with previous 0.0.x
releases. Modules will need to be rebuilt and, in
some cases, require source modifications as well.
|