Autores:
Gabriel Xavier, Angela Xavier
Data de Publicação:
Publicado em 20/08/2024
Tipo de Documento:
Artigo
Categorias:
Palavras-chave:
Resumo:
On top of these mechanisms resides some of the intelligence in the OS, in the form of policies. Policies are algorithms for making some kind of decision within the OS. For example, given a number of possible programs to run on a CPU, which program should the OS run? A scheduling policy in the OS will make this decision, likely using historical information (e.g., which program has run more over the last minute?), workload knowledge (e.g., what types of programs are run), and performancemetrics (e.g., is the system optimizing for interactive performance, or throughput?) to make its decision.