PLB_OSIDLETIME Keyword
PLB_OSIDLETIME={value}
This keyword defines the number of milliseconds to waste while a program is waiting to lock a file. The {value} setting can have of value of zero to ten inclusive. If a value larger than ten is specified, the maximum of ten is used. If this keyword is not specified, a value of one is used.
A general interpretation for the PLB_OSIDLETIME setting values is defined as follows:
|
Value |
Windows OS Idle Time Affect |
|
0 |
The Windows idle time is minimized. The SUNDM child threads do not waste any time. |
|
1 |
The SUNDM child threads waste 1ms time. (default) |
|
10 |
The Windows OS idle time is maximized. The SUNDM child threads waste 10ms time. |
Example:
PLB_OSIDELTIME=3
See Also: SUNDM Keywords, SUNADMIN, MAKEMFD
![]() |