Table 0-25 HTTP Service Properties
Property Name
|
Description
|
Default Value
|
bufferSize
|
The size (in bytes) of the buffer to be provided for input streams created by HTTP listeners.
|
2048
|
connectionTimeout
|
The number of milliseconds HTTP listeners will wait, after accepting a connection, for the request URI line to be presented.
|
60000 (60 seconds)
|
maxKeepAliveRequests
|
The maximum number of HTTP requests that can be pipelined until the connection is closed by the server. Setting this attribute to 1 will disable HTTP/1.0 keep-alive, as well as HTTP/1.1 keep-alive and pipelining.
|
100
|
tcpNoDelay
|
If set to true, the TCP_NO_DELAY option will be set on all HTTP listeners. This option improves performance under most circumstances.
|
true
|