作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2006, Vol. 32 ›› Issue (19): 111-113. doi: 10.3969/j.issn.1000-3428.2006.19.040

• 软件技术与数据库 • 上一篇    下一篇

分布式内存管理系统的研究与设计

王育坚1,刘 辰2,田 星2   

  1. (1. 北京联合大学信息学院,北京 100101;2. 北京邮电大学计算机科学与技术学院,北京 100876)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2006-10-05 发布日期:2006-10-05

Research and Design of Distributed Memory Management System

WANG Yujian1, LIU Chen2, TIAN Xing2   

  1. (1. Information College, Beijing Union University, Beijing 100101; 2. College of Computer Science & Technology, Beijing University of Posts and Telecommunications, Beijing 100876)
  • Received:1900-01-01 Revised:1900-01-01 Online:2006-10-05 Published:2006-10-05

摘要: 针对中小型企业数据处理的特点,提出了一种基于局域网的分布式内存管理系统,介绍了系统的数据组织方式、设计原理和各功能实体的具体实现。系统利用局域网内存资源存储数据,解决了磁盘输入/输出的性能瓶颈问题。把数据分成包,通过包管理实体对内存资源进行管理,利用同步协议机制保持主包和备包的同步。测试结果表明,利用系统对数据进行处理的效率是本机硬盘的5到7倍。

关键词: 分布式计算, 内存管理, 包, 开放最短路径优先

Abstract: According to the characteristics of data processing in the middle-small enterprises, a distributed memory management system based on LAN is proposed. The manner of data organizing, the design principle and the concrete implementation of every function entity in the system are introduced. The system uses the memory resource in the LAN to store data, solves the problem about I/O capability bottleneck. The data is divided into packages, and the package management entity is used for the management of memory resource. Main package and backup package are kept synchronization by synchronous protocol mechanism. The results of test show that the efficiency of data processing by using the system is 5 to 7 times as high as that by using the local fixed disk.

Key words: Distributed computing, Memory management, Package, Open shortest path first(OSPF)

中图分类号: