Shttp 0.0.8 (Default branch) |
|
|
Shttp is a simple, partial HTTP/1.1 implementation
built using the ServerKit framework. It's a little over 1000 lines of code, and serves well as a
minimal lightweight HTTP server in
closed/controlled/static content settings, as well as a learning
tool for those interested in developing
TCP-service-providing modules using ServerKit.
Illustrating how easy it is to build efficient
server programs using ServerKit, this module has
demonstrated 7200 requests/second in AB benchmarks.
License: GNU General Public License v2
Changes:
This is primarily a maintenance release. Slight changes were made to make the module ServerKit 2.x compatible. Thread wchan setting was added to the major potentially blocking sections as well.
|