BadHerz VALUE
    Dave Remien 
    dave at pmafire.inel.gov
       
    Tue Feb 12 04:28:00 AEST 1991
    
    
  
In article <1991Feb11.074644.922 at ico.isc.com> rcd at ico.isc.com (Dick Dunn) writes:
>While process scheduling is initiated by the clock() routine, and clock()
>is invoked every 1/HZ sec, scheduling isn't done on 0.01 sec boundaries;
>it's much less frequent.
Process scheduling is done whenever the currently running process either
blocks itself or reaches MAXSLICE clock-ticks, or a realtime process
(V.4) declares itself ready to run. MAXSLICE is usually set to 100
(i.e., process scheduling runs once a second) so that the maximum amount
of CPU time is devoted to user processes, or so says AT&T. 
>-- 
>Dick Dunn     rcd at ico.isc.com -or- ico!rcd       Boulder, CO   (303)449-2870
>   ...But is it art?
-- 
Dave Remien +*+*+*+*+*+*+*+*+*+*+*+*+*+*+ WINCO Computer Engineering Group 
  dave at pmafire.inel.gov or rzd at inel.gov      "Dave Barry for President" 
    
    
More information about the Comp.unix.sysv386
mailing list