• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2012, Vol. 34 ›› Issue (10): 78-82.

• 论文 • Previous Articles     Next Articles

Optimization Scheme of Disk Write in Multiple Virtual Machines

YU Linchen 1, 2,LIAO Xiaofei2   

  1. (1.School of Computer Science,China University of Geosciences,Wuhan 430074; 2.School of Computer Science,Huazhong University of Science and Technology,Wuhan 430074,China)
  • Received:2012-04-25 Revised:2012-07-10 Online:2012-10-25 Published:2012-10-25

Abstract:

 In virtualization environment, how to develop a novel data transfer method, which not only ensures the stability but also guarantees the performance of the system based on writethrough and writeback schemes, is an attractive topic. Based on the platform of computing system virtualization XEN, this paper proposes a new scheme to deal with dirty memory data effectively and reliably with the help of virtualized environment. This method is equipped with the advantages of both writethrough and writeback method in traditional architectures. It not only ensures the integrity and reliability of user data in the situation of system crash, but also provides satisfying performance with applications. Experiments are carried out to evaluate the system. The results show that the new scheme is able to work efficiently and can well protect the integrity of user data even if the operating system crashes unexpectedly.

Key words: computing system virtualization;disk I/O;operating system