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

  1. The TIMESLICE directive controls the amount of CPU time that a thread
  2. will be allowed to execute (assuming it doesn't yield control
  3. explicitly, for example by requesting I/O or blocking on a semaphore)
  4. before that thread is preempted and control is given to another.  The
  5. "maximum" parameter is the normal timeslice received by a thread. The
  6. "minimum" length is given to a thread when its priority is boosted
  7. artificially after the completion of an I/O operation.
  8.  
  9. Directive syntax:    TIMESLICE = min,max (msec.)
  10.  
  11. Default value:        32,248
  12.  
  13. Multiple occurrences:    No    
  14.  
  15. Affects protected mode:    Yes
  16.             
  17. Affects real mode:    Yes
  18.  
  19. Example:        TIMESLICE = 64,128
  20.  
  21.