home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / CONFIG2.ZIP / MAXWAIT.HLP < prev    next >
Text File  |  1989-06-01  |  567b  |  20 lines

  1. The MAXWAIT directive specifies the maximum length of time that a
  2. thread may be "starved" for CPU cycles.  If a thread fails to receive
  3. the CPU for MAXWAIT seconds because of other, higher-priority threads
  4. in the system, its priority will be temporarily adjusted upwards so
  5. that it can make some forward progress.  If PRIORITY=ABSOLUTE, the
  6. MAXWAIT directive has no effect.
  7.  
  8. Directive syntax:    MAXWAIT = n  (1-255 seconds)
  9.  
  10. Default value:        3
  11.  
  12. Multiple occurrences:    No    
  13.  
  14. Affects protected mode:    Yes
  15.             
  16. Affects real mode:    Yes
  17.  
  18. Example:        MAXWAIT = 1
  19.  
  20.