文件名称:copy
介绍说明--下载内容均来自于网络,请自行研究使用
模拟两级复制算法,引入了将系统进行分级的思想。该算法充分考虑了典型的移动计算环境中可信部分和移动部分的性能差异,将整个移动计算环境分为两级,第一级是通过固定网络保持连接的基结点,每个基结点维护数据库的一个副本,且这个基结点是大部分数据对象的结点,此级复制是基结点之间的复制。第二级为时常处于断连状态的移动结点,它们有时候通过无线网络与基结点相连接,有时处于断接状态,也存有数据库的部分副本,此级复制是指移动结点与基结点之间的复制。这样,可信部分总能保持传统分布计算环境下的若干特征,而不会因为移动计算的引入对系统性能产生不良的影响。
两级复制机制的主要研究目的在于保证所有结点的数据在经过一些临时状态的改变后能够趋于一致。
-Analog two replication algorithm, introduced the grading system of thought. The algorithm takes into account the typical mobile computing environments trusted part of the performance differences and moving parts, the entire mobile computing environment is divided into two stages, the first stage is the base nodes remain connected via the fixed network, each base node maintain a copy of the , and the group node is the node most of the data object, this base-level replication is replicated between nodes. The second level is often in a state of disconnection mobile nodes, they are sometimes connected through a wireless network to the base node, sometimes in a disconnected state, there are also part of the copy of the , this level refers to the mobile node replication and Copy groups between nodes. Thus, to maintain a credible part of the total number of feature traditional distributed computing environment, and not because of the introduction of mobile computing adverse effect on system p
两级复制机制的主要研究目的在于保证所有结点的数据在经过一些临时状态的改变后能够趋于一致。
-Analog two replication algorithm, introduced the grading system of thought. The algorithm takes into account the typical mobile computing environments trusted part of the performance differences and moving parts, the entire mobile computing environment is divided into two stages, the first stage is the base nodes remain connected via the fixed network, each base node maintain a copy of the , and the group node is the node most of the data object, this base-level replication is replicated between nodes. The second level is often in a state of disconnection mobile nodes, they are sometimes connected through a wireless network to the base node, sometimes in a disconnected state, there are also part of the copy of the , this level refers to the mobile node replication and Copy groups between nodes. Thus, to maintain a credible part of the total number of feature traditional distributed computing environment, and not because of the introduction of mobile computing adverse effect on system p
(系统自动生成,下载前可以参看下载内容)
下载文件列表
base_node
.........\base_node.h
.........\DB.cpp
.........\main.cpp
.........\ret_sql.txt
.........\socket_ser.cpp
mobile_node
...........\DB.cpp
...........\main.cpp
...........\mobile_node.h
...........\odd.txt
...........\ret_recv.txt
...........\ret_sql.txt
...........\socket_cli.cpp
...........\sql.txt
README.txt