摘要
为提高访问效率,在内存中开辟一块空间,将访问过的静态文件保存起来,下次再访问该文件的时候直接从内存中返回内容而不从磁盘读取。文章实现了一种基于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