- 著者
 
          - 
             
             難波 弘樹
             
             田端 利宏
             
             谷口 秀夫
             
          
 
          
          
          - 出版者
 
          - 一般社団法人情報処理学会
 
          
          
          - 雑誌
 
          - 情報処理学会研究報告システムソフトウェアとオペレーティング・システム(OS) (ISSN:09196072)
 
          
          
          - 巻号頁・発行日
 
          - vol.2008, no.9, pp.87-94, 2008-01-31 
 
          
          
          
        
        
        
        運用や故障のためにプロセスの走行中で計算機が停止すると,計算機再起動後に当該プロセスを,はじめから走行させなくてはいけない.このため,実行途中までの処理は無駄になってしまう.この対策に,プロセス実行途中状態の保存と復元の機能があり,いくつか研究が行われている.ここでは,計算機の停止と再開の前後で,プロセス間通信を継続して行うことのできる機能について述べる.具体的には,Tender (The ENduring operating system for Distributed EnviRonment)オペレーティングシステムにおける実装と評価結果を報告する.System failure makes process restart from initial state. Function to store and restore process state are effective mechanism that prevents a process from restarting from the initial state when a system failure occurs. In this paper, we describe a function to store and restore processes state including InterProcess Communication(IPC). In addition, we report the implementation and evaluation results on Tender operating system.