Please enable JavaScript.
Coggle requires JavaScript to display documents.
Connection pooling tuning (ClusterX) (Propriedades (com.ibm.websphere…
Connection pooling tuning (ClusterX)
Sources
HTTP transport custom properties for web services applications
Jakarta Commons - HttpClient
Propriedades
com.ibm.websphere.webservices.http.connectionIdleTimeout
interval, in seconds, after which a connection is not reused
. Default: 5 s.
com.ibm.websphere.webservices.http.connectionKeepAlive
whether the connector should maintain a live or persistent HTTP connection.
Default: true.
com.ibm.websphere.webservices.http.connectionTimeout
interval, in seconds, that a connection request times-out and the WebServicesFault error occurs.
Default: 300 s.
com.ibm.websphere.webservices.http.maxConnection
maximum number of connections that are created in the HTTP connection pool.
Default: 25 (jax-rpc); 50 (jax-ws).
Valor atual: 50.
com.ibm.websphere.webservices.http.SocketTimeout
amount of time, in seconds, to wait for the outbound socket to be established with the remote server.
Default: 180 s.
http.nonProxyHosts
specifies the host names of machines to which requests will not be sent through the proxy server.
Default:
<vazio>
.
timeout
amount of time, in seconds, before the read time out occurs.
Default: 300 s.
write_timeout
#
Usa os mesmo pressupostos da propriedade
timeout
, com a diferença de ser na vertente
outbound
.