抢先调度 meaning in Chinese
preemptive scheduling
Examples
- What is the difference between preemptive scheduling and time slicing
抢先调度与分时调度有何不同? - Rms ( rate - monntonic scheduling algorithm ) in acos is an optimal static priority algorithm for scheduling independent , preemptible , periodic tasks
Acos中的单调速率调度算法( rms )对于可独立、可抢先调度的周期性任务是一种最佳的静态优先级算法。 - Under preemptive scheduling , the highest priority task executes until it enters the waiting or dead states or a higher priority task comes into existence
采用抢先调度方式时,具有最高优先级的任务先执行直到它进入等待或僵死状态,或者是有更高优先级的任务产生。 - A : under preemptive scheduling , the highest priority task executes until it enters the waiting or dead states or a higher priority task comes into existence
采用抢先调度方式时,具有最高优先级的任务先执行直到它进入等待或僵死状态,或者是有更高优先级的任务产生。 - Application software is independent of operation system ’ s priority by using corba priority . multi - tasks ’ synchronous transaction and high priority task ’ s preference transaction are realized through threadpool mechanism . therefore , through iiop which is based on giop , application software can easily communicate with each other on heterogeneity network
通过corba的优先级机制,使应用程序不用考虑不同平台的优先级差异;通过服务端的线程池机制实现了多任务的并发处理和高优先级任务的抢先调度;基于giop协议实现iiop通信协议,使得应用程序在异种网络上的通信变得容易。