期刊文献+

Linux进程调度分析

Research on the Linux Process Schedule
下载PDF
导出
摘要 进程调度是多任务操作系统的核心。Linux中的每个进程用task_struct结构来描述,进程调度的依据是task_struct结构中的policy、priority、counter和rt_priority。Linux根据policy将进程划分为实时和普通两类,普通进程采用动态优先调度,实时进程采用基于优先级的FIFO调度和多级反馈轮转调度。函数schedule()是实现进程调度的函数,它通过调用函数goodness()来选择最值得运行的进程获得CPU。2.6内核的0(1)调度算法及其他快速响应策略更加适合实时环境。 The process schedule is very important to the multi-task operating systems. The Linux scheduling policy is based on four fields, including policy, priority, counter and rt_priority, of a task_struct type structure, which plays the role of a single process descriptor. There are two kinds of processes determined by the field policy, the real-time processes to which a First-In, First-Out or A Round Robin scheduling is applied, and the non real-time processes, to which a dynamic priority scheduling is applied. The schedule( ) function implements the scheduler by invoking the goodness( ) function to identify the best candidate among all processes in the runqueue list, The O( 1 ) scheduling algorithm and the improvement on response time in the 2.6 kenel can be used in the real-time environment.
出处 《中国西部科技》 2007年第3期1-3,共3页 Science and Technology of West China
关键词 LINUX 进程 调度 优先级 Linux process schedule priority
  • 相关文献

参考文献2

二级参考文献13

  • 1Hidde de Jong.Modeling and simulation of genetic regulatory system:a literature review.Journal of Computational Biology,2002,9(1):67-103
  • 2Thieffry D,Colet M,Thomas R.Formalization of regulatory nets:A logical method and its automatization.Math Modeling Sci Computing,1993,(2):141-151
  • 3Somogyi R,Sniegoski C.Modeling the complexity of genetic networks.Complexity,1996,1(6):45-63
  • 4Kauffman S A.The origins of order,self-organization and selection in evolution.New York:Oxford University Press,1993
  • 5Liang S,Fuhrman S,Somogyi R.Reval,a general reverse engineering algorithm for inference of genetic network architectures.In Paciac Symposium on Biocomputing,1998,(3):18-29
  • 6Friedman N,Linial M,Nachman,et al.Using Bayesian networks to analyze expression data.J Comput Biol,2000,7:601-620
  • 7Elowitz M B,Leiber S.A synthetic oscillatory network of transcriptional regulators.Nature,2000,403:335-338
  • 8Mestl T,Plahte E,Omholt S W.A mathematical framework for describing and analyzing gene regulatory networks.J Theor Biol,1995,176:291-300
  • 9AkutsuT,Miyano S,Kuhara S.Inferring qualitative relations in genetic networks and metabolic pathways.Bioinformatics,2000:16(8):727-734
  • 10McAdams H M,Arkin A.Stochastic mechanisms in gene expression.Proc Natl Acad Sci,1997:814-819

共引文献13

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部