{"updated":"2025-01-20T01:07:19.626932+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00190628","sets":["1164:1867:9409:9525"]},"path":["9525"],"owner":"11","recid":"190628","title":["マルチプロセスをサポートするUnikernel-based VM"],"pubdate":{"attribute_name":"公開日","attribute_value":"2018-07-23"},"_buckets":{"deposit":"40ae47f4-7118-4d8f-b927-5b45e3cd42e1"},"_deposit":{"id":"190628","pid":{"type":"depid","value":"190628","revision_id":0},"owners":[11],"status":"published","created_by":11},"item_title":"マルチプロセスをサポートするUnikernel-based VM","author_link":["436797","436798"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"マルチプロセスをサポートするUnikernel-based VM"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"マルチコア","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2018-07-23","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"東京農工大学"},{"subitem_text_value":"東京農工大学"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Tokyo University of Agriculture and Technology","subitem_text_language":"en"},{"subitem_text_value":"Tokyo University of Agriculture and Technology","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/190628/files/IPSJ-OS18144003.pdf","label":"IPSJ-OS18144003.pdf"},"date":[{"dateType":"Available","dateValue":"2020-07-23"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-OS18144003.pdf","filesize":[{"value":"326.0 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"11"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"b5f00485-67b0-401f-9cd8-4a6eef25f98e","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2018 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"金津, 穂"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"山田, 浩史"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10444176","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"2188-8795","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"IaaS 型のクラウドプラットフォームでは仮想化技術によって計算資源を細かに制御 ・ 分配することにより,ユーザがオンデマンドに必要最小限の計算資源を借りることができる反面,仮想マシンを借りることになるためユーザが OS の管理を行なわなければならない.PaaS 型のクラウドプラットフォームではユーザが直接アプリケーションをデプロイできるため容易にエンドユーザへサービスを提供できる反面,IaaS 型ほど細かにユーザが計算資源を制御することは不可能である.また,IaaS 型と PaaS 型のどちらにおいても,既存ソフトウェア資産の活用や普及度の問題から既存の汎用 OS が使用されるものの,特定のサービスを稼動させる目的だけを考えると汎用 OS は巨大であり,不要な機能が多い.そこで,カーネル機能をライブラリとしアプリケーションとリンクし単一のプロセス空間へ配置することで,機構を簡易化しオーバヘッドを大幅に削減することによって軽量化とパフォーマンスの向上を実現した Unikerne lが存在する.Unikernel はパフォーマンスや管理の面だけではなく仮想化環境上で直接動作するためカーネルをアプリケーションへ特化させることも容易であるというメリットがある.しかし,単一のプロセス空間で動作するためマルチプロセス機能が存在しないため,POSIX API を実装したものであっても既存のプログラムへの互換性が不十分である.そこで,マルチノードへスケールすることを前提としたマルチプロセス機構を有している Unikernel,Unikernel fork を提案する.Unikernel fork は (1) アプリケーションに応じて容易にカーネルを特化させることができる,(2) マルチプロセスに対応する,(3) 既存のプログラムを改変せず利用可能である,(4) 他ノードへアプリケーション透過的に子プロセスが配置可能である,という四点を特徴とする.本稿では Unikernel fork の実現のため,まずシングルノードで複数 VM を用いてマルチプロセスに対応する Unikernel の機構の設計 ・ 実装を示し,また,今後の課題について検討を行なった.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"6","bibliographic_titles":[{"bibliographic_title":"研究報告システムソフトウェアとオペレーティング・システム(OS)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2018-07-23","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"3","bibliographicVolumeNumber":"2018-OS-144"}]},"relation_version_is_last":true,"weko_creator_id":"11"},"created":"2025-01-19T00:56:35.136743+00:00","id":190628,"links":{}}