JP3430999B2 - Storage medium scheduler, real-time system, and scheduling method - Google Patents

Storage medium scheduler, real-time system, and scheduling method

Info

Publication number
JP3430999B2
JP3430999B2 JP32010599A JP32010599A JP3430999B2 JP 3430999 B2 JP3430999 B2 JP 3430999B2 JP 32010599 A JP32010599 A JP 32010599A JP 32010599 A JP32010599 A JP 32010599A JP 3430999 B2 JP3430999 B2 JP 3430999B2
Authority
JP
Japan
Prior art keywords
request
storage medium
queue
order
time limit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP32010599A
Other languages
Japanese (ja)
Other versions
JP2001142649A (en
Inventor
康人 小林
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP32010599A priority Critical patent/JP3430999B2/en
Publication of JP2001142649A publication Critical patent/JP2001142649A/en
Application granted granted Critical
Publication of JP3430999B2 publication Critical patent/JP3430999B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、ストリームデータ
を含むデータの記憶媒体へのリクエストのスケジューリ
ング技術、および記憶媒体へのリクエストのために付加
されたパラメータによって処理順序をスケジューリング
する技術に係り、特に記憶媒体にてストリームデータお
よび非ストリームデータを扱う場合において記憶媒体に
対するリクエストにスケジューリングのための情報を付
加し、当該付加された情報を基に、ストリームデータの
欠落が発生しないようなリクエスト順序にするリクエス
トスケジューリングを実施することにより、時間的制約
があって管理が厳しいストリームデータを正常に処理
し、かつ、非ストリームデータも正常に処理する記憶媒
体スケジューラ、リアルタイムシステムおよびスケジュ
ーリング方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a technique for scheduling a request for data including stream data to a storage medium, and a technique for scheduling a processing order according to parameters added for the request to the storage medium, and more particularly to When handling stream data and non-stream data in a storage medium, information for scheduling is added to the request to the storage medium, and the request order is set based on the added information so that stream data will not be lost. The present invention relates to a storage medium scheduler, a real-time system, and a scheduling method for normally processing stream data that is time-limited and severely managed by executing request scheduling, and also normally processes non-stream data. .

【0002】[0002]

【従来の技術】従来の記憶媒体ではシステムの処理能力
と記憶容量、記憶媒体のリクエスト処理速度から記憶媒
体に記録されるデータは時間的制約のないデータである
ことがほとんどであったため、記憶媒体へのリクエスト
処理はリクエストが発行された順番に沿って処理されて
いくのが通常の処理方法である。
2. Description of the Related Art In a conventional storage medium, the data recorded in the storage medium is almost always time-unconstrained because of the processing capacity and storage capacity of the system and the request processing speed of the storage medium. The normal processing method for request processing is that the requests are processed in the order in which the requests are issued.

【0003】従来では記憶媒体で扱うデータに時間的制
約がないので、仮にリクエストの処理時間が大幅に必要
な場合であってもリクエストが正常に処理されるのであ
ればシステム上の問題は発生しないので、リクエストが
発行された順番に沿ってリクエストを処理していく処理
方法でも問題はない。
Conventionally, since there is no time restriction on the data handled by the storage medium, even if the request processing time is long, if the request is processed normally, no system problem occurs. Therefore, there is no problem with the processing method that processes the requests in the order in which the requests are issued.

【0004】しかしながら、近年の記憶媒体の大容量化
と高速化、記憶媒体をコントロールするシステム処理能
力の向上に伴い、今まで扱いが難しかった時間的制約の
あるデータも取り扱えるようになってきた。この時間的
制約が必要なデータは主に動画や音声データである。こ
のような時間的連続性を有するデータはストリームデー
タと呼ばれているが、このようなストリームデータは画
像・音声データであることからデータを安定して提供し
なければ再生または記録されるデータに欠落が発生して
しまいストリームデータが正常に再生・記録されなくな
ってしまう。
However, with the recent increase in capacity and speed of storage media and the improvement in system processing capacity for controlling storage media, it has become possible to handle time-constrained data, which has been difficult to handle until now. The data that requires this time constraint is mainly moving image and audio data. Data that has such temporal continuity is called stream data, but since such stream data is image / sound data, it must be provided stably to provide the data to be reproduced or recorded. Stream data will not be played back / recorded properly because of lack of data.

【0005】次に前述の従来型のリクエスト処理方式で
ストリームデータを扱い、5分のストリームが1つ当た
り1分のストリームデータ5本で構成されていた場合を
例にして説明する。最初のストリームデータの開始時刻
を00:00:00(h:m:s)とすると、2個目の
ストリームデータは00:01:00までに読み込まれ
ていないと正常に再生できない。同様に、3個目は0
0:02:00,4個目は00:03:00,5個目は
00:04:00というように、提供しようとするスト
リームデータの処理開始時刻は、そのストリームの開始
時刻を起点とし(N個目−1)×「1つ当たりのストリ
ームデータ時間」までには記憶媒体への記録または記憶
媒体からの再生を終わらせなくてはならない。この例で
は要求されたリクエスト全てがストリームデータである
ので、従来型の処理方法でも記憶媒体側にストリームデ
ータを処理できるだけの帯域があれば問題はないが、帯
域不足であれば問題が生じる。
Next, a case will be described as an example where stream data is handled by the above-mentioned conventional request processing system and a 5-minute stream is composed of five 1-minute stream data. If the start time of the first stream data is 00:00:00 (h: m: s), the second stream data cannot be played normally unless it is read by 00:00. Similarly, the third one is 0
The processing start time of the stream data to be provided starts from the start time of the stream (0:02:00, the fourth one is 00:03:00, the fifth one is 00:04:00, and so on). Recording on the storage medium or reproduction from the storage medium must be completed by the N-th -1) x "stream data time per one". In this example, since all the requested requests are stream data, there is no problem even in the conventional processing method if the storage medium has a band capable of processing the stream data, but a problem occurs if the band is insufficient.

【0006】次にリクエスト中に、ストリームデータの
リクエストと非ストリームデータのリクエストが混在し
た場合について説明する。5つのリクエストが発行さ
れ、1,2,4,5番目はストリームデータのリクエス
ト、3番目は非ストリームデータのリクエストである場
合、1,2番目、4,5番目に関しては前述の通り記憶
媒体の帯域に余裕があればストリームの再生・記録に関
して問題はない。
Next, a case where stream data requests and non-stream data requests are mixed in the requests will be described. When 5 requests are issued, the 1st, 2nd, 4th and 5th requests are stream data requests and the 3rd is non-stream data requests, the 1st, 2nd, 4th and 5th requests are stored media as described above. If the bandwidth is sufficient, there will be no problem in playing / recording the stream.

【0007】また、従来処理方式である場合、1,2番
目のストリームデータのリクエストが処理された後、3
番目の非ストリームデータのリクエストが処理される
が、この処理終了時刻が4番目のストリームデータ再生
時刻を越えてしまった場合、ストリーム全体としてみる
と2番目のストリームデータと4番目のストリームデー
タにタイムラグが生じてしまう。
Further, in the case of the conventional processing method, after the requests for the first and second stream data are processed, 3
The second non-stream data request is processed, but if this processing end time has exceeded the fourth stream data playback time, the time lag between the second stream data and the fourth stream data is seen for the entire stream. Will occur.

【0008】また、記録の場合にはタイムラグの時間分
の欠落が、再生の場合にはストリームがタイムラグの時
間分停止されてしまい正常なストリームが構築されなく
なってしまう。
In addition, in the case of recording, the time lag is lost, and in the case of reproduction, the stream is stopped for the time lag, and a normal stream cannot be constructed.

【0009】また、ストリーム再生の場合は記憶媒体か
らのストリームデータ読み出しであるので、記憶媒体に
記録されているデータに支障は生じないので再度同一の
ストリーム再生を行えば正常に再生を行うことが可能で
あるが、同じような状況であれば再び正常なストリーム
の再生は行えないのでシステムとして好ましい状態では
ない。
In the case of stream reproduction, since the stream data is read from the storage medium, the data recorded in the storage medium will not be disturbed. Therefore, if the same stream reproduction is performed again, normal reproduction can be performed. Although it is possible, in the same situation, the normal stream cannot be reproduced again, so that the system is not in a preferable state.

【0010】また、ストリーム記録の場合においてはタ
イムラグは致命的である。記憶媒体へ記録しているスト
リームデータが欠落した場合、その記録最中のストリー
ムデータが1度しか提供されないデータである場合だと
欠落した部分は2度と記録ができないので記録最中のス
トリームデータは不完全なものとなってしまいシステム
としては最悪の結果を招いてしまう。
In the case of stream recording, the time lag is fatal. If the stream data recorded on the storage medium is lost, and if the stream data being recorded is data that is provided only once, the missing portion cannot be recorded again, so the stream data being recorded Will be incomplete and will have the worst result for the system.

【0011】このように従来の記憶媒体へのリクエスト
方式では時間的制約があるストリームデータを扱うには
あまり適切ではない。したがって、ストリームデータを
扱うにはリアルタイム性を考慮したリクエストのスケジ
ューリングを行う必要がある。
As described above, the conventional request method for a storage medium is not very suitable for handling stream data having a time constraint. Therefore, in order to handle stream data, it is necessary to perform request scheduling in consideration of real-time property.

【0012】[0012]

【発明が解決しようとする課題】しかしながら、従来型
の記憶媒体へのリクエスト発行順で処理していく方式で
の最大の問題点は、時間的制約があるストリームデータ
と時間的制約のない非ストリームデータが混在するよう
なリクエスト構成であった場合、ストリームの完成度が
非ストリームデータのリクエスト処理時間に左右されて
しまうことにある。
However, the biggest problem in the method of processing requests in the order of request issuance to the conventional storage medium is the stream data with time constraint and the non-stream with no time constraint. When the request configuration is such that data is mixed, the completion degree of the stream is affected by the request processing time of the non-stream data.

【0013】また、記憶媒体へのリクエストの組み合わ
は、実際は有限であるが膨大な組み合わせがあり、
トリームデータを正常に扱いつつ、非ストリームデータ
をも正常に処理するためには柔軟なリクエストスケジュ
ーリング方式が必要である。したがって、ストリームデ
ータを正常に処理されるように独自のリクエストスケジ
ューリング方式を用いなければ記憶媒体でのストリーム
データ、非ストリームデータを混在して扱うことは非常
に困難であるという問題点があった。
The number of combinations of requests to the storage medium is actually limited, but there are enormous combinations, and a flexible request scheduling method is required in order to normally process non-stream data while normally handling stream data. is necessary. Therefore, it is very difficult to handle stream data and non-stream data in a storage medium in a mixed manner without using a unique request scheduling method so that stream data can be processed normally.

【0014】本発明は斯かる問題点を鑑みてなされたも
のであり、その目的とするところは、記憶媒体にてスト
リームデータおよび非ストリームデータを扱う場合にお
いて記憶媒体に対するリクエストにスケジューリングの
ための情報を付加し、当該付加された情報を基に、スト
リームデータの欠落が発生しないようなリクエスト順序
にするリクエストスケジューリングを実施することによ
り、時間的制約があって管理が厳しいストリームデータ
を正常に処理し、かつ、非ストリームデータも正常に処
理する記憶媒体スケジューラ、リアルタイムシステムお
よびスケジューリング方法を提供する点にある。
The present invention has been made in view of the above problems, and an object thereof is to provide information for scheduling in a request to a storage medium when stream data and non-stream data are handled in the storage medium. Is added, and request scheduling is performed based on the added information so that stream data is not lost, so that stream data that is time-constrained and difficult to manage can be processed normally. In addition, a storage medium scheduler, a real-time system, and a scheduling method for normally processing non-stream data are also provided.

【0015】[0015]

【課題を解決するための手段】請求項1に記載の発明の
要旨は、記憶媒体に対するリクエストを最適に処理する
記憶媒体スケジューラであって、優先度、時刻制限、前
記記憶媒体内部のアクセス先、有効期限を特定するパラ
メータを備えた前記リクエストに対して、前記記憶媒体
内部のアクセス先の最適化を優先された第1の待ち行列
を生成する手段と、前記時刻制限順で最適化された第2
の待ち行列を生成する手段と、前記記憶媒体の処理が最
適化されるように前記優先度、前記時刻制限、前記記憶
媒体内部のアクセス先のパラメータを基に前記リクエス
トに対する実行順番を計画する手段と、前記第1の待ち
行列および前記第2の待ち行列をスキャンし最適な前記
リクエストを実行し前記第1の待ち行列および前記第2
の待ち行列を更新する手段と、当該リクエスト実行結果
をリクエスト要求元に伝える手段とを備え、前記記憶媒
体に対する前記リクエストを前記記憶媒体内部のアクセ
ス先の最適化を優先された待ち行列と、前記時刻制限順
で最適化された待ち行列の2種類の待ち行列を作成し、
当該2種類の待ち行列を参照して、前記記憶媒体内部の
アクセス先の最適化を優先された待ち行列をスキャン
し、前記時刻制限を越えるものがあればリクエスト実行
順番が前記時刻制限順で最適化された待ち行列の順番で
前記リクエストを処理し、前記時刻制限に余裕が生じた
場合は前記記憶媒体内部のアクセス先の最適化が優先さ
れた待ち行列の順番でリクエストを処理することでリク
エスト実行順番をリアルタイムに切り替える構成を有す
ことを特徴とする記憶媒体スケジューラに存する。ま
た、請求項2に記載の発明の要旨は、前記記憶媒体がビ
デオ・オン・デマンドを含むマルチメディア用途の映像
データを含むことを特徴とする請求項1に記載の記憶媒
体スケジューラに存する。また、請求項3に記載の発明
の要旨は、前記記憶媒体がビデオ・オン・デマンドを含
むマルチメディア用途の音声データを含むことを特徴と
する請求項1または2に記載の記憶媒体スケジューラに
存する。また、請求項4に記載の発明の要旨は、前記記
憶媒体がビデオ・オン・デマンドを含むマルチメディア
用途の映像および音声以外のデータを含むことを特徴と
する請求項1または2に記載の記憶媒体スケジューラに
存する。また、請求項5に記載の発明の要旨は、前記記
憶媒体に記録されるデータの種類によって前記優先度を
指示する手段を有することを特徴とする請求項1または
に記載の記憶媒体スケジューラに存する。また、請求
項6に記載の発明の要旨は、前記記憶媒体が磁気記憶デ
ィスクであることを特徴とする請求項1または2に記載
の記憶媒体スケジューラに存する。また、請求項7に記
載の発明の要旨は、前記記憶媒体が光記憶ディスクであ
ることを特徴とする請求項1または2に記載の記憶媒体
スケジューラに存する。また、請求項8に記載の発明の
要旨は、前記記憶媒体が磁気テープであることを特徴と
する請求項1または2に記載の記憶媒体スケジューラに
存する。また、請求項9に記載の発明の要旨は、記憶媒
体に対するリクエストを最適にスケジューリングするス
ケジューリング手段を有するリアルタイムシステムであ
って、前記スケジューリング手段は、優先度、時刻制
限、記憶媒体内部のアクセス先、有効期限を特定するパ
ラメータを備えた前記リクエストに対して前記記憶媒体
内部のアクセス先の最適化を優先された待ち行列と、
記時刻制限順で最適化された待ち行列を構成し、通常は
前記記憶媒体内部のアクセス先の最適化を優先された待
ち行列の順番によって処理されていた前記リクエストに
おいて、前記時刻制限を越えた前記リクエストが処理さ
れようとする時、処理順番を前記時刻制限順で最適化さ
れた待ち行列に変更して前記リクエストの処理を行い、
双方の待ち行列の全ての前記リクエストが前記時刻制限
を越えていなければ、再び前記記憶媒体内部のアクセス
先の最適化が優先された待ち行列の順番で処理するよう
にスケジューリングすることを特徴とするリアルタイム
システムに存する。また、請求項10に記載の発明の要
旨は、前記スケジューリング手段は、新しい前記リクエ
ストが発生した場合に当該リクエストの持つ前記パラメ
ータを基に前記記憶媒体内部のアクセス先の最適化を優
先された待ち行列、および前記時刻制限順で最適化され
待ち行列に対して、内容を再構成する手段を有するこ
とを特徴とする請求項9に記載のリアルタイムシステム
に存する。また、請求項11に記載の発明の要旨は、2
つの待ち行列を備え、処理する前記リクエストの状態に
よって処理順番をリアルタイムに切り替える手段を有す
ることを特徴とする請求項10に記載のリアルタイムシ
ステムに存する。また、請求項12に記載の発明の要旨
は、優先度、時刻制限、記憶媒体内部のアクセス先、有
効期限を特定するパラメータを有する前記記憶媒体への
リクエスト実行をスケジューリングするためのスケジュ
ーリング方法であって、前記リクエストに付加されてい
るパラメータに基づいて前記記憶媒体内部のアクセス先
の最適化を優先された第1の待ち行列を構成するととも
に、前記時刻制限順で最適化された第2の待ち行列を構
成する工程と、新たなリクエストが要求された場合に、
前記第1の待ち行列および前記第2の待ち行列に対して
再構成を行う工程と、前記記憶媒体内部のアクセス先の
最適化を優先された待ち行列に存在する前記時刻制限を
リクエスト処理時に調べる工程と、前記時刻制限順で最
適化された待ち行列に存在する前記時刻制限をリクエス
ト処理時に調べる工程と、実行しようとする前記記憶媒
体内部のアクセス先の最適化を優先された待ち行列に存
在する前記リクエストが前記時刻制限を越えていた場合
に、前記時刻制限順で最適化された待ち行列に実行順番
を移す工程と、実行しようとする前記時刻制限順で最適
化された待ち行列に存在する前記リクエストが前記時刻
制限以内であった場合に、前記記憶媒体内部のアクセス
先の最適化を優先された待ち行列に実行順番を移す工程
と、実行しようとする前記リクエストが前記有効期限を
越えていた場合に当該リクエストの処理を即時に中止す
る工程とを有することを特徴とするスケジューリング方
法に存する。
The gist of the invention described in claim 1 is a storage medium scheduler for optimally processing a request for a storage medium, which includes priority, time limit, and
A parameter that identifies the access destination and expiration date inside the storage medium.
For the request with a meter, the storage medium
First queue with priority given to optimization of internal access destination
And a second optimized in the time limit order.
Means for creating a queue of
The priority, the time limit, and the storage as optimized
Based on the parameters of the access destination inside the medium,
Means for planning the execution order for the
Scan the queue and the second queue to find the optimal
Executing the request, the first queue and the second queue
For updating the queue of the request and the execution result of the request
Is transmitted to the request source,
Access the request to the body inside the storage medium.
Queue that prioritizes optimization of the destination and the time limit order
Create two types of queues optimized by
With reference to the two types of queues,
Scan queues that are prioritized for access optimization
However, if there is something that exceeds the time limit, execute the request
In the order of the queue, the order is optimized according to the time limit order
The request has been processed, and the time limit has been increased.
In this case, optimization of the access destination inside the storage medium has priority.
Requests are processed in the order of queue
Has a configuration that switches the est execution order in real time
It consists in a storage medium scheduler, characterized in that. The gist of the invention according to claim 2 resides in the storage medium scheduler according to claim 1 , wherein the storage medium includes video data for multimedia use including video-on-demand. Further, the gist of the invention described in claim 3 resides in the storage medium scheduler according to claim 1 or 2 , wherein the storage medium includes audio data for multimedia use including video on demand. . The storage medium according to claim 1 or 2 , wherein the storage medium includes data other than video and audio for multimedia use including video-on-demand. It resides in the media scheduler. Further, the gist of the invention according to claim 5, claim 1, characterized in that it comprises means for indicating the priority depending on the type of data recorded in the storage medium or
In the storage medium scheduler described in 2 . The gist of the invention according to claim 6 resides in the storage medium scheduler according to claim 1 or 2 , wherein the storage medium is a magnetic storage disk. The gist of the invention according to claim 7 resides in the storage medium scheduler according to claim 1 or 2 , wherein the storage medium is an optical storage disk. The gist of the invention according to claim 8 resides in the storage medium scheduler according to claim 1 or 2 , wherein the storage medium is a magnetic tape. Further, the gist of the invention according to claim 9 is a storage medium.
A schedule for optimally scheduling body requests.
A real-time system having a scheduling means
Thus, the scheduling means waits for optimization of the access destination inside the storage medium prioritized with respect to the request having parameters for specifying priority, time limit, access destination inside storage medium, and expiration date. Matrix and before
The time limit was exceeded in the request that constituted the optimized queue in the order of the time limit and was normally processed in the order of the priority order of the optimization of the access destination in the storage medium. When the request is about to be processed, the processing order is optimized according to the time limit order.
Process the request by changing to a queue
If all of the requests of both the queue does not exceed the time limit, and wherein the scheduling so that the storage medium inside the access destination of the optimization processes in the order of prioritized queues again It exists in a real-time system. Further, the gist of the invention according to claim 10 is that, when the new request is generated, the scheduling means waits prioritizing optimization of an access destination inside the storage medium based on the parameter of the request. Matrix, and optimized by the time limit order
Relative queue resides in real-time system of claim 9, characterized in that it comprises a means for reconstructing the content. The gist of the invention according to claim 11 is 2
11. The real-time system according to claim 10 , further comprising: one queue, and a means for switching a processing order in real time according to a state of the request to be processed. The twelfth aspect of the invention is a scheduling method for scheduling a request execution to the storage medium having parameters for specifying a priority, a time limit, an access destination inside the storage medium, and an expiration date. Is added to the request
Access destination inside the storage medium based on the parameters
To configure the first queue prioritized optimization of
In addition, a second queue optimized in the time limit order is set up.
Process and when a new request is requested,
For the first queue and the second queue
The process of reconstructing and the access destination inside the storage medium
The time limit present in the queue prioritized for optimization
The process to check when processing a request, and the most
Request the time limit present in the optimized queue
And the storage medium to be executed
Optimized access destinations inside the body are placed in a priority queue
If the existing request exceeds the time limit
In addition, the execution order is placed in the optimized queue according to the time limit order.
Optimal according to the process of transferring and the time limit order to be executed
If the request existing in the encrypted queue is the time
Access within the storage medium if it is within the limit
The process of shifting the execution order to the queue that prioritized the previous optimization
And the request you are trying to execute has the expiration date
If it exceeds the limit, immediately stop processing the request
And a scheduling step .

【0016】[0016]

【発明の実施の形態】初めに本発明の要旨を説明する。
一般にストリームデータを扱うような記録システムで
は、要求リクエストのパラメータとして「優先度」や
「時刻制限」、「有効期限」を用いている。本発明で
は、次のように定義する。
BEST MODE FOR CARRYING OUT THE INVENTION The gist of the present invention will be described first.
Generally, in a recording system that handles stream data, “priority”, “time limit”, and “expiration date” are used as request request parameters. In the present invention, it is defined as follows.

【0017】時刻制限:処理開始が望ましい時刻。必ず
しもこの時刻に間にあわなくても録画・再生が途切れる
わけではない。
Time limit: The time at which processing should be started. Recording / playback does not have to be interrupted even if the time is not in time .

【0018】有効期限:この時刻までに処理を開始しな
いと、録画・再生の一部が途切れてしまう時刻。この有
効期限を過ぎたリクエストは、ストリームにとっては処
理を実施しても無意味であるので要求リクエスト実施の
可否の判断材料に使われる。
Expiration date: Time at which a part of recording / playback is interrupted unless the processing is started by this time. A request whose expiration date has passed is meaningless for the stream even if it is processed, and is used as a material for determining whether or not the request request can be executed.

【0019】優先度:リクエストを処理する優先度であ
るが、本実施例では先の2つのパラメータが同一であっ
た場合の判断処理のための補助的情報として用いる。
Priority: This is the priority of processing the request, but in the present embodiment, it is used as auxiliary information for the determination processing when the previous two parameters are the same.

【0020】本発明は、大きく分けて2つの構成要素で
構成されている。1つの構成要素は、記憶媒体へのリク
エスト要求に付加されているパラメータを調査し、時刻
制限順と記憶媒体内部のアクセス先順の2種類の待ち行
列を生成することを特徴とするブロックである。
The present invention is roughly divided into two components. One component is a block characterized by investigating a parameter added to a request request to a storage medium and generating two types of queues, that is, a time limit order and an access destination order inside the storage medium. .

【0021】これは新たなリクエスト要求が発生すると
即座に作成済みの2つ待ち行列を調査し再度それぞれの
待ち行列を再構築する機能も有している。
This also has a function of checking the two queues already created and reconstructing each queue again when a new request is made.

【0022】もう1つの構成要素は、作成された2つの
待ち行列のうち、現在使用している待ち行列の中で処理
しようとしているリクエストの持つパラメータを調査
し、時刻制限を越えていた場合は時刻制限順の待ち行列
から最初のリクエストを実行し、時刻制限を越えていな
い場合は記憶媒体内部のアクセス先順待ち行列から最初
のリクエストを実行することを特徴とするブロックであ
る。
The other component investigates the parameter of the request to be processed in the currently used queue among the two created queues, and if the time limit is exceeded, This block is characterized in that the first request is executed from the queue in the time limit order, and if the time limit is not exceeded, the first request is executed from the access destination order queue inside the storage medium.

【0023】また処理済みのリクエストの再実行を防止
するために、処理されたリクエストは前述の2つの待ち
行列から削除する機能を有していることも本発明の特徴
の一つである。
It is also one of the features of the present invention that the processed request has a function of deleting from the above two queues in order to prevent re-execution of the processed request.

【0024】この取り出したリクエストの調査結果によ
って前述の2種類の待ち行列を交互に使用していること
が本発明の最大の特徴である。
The greatest feature of the present invention is that the above-mentioned two types of queues are alternately used according to the result of examination of the retrieved request.

【0025】次に本発明の作用を説明する。記憶媒体に
対するリクエストはリクエストスケジューリングのため
の情報を付加して発行される。発行されたリクエストは
スケジューリングのためのパラメータを調査し、まず時
刻制限順による待ち行列と、記憶媒体内部のアクセス先
順による待ち行列を生成する。この時どちらの待ち行列
でも生成時に使われたパラメータが同一であった場合、
パラメータに含まれている優先度によって待ち行列内順
序を決定する。
Next, the operation of the present invention will be described. The request for the storage medium is issued with the information for request scheduling added. The issued request examines the parameters for scheduling, and first creates a queue according to the time limit order and a queue according to the access destination order inside the storage medium. At this time, if the parameters used at the time of creation are the same in either queue,
The priority included in the parameter determines the in-queue order.

【0026】2つの待ち行列の生成が完了すると、待ち
行列生成ブロックはリクエスト実行ブロックに待ち行列
生成完了の通知を行う。この待ち行列生成完了通知は待
ち行列内のリクエストが初めて登録された時に通知さ
れ、待ち行列内のリクエストが1つ以上の場合は通知を
行わない。
When the generation of the two queues is completed, the queue generation block notifies the request execution block of the completion of queue generation. This queue generation completion notification is notified when the request in the queue is registered for the first time, and is not notified when there is one or more requests in the queue.

【0027】また新しいリクエストが発生すると、前述
のような動作を行い常に各待ち行列の内容を更新してい
る。リクエスト実行ブロックは待ち行列生成完了の通知
を受け取ると現在の使用待ち行列を調査する。
When a new request is generated, the above-mentioned operation is performed to constantly update the contents of each queue. When the request execution block receives the notification of completion of queue creation, it examines the current usage queue.

【0028】調査結果の待ち行列からリクエストのパラ
メータを調査し、このリクエストが時刻制限を越えてい
る場合は時刻制限順の待ち行列から順にリクエストを実
行し、実行されたリクエストは前述の2つの待ち行列か
ら登録されている実行済みリクエストを削除する。
The parameters of the request are examined from the queue of the examination result, and when the request exceeds the time limit, the requests are executed in order from the queue in the order of time limitation, and the executed request is the above-mentioned two waits. Delete registered executed requests from the queue.

【0029】このリクエストが時刻制限を越えていない
場合は、記憶媒体内部のアクセス先順待ち行列から順に
リクエストを実行し、先と同様に実行されたリクエスト
をそれぞれの待ち行列から削除する。
If this request does not exceed the time limit, the requests are sequentially executed from the access destination in-order queue inside the storage medium, and the executed request is deleted from each queue.

【0030】もし実行するリクエストの有効期限を越え
ていた場合は、そのリクエストは実行しても無意味なの
で記憶媒体への帯域負荷減少のためリクエストは実行さ
れずに有効期限切れとして異常終了をリクエスト要求元
へ通知する。
If the request to be executed exceeds the expiration date, the request is meaningless even if it is executed, so the request is not executed because the bandwidth load on the storage medium is reduced and an abnormal termination is requested. Notify the original.

【0031】このように時間的制約を受けないリクエス
トの待ち行列と、時間的制約を考慮したリクエストの待
ち行列の2つの待ち行列をリクエストの状態によって交
互に使い分けることによりストリームデータなどの時間
的制約があるデータのリクエストを最適な順序で処理す
ることが可能となっている。以下、本発明の実施の形態
を図面に基づいて詳細に説明する。
As described above, by alternately using the two queues of the request queue not subject to the time constraint and the request queue in consideration of the time constraint, the time constraint of stream data etc. It is possible to process requests for certain data in the optimal order. Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

【0032】図1は本発明の第1の実施の形態を説明す
るための記憶媒体スケジューラの構成図である。図1に
おいて、100は待ち行列生成ブロック、101は時刻
制限順待ち行列、102は記憶媒体内部のアクセス先順
待ち行列、103はリクエスト実行ブロック、104は
記憶媒体コントローラー、105は記憶媒体を示してい
る。
FIG. 1 is a block diagram of a storage medium scheduler for explaining the first embodiment of the present invention. In FIG. 1, 100 is a queue generation block, 101 is a time limit order queue, 102 is an access destination order queue inside a storage medium, 103 is a request execution block, 104 is a storage medium controller, and 105 is a storage medium. There is.

【0033】図1を参照すると、本発明の実施の形態
は、記憶媒体105、待ち行列生成ブロック100、時
刻制限順待ち行列101、記憶媒体内部のアクセス先順
待ち行列102、実行済みリクエストを各待ち行列から
削除する機能を有するリクエスト実行ブロック103、
記憶媒体コントローラー104を備えている。
Referring to FIG. 1, according to the embodiment of the present invention, a storage medium 105, a queue generation block 100, a time limit order queue 101, an access destination order queue 102 inside the storage medium, and an executed request are provided. A request execution block 103 having the function of deleting from the queue,
The storage medium controller 104 is provided.

【0034】待ち行列生成ブロック100は、リクエス
ト要求が発生した際にリクエストに付加されている優先
度、時刻制限、記憶媒体105内部のアクセス先、有効
期限などのパラメータを基に、まず時刻制限を調査し、
時刻制限順待ち行列101に時刻制限順に処理されるよ
うにリクエストを登録する。続いて、記憶媒体105内
部のアクセス先を調査し、記憶媒体内部のアクセス先順
待ち行列102に記憶媒体105内部のアクセス先順に
処理されるようにリクエストを登録する。このとき、待
ち行列内にリクエストが存在せず現在の待ち行列の状態
に対する1個目の登録リクエストである場合は、リクエ
スト実行ブロック103がリクエスト登録待ちの状態で
あるので、リクエスト登録の通知をリクエスト実行ブロ
ック103へ実施する。また各待ち行列の内部に登録済
みのリクエストが存在する場合は、新たに登録されたリ
クエストを加えて待ち行列内の全てのリクエストをそれ
ぞれの待ち行列条件に沿って再度構成し直す。
The queue generation block 100 first sets a time limit based on parameters such as priority, time limit, access destination inside the storage medium 105, and expiration date which are added to the request when the request is issued. Investigate,
The requests are registered in the time limit order queue 101 so that they are processed in the time limit order. Next, the access destination inside the storage medium 105 is investigated, and the request is registered in the access destination order queue 102 inside the storage medium so that the access destinations inside the storage medium 105 are processed in order. At this time, if there is no request in the queue and the request is the first registration request for the current state of the queue, the request execution block 103 is in the state of waiting for request registration, so request notification of request registration. Perform to execution block 103. If there are already registered requests in each queue, all the requests in the queue are reconfigured according to the respective queue conditions by adding the newly registered request.

【0035】図2は待ち行列内のリクエスト順序生成例
であって、待ち行列生成ブロック100が生成した上記
待ち行列内のリクエスト再構成に用いられる時刻制限順
待ち行列101内部を示している。図2において、11
0は先に生成されている待ち行列内部、111は登録さ
れたリクエスト、112は順序再生成後の待ち行列内部
を示している。図2中のリクエストに付加されているh
h:mm:ssの形で表している数値は、当該リクエス
トの持つ時刻制限を表している。
FIG. 2 shows an example of request order generation in the queue, and shows the inside of the time-limited order queue 101 used by the queue generation block 100 to reconstruct the request in the queue. In FIG. 2, 11
Reference numeral 0 indicates the inside of the queue that was previously generated, 111 indicates the registered request, and 112 indicates the inside of the queue after the sequence regeneration. H added to the request in Figure 2
The numerical value in the form of h: mm: ss represents the time limit of the request.

【0036】図2に示す、先に生成されている待ち行列
内部110は、新しいリクエスト要求が発行される前の
状態を表している。このとき、新しいリクエスト(図2
に示す、登録されたリクエスト111)が発行される
と、待ち行列生成ブロック100は待ち行列内のリクエ
ストを再調査するとともに、適切な順序を再生成する。
この場合の新しいリクエストの時刻制限は、Reque
st2とRequest3の中間に該当するため、再生
成された待ち行列は、図2に示すように、順序再生成後
の待ち行列内部112となる。この場合は時刻制限順待
ち行列101を例に用いたが、記憶媒体内部のアクセス
先順待ち行列102でも同様である。
The previously created queue interior 110 shown in FIG. 2 represents the state before a new request request is issued. At this time, a new request (Fig. 2
When a registered request 111) is issued, the queue generation block 100 reexamines the requests in the queue and regenerates an appropriate order.
In this case, the new request time limit is Request
Since it falls in the middle of st2 and Request3, the regenerated queue becomes the queue internal 112 after order regeneration as shown in FIG. In this case, the time limit order queue 101 is used as an example, but the same applies to the access destination order queue 102 inside the storage medium.

【0037】リクエスト実行ブロック103はリクエス
ト実行後に現在用いている待ち行列を調査する。調査の
結果、待ち行列内にリクエストが存在しなければ実行を
休止して、新たなリクエストの登録待ちの状態に入る。
リクエストが存在する場合は、待ち行列内の先頭リクエ
ストを取り出してリクエスト実行処理に移る。取り出さ
れたリクエストは、前回処理されたリクエストと同一の
待ち行列から取り出されている。
The request execution block 103 examines the queue currently in use after executing the request. As a result of the examination, if there is no request in the queue, the execution is suspended and the state of waiting for registration of a new request is entered.
If there is a request, the first request in the queue is fetched and the process proceeds to request execution processing. The fetched request has been fetched from the same queue as the previously processed request.

【0038】リクエスト実行ブロック103は、取り出
したリクエストの前述のパラメータを調査し、時刻制限
を越えている場合は時刻制限順待ち行列101から次に
実行すべきリクエストを取り出し、また時刻制限を越え
ていない場合には記憶媒体内部のアクセス先順待ち行列
102から次に実行すべきリクエストを取り出すととも
に、記憶媒体105へのリクエストを行うべく記憶媒体
コントローラー104へ記憶媒体105へのアクセスを
要求する。
The request execution block 103 examines the above-mentioned parameters of the fetched request. If the time limit is exceeded, the request execution block 103 fetches the next request to be executed from the time limit order queue 101, and also exceeds the time limit. If there is no such request, the next request to be executed is fetched from the access destination queue 102 inside the storage medium, and the storage medium controller 104 is requested to access the storage medium 105 to make a request to the storage medium 105.

【0039】記憶媒体コントローラー104への命令が
実行されると、リクエスト実行ブロック103は前述の
2つの待ち行列の中から処理したリクエストの削除を行
う。
When the instruction to the storage medium controller 104 is executed, the request execution block 103 deletes the processed request from the above two queues.

【0040】次に図3,4のフローチャートを参照して
記憶媒体スケジューラの動作(スケジューリング方法)
について説明する。図3,4は待ち行列生成ブロック1
00の動作概要を示したフローチャートであって、図3
は図1の待ち行列生成ブロック100の処理ステップの
前半部の動作、図4は図1の待ち行列生成ブロック10
0の処理ステップの後半部の動作を示している。
Next, referring to the flowcharts of FIGS. 3 and 4, the operation of the storage medium scheduler (scheduling method)
Will be described. 3 and 4 show the queue generation block 1
FIG. 3 is a flowchart showing an outline of the operation of 00 in FIG.
Is the operation of the first half of the processing steps of the queue generation block 100 of FIG. 1, and FIG. 4 is the queue generation block 10 of FIG.
The operation of the latter half of the processing step of 0 is shown.

【0041】図3を参照すると、本実施の形態では、ま
ず、リクエストが登録されると、リクエストに付加され
ているパラメータのうち時刻制限の値を調査し、この時
刻制限の値を一時的に保持する(ステップS100)。
続いて、時刻制限順待ち行列101内に未処理のリクエ
ストが残っているかを調査する(ステップS101)。
Referring to FIG. 3, in the present embodiment, first, when a request is registered, the time limit value of the parameters added to the request is investigated, and the time limit value is temporarily set. Hold (step S100).
Then, it is investigated whether or not there are any unprocessed requests remaining in the time-limited order queue 101 (step S101).

【0042】このとき、調査した待ち行列内に未処理の
リクエストが存在しない場合は、そのリクエストをその
まま時刻制限順待ち行列101内に登録する。未処理の
リクエストが残っている場合は、先で一時的に保持した
登録リクエストの時刻制限の値と待ち行列内に残ってい
る未処理のリクエストの持つ時刻制限の値で同一のもの
があるかを調査する(ステップS102,S103)。
At this time, if there is no unprocessed request in the examined queue, the request is registered in the time-limited order queue 101 as it is. If there are unprocessed requests remaining, is there a same value for the time limit value of the registration request temporarily held and the time limit value of the unprocessed requests remaining in the queue? Is investigated (steps S102 and S103).

【0043】同一の時刻制限の値を持つリクエストが待
ち行列内に存在しない場合は、登録リクエストを時刻制
限順待ち行列101へリクエストを挿入し、待ち行列内
の並びを再生成する処理へ移る。同一の時刻制限の値を
持つリクエストが発見された場合は、当該リクエストと
登録リクエストの優先順位を調査し、どちらのリクエス
トが優先順位が高いかを調査する(ステップS104,
S105)。
When there is no request having the same time limit value in the queue, the registration request is inserted into the time limit order queue 101, and the process moves to the process of regenerating the queue list. When a request having the same time limit value is found, the priority order of the request and the registration request is investigated, and which request has a higher priority order (step S104,
S105).

【0044】登録されたリクエストの優先順位が待ち行
列内のリクエストよりも高い場合は、リクエストの挿入
先を待ち行列内の同一時刻制限値を持つリクエストの直
前とし、低い場合は直後とする(ステップS106,1
07)。
When the priority of the registered request is higher than the request in the queue, the request is inserted into the queue immediately before the request having the same time limit value in the queue, and when the priority is low, it is immediately after (step S106, 1
07).

【0045】続いて、登録リクエストの時刻制限の値か
ら時刻制限順待ち行列101のどの順番になるかを調査
し該当する順番へリクエストを待ち行列内に挿入する
(待ち行列内の順序の再生成:ステップS108)。続
いて、もう一つの待ち行列である記憶媒体内部のアクセ
ス先順待ち行列102に対するリクエスト処理を行う。
Next, from the time limit value of the registration request, the order in the time limit order queue 101 is examined, and the request is inserted into the corresponding queue (regeneration of the order in the queue). : Step S108). Subsequently, a request process for the access destination queue 102 inside the storage medium, which is another queue, is performed.

【0046】ここで、記憶媒体105内部のアクセス先
順について説明する。以下の説明では記憶媒体105を
ディスクとした場合で説明しているが本発明にかかる記
憶媒体105はディスク記憶システムに限定されるもの
ではなく、順次アクセスされる記憶媒体全てを含むもの
である。
Here, the order of access destinations in the storage medium 105 will be described. In the following description, the case where the storage medium 105 is a disk has been described, but the storage medium 105 according to the present invention is not limited to the disk storage system, and includes all storage media that are sequentially accessed.

【0047】記憶媒体105がディスクの場合、表面に
多数のトラックを有している。トラックはディスクの中
心から同心円状に置かれており、それぞれにトラック番
号が付けられている。トラック内部は細かい単位で分割
された領域が存在する。この領域をセクタと呼ぶ。ディ
スクはこのセクタ単位でアクセスされる。
When the storage medium 105 is a disk, it has many tracks on its surface. The tracks are arranged concentrically from the center of the disc, and the track numbers are assigned to the tracks. Inside the track, there are areas divided into smaller units. This area is called a sector. The disk is accessed in this sector unit.

【0048】ディスクに対するアクセスリクエストが
「トラック1,5セクタ」,「トラック5,2セク
タ」,「トラック1,10セクタ」,「トラック5,1
3セクタ」の順で発行された場合、従来のリクエスト方
法では発行された順に処理されるため、セクタを読むた
めのヘッドがトラック1→トラック5→トラック1→ト
ラック5と動くため、この4つのリクエストを実現する
ために3回のヘッド移動を必要とする。ヘッドの移動に
はそれなりの時間が必要であるので処理時間を考慮する
と、ヘッド移動回数は極力少ない方がよい。またトラッ
ク間にまたがる場合ヘッドの移動量が大きければヘッド
の移動時間が大きくなるのでこれも少ない方がよい。
Access requests to the disk are "tracks 1 and 5 sectors", "tracks 5 and 2 sectors", "tracks 1 and 10 sectors", and "tracks 5 and 1".
When issued in the order of “3 sectors”, the heads for reading the sectors move in order of track 1 → track 5 → track 1 → track 5 because they are processed in the order issued in the conventional request method. It requires three head movements to fulfill the request. Since it takes a certain amount of time to move the head, the number of times of moving the head should be as small as possible in consideration of the processing time. In addition, when the head travels over a large amount of track, the head travel time increases, so it is preferable that the head travel time is also small.

【0049】本発明で用いている記憶媒体105内部の
アクセス先順のリクエスト処理では、ディスクの場合で
あれば同一トラックのアクセスが昇順(または降順)で
連続し、かつ、1トラックのアクセスが1回しかなく多
数のトラックに渡るアクセスの場合であってもトラック
番号が昇順(または降順)で連続するようにしてリクエ
ストを発行し、ヘッドの移動回数またはヘッドの移動量
を最低限に抑えるように動作する。
In the request processing in the order of access destinations inside the storage medium 105 used in the present invention, in the case of a disk, accesses of the same track are continuous in ascending order (or descending order), and access of one track is 1 Even when accessing only a large number of tracks, requests should be issued so that the track numbers continue in ascending (or descending) order to minimize the number of head movements or the amount of head movement. Operate.

【0050】前述の場合であると、本発明が記憶媒体1
05内部のアクセス先順で発行するリクエストは、「ト
ラック1,5セクタ」,「トラック1,10セクタ」,
「トラック5,2セクタ」,「トラック5,13セク
タ」となり、ヘッドの移動はトラック1→トラック5と
なり、ヘッドの移動回数は1回で済む。例えば、ヘッド
の1回当たりの移動時間を10msecとすれば、従来
方式より20msec早く処理が終了することになる。
In the above-mentioned case, the present invention is the storage medium 1.
The requests issued in the order of access destinations inside 05 are "track 1, sector 5", "track 1, sector 10",
“Tracks 5, 2 sectors”, “tracks 5, 13 sectors”, the head is moved from track 1 to track 5, and the number of head movements is only once. For example, if the moving time of the head per movement is 10 msec, the process will be completed 20 msec earlier than the conventional method.

【0051】次に図4を参照すると、時刻制限順待ち行
列101の時と同様に、登録リクエストに付加されてい
るパラメータのうちアクセス先の値を調査しこのアクセ
ス先の値を一時的に保持する(ステップS109)。
Next, referring to FIG. 4, as in the case of the time-limited forward queue 101, the value of the access destination among the parameters added to the registration request is investigated and the value of this access destination is temporarily retained. (Step S109).

【0052】続いて、記憶媒体内部のアクセス先順待ち
行列102に未処理のリクエストが残っているかを調査
する(ステップS110)。
Subsequently, it is investigated whether or not there are any unprocessed requests remaining in the access destination sequential queue 102 inside the storage medium (step S110).

【0053】このとき、調査した待ち行列内に未処理の
リクエストが存在しない場合は、そのリクエストをその
まま記憶媒体内部のアクセス先順待ち行列102内に登
録する。未処理のリクエストが残っている場合は、先で
一時的に保持した登録リクエストのアクセス先の値と待
ち行列内に残っている未処理のリクエストの持つアクセ
ス先の値で同一のものがあるかを調査する(ステップS
111,S112)。
At this time, if there is no unprocessed request in the examined queue, the request is directly registered in the access destination queue 102 inside the storage medium. If there are unprocessed requests remaining, is there an identical value for the access destination of the registration request temporarily held earlier and the access destination value of the unprocessed requests remaining in the queue? (Step S
111, S112).

【0054】また、同一のアクセス先の値を持つリクエ
ストが待ち行列内に存在しない場合は、登録リクエスト
を記憶媒体内部のアクセス先順待ち行列102へリクエ
ストを挿入するとともに、待ち行列内の並びを再生成す
る処理へ移る。同一のアクセス先の値を持つリクエスト
が発見された場合は、そのリクエストと登録リクエスト
の優先順位を調査し、どちらのリクエストが優先順位が
高いかを調査する(ステップS113,S114)。
If no request having the same access destination value exists in the queue, the registration request is inserted into the access destination sequential queue 102 inside the storage medium, and the queues are queued. Move on to the process of regenerating. When a request having the same access destination value is found, the priority order of the request and the registration request is checked, and which request has the higher priority order is checked (steps S113 and S114).

【0055】また、登録されたリクエストの優先順位が
待ち行列内のリクエストよりも高い場合は、リクエスト
の挿入先を待ち行列内の同一アクセス先の値を持つリク
エストの直前とし、低い場合は直後とする(ステップS
115,116)。
When the priority of the registered request is higher than that of the requests in the queue, the request insertion destination is immediately before the request having the same access destination value in the queue, and when the priority is low, it is immediately after. Yes (Step S
115, 116).

【0056】登録リクエストのアクセス先の値から記憶
媒体内部のアクセス先順待ち行列102のどの順番にな
るかを調査し該当する順番へリクエストを待ち行列内に
挿入する。(待ち行列内の順序の再生成)(ステップS
117)。
From the value of the access destination of the registration request, the order of the access destination order queue 102 inside the storage medium is examined, and the request is inserted into the queue in the corresponding order. (Regeneration of order in queue) (Step S
117).

【0057】2つの待ち行列内にあるリクエストに関し
ては処理順序は違うが、同一のリクエストが格納されて
いる。したがって、どちらかの待ち行列を調査し、待ち
行列に挿入されたリクエストが待ち行列内に登録済みの
リクエストが存在せず、挿入したリクエストがその待ち
行列の1個目のリクエストである場合にはリクエスト実
行ブロック103へリクエスト登録の通知を実施する。
1個目のリクエストでない場合には、新たなリクエスト
の登録待ちとなる(ステップS118,119)。
The same requests are stored in the two queues, although the processing order is different. Therefore, if you check one of the queues and the request inserted in the queue has no registered request in the queue, and the inserted request is the first request in that queue, The request execution block 103 is notified of the request registration.
If it is not the first request, the process waits for registration of a new request (steps S118 and 119).

【0058】図5は図1のリクエスト実行ブロック10
3の処理ステップの動作を説明するためのフローチャー
トである。本実施の形態では、待ち行列生成ブロック1
00からリクエスト登録の通知を受け取ると、リクエス
ト実行ブロック103が動作を開始する。動作開始後、
リクエスト実行ブロック103は、現在リクエストを取
り出している待ち行列が時刻制限順待ち行列101であ
るのか、または記憶媒体内部のアクセス先順待ち行列1
02であるのかを使用待ち行列フラグ(後述)を参照し
て調査する(ステップS200)。
FIG. 5 shows the request execution block 10 of FIG.
6 is a flowchart for explaining the operation of the processing step of No. 3. In this embodiment, the queue generation block 1
Upon receiving the request registration notification from 00, the request execution block 103 starts operation. After the operation starts,
The request execution block 103 determines whether the queue currently fetching the request is the time-limited sequential queue 101 or the access destination sequential queue 1 inside the storage medium.
Whether it is 02 is checked by referring to a use queue flag (described later) (step S200).

【0059】続いて、現在使用している待ち行列の中に
リクエストが存在しているか調査し、リクエストが存在
しない場合はリクエスト待ちの状態に入る(ステップS
201,202)。
Then, it is investigated whether or not there is a request in the queue currently being used, and if there is no request, the state of waiting for a request is entered (step S
201, 202).

【0060】続いて、待ち行列内の先頭に位置するリク
エストが持つパラメータを調査し、有効期限を越えてい
る場合は、有効期限切れをリクエスト要求元に通知する
とともに、本リクエストを待ち行列から削除した後に、
再度待ち行列内の調査を行う(ステップS203,20
4,205)。
Next, the parameters of the request located at the head of the queue are examined. If the expiration date is exceeded, the request request source is notified of the expiration date and this request is deleted from the queue. later,
The queue is checked again (steps S203, 20).
4,205).

【0061】またリクエストが有効期限切れでない場合
は、続いて時刻制限のパラメータを調査する。このと
き、使用待ち行列フラグ(後述)が時刻制限順待ち行列
101の場合には最初のリクエストのみを調査し、記憶
媒体内部のアクセス先順待ち行列102の場合には待ち
行列内の全てのリクエストを調査する。つまり、記憶媒
体内部のアクセス先順待ち行列102の場合には、1つ
でも時刻制限を越えたリクエストが待ち行列内に存在す
るかどうかを調べる。
If the request has not expired, the time limit parameter is subsequently checked. At this time, when the use queue flag (described later) is the time-limited order queue 101, only the first request is investigated, and when the access destination order queue 102 inside the storage medium, all requests in the queue are examined. To investigate the. That is, in the case of the access destination sequential queue 102 inside the storage medium, it is checked whether or not there is any request in the queue whose time limit is exceeded.

【0062】またリクエストの持つ時刻制限を越えてい
た場合は時刻制限順待ち行列101にフラグをセット
し、時刻制限を越えていない場合は記憶媒体内部のアク
セス先順待ち行列102にフラグをセットする(ステッ
プS206,207,208)。この時点で現在使用す
る待ち行列が決定されるので、待ち行列内にある最初の
リクエストを実行する(ステップS209)。
If the time limit of the request is exceeded, a flag is set in the time limit order queue 101, and if the time limit is not exceeded, a flag is set in the access destination order queue 102 inside the storage medium. (Steps S206, 207, 208). Since the queue currently used is determined at this point, the first request in the queue is executed (step S209).

【0063】その後、リクエスト実行結果を通知し、時
刻制限順待ち行列101および記憶媒体内部のアクセス
先順待ち行列102から実行されたリクエストを削除
し、待ち行列内に残っているリクエストの処理順序を再
構築する(ステップS210,211)。
After that, the request execution result is notified, the executed request is deleted from the time limit order queue 101 and the access destination order queue 102 inside the storage medium, and the processing order of the requests remaining in the queue is deleted. It is reconstructed (steps S210 and 211).

【0064】これで1つのリクエストの処理が完了す
る。リクエストの処理が完了したら再度待ち行列内にリ
クエストが残っているかを調査し、リクエストが存在し
なければ新しいリクエスト登録待ち状態に入り、存在す
れば前記した手順で残りのリクエストの処理を行う。
This completes the processing of one request. When the request processing is completed, it is checked again whether there are any requests remaining in the queue. If no request exists, a new request registration waiting state is entered, and if there is a request, the remaining requests are processed by the procedure described above.

【0065】以上説明したように本実施の形態によれ
ば、本発明は以上のように構成されているので、以下に
掲げる効果を奏する。まず第1の効果は、ストリームデ
ータのみに対してもディスク処理と騒音のバランスをと
ることができることである。その理由は、時間制約の待
ち行列を優先し、時間制約に余裕がある場合にはアクセ
ス先の待ち行列を優先することで、ディスク処理能力に
余裕がある場合にはアクセス先の待ち行列が優先される
結果、ヘッド移動距離も短くなり、騒音を減らすことが
できるからである。
As described above, according to the present embodiment, since the present invention is configured as described above, the following effects can be obtained. The first effect is that the disk processing and noise can be balanced even for stream data only. The reason is that the queue with the time constraint is given priority, and the queue with the access destination is given priority when the time constraint has a margin, and the queue with the access destination is given priority when the disk processing capacity has a margin. As a result, the moving distance of the head is shortened and noise can be reduced.

【0066】また第2の効果は、ストリームデータと非
ストリームデータが混在した場合にも、ディスクシステ
ムへの要求を最大限実現できることである。
The second effect is that even if stream data and non-stream data are mixed, the demand for the disk system can be realized to the maximum extent.

【0067】そして第3の効果は、非ストリームデータ
はストリームデータと比較して一般に時間制約は少ない
ことを考慮して時間制約処理を優先することで、非スト
リームデータが混在した場合でも、時間制約が強いスト
リームデータへの影響を最小限に抑えることが可能とな
ることである。非ストリームデータはストリームデータ
と比較して一般に時間制約は少ない。本発明は時間制約
処理を優先するために、非ストリームデータが混在した
場合でも、時間制約が強いストリームデータへの影響を
最小限に抑えることが可能である。
A third effect is that the non-stream data is generally time-constrained less than the stream data, and the time-constraint processing is prioritized, so that the time-constraint can be performed even when non-stream data is mixed. This means that it is possible to minimize the effect on strong stream data. Non-stream data generally has less time constraints than stream data. Since the present invention gives priority to the time constraint processing, even when non-stream data is mixed, it is possible to minimize the influence on stream data having a strong time constraint.

【0068】(第2の実施の形態)記憶媒体スケジュー
ラはシステム上におけるソフトウェアで実現することが
可能であるが、構成要素である待ち行列生成ブロック1
00、リクエスト実行ブロック103、時刻制限順待ち
行列101および記憶媒体内部のアクセス先順待ち行列
102のそれぞれの機能をハードウェアで実現すること
も可能である。
(Second Embodiment) Although the storage medium scheduler can be realized by software on the system, the queue generation block 1 which is a constituent element
00, the request execution block 103, the time limit order queue 101, and the access destination order queue 102 inside the storage medium can be realized by hardware.

【0069】例えば、2つの待ち行列を専用メモリで構
成し、特定顧客向けの専用LSI(ASIC)等を用い
て待ち行列生成ブロック100とリクエスト実行ブロッ
ク103の機能を実現し、当該特定顧客向けの専用LS
I(ASIC)に記憶媒体コントローラー104および
記憶媒体105を接続した構成とすることで、本発明の
機能を実現できる。
For example, the two queues are composed of dedicated memories, the functions of the queue generation block 100 and the request execution block 103 are realized by using a dedicated LSI (ASIC) for a specific customer, and Dedicated LS
With the configuration in which the storage medium controller 104 and the storage medium 105 are connected to the I (ASIC), the function of the present invention can be realized.

【0070】また、待ち行列生成ブロック100、リク
エスト実行ブロック103、時刻制限順待ち行列101
および記憶媒体内部のアクセス先順待ち行列102のそ
れぞれの機能とともに、記憶媒体105の機能も一緒に
ハードウェア化(ASIC化)すれば、本発明の全機能
を1つのハードウェアで実現できるようになる。
Further, a queue generation block 100, a request execution block 103, a time limit order queue 101
By implementing the functions of the storage medium 105 together with the functions of the access-destination queue 102 inside the storage medium together with the functions of the storage medium 105 (implementation into ASIC), all the functions of the present invention can be realized by one piece of hardware. Become.

【0071】なお、本発明が上記各実施の形態に限定さ
れず、本発明の技術思想の範囲内において、各実施の形
態は適宜変更され得ることは明らかである。また上記構
成部材の数、位置、形状等は上記実施の形態に限定され
ず、本発明を実施する上で好適な数、位置、形状等にす
ることができる。また、各図において、同一構成要素に
は同一符号を付している。
It should be noted that the present invention is not limited to the above-described embodiments, and it is apparent that the embodiments can be modified appropriately within the scope of the technical idea of the present invention. Further, the number, positions, shapes, etc. of the above-mentioned constituent members are not limited to those in the above-mentioned embodiment, and the number, positions, shapes, etc. suitable for carrying out the present invention can be adopted. Moreover, in each figure, the same components are denoted by the same reference numerals.

【0072】[0072]

【発明の効果】本発明は以上のように構成されているの
で、以下に掲げる効果を奏する。まず第1の効果は、ス
トリームデータのみに対してもディスク処理と騒音のバ
ランスをとることができることである。その理由は、時
間制約の待ち行列を優先し、時間制約に余裕がある場合
にはアクセス先の待ち行列を優先することで、ディスク
処理能力に余裕がある場合にはアクセス先の待ち行列が
優先される結果、ヘッド移動距離も短くなり、騒音を減
らすことができるからである。
Since the present invention is configured as described above, it has the following effects. The first effect is that the disk processing and noise can be balanced even for stream data only. The reason is that the queue with the time constraint is given priority, and the queue with the access destination is given priority when the time constraint has a margin, and the queue with the access destination is given priority when the disk processing capacity has a margin. As a result, the moving distance of the head is shortened and noise can be reduced.

【0073】また第2の効果は、ストリームデータと非
ストリームデータが混在した場合にも、ディスクシステ
ムへの要求を最大限実現できることである。
The second effect is that even if stream data and non-stream data are mixed, the demand for the disk system can be realized to the maximum extent.

【0074】そして第3の効果は、非ストリームデータ
はストリームデータと比較して一般に時間制約は少ない
ことを考慮して時間制約処理を優先することで、非スト
リームデータが混在した場合でも、時間制約が強いスト
リームデータへの影響を最小限に抑えることが可能とな
ることである。非ストリームデータはストリームデータ
と比較して一般に時間制約は少ない。本発明は時間制約
処理を優先するために、非ストリームデータが混在した
場合でも、時間制約が強いストリームデータへの影響を
最小限に抑えることが可能である。
The third effect is that the non-stream data is generally less time-constrained than the stream data, so that the time-constraint processing is prioritized. This means that it is possible to minimize the effect on strong stream data. Non-stream data generally has less time constraints than stream data. Since the present invention gives priority to the time constraint processing, even when non-stream data is mixed, it is possible to minimize the influence on stream data having a strong time constraint.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の第1の実施の形態を説明するための記
憶媒体スケジューラの構成図である。
FIG. 1 is a configuration diagram of a storage medium scheduler for explaining a first embodiment of the present invention.

【図2】待ち行列内のリクエスト順序生成例である。FIG. 2 is an example of request order generation in a queue.

【図3】図1の待ち行列生成ブロックの処理ステップの
前半部の動作を説明するためのフローチャートである。
FIG. 3 is a flowchart for explaining the operation of the first half of the processing steps of the queue generation block of FIG.

【図4】図1の待ち行列生成ブロックの処理ステップの
後半部の動作を説明するためのフローチャートである。
4 is a flow chart for explaining the operation of the latter half of the processing steps of the queue generation block of FIG.

【図5】図1のリクエスト実行ブロックの処理ステップ
の動作を説明するためのフローチャートである。
5 is a flowchart for explaining the operation of processing steps of the request execution block of FIG. 1. FIG.

【符号の説明】 100…待ち行列生成ブロック 101…時刻制限順待ち行列 102…記憶媒体内部のアクセス先順待ち行列 103…リクエスト実行ブロック 104…記憶媒体コントローラー 105…記憶媒体 110…先に生成されている待ち行列内部 111…登録されたリクエスト 112…順序再生成後の待ち行列内部[Explanation of symbols] 100 ... Queue generation block 101 ... Time-limited order queue 102 ... Queue in order of access destination inside storage medium 103 ... Request execution block 104 ... Storage medium controller 105 ... Storage medium 110 ... Inside the queue created earlier 111 ... Registered request 112 ... Inside the queue after sequence regeneration

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G06F 3/06 - 3/08 G06F 12/00 G11B 20/10 G06F 1/00 G11B 27/10 H04N 5/76 ─────────────────────────────────────────────────── ─── Continued front page (58) Fields surveyed (Int.Cl. 7 , DB name) G06F 3/06-3/08 G06F 12/00 G11B 20/10 G06F 1/00 G11B 27/10 H04N 5 / 76

Claims (12)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 記憶媒体に対するリクエストを最適に処
理する記憶媒体スケジューラであって、優先度、時刻制限、前記記憶媒体内部のアクセス先、有
効期限を特定するパラメータを備えた前記リクエストに
対して、前記記憶媒体内部のアクセス先の最適化を優先
された第1の待ち行列を生成する手段と、前記時刻制限
順で最適化された第2の待ち行列を生成する手段と、前
記記憶媒体の処理が最適化されるように前記優先度、前
記時刻制限、前記記憶媒体内部のアクセス先のパラメー
タを基に前記リクエストに対する実行順番を計画する手
段と、前記第1の待ち行列および前記第2の待ち行列を
スキャンし最適な前記リクエストを実行し前記第1の待
ち行列および前記第2の待ち行列を更新する手段と、当
該リクエスト実行結果をリクエスト要求元に伝える手段
とを備え、 前記記憶媒体に対する前記リクエストを前記記憶媒体内
部のアクセス先の最適化を優先された待ち行列と、前記
時刻制限順で最適化された待ち行列の2種類の待ち行列
を作成し、当該2種類の待ち行列を参照して、前記記憶
媒体内部のアクセス先の最適化を優先された待ち行列を
スキャンし、前記時刻制限を越えるものがあればリクエ
スト実行順番が前記時刻制限順で最適化された待ち行列
の順番で前記リクエストを処理し、前記時刻制限に余裕
が生じた場合は前記記憶媒体内部のアクセス先の最適化
が優先された待ち行列の順番でリクエストを処理するこ
とでリクエスト実行順番をリアルタイムに切り替える構
成を有する ことを特徴とする記憶媒体スケジューラ。
1. A storage medium scheduler for optimally processing a request for a storage medium , comprising a priority, a time limit, an access destination inside the storage medium, and
In the request with a parameter that specifies the expiration date
On the other hand, optimization of access destination inside the storage medium is prioritized
Means for generating a reserved first queue and said time limit
Means for generating a second queue optimized in sequence;
The above priority, so that the processing of the storage medium is optimized.
Time limit, parameter of access destination inside the storage medium
To plan the execution order for the above requests based on
The first queue and the second queue
Scan and execute the most suitable request and wait for the first wait
Means for updating the queue and the second queue, and
A means for transmitting the request execution result to the request request source
The request for the storage medium in the storage medium
A queue prioritized for optimization of the access destination of
Two types of queues, which are queues optimized according to the time limit order
And refer to the two types of queues to store the
A queue with priority given to optimization of access destinations inside the medium
Scan and request if anything exceeds the time limit
Queues whose strike order is optimized according to the time limit order
Process the requests in the order of
Optimization occurs in the storage medium inside the storage medium
Can process requests in priority queue order.
To switch the request execution order in real time with
A storage medium scheduler having a configuration.
【請求項2】 前記記憶媒体がビデオ・オン・デマンド
を含むマルチメディア用途の映像データを含むことを特
徴とする請求項1に記載の記憶媒体スケジューラ。
2. The storage medium scheduler according to claim 1 , wherein the storage medium includes video data for multimedia applications including video on demand.
【請求項3】 前記記憶媒体がビデオ・オン・デマンド
を含むマルチメディア用途の音声データを含むことを特
徴とする請求項1または2に記載の記憶媒体スケジュー
ラ。
3. The storage medium scheduler according to claim 1, wherein the storage medium includes audio data for multimedia use including video-on-demand.
【請求項4】 前記記憶媒体がビデオ・オン・デマンド
を含むマルチメディア用途の映像および音声以外のデー
タを含むことを特徴とする請求項1または2に記載の記
憶媒体スケジューラ。
4. The storage medium scheduler according to claim 1, wherein the storage medium includes data other than video and audio for multimedia use including video-on-demand.
【請求項5】 前記記憶媒体に記録されるデータの種類
によって前記優先度を指示する手段を有することを特徴
とする請求項1または2に記載の記憶媒体スケジュー
ラ。
5. The storage medium scheduler according to claim 1 , further comprising means for instructing the priority according to a type of data recorded in the storage medium.
【請求項6】 前記記憶媒体が磁気記憶ディスクである
ことを特徴とする請求項1または2に記載の記憶媒体ス
ケジューラ。
6. The storage medium scheduler according to claim 1, wherein the storage medium is a magnetic storage disk.
【請求項7】 前記記憶媒体が光記憶ディスクであるこ
とを特徴とする請求項1または2に記載の記憶媒体スケ
ジューラ。
7. The storage medium scheduler according to claim 1, wherein the storage medium is an optical storage disk.
【請求項8】 前記記憶媒体が磁気テープであることを
特徴とする請求項1または2に記載の記憶媒体スケジュ
ーラ。
8. The storage medium scheduler according to claim 1, wherein the storage medium is a magnetic tape.
【請求項9】 記憶媒体に対するリクエストを最適にス
ケジューリングするスケジューリング手段を有するリア
ルタイムシステムであって、 前記スケジューリング手段は、 優先度、時刻制限、記憶媒体内部のアクセス先、有効期
限を特定するパラメータを備えた前記リクエストに対し
て前記記憶媒体内部のアクセス先の最適化を優先された
待ち行列と、前記時刻制限順で最適化された待ち行列を
構成し、通常は前記記憶媒体内部のアクセス先の最適化
を優先された待ち行列の順番によって処理されていた前
記リクエストにおいて、前記時刻制限を越えた前記リク
エストが処理されようとする時、処理順番を前記時刻制
限順で最適化された待ち行列に変更して前記リクエスト
の処理を行い、双方の待ち行列の全ての前記リクエスト
が前記時刻制限を越えていなければ、再び前記記憶媒体
内部のアクセス先の最適化が優先された待ち行列の順番
で処理するようにスケジューリングすることを特徴とす
リアルタイムシステム。
9. A request for a storage medium is optimally screened.
Rear with scheduling means for scheduling
In the real-time system, the scheduling means prioritizes optimization of the access destination inside the storage medium with respect to the request including parameters for specifying priority, time limit, access destination inside storage medium, and expiration date. a queue that is, constitute the optimized queue by the time limit order, in the request is typically that was being processed by the order of the storage medium inside the access destination optimize prioritized queue, When the request that exceeds the time limit is about to be processed, the processing order is set to the time system.
The request is processed by changing to a queue optimized in a limited order, and if all the requests in both queues do not exceed the time limit, optimization of the access destination inside the storage medium is performed again. Are scheduled to be processed in priority queue order .
Real-time system that.
【請求項10】 前記スケジューリング手段は、新しい
前記リクエストが発生した場合に当該リクエストの持つ
前記パラメータを基に前記記憶媒体内部のアクセス先の
最適化を優先された待ち行列、および前記時刻制限順で
最適化された待ち行列に対して、内容を再構成する手段
を有することを特徴とする請求項9に記載のリアルタイ
ムシステム。
10. The scheduling means, when a new request is generated, based on the parameters of the request, the queue prioritized optimization of an access destination in the storage medium, and the time limit order.
A real-time system according to claim 9 , characterized in that it comprises means for reconstructing the content for an optimized queue.
【請求項11】 2つの待ち行列を備え、処理する前記
リクエストの状態によって処理順番をリアルタイムに切
り替える手段を有することを特徴とする請求項10に記
載のリアルタイムシステム。
11. The real-time system according to claim 10 , comprising two queues, and having means for switching the processing order in real time according to the state of the request to be processed.
【請求項12】 優先度、時刻制限、記憶媒体内部のア
クセス先、有効期限を特定するパラメータを有する前記
記憶媒体へのリクエスト実行をスケジューリングするた
めのスケジューリング方法であって、前記リクエストに付加されているパラメータに基づいて
前記記憶媒体内部のアクセス先の最適化を優先された第
1の待ち行列を構成するとともに、前記時刻制限順で最
適化された第2の待ち行列を構成する工程と、 新たなリクエストが要求された場合に、前記第1の待ち
行列および前記第2の待ち行列に対して再構成を行う工
程と、 前記記憶媒体内部のアクセス先の最適化を優先された待
ち行列に存在する前記時刻制限をリクエスト処理時に調
べる工程と、 前記時刻制限順で最適化された待ち行列に存在する前記
時刻制限をリクエスト処理時に調べる工程と、 実行しようとする前記記憶媒体内部のアクセス先の最適
化を優先された待ち行列に存在する前記リクエストが前
記時刻制限を越えていた場合に、前記時刻制限順で最適
化された待ち行列に実行順番を移す工程と、 実行しようとする前記時刻制限順で最適化された待ち行
列に存在する前記リクエストが前記時刻制限以内であっ
た場合に、前記記憶媒体内部のアクセス先の最適化を優
先された待ち行列に実行順番を移す工程と、 実行しようとする前記リクエストが前記有効期限を越え
ていた場合に当該リクエストの処理を即時に中止する工
程とを有する ことを特徴とするスケジューリング方法。
12. A scheduling method for scheduling execution of a request to the storage medium, which has parameters for specifying a priority, a time limit, an access destination inside the storage medium, and an expiration date, the method being added to the request. Based on the parameters
The first priority is given to the optimization of the access destination inside the storage medium.
In addition to configuring the queue of 1,
Constructing an optimized second queue and said first waiting when a new request is requested
A process for reconfiguring the queue and the second queue.
And the priority of optimization of the access destination inside the storage medium.
The time limit existing in the queue is adjusted when processing the request.
And a step existing in the queue optimized in the time limit order.
Optimizing the process of checking the time limit during request processing and the access destination inside the storage medium to be executed
If there is a previous request in the queue
If the time limit is exceeded, it is optimal according to the time limit order
Process of transferring execution order to optimized queue, and waiting line optimized in the time limit order to be executed
If the request in the column is within the time limit
In this case, optimization of the access destination inside the storage medium is favored.
The step of shifting the execution order to the queue that was preceded, and the request to be executed exceeds the expiration date.
If there is a request, the process of immediately stopping the processing of the request
Scheduling method and having a degree.
JP32010599A 1999-11-10 1999-11-10 Storage medium scheduler, real-time system, and scheduling method Expired - Fee Related JP3430999B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP32010599A JP3430999B2 (en) 1999-11-10 1999-11-10 Storage medium scheduler, real-time system, and scheduling method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP32010599A JP3430999B2 (en) 1999-11-10 1999-11-10 Storage medium scheduler, real-time system, and scheduling method

Publications (2)

Publication Number Publication Date
JP2001142649A JP2001142649A (en) 2001-05-25
JP3430999B2 true JP3430999B2 (en) 2003-07-28

Family

ID=18117768

Family Applications (1)

Application Number Title Priority Date Filing Date
JP32010599A Expired - Fee Related JP3430999B2 (en) 1999-11-10 1999-11-10 Storage medium scheduler, real-time system, and scheduling method

Country Status (1)

Country Link
JP (1) JP3430999B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7647455B2 (en) 2004-04-15 2010-01-12 Sony Corporation Information processing apparatus and method, program, and program recording medium
JP2011081580A (en) * 2009-10-07 2011-04-21 Hitachi Ltd Computer system and input/output method for the same
JP5521610B2 (en) * 2010-02-15 2014-06-18 日本電気株式会社 I / O control device and I / O control method

Also Published As

Publication number Publication date
JP2001142649A (en) 2001-05-25

Similar Documents

Publication Publication Date Title
JP3566152B2 (en) Data recording / reproducing device and program recording medium
JP2941765B2 (en) Real-time scheduling of prioritized disk requests
JPH0950667A (en) Method for control of disk drive
JP3372842B2 (en) Video server scheduling for simultaneous read-write requests
JPH07302225A (en) Continuous data recording and reproducing apparatus and cache control method
US20080068963A1 (en) Apparatus and method for processing information and program therefor
JP4292331B2 (en) Data recording / reproducing apparatus and method thereof
JP3778055B2 (en) Recording / reproducing apparatus and recording / reproducing method
JP4256075B2 (en) File system and storage area management method
JP3430999B2 (en) Storage medium scheduler, real-time system, and scheduling method
JP4502375B2 (en) File system and control method thereof
CN100429637C (en) Information processing apparatus and method, program, and program recording medium
JP4325194B2 (en) Apparatus and method for managing access to storage medium
KR19980033151A (en) How to manage files in a library and server device for libraries
JP4821741B2 (en) Video recording / reproducing system and video data reading method
US6111709A (en) Digital recorder with seamless punch-out
JP5024237B2 (en) Playback apparatus and playback program
JP3997640B2 (en) Information recording / reproducing device
JP4719239B2 (en) Video server and file management method
JPH09106327A (en) Data transfer scheduling method
KR100585094B1 (en) Method and apparatus for effective writing/reading data in multimedia system
JP2004104212A (en) Band management file system apparatus, program thereof, and program recording medium
JP3250440B2 (en) Audio / video data recording / reproducing device
JP3714323B2 (en) Editing system and method for copying AV data from AV server
JPH0348321A (en) Storage system and storage device

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090523

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100523

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees