Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the process scheduling scheme used in Unix?

0
10 Posted

What is the process scheduling scheme used in Unix?

0

Unix scheduling is basically a time-slice based round-robin algorithm with multilevel priority queues which favours interactive jobs.Process priority is determined by various factors. Processes in kernel mode have higher priority. User process priorities are based on the recent ratio of the amount of compute time to real time, which is typically updated every second. Thus, if a process hogs the CPU, its priority drops. In this way, I/O bound jobs are given higher priority.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.