priority scheduler 中文意思是什麼

priority scheduler 解釋
優先等程序
  • priority : n. 1. (時間、順序上的)先,前。2. 較重要;上席;上位;重點,優先(權);先取權。3. 優先配給;優先考慮的事。
  • scheduler : 程序機;調整程序;調程員
  1. The article gives the syntax of the constructors of the scheduler. for the priority inversion happen when high priority thread share with low priority thread a certain resource ^ e. the article puts forward three priority inversion avoidance, priority in _ heritance protocol. priority ceiling emulation protocol, and thread copy protocol

    對高優先級線程與低優先級線程進行通信或高優先級線程與廣東工業大學工程碩士學位論文低優先級線程共享某個資源時可能出現的優先級逆轉問題,本論文討論了三個避免優先級逆轉的方法:優先級繼承機制、優先級限高機制、線程復制機制。
  2. Task scheduler is completed by check table. different task have different priority

    任務調度是用查表法完成的,速度快。
  3. Schedule policy based on data services plays a key role on the performance of the hsdpa. considering the priority and delay requirement of service, packet scheduler concentrates on the trade - off between the cell throughput and user fairness

    基於數據業務的調度策略是hsdpa業務的主要保障機制,設備需要根據端到端業務質量的要求,考慮業務的優先級和時延要求的情況下兼顧公平性原則,盡量使小區的吞吐量最大化。
  4. Combined with soft real - time scheduler and multi - threaded library, a customized self - scheduled thread library is presented. such self - scheduled thread library can bring priority expansion and schedule convenience for operating system. the key ideas of design and implementation of such library are introduced in the paper

    針對不同操作系統調度語義的差異,本文將軟實時調度器同線程庫相結合,提出了具有定製調度能力、並能夠擴展操作系統的優先級和調度能力的自調度線程庫。
  5. Context switching occurs when the operating system scheduler replaces one process operating on a cpu with another process and is the result of a variety of factors, such as job or process priority, waiting for other resources like i o, if the process is using up all of its allocated cpu cycles time slice, and so on

    上下文切換是在操作系統調度程序用另一個進程替換cpu上正在運行的一個進程時發生的,而且是各種因素作用的結果,例如作業(或進程)優先級、是否等待其他資源(如i / o ) 、進程是否將用完所有分配給它的cpu周期(時間片)等。
  6. A scheduler is said to be preemptive if it allows the running task to be suspended when a higher - priority task becomes ready

    當一個高優先級的任務準備好時,充許正在運行的任務被掛起的調度策略被稱為優先。
  7. A scheduler is said to be divemptive if it allows the running task to be suspended when a higher - priority task becomes ready

    當一個高優先級的任務準備好時,充許正在運行的任務被掛起的調度策略被稱為優先。
  8. And it discussd the advantage and disadvantage of the fixed priority scheduler, and put forward the timeslice dynamic priority scheduler, divided the java " s run time into timeslice, satisfied the time limit of the beginning of the real - time task to the best ( the responser time namely ). this is the scheduling policy that is suitable for developing the real - time interactive application

    並對rtsj採用的固定優先級搶占調度策略的利與弊進行了說明,基於此提出了分時間片的動態優先級調度策略,將java的運行時分成時間片,盡量滿足實時任務的開始時限(即開始響應時間) ,這是一種比較適合於實時互動式系統的調度策略。
  9. Design and implementation of a fast round robin scheduler, in which a pipelined barrel shifter and a pipelined priority encoder are used ; testbench development of functional simulation for module verification and system verification, in which the bfm simulation model are used and some reference examples are proposed ; discussing the questions that should be paid attention to when using fpga to design high speed circuits and some design skills ; taking part in the system ' s integration and fpga implementation ; taking part in the system ' s test and verification ; the design of this thesis has provided some key method for inter - communication among different network processors, and also accelerated the development of communication products

    討論了用fpga設計高速電路應注意的問題和一些常用的設計技巧;參與整個轉換邏輯的系統集成和fpga實現;參與系統的驗證工作;通信協議轉換邏輯的設計不僅可以解決不同網路處理器之間互通的問題,而且對于促進國產數據通信產品的研究與開發具有很重要的意義。同時在設計的過程中,進一步地探討了基於fpga的高速電路設計技術,對于fpga的設計有參考價值。
  10. In dpcx, a forward - chained list of all threads added to a priority level since that level ' s scheduler last referred to its queues

    在分散式處理控制執行程序( dpcx )中,自從一個優先級的調度程序最後一次查閱它的隊列以來所添加到這個優先級上的所有線程的一個正向鏈接表。
  11. By monitoring the current error of real - time control tasks and its derivative in real time, the fuzzy controller queries the fuzzy control decision - making table ( fdt ) and assigns priority to tasks dynamically, then the processor utilization is assigned to a task by feedback scheduler according to the priority

    模糊控制器通過監測實時控制任務的誤差及其變化率,查詢模糊決策表,動態決定任務的優先級,反饋調度器根據優先級分配任務的利用率。
  12. Next, the scheduler selects the first task in the list at that priority

    然後,調度程序選擇這個級別鏈表裡的頭一個進程。
  13. In the internet, packet - dropping - based buffer mangement algorithm is an important module in a packet - forwarding device. by employing the buffer management algorithms, ( 1 ) tcp flows can be protected, ( 2 ) without per - flow queueing, the bandwidth of unresponsive and responsive flows can be balanced even with fcfs ( first - come - first - served ) scheduler, ( 3 ) based on per - flow queueing, the bandwidth of unresponsive and responsive flows, as well as that of pure responsive flows can be balanced at the same time, and ( 4 ) in a multi - priority network, different bandwidth can be allocated according to a predetermined proportion

    Internet中,基於分組丟棄技術的緩存管理演算法是分組轉發設備的一個重要的功能模塊,利用它, ( 1 )可以保護tcp流, ( 2 )可以在採用fcfs (先到先服務)調度演算法時較公平地分配響應流和非響應流的帶寬, ( 3 )可以在按流排隊的基礎上同時較公平地分配響應流和非響應流、以及響應流之間的帶寬, ( 4 )還可以在多優先級的網路環境中,根據預定的比例分配帶寬。
  14. Users submit jobs to the meta - scheduler, which coordinates with all resource mangers to understand current load, backlog, and priority of queued jobs

    用戶向元調度器來提交作業,而元調度器可以協調所有的資源管理器來正確理解當前負載、暫存負載( backlog )和隊列中作業的優先級。
  15. Some of the issues we have addressed that have resulted in improvements include adding o scheduler, smp scalable timer, tunable priority preemption and soft affinity kernel patches

    我們已經解決的一些問題在以下方面取得了改善:添加了o ( 1 )調度程序、 smp可伸縮計時器、可調整優先級的優先權和軟親緣性內核補丁。
  16. If multiple threads with the same priority are all available, the scheduler cycles through the threads at that priority, giving each thread a fixed time slice in which to execute

    如果具有相同優先級的多個線程都可用,則計劃程序將遍歷處于該優先級的線程,並為每個線程提供一個固定的時間片來執行。
分享友人