ActiveVOS Server User’s Guide

HTTP Transport

You can add this policy to a Partner Role. It is not applicable for a My Role. Depending on the REST service requests from the process, you may wish to set one or more of the HTTP transport sender timeout values.

Note: This policy currently works only in conjunction with REST-enabled processes.

Client Connection Timeout

The timeout until a connection is established. A value of zero means the timeout is not used. Zero is the default.

Connection Pool Manager Timeout

Set the connection acquisition timeout value. The default is not defined.

Socket Timeout

The default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data. A timeout value of zero is interpreted as an infinite timeout. This value is used when no socket timeout is set in the HTTP method parameters.

TCP no delay

Type in True, if used.

The TCP no delay parameter controls TCP (Transmission Control Protocol) packet batching. The default value is 1, which means that TCP packets are not batched.

Determines whether Nagle's algorithm is to be used. The Nagle's algorithm tries to conserve bandwidth by minimizing the number of segments that are sent. To decrease network latency and increase performance, ActiveVOS disables Nagle's algorithm (by enabling TCP_NODELAY). Data will be sent earlier, at the cost of an increase in bandwidth consumption and number of packets.

Redirect with GET

Instruct the browser to load a different page using an HTTP GET request

XML MIME Types

To interpret data correctly, add additional MIME types, such as image/svg+xml