rdisp/scheduler/ prio_normal/max_runtime

Parameter

rdisp/scheduler/prio_normal/max_runtime

Short text

Maximum runtime for normal priority dialog requests

Parameter Description

This parameter limits the time for which a request with normal priority can run uninterrupted in a dialog work process before it is forced to terminate. Interruptions, that is, activities that could lead to a work process switch (roll-out) (for example, COMMIT WORK, RFC call, and so on) each restart the time interval at zero.

For reasons of backward compatibility, this parameter only takes effect, if the parameter rdisp/max_wprun_time is not explicitly set. The rdisp/scheduler/prio_*/max_runtime parameters provide the same functionality as the parameter rdisp/max_wprun_time, but allow differentiation by priorities. We recommend that you switch to the new parameters.

The system assigns normal priority to all RFC and HTTP dialog requests that are not directly triggered by user interaction.

The intention behind this parameter is mainly defensive. It limits the consequences of an activity unintentionally running for a long time: it means that a hanging request or a programming error cannot indefinitely block a dialog work process that is intended for activities with normal priority. Choose a value that allows enough time for correctly-running requests with normal priority to be processed, even under load.

After the maximum runtime has expired, the program terminates at two levels:

• If the program is currently executing ABAP commands, the ABAP processor terminates the program.
• If the program is hanging in an external command, such as SQL, the entire work process is terminated after a second time period of a maximum of 60 seconds, and the user context is reset after the process restart.

An ABAP short dump is generated in both cases.

Application Area

Dispatcher

Parameter Unit

The unit can be specified as seconds, minutes, hours, or days by adding ‘s’, ‘m’, or ‘h’ . There can be spaces between the value and the unit. Specifications without a unit are interpreted as seconds. If not value is specified, the runtime is unlimited.

Default Value

60m

Who is permitted to make changes?

Customer

Operating System Restrictions

None

Database System Restrictions

None

Are other parameters affected or dependent?

rdisp/scheduler/prio_high/max_runtime

rdisp/scheduler/prio_low/max_runtime

rdisp/max_wprun_time

Values allowed

n [unit] where

• n >= 0
• Unit = S | M | H | D

You May Also Like

Leave a Reply?