0 pts.
 UNIX process scheduling
which scheduling algo is used in unix, and in particular red hat unix........ s there any particular algo or it changes with need or strategy? if so also mention at which point of time which algo will be used in unix for process management.

Software/Hardware used:
ASKED: March 13, 2007  1:13 AM
UPDATED: November 9, 2011  5:02 AM

Answer Wiki:
Hi mahana, As I understand your question, you are interested to control process scheduling in linux; AFAIK, in 2.6 kernels you can influence process scheduling at two points: (1) selecting the appropriate preemption model in the kernel setup (in processor type and features submenu of menuconfig); there are three models, well described in the help. (2) setting appropriate "nice" priority of the process(es) at startup (nice command) or changing it at runtime (renice -p pid) keeping in mind that -20 is the highest and 19 the lowest priorities. Hope this would help BR, Petko the short and simple answer can be the priority scheduling.....
Last Wiki Answer Submitted:  November 9, 2011  5:02 am  by  petkoa   3,120 pts.
All Answer Wiki Contributors:  petkoa   3,120 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

priority scheduling is mainly utilised in unix os

 40 pts.