Skip to content
EntityQ3266371· pop 7· linked from 46 articles

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.

Wikidata facts

Show 2 more facts
software version identifier
1.0
Sources (4)

via Wikidata · CC0

~2 min read

Article

5 sections
Contents
  • 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.

Available in 7 languages

via Wikidata sitelinks · CC0

Connections

Categories