网站大量收购闲置独家精品文档,联系QQ:2885784924
  1. 1、本文档共64页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
负载平衡

Example: Floyd algorithm Dual-Pass Ring Termination Algorithm 双通环形终止算法 双通环形能够处理进程重新激活的问题 如果令牌已经经过Pj 现在已经传给Pi ( j i ),此时Pi继续往下传,但同时Pi又回传给Pj一个任务,Pj被重新激活了。若发生这种情况,令牌必须第二次沿着环巡回。 为了区别这种情形,令牌被分成白色和黑色两种,进程也分成白色和黑色两种。 接到黑色令牌意味着全局终止还没发生,令牌必须沿着环重新流动. Passing task to previous processes 黑色进程, 把黑色令牌传出去后变白色进程 黑色进程会把令牌染成黑色,白色进程会让令牌以原来的颜色前传。 P0收到黑色令牌,它就发一个白色令牌,若收到白色令牌,则stop 白色令牌 黑色令牌 发白色令牌 树形终止算法 若有m个叶子,根root就得收到m个令牌,然后从root通过树广播 给所有进程,才能全局终止。 传递令牌 令牌1 令牌2 Fixed Energy Distributed Termination Algorithm 固定能量分布式终止算法 固定数值的 “energy”,相当带数值的令牌。 ? 系统开始时,所有能量由主进程持有. ? 主进程把部分能量与任务传送给请求任务的进程. ? 如果这些进程收到任务请求,它会把能量进一步划分传送下去。 ? 若进程空闲,它要在请求新的任务之前把持有的能量返回。 ? 一个进程只有在它发出的能量均已返回,并且组合到所持有的总能量中后,才会交回其能量。 ? 当所有能量返回到主进程,且主进程空闲时,所有进程必定空闲,计算终止。 严重缺陷 –计算精度可能导致各部分能量之和不等于原始总能量. Load balancing/termination detection Example举例 Shortest Path Problem最短路问题 Finding the shortest distance between two points on a graph. It can be stated as follows: Given a set of interconnected nodes where the links between the nodes are marked with “weights,” find the path from one specific node to another specific node that has the smallest accumulated weights. The interconnected nodes can be described by a graph. The nodes are called vertices, and the links are called edges. If the edges have implied directions (that is, an edge can only be traversed in one direction, the graph is a directed graph. Example: The Best Way to Climb a Mountain Graph of mountain climb Weights in graph indicate amount of effort that would be expended in traversing the route between two connected camp sites. The effort in one direction may be different from the effort in the opposite direction (downhill instead of uphill!). (directed graph) Graph Representation Two basic ways that a graph can be represented in a program: 1. Adjacency matrix(邻接矩阵) — a two-dimensional array, a, in which a[i][j] holds the weight associated with the edge between vertex i and vertex j if one exists 2. Adjacency list (邻接表) — for each vertex, a list of

文档评论(0)

ailuojue2 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档