thttpd is an open source web server from ACME Laboratories, designed for simplicity, a small execution footprint and speed. thttpd is single-threaded and portable, it compiles cleanly on most Unix-like OS, including FreeBSD, SunOS 4, Solaris 2, BSD/OS, Linux, and OSF. 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.
| Property | Value |
| p:abstract
| - thttpd is an open source web server from ACME Laboratories, designed for simplicity, a small execution footprint and speed. thttpd is single-threaded and portable, it compiles cleanly on most Unix-like OS, including FreeBSD, SunOS 4, Solaris 2, BSD/OS, Linux, and OSF.
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.
thttpd has a bandwidth throttling feature which is not present in other open source web server software such as Apache (although throttling is available as an [http://www.snert.com/Software/mod_throttle/ add-on module] for Apache). This feature enables the server administrator to limit the maximum bit rate at which certain types of files may be transferred. For example, the administrator may choose to restrict the transfer of JPEG image files to at most 20 kilobytes per second. This prevents the connection from becoming saturated so that the server will still be responsive under heavy load, with the tradeoff that file transfer speed is reduced. (en)
- THTTPD es un servidor web de código libre disponible para la mayoría de las variantes de Unix. Se caracteriza por ser simple, pequeño, portátil, rápido, y seguro, ya que utiliza los requerimientos mínimos de un servidor HTTP. Esto lo hace ideal para servir grandes volúmenes de información estática. (es)
- thttpd はオープンソースのWebサーバで、シンプルで使用メモリが少なく高速に動作するように設計されている。開発はACME Laboratories。より高機能なWebサーバの単純置き換えとして使えるが、静的データへの大量のリクエストをあつかうのにとても適している。例えば、画像置き場サーバ。 最初の文字の"t" は tiny、turbo、throttling を表している。
thttpd はApache HTTP Server を初めとする他のオープンソースのWebサーバソフトウェアにはない帯域幅調整機能を持っている(Apacheでは[http://www.snert.com/Software/mod_throttle/ アドインモジュール]で帯域幅調整を使うことも出来る)。 この機能を使うと、ある特定のファイルタイプを持つファイルの最大転送速度を制限することが出来る。
例えば、サーバ管理者はJPEG画像ファイルを最大20キロバイト/秒に制限することが可能だ。こうすることで接続が飽和状態に陥るのを防ぐことができ、ファイル転送速度の減少と引き替えに、高負荷がかかった状態でもなおレスポンス可能な状態を保てる。
thttpdには兄弟プロジェクトとしてmini_httpd と micro_httpd がある。 (ja)
- thttpd - mały, szybki, otwarty serwer HTTP, zgodny ze standardem HTTP/1.1. thttpd jest dostępny dla wielu systemów operacyjnych.
Twórcy thttpd (ACME Laboratories) położyli nacisk na szybkość, małe zużycie zasobów i bezpieczeństwo. thttpd posiada unikalną opcję przydzielania pasma dla konkretnych adresów URL. (pl)
- thttpd é um servidor web de código aberto do ACME Laboratories, projetado para ser simples, pequeno, portável, seguro, consume poucos recursos para sua execução. Baseado em uma única thread de execução, é compatível com a maior parte dos sistemas operacionais similares ao Unix, incluindo FreeBSD, SunOS 4, Solaris 2, BSD/os, Linux e OSF. Ainda que possa ser empregado como um substituto singelo de servidores enriquecidos de múltiplas funcionalidades, ele é especialmente adequado a servir grande volume de requisições de dados estáticos, por exemplo um servidor de imagens. O "t" inicial significa tanto tiny, turbo, ou throtling.
thttpd tem a funcionalidade de bandwidth throttling, a qual não está presente em outros servidores web de open source, como o Apache (embora throttling esteja disponível como um [http://www.snert.com/Software/mod_throttle/ módulo] add-on para Apache). Esta característica permite ao administrador do servidor limitar a taxa máxima de bits na qual certos tipos de arquivos poderão ser transferidos. Por exemplo, o administrador poderá restringir a tranferência de images JPEG ao máximo de 20 kilobytes por segundo. Isto evita que a conexão torne-se saturada de modo que o servidor permanecerá respondendo sob grande carga, em troca da redução da velocidade de transferência de cada arquivo individual.
O servidor é compatível com o protocolo HTTP versão 1.1, IPv6, geração de logs no formato [http://www.w3.org/hypertext/WWW/Daemon/User/Config/Logging.html#common-logfile-format CERN's common log] (com uso de um utilitário que acompanha o pacote), autenticação básica HTTP Digest, SSI, CGI 1.1 e suporte a servidores virtuais. (pt)
|
| p:author
| |
| p:developer
| |
| p:genre
| |
| p:hasPhotoCollection
| |
| p:language
| |
| p:latestReleaseVersion
| |
| p:license
| |
| p:name
| - Tiny/Turbo/Throttling HTTP server (en)
|
| p:operatingSystem
| |
| p:programmingLanguage
| |
| p:reference
| |
| p:website
| |
| p:wikiPageUsesTemplate
| |
| p:wikipage-es
| |
| p:wikipage-ja
| |
| p:wikipage-pl
| |
| p:wikipage-pt
| |
| p:wordnet_type
| |
| rdfs:comment
| - thttpd is an open source web server from ACME Laboratories, designed for simplicity, a small execution footprint and speed. thttpd is single-threaded and portable, it compiles cleanly on most Unix-like OS, including FreeBSD, SunOS 4, Solaris 2, BSD/OS, Linux, and OSF. 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. (en)
- THTTPD es un servidor web de código libre disponible para la mayoría de las variantes de Unix. Se caracteriza por ser simple, pequeño, portátil, rápido, y seguro, ya que utiliza los requerimientos mínimos de un servidor HTTP. Esto lo hace ideal para servir grandes volúmenes de información estática. (es)
- thttpd はオープンソースのWebサーバで、シンプルで使用メモリが少なく高速に動作するように設計されている。開発はACME Laboratories。より高機能なWebサーバの単純置き換えとして使えるが、静的データへの大量のリクエストをあつかうのにとても適している。例えば、画像置き場サーバ。 最初の文字の"t" は tiny、turbo、throttling を表している。 (ja)
- thttpd - mały, szybki, otwarty serwer HTTP, zgodny ze standardem HTTP/1.1. thttpd jest dostępny dla wielu systemów operacyjnych. (pl)
- thttpd é um servidor web de código aberto do ACME Laboratories, projetado para ser simples, pequeno, portável, seguro, consume poucos recursos para sua execução. Baseado em uma única thread de execução, é compatível com a maior parte dos sistemas operacionais similares ao Unix, incluindo FreeBSD, SunOS 4, Solaris 2, BSD/os, Linux e OSF. (pt)
|
| rdfs:label
| - Thttpd (en)
- Thttpd (es)
- Thttpd (ja)
- Thttpd (pl)
- Thttpd (pt)
|
| skos:subject
| |
| foaf:homepage
| |
| foaf:page
| |