In cluster system, the design of scheduler module is very critical for system performance.
在集群系统中,调度模块的设计对整个系统的性能而言是至关重要的。
Each scheduler module needs to implement a set of functions as suggested by struct sched_class.
每个调度程序模块需要实现struct sched_class建议的一组函数。
The core scheduler USES this method to load-balance processes managed by the scheduling module.
内核调度程序使用这种方法实现由调度模块管理的进程的负载平衡。
应用推荐