Design and Implementation of Disk Cache Based on RAM Grid

TIAN Tian,CHU Rui,XIE Jian-cong
DOI: https://doi.org/10.3969/j.issn.1673-629x.2011.04.001
2011-01-01
Abstract:The performance of computer system is impacted by memory.RAM grid can share the memory resources distributed in cross-domain open network environment,and improve the system performance by disk cache.In order to be transparent to the applications,a method of dynamical modifying the binary code of operating system kernel is proposed,which can intercept and redirect the file system read/write routine.A kernel thread-based asynchronous cache writing method is also proposed to improve the effectiveness of cache writing.The prototype system and experiment shows that these methods can take full advantage of the shared memory resources,to improve the system I/O performance,without modifying the source code of the application and the operating system.
What problem does this paper attempt to address?