| dbpprop:abstract
|
- HTTP pipelining is a technique in which multiple HTTP requests are written out to a single socket without waiting for the corresponding responses. Pipelining is only supported in HTTP/1.1, not in 1.0. The pipelining of requests results in a dramatic improvement in page loading times, especially over high latency connections such as satellite Internet connections. Since it is usually possible to fit several HTTP requests in the same TCP packet, HTTP pipelining allows fewer TCP packets to be sent over the network, reducing network load. Non-idempotent methods like POST should not be pipelined. Sequences of GET and HEAD requests can be always pipelined. A sequence of other idempotent requests like GET, HEAD, PUT and DELETE can be pipelined or not depending on whether requests in the sequence depend on the effect of others. HTTP pipelining requires both the client and the server to support it. HTTP/1.1 conforming servers are required to support pipelining. This does not mean that servers are required to pipeline responses, but that they are required not to fail if a client chooses to pipeline requests.
- HTTP-Pipelining ist eine Technik, bei der mehrere HTTP-Anfragen einem einzigen Socket übergeben werden, ohne auf eine Antwort zu warten. Pipelining wird ausschließlich von HTTP/1.1 unterstützt. Besonders bei Verbindungen mit hohen Latenzzeiten, wie Internet-Verbindungen per Satellit, bringt dies eine erhebliche Verkürzung der Seitenladezeiten mit sich. Da Pipelining nicht von jedem Server unterstützt wird, wird dies nicht bei Anfragen für eine neue Verbindung verwendet, da noch nicht festgestellt werden konnte, ob der Server HTTP/1.1 unterstützt. Damit Pipelining funktioniert, müssen sowohl der Server als auch der Client Pipelining unterstützen. Server, die HTTP/1.1 unterstützen, unterstützen Pipelining mindestens insofern, dass entsprechende Anfragen nicht zu Fehlern führen.
- Le pipelining HTTP est une technique consistant à combiner plusieurs requêtes HTTP dans une seule connexion TCP sans attendre les réponses correspondant à chaque requête. Le pipelining présente plusieurs avantages: amélioration importante du temps de chargement des pages, en particulier sur des liaisons présentant une forte latence réduction de la charge pour l'infrastructure réseau ainsi que pour les serveurs et clients HTTP Le pipelining nécessite, de la part du client aussi bien que du serveur, le support de la norme HTTP 1.1 telle que décrite dans la RFC 2616.
- Pipelining - cecha komunikacji z użyciem protokołów, polegająca na wysyłaniu jednocześnie kilku żądań, bez czekania na odpowiedź przed wysłaniem następnego zlecenia. Zwiększona jest dzięki temu wydajność w środowiskach z połączeniami o dużych opóźnieniach. Pipelining wykorzystują (opcjonalnie) m. in. HTTP, POP3 i SMTP. Pipelining HTTP został dość wcześnie zastosowany w przeglądarce Opera. W 2005 roku popularne stało się "przyspieszanie" przeglądarek Internetowych Mozilla oraz Mozilla Firefox poprzez włączenie w nich obsługi pipeliningu, co jednak mogło spowodować błędy w wyświetlaniu niektórych stron.
- HTTP pipelining (переводится как Конвейерная обработка HTTP) — технология, которая позволяет передачу на сервер сразу нескольких запросов в одном соединении, не ожидая соответствующих ответов. Конвейерная обработка поддерживается только в HTTP/1.1, но не в 1.0. Среди основных браузеров только Microsoft Internet Explorer не поддерживает HTTP pipelining. В Mozilla Firefox она по умолчанию отключена, а в Opera HTTP pipelining используется или не используется автоматически.
- HTTP管線化 是將多個HTTP要求(request)整批送出的技術,而在傳送過程中不需先等待伺服端的回應。管線化機制須透過永久連線(persistent connection)完成,僅 HTTP/1.1 支援此技術(HTTP/1.0 不支援),並且只有 GET 和 HEAD 要求可以進行管線化,而 POST 則有所限制。此外,初次建立連線時也不應啟動管線機制,因為對方(伺服器)不一定支援 HTTP/1.1 版本的協定。 瀏覽器將 HTTP 要求大批送出可大幅縮短頁面的載入時間,特別是在傳輸延遲(lag/latency)較高的情況下(如衛星連線)。此技術之關鍵在於多個 HTTP 的要求訊息可以同時塞入一個 TCP 封包中,所以只送出一個封包即可同時發出多個要求,藉此可減少網路上多餘的封包並降低線路負載。
|
| rdfs:comment
|
- HTTP pipelining is a technique in which multiple HTTP requests are written out to a single socket without waiting for the corresponding responses. Pipelining is only supported in HTTP/1.1, not in 1.0. The pipelining of requests results in a dramatic improvement in page loading times, especially over high latency connections such as satellite Internet connections.
- HTTP-Pipelining ist eine Technik, bei der mehrere HTTP-Anfragen einem einzigen Socket übergeben werden, ohne auf eine Antwort zu warten. Pipelining wird ausschließlich von HTTP/1.1 unterstützt. Besonders bei Verbindungen mit hohen Latenzzeiten, wie Internet-Verbindungen per Satellit, bringt dies eine erhebliche Verkürzung der Seitenladezeiten mit sich.
- Le pipelining HTTP est une technique consistant à combiner plusieurs requêtes HTTP dans une seule connexion TCP sans attendre les réponses correspondant à chaque requête.
- Pipelining - cecha komunikacji z użyciem protokołów, polegająca na wysyłaniu jednocześnie kilku żądań, bez czekania na odpowiedź przed wysłaniem następnego zlecenia. Zwiększona jest dzięki temu wydajność w środowiskach z połączeniami o dużych opóźnieniach. Pipelining wykorzystują (opcjonalnie) m. in. HTTP, POP3 i SMTP. Pipelining HTTP został dość wcześnie zastosowany w przeglądarce Opera.
- HTTP pipelining (переводится как Конвейерная обработка HTTP) — технология, которая позволяет передачу на сервер сразу нескольких запросов в одном соединении, не ожидая соответствующих ответов. Конвейерная обработка поддерживается только в HTTP/1.1, но не в 1.0.
|