Overview
This is a web server supporting the HTTP/1.0 protocol. It supports several content-types and is based on the boss-worker model. But rather than spawning threads for each connection, which would be computationally expensive, it keeps a pool of sleeping threads to handle incoming requests.
Features
- HTTP/1.0 protocol support.
- Thread-pool is user selectable.
- Command line help.
- Time trials put it on par with Apache 2.0 in terms of speed.
- Tested under Solaris and Linux.
- Open Source.
License
Licensed under the GNU General Public License.
Learn more about GNU and free software at http://www.gnu.org/.
Download
mhttpd.tar.gz (10 KB)