引言
proportional share
更有彈性,並且在系統過載的情況下能夠提供 graceful degradation,也就是說即使資源不足,所有客戶端仍然能獲得一定比例的資源,避免部分任務完全無法執行。
real-time based
即時排程器可以保證所有被接受的事件都能在他的截止時間之前完成處理。
EEVDF
在保留 proportional share 排程器所有優點的同時,為客戶端接收到的服務時間提供及時性的保證。代表 EEVDF 既要像 proportional share 排程器一樣靈活的分配資源,又要像 real-time 排程器一樣確保對時間較為敏感的應用程式的需求。
In part, the algorithm builds on ideas found in previous network fair-queueing algorithms, and general-purpose proportional share allocation algorithms.