Entering content frame

Background documentation icm/keep_alive_timeout Locate the document in its SAP Library structure

Use

This parameter refers to the "keep-alive-feature" of HTTP1.1. This means that if within this time interval new data arrives over the network from the partner, the ICM attempts to keep the connection open once it has been established. If, for the existing connection, there is no further communication within the specified time period, the ICM terminates the connection. This avoids having to keep establishing and terminating costly network connections.

Integration

You can override the standard value of the timeout for each service using the Structure linkicm/server_port_<xx> parameter.

Properties

Work area

Internet Communication Manager, SAP Web Dispatcher

Unit

Integer value

Standard value

60 (seconds)

Dynamically changeable

No

Value Range and Syntax

You can set values between -1 and 9999999 seconds. If you set the parameter to 1, switch the timeout fully off. In this case the connection is never closed by the ICM.

It makes no sense to set the value to zero, as the ICM would then close the connection immediately.

Caution

Once the timeout interval has expired the user context in the work process is not closed. The user context is closed only after the time interval specified in the profile parameter rdisp/plugin_auto_logout has expired. If rdisp/plugin_auto_logout = 0 is set, the context in the work process is not deleted at all.

 

More Information

Note the following documentation:

Structure linkTimeout Options for ICM and Web Dispatcher

 

 

Leaving content frame