balancing

In computing, load balancing is the process of distributing a set of tasks over a set of resources (computing units), with the aim of making their overall processing more efficient. Load balancing can optimize the response time and avoid unevenly overloading some compute nodes while other compute nodes are left idle.
Load balancing is the subject of research in the field of parallel computers. Two main approaches exist: static algorithms, which do not take into account the state of the different machines, and dynamic algorithms, which are usually more general and more efficient but require exchanges of information between the different computing units, at the risk of a loss of efficiency.

View More On Wikipedia.org
  • 1

    davethomasson

    Standard Member From Kalamunda, Australia
    • Messages
      23
    • Reaction score
      9
    • Points
      7
  • 1

    Toadroy

    Novice Member From Woking
    • Messages
      3
    • Reaction score
      1
    • Points
      1
  • 1

    andymgzs

    Established Member From uk
    • Messages
      119
    • Reaction score
      39
    • Points
      25
  • 1

    dwoop

    Standard Member From Southampton
    • Messages
      26
    • Reaction score
      34
    • Points
      11
  • 1

    Loveclose

    Established Member From Andover UK
    • Messages
      112
    • Reaction score
      76
    • Points
      37
  • Back
    Top Bottom