1 research outputs found

    DOI 10.1007/s10723-007-9067-7 Achieving Efficiency and Accuracy in the ALPS Application-level Proportional-share Scheduler

    No full text
    Abstract We present the design and implementation of ALPS, a per-application user-level proportional-share scheduler. It provides an application with a way to control the relative allocation of CPU time amongst its individual processes. The ALPS scheduler runs as just another process (belonging to the application) at user level; thus, it does not require any special kernel support, nor does it require any special privileges, making it highly portable. To achieve efficiency, ALPS delegates fine-grained time-slicing responsibility to the underlying kernel scheduler, while itself making coarse-grained decisions to achieve proportionalshare scheduling, all in a way that is transparent to the underlying kernel. Our results show that the ALPS approach is practical; we can achieve good accuracy (under 5 % relative error) and low overhead (under 1 % of CPU time), despite userlevel operation. Key words proportional-share scheduling 路 multi-process applications 路 user-level scheduling 路 performanc
    corecore