{"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00017032","sets":["934:935:987:988"]},"path":["988"],"owner":"1","recid":"17032","title":["ビデオサーバ制御のための並行処理記述言語とその実装方式"],"pubdate":{"attribute_name":"公開日","attribute_value":"1998-12-15"},"_buckets":{"deposit":"6778b81e-1a01-4868-8072-fd70b2d00f6a"},"_deposit":{"id":"17032","pid":{"type":"depid","value":"17032","revision_id":0},"owners":[1],"status":"published","created_by":1},"item_title":"ビデオサーバ制御のための並行処理記述言語とその実装方式","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"ビデオサーバ制御のための並行処理記述言語とその実装方式"},{"subitem_title":"Design and Implementation of Concurrent Programming Language for Large-Scale Video Server Control Software","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"通常論文","subitem_subject_scheme":"Other"}]},"item_type_id":"3","publish_date":"1998-12-15","item_3_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"(株)東芝研究開発センター"},{"subitem_text_value":"(株)東芝研究開発センター"},{"subitem_text_value":"(株)東芝研究開発センター"},{"subitem_text_value":"(株)東芝研究開発センター"},{"subitem_text_value":"(株)東芝研究開発センター"}]},"item_3_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Toshiba Research and Development Center","subitem_text_language":"en"},{"subitem_text_value":"Toshiba Research and Development Center","subitem_text_language":"en"},{"subitem_text_value":"Toshiba Research and Development Center","subitem_text_language":"en"},{"subitem_text_value":"Toshiba Research and Development Center","subitem_text_language":"en"},{"subitem_text_value":"Toshiba Research and Development Center","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/17032/files/IPSJ-TPRO3901003.pdf"},"date":[{"dateType":"Available","dateValue":"2000-12-15"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-TPRO3901003.pdf","filesize":[{"value":"2.7 MB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"15"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"a4e5137f-b2dc-4da0-bca3-4f38c01393d1","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 1998 by the Information Processing Society of Japan"}]},"item_3_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"金井, 達徳"},{"creatorName":"前田, 誠司"},{"creatorName":"岐津, 俊樹"},{"creatorName":"矢尾, 浩"},{"creatorName":"鳥井, 修"}],"nameIdentifiers":[{}]}]},"item_3_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Tatsunori, Kanai","creatorNameLang":"en"},{"creatorName":"Seiji, Maeda","creatorNameLang":"en"},{"creatorName":"Toshiki, Kizu","creatorNameLang":"en"},{"creatorName":"Hiroshi, Yao","creatorNameLang":"en"},{"creatorName":"Osamu, Torit","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_3_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AA11464814","subitem_source_identifier_type":"NCID"}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_6501","resourcetype":"journal article"}]},"item_3_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"1882-7802","subitem_source_identifier_type":"ISSN"}]},"item_3_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"ビデオサーバの制御プログラムは 多数の映像ストリームの送出や登録等の処理を並行に実行する.個々の映像ストリームの処理においても ディスクとネットワークの入出力のように並行動作が必要になる.このような制御プログラムには 並行に動作する処理をスレッドとして実装する方式と それぞれの処理を実現するステートマシンをイベントに合わせて遷移させて行くようにプログラムを実装する方式がある.一般に プログラムの書き易さ 保守性 拡張性等はスレッド型が優れているが 実行効率はステートマシン型の方が良い そこで我々は スレッド型で記述したプログラムをステートマシン型に変換して実行することで 両者の利点を合わせ持った実装方式を実現した.C言語を拡張し 複数の並行する処理の流れの記述と ユーザからの再生/停止/早送り等の指示や入出力完了等のイベント持ちの記述を可能にする言語を設計した.この言語で記述した制御プログラムを 各スレッドのローカル変数からなる状態変数構造体と イベントに対して状態変数構造体上の状態を遷移させるC言語の関数に変換し イベント駆動で実行を進める.本方式により OSの提供するスレッド機構を用いる場合に比べて10倍以上の処理性能の工場を実現できた.また ビデオサーバの制御プログラムを 送出・登録等の機能と言語処理系に分割することで 共同開発の効率向上にもつながった.","subitem_description_type":"Other"}]},"item_3_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"Video server control software is complex because it processes various kinds of requests from clients simultaneously. There two approaches to implement server control software: thread style and event-driven style is a natural way to express flow of control, but has an execution overhead due to context switching and mutual exclusion. Event-driven style shows good performance, but decomposition of algorithm into a state-machine requires complicated programming. In this paper, we propose third approach: programming in a thread style and executing in an event-driven style. A new programming language that has special constructs for describing concurrent execution and event handling is introduced. A program written in this language can be translated into an event-driven-style C language program easily. We show that a program implemented in our method runs ten times faster than a program that utilizes thread mechanism of conventional operating system. This method is applied to a real video server development project, and is proved to be effective to shorten development process and to improve quality of software.","subitem_description_type":"Other"}]},"item_3_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"25","bibliographic_titles":[{"bibliographic_title":"情報処理学会論文誌プログラミング(PRO)"}],"bibliographicPageStart":"12","bibliographicIssueDates":{"bibliographicIssueDate":"1998-12-15","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"SIG01(PRO1)","bibliographicVolumeNumber":"39"}]},"relation_version_is_last":true,"weko_creator_id":"1"},"id":17032,"updated":"2025-01-22T23:33:38.884600+00:00","links":{},"created":"2025-01-18T22:50:08.406058+00:00"}