2008年10月14日星期二
OSDI 08: CuriOS: Improving Reliability through Operating System Structure
This paper solve the traditional problem that, when restart a service in OS, if that service is maintaining state of some client(such as the opened file handler), then restart will lost these information.
The main idea is to seperate the state of client from server into a standalone space, that are belong to neither server or client. the server only access these state when he receive some request from corresponding client.
Then if we reset the server, these state still remain there.
订阅:
博文评论 (Atom)
没有评论:
发表评论