[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] xen scheduler
Dear Dario  Thanks for feedback on the comment  In O.S. it is scheduling of processes where equal priority jobs are always handled with FCFS. credit scheduler alsoÂfollows same thing where equal priority VCPUÂs are scheduled with FCFS. In Credit Scheduler there are three priorities BOOST,UNDER,OVER Local run queue is sorted on these priorities. If we focus on UNDER priorityÂ,e.g. VCPU having 512 Credits and VCPU having 256 creditsÂwill have same priority and First VCPU (512)will scheduled first and second VCPU (256) will have to wait though it has less credit. In Such scenario instead of FCFS if will follow Shortest Credit Next it will reduce overall average waiting time and context switch time hence bit enhancement in performance is possible.  In OS limitation of SJF is calculation of process time but here in Credit Scheduler credits are already known and computed after every 10 milliseconds is additional advantage for implementation.  The fact is definitely useful if implemented successfully  Please Pass Comments for further motivations  Thanks and Regards  Rajendra  On Mon, May 18, 2015 at 8:23 PM, Dario Faggioli <dario.faggioli@xxxxxxxxxx> wrote: [Adding George. In future, if you are interested in getting feedback on _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |