rdisp/scheduler/timeslice_millis

Parameter

rdisp/scheduler/timeslice_millis

Short text

Time interval for the kernel scheduler (in ms)

Parameter Description

The kernel scheduler periodically compares the priority of the requests currently running in a dialog work process with those in waiting in a queue for a free dialog work process. If necessary, a request with a lower priority is rolled out of a dialog work process so that a waiting request with higher priority can be processed.

This parameter defines the time interval (in milliseconds) for the periodic check. A time interval of 0 completely deactivates the check (and therefore scheduling by priorities).

If you set too low a value, this can have a negative effect on performance, since the priority check is performed too often. If you set too high a value, the kernel scheduler will be slow in reacting if a request with higher priority requests immediate provision of a dialog work process.

Application Area

Dispatcher

Parameter Unit

Milliseconds

Default Value

500

Who is permitted to make changes?

Customer

Operating System Restrictions

None

Database System Restrictions

None

Values allowed

Whole Number >= 0

You May Also Like

Leave a Reply?