期刊文献+

为应用服务器添加Web层静态文件缓存功能 被引量:1

A Web Static Cache for Application Server
下载PDF
导出
摘要 为提高访问效率,在内存中开辟一块空间,将访问过的静态文件保存起来,下次再访问该文件的时候直接从内存中返回内容而不从磁盘读取。文章实现了一种基于LRU淘汰算法的静态文件缓存功能。该缓存功能不与特定的服务器相关,具有良好的可移植性。 In order to improve the performance of dealing web static file,allocate a memory block for Application Server to store the static files those accessed before. So the server could load the file from memory rather than hard disk.This paper gives a way to implement a Web Static Cache based LRU Eviction policy.
出处 《计算机工程与应用》 CSCD 北大核心 2005年第32期97-99,共3页 Computer Engineering and Applications
关键词 缓存 同步 LRU算法 Cache, synchronization, LRU
  • 相关文献

参考文献5

  • 1阎宏编著..Java与模式[M].北京:电子工业出版社,2002:1024.
  • 2黄若波 程峰.Java线程[M].北京:中国电力出版社,2003.76-96. 被引量:1
  • 3潘爱民.Effective Java中文版[M].北京:机械工业出版社,2003.168-172. 被引量:1
  • 4詹荣开.Linux(2.4.O)目录项缓存dcache机制的实现分析[EB/OL].http://www.lslnet.com/linux/docs/linux-3881.htm,2002-11-08. 被引量:1
  • 5Bela Ban,Ben Wang.TreeCache:a Tree Structured Replicated Transactional Cache.http ://docs.jboss.org/jbcache/TreeCache.html, 2004-08. 被引量:1

同被引文献4

引证文献1

二级引证文献9

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部