首页> 外文会议>Harnessing and managing knowledge >Operating Systems: Linux Process Schedule Modifier
【24h】

Operating Systems: Linux Process Schedule Modifier

机译:操作系统:Linux Process Schedule Modifier

获取原文
获取原文并翻译 | 示例

摘要

Linux operating system has multitasking and multiprocessing features. As in multiprogramming environment, many processes will reside in main memory and allocating the processor to these processes is a big job for operating systems. So, for any operating system, scheduler should be effective for achieving reasonable throughput.rnLinux classifies processes into two types as normal processes and real time processes. For real time processes, two scheduling algorithms FIFO and Round Robin are used. FIFO scheduler assigns processor to the process, which comes first. When the processes have same priority, Round Robin is adopted with fixed time slice for each process. After its time expires, it is taken out of the processor and kept at the end Round Robin queue.rnShortest Remaining Time Next preemptive scheduler achieves better throughput, possibly low average waiting time and turn- around time than FIFO and Round Robin, in which the scheduler always dispatches the ready process with shortest expected remaining time for completion. The dispatching decision is always made including a newly arrived processes.rnLinux kernel with above modification (SRTN) will reduce the response time of the processes and it will be very useful in Real time Environment.rn"Rewriting a Linux kernel suitable for effective Real Time Environment is in the hand of Process Scheduler"
机译:Linux操作系统具有多任务和多处理功能。与在多程序环境中一样,许多进程将驻留在主内存中,并且为这些进程分配处理器是操作系统的一项重要工作。因此,对于任何操作系统,调度程序都应有效实现合理的吞吐量。rnLinux将进程分为正常进程和实时进程两类。对于实时过程,使用两种调度算法FIFO和Round Robin。 FIFO调度程序将处理器分配给该进程,该进程排在第一位。当进程具有相同的优先级时,每个进程都采用固定时间段的循环调度。时间到期后,将其从处理器中取出并保留在Round Robin队列的末尾。最短的剩余时间Next抢占式调度程序比FIFO和Round Robin可获得更好的吞吐量,平均等待时间和周转时间可能比FIFO和Round Robin低。调度程序始终以最短的预期剩余时间调度完成的过程。总是做出包括新到达的进程在内的调度决策。rn具有上述修改的Linux内核(SRTN)将减少进程的响应时间,并且在实时环境中将非常有用。“重新编写适用于有效Real Time的Linux内核”环境掌握在Process Scheduler中”

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号