Zum Inhalt springen

Apache Traffic Server

aus Wikipedia, der freien Enzyklopädie
Dies ist eine alte Version dieser Seite, zuletzt bearbeitet am 9. Februar 2016 um 18:34 Uhr durch en>Faisalusuf. Sie kann sich erheblich von der aktuellen Version unterscheiden.

Vorlage:Infobox software

Portal: Free software – Übersicht zu Wikipedia-Inhalten zum Thema Free software

The Apache Traffic Server (ATS) is a modular, high-performance reverse proxy and forward proxy server, generally comparable to Nginx and Squid. It was created by Inktomi, and distributed as a commercial product called the Inktomi Traffic Server, before Inktomi was acquired by Yahoo!. Yahoo!'s OStatic guest post Yahoo's Cloud Team Open Sources Traffic Server[1] states that Yahoo! uses TS in production to serve more than 30 billion objects per day on sites like the Yahoo! homepage, and Yahoo! Sports, Mail and Finance. Yahoo! released the TS source to Apache as an Apache Incubator project in July 2009.[2] On April 21, 2010, the Apache board accepted Traffic Server as a TLP, graduating the project out of incubation.[3]

Vorlage:As of, ATS is in version 6.1.1, with quarterly minor versions scheduled. Beginning with version 4.0, all releases are considered stable for production, and follow regular semantic versioning. No more developer preview releases will be made, instead, the Git master branch is considered preview quality at all times. Long term support is provided for the last minor version within a major release, for one added year.[4]

ATS has, as of v6.0.0, good support for the next generation HTTP protocol, HTTP/2 (aka H2). On the Is TLS Fast Yet site, it scores 100%. ATS is actively developed and supported by several large companies, as well as many individual contributors.

The OStatic post describes TS as shipping "... with not only an HTTP web proxy and caching solution, but also ... a server framework, with which you can build very fast servers for other protocols". Traffic Server has been benchmarked to handle 200,000 requests per second or more (small objects out of cache).[5] At a talk at the 2009 Cloud Computing Expo,[6] members of the Yahoo! TS team stated that TS is used in production at Yahoo! to handle 400TB of traffic per day using only 150 commodity machines. The OStatic post describes TS as the "product of literally hundreds of developer-years".

In the context of cloud computing, TS would sit conceptually at the edge of the cloud, routing requests as they come in. In Yahoo!, it is used for the edge services as shown in a graphic[7] distributed at the 2009 Cloud Computing Expo depicting Yahoo!'s private cloud architecture. In practical terms, a typical server configuration might use TS to serve static content, such as images and JavaScript, Cascading Style Sheets (CSS), and HyperText Markup Language (HTML) files, and route requests for dynamic content to a web server such as Apache HTTP Server.

References

Vorlage:Reflist

Vorlage:Apache

  1. Yahoo's Cloud Team Open Sources Traffic Server. 2. November 2009;.
  2. Apache Incubator Wiki August 2009 Board reports. 12. August 2009;.
  3. Traffic Server graduates to top-level open-source project. 23. April 2010;.
  4. Official project release management process. 6. September 2013;.
  5. The Apache Software Foundation Announces Apache Traffic Server v3.0.0 : The Apache Software Foundation Blog. 14. Juni 2011;.
  6. 2009 Cloud Computing Expo. 12. August 2009;.
  7. Yahoo's edge services graphic. 14. Juni 2011, abgerufen am 14. Juni 2011.