英語 での Persistent connection の使用例とその 日本語 への翻訳
{-}
-
Programming
-
Colloquial
-
Ecclesiastic
-
Computer
Enable Persistent Connection.
Amount of time the server will wait for subsequent requests on a persistent connection.
Persistent connection for WebRTC phones.
Enabled: Turn on persistent connection feature.
Amount of time the server will wait for subsequent requests on a persistent connection.
Advantage: Only one persistent connection is opened.
Webmasters can work around the issue by deferring the server's persistent connection timeout.
Each persistent connection applies to only one transport link.
Disabled(Default): Do not use persistent connection feature.
Each persistent connection applies to only one transport link.
In streaming mode, one persistent connection is opened.
When the persistent connection feature is disabled, PureCloud must create a connection for every call.
HTTP/1.1 was the first version of HTTP to support persistent connection and pipelining.
You can test the persistent connection by specifying this option.
Instead of syncing data between the client and the server via HTTP,Volt uses a persistent connection.
The persistent connection avoids restart and connection delays and prevents Check Point collection from lagging behind event generation.
To ease these problems, the concept of a persistent connection has been designed, even prior to HTTP/1.1.
Persistent Connection Timeout Sets the amount of time, in seconds, that the open connection can remain idle before PureCloud automatically closes it.
EventSource object automatically establishes a persistent connection and allows the server to send messages over it.
If a persistent connection[RFC 2616] is used or the resource is retrieved from relevant application caches or local resources, this attribute must return the same value as fetchStart.
Office 365 ProPlus is designed to run locally on PCs,so a persistent connection to the Internet is not required.
Establishes a persistent connection between PHP and an Oracle database with the given username and password.
So unless otherwise indicated,the client should assume that the server will maintain a persistent connection, even after receiving error responses from the server.
When you enable the persistent connection feature and set a timeout value, you improve PureCloud's ability to process subsequent calls.
Long polling is the simplest way of having persistent connection with server, that doesn't use any specific protocol like WebSocket or Server Side Events.
However, a persistent connection with an HTTP/1.0 client cannot make use of the chunked transfer-coding, and therefore MUST use a Content-Length for marking the ending boundary of each message.
In plain words: There is an persistent connection between the client and the server and both parties can start sending data at any time.
A client can make a persistent connection to a service, which enables higher performance at the cost of less robustness to service provider changes.
The Keep-Alive extension to HTTP/1.0 and the persistent connection feature of HTTP/1.1 provide long-lived HTTP sessions which allow multiple requests to be sent over the same TCP connection. .