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

计算机工程 ›› 2011, Vol. 37 ›› Issue (5): 270-272,275. doi: 10.3969/j.issn.1000-3428.2011.05.092

• 开发研究与设计技术 • 上一篇    下一篇

基于分级Cache的透明计算系统

谭成辉,杨 磊,文建国,李肯立   

  1. (湖南大学计算机与通信学院,长沙 410082)
  • 出版日期:2011-03-05 发布日期:2012-10-31
  • 作者简介:谭成辉(1984-),男,硕士研究生,主研方向:网络存储;杨 磊,副教授、博士研究生;文建国,教授、博士;李肯立, 教授、博士生导师
  • 基金资助:
    国家自然科学基金资助项目(90715029)

Transparent Computing System Based on Hierarchical Cache

TAN Cheng-hui, YANG Lei, WEN Jian-guo, LI Ken-li   

  1. (School of Computer and Communication, Hunan University, Changsha 410082, China)
  • Online:2011-03-05 Published:2012-10-31

摘要: 设计并实现一个基于分级Cache的透明计算系统HCTS,在系统客户端和服务端采用两级缓存来提升I/O性能。在缓存的管理策略上,针对透明计算应用环境,以提高缓存命中率为主要目标,提出一种基于访问频率计数阈值的改进LRU置换算法LRU-AFS。测试结果表明,当网络环境中的客户主机数不断增加时,与普通透明计算系统TS相比,HCTS能够在减少网络流量的同时大幅缩短客户机启动时间,提高随机读写吞吐量。

关键词: 透明计算, 分级Cache, I/O性能

Abstract: A novel transparent computing system called HCTS is proposed in this paper. HCTS adopts the hierarchical cache strategy in client and server respectively to improve the I/O performance of the system. In order to improve the cache hit ratio according to the given environment of transparent computing, this paper presents a modified LRU replacement algorithm called LRU-AFS based on the count threshold of data accessing times, which is used to distinguish between frequently used data and rarely used data. Test results show that, with growing in number of clients in LAN, HCTS can better improve and enhance the client I/O performance compared to general TS, reduce the network traffic dramatically, shorten the boot time significantly and increase the random read-write throughput of clients effectively.

Key words: transparent computing, hierarchical Cache, I/O performance

中图分类号: