Never Queue Scheduling

From LVSKB

Jump to: navigation, search

The never queue scheduling algorithm adopts a two-speed model.

  1. When there is an idle server available, the job will be sent to the idle server, instead of waiting for a fast one.
  2. When there is no idle server available, the job will be sent to the server that minimize its expected delay (see the Shortest Expected Delay Scheduling algorithm).
Personal tools