Skip to content
EntityQ647809· pop 11· linked from 50 articles

HTTPの持続的接続

Sign in to save

Also known as HTTP keep-alive

using a single TCP connection to send and receive multiple HTTP requests/responses

Article · 日本語

HTTPの持続的接続(HTTPのじぞくてきせつぞく)は、同じTCP接続を使い、複数のHTTPリクエスト・レスポンスを送受信するアイデアである。クライアントは一回のTCP接続で複数のコンテンツを要求することにより、通信パフォーマンスを向上させる事が出来る。

Abstract from DBpedia / Wikipedia · CC BY-SA

Connections

Categories