首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到17条相似文献,搜索用时 78 毫秒
1.
移动数据库系统中数据更新与数据广播并发处理,导致移动客户读取的数据可能不一致,本文分析了在移动数据库中数据更新与数据广播并发处理中可能出现的三类数据冲突,并提出了基于UFBL0原则的并发控制策略来解决上述的问题。该策略具有较好的独立性,对服务器和移动客户机的影响都较小,并且可以较大限度地提高广播给用户的数据项当前性。  相似文献   

2.
在大规模数据中心场景下,采集系统要实时并发处理大规模数据来保证监控数据的实时性。论文首先描述了大规模数据中心监控数据的规模,并指出监控数据的并发处理中存在的问题,然后针对问题提出关键技术和解决方案,进而基于上述研究结果进行架构设计。经过实验验证Storm应用于大规模数据中心监控数据的并发处理业务,可以保证监控数据的实时性,并且系统具备一定的扩展性。  相似文献   

3.
基于数据复制技术实现移动数据同步   总被引:5,自引:0,他引:5  
在移动计算环境中,数据同步使人们能够使用各种各样的无线或者移动设备处理和存储各种数据。介绍了一个使用通用同步协议SyncML、基于数据复制技术实现移动数据同步的系统的设计和实现方法。  相似文献   

4.
针对移动数据访问系统中事务处理的并发控制和数据访问问题,提供了一种分层的并发控制算法。另外,在弱连接或者断开连接的情况下复制的数据可以提供数据的可访问性。本文提供一个新的模式来解决带宽和数据库自治问题的限制。  相似文献   

5.
移动计算环境中上下行通信链路资源有限,通信链路频繁断连。数据移动终端用户如何能在移动计算环境中高效的访问数据,保证数据的实时性是文章的研究重点。通过提出一种基于并发控制的数据广播技术,来保证移动数据终端对数据的访问效率、时效性等性能的要求。实验结果表明数据访问的效率、时效性得到了提高。  相似文献   

6.
在无线数据广播环境下,从移动客户机到数据库服务器的上行带宽非常有限.传统的并发控制协议不适合这种不对称通讯环境.本文结合乐观并发控制协议和时标排序协议提出一种并发控制协议.只读事务满足弱一致性,包含所有更新事务和一个移动只读事务的可串行化图是非循环的.使用本文提出的并发控制协议,移动只读事务能够自主执行,移动更新事务能够较早地检测到数据冲突.模拟试验显示,我们提出的协议相对其它已经存在的并发控制协议来说,能够更好地满足事务截止期.  相似文献   

7.
针对嵌入式智能传感器节点数据并发处理问题,提出了DMA+多进程/多线程的方法。利用DMA技术进行数据采集,利用多进程/多线程技术进行并发数据的处理。该方案充分利用了ARM微处理器的硬件资源和嵌入式Linux操作系统的特性,可以有效提高系统数据采集与处理的速度和实时性。  相似文献   

8.
当前移动计算技术研究中索引技术与移动事务处理方法相对独立,即传统的索引技术并不支持对移动客户端移动事务的并发控制,而现有的基于数据广播的移动事务处理方法主要针对保持数据一致性而设计,并未考虑事务处理过程中的节能问题。将分布式索引技术应用于移动事务处理,提出一种在数据广播环境下同时实现移动事务并发控制和节能处理的有效方法。实验结果表明该方法的平均调谐时间为未应用索引技术前的15.5%。  相似文献   

9.
吴敌  李寒 《个人电脑》2009,15(5):67-81
移动计算平台近年来的普及率越来越高了,无论是笔记本也好,还是基于Atom平台的上网本也罢,移动计算平台让人们可以随时随地处理工作、电子邮件、上网浏览,乃至观看电影或是玩游戏。不过不管你用移动平台来干什么,你都需要相应的数据存储设备。  相似文献   

10.
移动数据库系统中移动Agent的嵌入   总被引:5,自引:0,他引:5  
本文的研究重点旨在探讨移动agent技术在移动数据库系统中的应用,具体地说,在研究基于移动agnet的移动数据库模型的基础上,进一步探讨移动agent技术在移动查询处理和移动事务处理中具体实现的可能性和优越性,同时,研究由此产生的移动agent之间并发控制及移动数据管理,移动数据访问的问题。  相似文献   

11.
We incorporate a prewrite operation before a write operation in a mobile transaction to improve data availability. A prewrite operation does not update the state of a data object but only makes visible the future value that the data object will have after the final commit of the transaction. Once a transaction reads all the values and declares all the prewrites, it can pre-commit at mobile host (MH) (computer connected to unreliable mobile communication network). The remaining transaction's execution (writes on database) is shifted to the mobile service station (MSS) (computer connected to the reliable fixed network). Writes on database consume time and resources and are therefore shifted to MSS and delayed. This reduces wireless network traffic congestion. Since the responsibility of expensive part of the transaction's execution is shifted to the MSS, it also reduces the computing expenses at mobile host. A pre-committed transaction's prewrite values are made visible both at mobile and at fixed database servers before the final commit of the transaction. Thus, it increases data availability during frequent disconnection common in mobile computing. Since a pre-committed transaction does not abort, no undo recovery needs to be performed in our model. A mobile host needs to cache only prewrite values of the data objects which take less memory, transmission time, energy and can be transmitted over low bandwidth. We have analysed various possible schedules of running transactions concurrently both at mobile and fixed database servers. We have discussed the concurrency control algorithm for our transaction model and proved that the concurrent execution of our transaction processing model produces only serializable schedules. Our performance study shows that our model increases throughput and decreases transaction-abort-ratio in comparison to other lock based schemes. We have briefly discussed the recovery issues and implementation of our model.  相似文献   

12.
移动数据库系统由于自身的特点采用乐观复制机制。该文引入关联事务的概念,提出关联事务划分算法(UTDA)及冲突处理算法(CRA)。UTDA算法将移动终端在本地提交的移动事务划分成关联事务,把关联事务作为数据同步和冲突处理的基本粒度。实验结果表明,UTDA算法满足事务执行的原子性和串行性,提交时间比传统事务提交时间减少了2/3,为移动数据库系统的冲突处理提供了可行的解决方案。  相似文献   

13.
黄纬  宋顺林 《计算机工程》2009,35(18):57-58
针对传统的集中式组合服务执行引擎存在的性能问题,提出一种基于移动Agent的组合服务执行机制,介绍该组合服务引擎的执行过程,研究Agent之间的数据传输流程,通过对服务组合序列的数据分析,给出驻留Agent的数据同步方式。仿真实验结果表明,该机制能够降低网络负载,节省传输开销。  相似文献   

14.
在基于数据广播的移动信息服务中,由于更新数据和广播数据两个过程是并发执行的,所以移动客户将面临接收数据不一致性问题。为此,该文提出了一种基于规则的并发控制算法来解决以上问题。在允许同步更新的情况下采用事件-条件-操作规则来进行无冲突的数据广播。该算法对移动机和数据库服务器的影响很小,同时又为基于广播的移动计算提供了数据一致性服务。  相似文献   

15.
针对3G手机行业内嵌Wi-Fi芯片设计方案的广泛市场需求和实施过程中可能存在的问题,通过对IEEE 802.11协议、双芯片架构、以及Wi-Fi和蓝牙的频带冲突、数据总线并发在3G手机设计方案中的应用等问题的分析,提出了3G手机行业集成Wi-Fi功能的解决方案,详细论述了解决方案的设计、实现过程。  相似文献   

16.
The use of rules in a distributed environment creates new challenges for the development of active rule execution models. In particular, since a single event can trigger multiple rules that execute over distributed sources of data, it is important to make use of concurrent rule execution whenever possible. This paper presents the details of the integration rule scheduling (IRS) algorithm. Integration rules are active database rules that are used for component integration in a distributed environment. The IRS algorithm identifies rule conflicts for multiple rules triggered by the same event through static, compile-time analysis of the read and write sets of each rule. A unique aspect of the algorithm is that the conflict analysis includes the effects of nested rule execution that occurs as a result of using an execution model with an immediate coupling mode. The algorithm therefore identifies conflicts that may occur as a result of the concurrent execution of different rule triggering sequences. The rules are then formed into a priority graph before execution, defining the order in which rules triggered by the same event should be processed. Rules with the same priority can be executed concurrently. The IRS algorithm guarantees confluence in the final state of the rule execution. The IRS algorithm is applicable for rule scheduling in both distributed and centralized rule execution environments.  相似文献   

17.
车载自组织网络(VANET)是移动自组织网络(MANET)在车辆通信领域的特殊应用.其通过专用短程通信(DSRC)技术为车-车(V2V)、车-路(V2I)基单元提供安全可靠的通信服务.然而,VANET网络内广泛存在的并发广播冲突问题使得车辆频繁丢失数据包,遭受潜在的交通安全隐患.针对并发广播冲突问题,目前已有较多的解决...  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号