Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. The Free On-line Dictionary of Computing (30 December 2018)
load balancing

    Techniques which aim to spread
   tasks among the processors in a parallel processor to avoid
   some processors being idle while others have tasks queueing
   for execution.  Load balancing may be performed either by
   heavily loaded processors (with many tasks in their queues)
   sending tasks to other processors; by idle processors
   requesting work from others; by some centralised task
   distribution mechanism; or some combination of these.  Some
   systems allow tasks to be moved after they have started
   executing ("task migration") others do not.  It is important
   that the overhead of executing the load balancing
   algorithm does not contribute significantly to the overall
   processing or communications load.

   Distributed scheduling algorithms may be static, dynamic or
   preemptive.  Static algorithms allocate processes to
   processors at run time while taking no account of current
   network load.  Dynamic algorithms are more flexible, though
   more computationally expensive, and give some consideration to
   the network load before allocating the new process to a
   processor.  Preemptive algorithms are more expensive and
   flexible still, and may migrate running processes from one
   host to another if deemed beneficial.  Research to date
   indicates that dynamic algorithms yield significant
   performance benefits, but that further (though lesser) gains
   may be had through the addition of process migration
   facilities.

   (1995-03-13)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy