Use at the server console to
LOAD SCHDELAY [process_name = number...]
Syntax
| Parameter | Use to |
|---|---|
(no parameter) |
View a list of all valid process names and their current SCHDELAY values. If the list scrolls off the screen, you may choose to view the list in the Scheduling Information option in MONITOR. |
process_name |
Specify a process that will use the scheduling delay. Valid processes are those that access the server's CPU. |
number |
Specify the frequency at which the process should run. Valid values are 0 (run every cycle) and from 2 to 10000. For example, 2 means run every second cycle. |
You can undo SCHDELAY values for all processes by replacing process_name with ALL PROCESSES and replacing number with 0. This causes all processes to run with no delays. The command syntax is
LOAD SCHDELAY ALL PROCESSES = 0
NOTE: The SCHDELAY value affects processes only when the system is busy.
Using SCHDELAY
| Topic | See |
|---|---|
Determining which processes are hoarding CPU time or which SCHDELAY value to assign to a process |
Prioritizing Server Processes in Chapter 7 of Supervising the Network. |
Editing the AUTOEXEC.NCF file |
Modify the AUTOEXEC.NCF File in Chapter 3 of Installation. Creating or Editing a Server Batch (.NCF) File in Chapter 7 of Supervising the Network. |