Adi Stav wrote: > > I'm writing a work on os'es and I need to find > > > > the formula that sets the priorety of jobs to the cpu > > as it well known it have to do with : > > nice and aging. > > > > I've looked all-msot every where and didnt able > > to find s I'm greatfool as advanced Page 87, "The Design and Implementation of the 4.3BSD Unix Operating System", Leffler et al., is a good source for the theoretic part. In Linux, /usr/src/linux/kernel/sched.c should put you in the right direction. --izar ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]