Research Article

User Demand Aware Grid Scheduling Model with Hierarchical Load Balancing

Algorithm 6

Rescheduling algorithm.
Begin
  Select a job from the resource/machine/PE which goes down
  Find the resources/machines/PEs from under loaded list which satisfy user demand for the selected job
  Schedule the jobs among selected resources/machines/PEs using Algorithm 2.
End