Load Balancing
From JPPF 6.3 Documentation
Main Page > Load Balancing |
Load-balancing in JPPF relates to the way jobs are split into sub-jobs, and how these sub-jobs are disptached to the nodes by a driver, or to the drivers by a client, for execution in parallel. Each sub-job contains a distinct subset of the tasks in the original job. Sub-jobs are also refered to as task bundles or job dispatches, all these terms are equivalent in terms of distribution of jobs into a JPPF grid topology.
Main Page > Load Balancing |