データ部の初期化によるプロセス再起動機構の実現と評価

DOI HANDLE Web Site オープンアクセス
  • 田端 利宏
    九州大学大学院システム情報科学研究科情報工学専攻 : 博士後期課程
  • 谷口 秀夫
    九州大学大学院システム情報科学研究科情報工学専攻

書誌事項

タイトル別名
  • Implementation and Evaluation of Mechanism of Restarting a Process by Initializing Data Segments
  • データブ ノ ショキカ ニ ヨル プロセス サイキドウ キコウ ノ ジツゲン ト ヒョウカ

この論文をさがす

抄録

Process creation and disappearance is a large load among processing of operating system. The research that speeds up process creation since before, is being done and sticky bit and vfork system call in the UNIX are materialized. For example, process creation and disappearance break out a repetition, because compiler is run many times in UNIX command of "make". Because of this, it is important when it speeds up the processing of operating system, to speed up process creation and disappearance. We perceive to the processing that delete a process and create the same process newly. And we propose mechanism of restarting a process by initializing data segments. The mechanism is able to run the process that ran it once from the beginning once again. This paper describes mechanism of restarting process by initializing data segments and reports performance of the mechanism, comparison with established operating system and evaluation by a real application.

収録刊行物

詳細情報 詳細情報について

問題の指摘

ページトップへ