thttpd
Sign in to savethttpd (tiny/turbo/throttling HTTP server) is an open source software web server from ACME Laboratories, designed for simplicity, a small execution footprint and speed.
Wikidata facts
- Official website
- www.acme.com/software/thttpd
Show 2 more facts
- software version identifier
- 1.0
- user manual URL
- www.acme.com/software/thttpd/thttpd_man.html
via Wikidata · CC0
~2 min read
Article
5 sectionsContents
- Design and features
- Forks
- See also
- References
- External links
thttpd (tiny/turbo/throttling HTTP server) is an open source software web server from ACME Laboratories, designed for simplicity, a small execution footprint and speed.
== Design and features == thttpd is single-threaded and portable: it compiles cleanly on most Unix-like operating systems, including FreeBSD, SunOS 4, Solaris 2, BSD/OS, Linux, and OSF/1. It has an executable memory size of about 50 kB. While it can be used as a simplified replacement to more feature-rich servers, it is uniquely suited to service high volume requests for static data—for example as an image hosting server. The first "t" in thttpd stands for variously tiny, turbo, or throttling.