JP3056000B2 - Multimedia data network transfer method - Google Patents
Multimedia data network transfer methodInfo
- Publication number
- JP3056000B2 JP3056000B2 JP4067415A JP6741592A JP3056000B2 JP 3056000 B2 JP3056000 B2 JP 3056000B2 JP 4067415 A JP4067415 A JP 4067415A JP 6741592 A JP6741592 A JP 6741592A JP 3056000 B2 JP3056000 B2 JP 3056000B2
- Authority
- JP
- Japan
- Prior art keywords
- transfer
- data
- multimedia data
- network
- control unit
- 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
Links
Landscapes
- Information Transfer Between Computers (AREA)
- Computer And Data Communications (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
- Small-Scale Networks (AREA)
Description
【0001】[0001]
【産業上の利用分野】本発明は、ネットワーク上に分散
して接続された複数のコンピュータの間で、時系列にア
クセスされるマルチメディアデータを管理または転送す
るマルチメディアデータネットワーク転送方式に関す
る。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multimedia data network transfer system for managing or transferring multimedia data accessed in a time series between a plurality of computers distributed and connected on a network.
【0002】[0002]
【従来の技術】ローカルエリアネットワーク(LAN)
などのネットワークに複数のホストコンピュータや端末
機を接続し、各ホストコンピュータを分散させて処理を
行なう分散処理方式のコンピュータシステムにおいて
は、各種のプログラムやデータベースなどを利用でき、
またネットワーク上のあるホストコンピュータが障害を
発生しても他のホストコンピュータを利用できるから、
資源の共用や信頼性の向上を図ることができる。2. Description of the Related Art Local area networks (LANs)
In a computer system of a distributed processing system in which a plurality of host computers and terminals are connected to a network such as a computer and the processing is performed by distributing the host computers, various programs and databases can be used.
Also, even if one host computer on the network fails, another host computer can be used,
Resources can be shared and reliability can be improved.
【0003】また、近年のコンピュータシステムのマル
チメディア化に伴い、オペレーティングシステムに対し
てマルチメディア機能をサポートすることが要求されて
いる。さらに、分散処理方式のコンピュータシステムに
対しても、ネットワークファイルシステムのマルチメデ
ィア化が要求されている。現在では、様々なネットワー
クファイルシステム(NFS,AFSなど)が提供され
ている。In addition, with the recent trend toward computerized multimedia systems, operating systems are required to support multimedia functions. Further, multimedia processing of a network file system is also required for a computer system of a distributed processing system. At present, various network file systems (NFS, AFS, etc.) are provided.
【0004】従来のこの種のネットワークファイルシス
テムによるデータ転送にあっては、時間的にクリティカ
ルなデータの転送については考慮されず、アプリケーシ
ョンを立ち上げる際にオープンされたファイル全体を、
各ホストコンピュータに設けられたローカルディスクに
キャッシュとして転送を行なっていた。In the conventional data transfer by this type of network file system, the transfer of time-critical data is not considered, and the entire file opened when the application is started is stored in the file.
The data is transferred as a cache to a local disk provided in each host computer.
【0005】あるいはファイルをいくつかのブロックに
分割し、ファイルポインターの移動によるページフォル
トを利用して、該当のブロックのみを転送するという方
法を用いていた。Alternatively, a method has been used in which a file is divided into several blocks, and only the relevant blocks are transferred using a page fault caused by moving a file pointer.
【0006】[0006]
【発明が解決しようとする課題】しかしながら、マルチ
メディアデータを扱うに際して、動画像データなどのデ
ータにあっては、転送するデータ量が膨大になり、ファ
イルをオープンした時に、ローカルキャッシュに全ての
データを転送していては、マルチメディアデータを扱う
アプリケーションの立ち上げに時間がかかってしまう。However, when handling multimedia data, the amount of data to be transferred for moving image data is enormous. When a file is opened, all data is stored in a local cache. In this case, it takes time to start an application that handles multimedia data.
【0007】また、ペーシフォルトを利用したアクセス
では、任意のブロック単位毎に毎回ページフォルトが発
生し、それによって毎回、ページフォルトを起こしたペ
ージに該当するブロックを探す処理を行わなければなら
なかった。Further, in the access using the page fault, a page fault occurs each time in an arbitrary block unit, so that a process for searching for a block corresponding to the page in which the page fault occurred must be performed each time. .
【0008】このため、時間が経過することによって、
シーケンシャルにアクセスされる前提にある時系列デー
タに対しても、ペーシフォルトが発生するまで待たなけ
ればならないという問題があった。Therefore, as time passes,
There is also a problem that it is necessary to wait until a page fault occurs even for time-series data that is premised on sequential access.
【0009】さらに、オープンによるファイルのローカ
ルキャッシュへの取り込みについては、取り込むファイ
ルサイズが大きくなるほど、転送時間がかかってしま
い、アプリケーションの立ち上げに時間がかかるという
問題があった。[0009] In addition, when a file is fetched into the local cache by opening, the transfer time increases as the size of the fetched file increases, and it takes time to start up the application.
【0010】本発明の目的は、時系列データの扱いに際
し、データ転送時間を短縮して膨大なマルチメディアデ
ータを分散処理環境で管理でき、ネットワーク上でマル
チメディアデータを共用でき、ディスク資源を有効利用
できるマルチメディアデータネットワーク転送方式を提
供することにある。SUMMARY OF THE INVENTION An object of the present invention is to deal with time-series data by reducing the data transfer time, managing a large amount of multimedia data in a distributed processing environment, sharing multimedia data on a network, and using disk resources efficiently. It is to provide a multimedia data network transfer method that can be used.
【0011】[0011]
【課題を解決するための手段】本発明は、上記課題を解
決し目的を達成するために、図1に示す構成とした。本
発明は、ネットワーク1上に分散して接続された複数の
コンピュータ2の間で、時系列にアクセスされるマルチ
メディアデータを管理または転送するマルチメディアデ
ータネットワーク転送方式において、各コンピュータ2
は、ネットワーク1上のデータ転送のための取り決めを
制御するネットワーク制御部6と、時間を計測する時間
計測部3と、データを記憶した複数のファイル8を有す
る記憶装置7と、ファイル8のデータ形式に応じて、記
憶装置7からネットワーク制御部6に転送すべきデータ
の転送ブロック長とそのデータの転送時間間隔とを制御
するマルチメディアデータ制御部5とを備えている。The present invention has the structure shown in FIG. 1 in order to solve the above problems and achieve the object. The present invention relates to a multimedia data network transfer system for managing or transferring multimedia data accessed in time series among a plurality of computers 2 distributed and connected on a network 1.
Is a network control unit 6 for controlling an agreement for data transfer on the network 1, a time measuring unit 3 for measuring time, a storage device 7 having a plurality of files 8 storing data, and a data The multimedia data control unit 5 controls a transfer block length of data to be transferred from the storage device 7 to the network control unit 6 and a transfer time interval of the data according to the format.
【0012】マルチメディアデータ制御部5は、ファイ
ル8のうち特定のファイルが要求されたとき、この特定
のファイルがいずれの記憶装置7に存在するかを判断
し、特定のファイルのデータ形式に応じた転送時間間隔
を時間計測部3に出力し、時間計測部3は、転送時間間
隔に基づき時間を計測して転送時間間隔毎に、記憶装置
7内の特定のファイルからデータを転送ブロック長単位
でネットワーク制御部6に転送するようマルチメディア
データ制御部5に指示するよう構成する。When a specific file among the files 8 is requested, the multimedia data control unit 5 determines which storage device 7 this specific file exists in, and according to the data format of the specific file. The transfer time interval is output to the time measuring unit 3, which measures time based on the transfer time interval, and transfers data from a specific file in the storage device 7 at each transfer time interval in units of transfer block length. To instruct the multimedia data control unit 5 to transfer the data to the network control unit 6.
【0013】より好適には以下のようにするのが望まし
い。すなわち、記憶装置7は、ファイル8を管理するた
めのファイル管理テーブル9を有し、このファイル管理
テーブル9は、少なくとも転送ブロック長、転送時間間
隔、いずれの記憶装置7がマルチメディアデータを所有
しているかを示すリンク情報を格納していることを特徴
とする。More preferably, the following is desirable. That is, the storage device 7 has a file management table 9 for managing the file 8, and this file management table 9 has at least a transfer block length and a transfer time interval, and which storage device 7 owns the multimedia data. Link information indicating whether or not there is a
【0014】また、各コンピュータ2は、ネットワーク
1上のデータ転送のための取り決めを制御するネットワ
ーク制御部6と、時間を計測する時間計測部3と、デー
タを記憶した複数のファイル8を有する記憶装置7と、
利用者によって指定された転送ブロック長と転送時間間
隔に基づき、記憶装置7からネットワーク制御部6への
データ転送を行なうマルチメディアデータ制御部5とを
備えている。Each computer 2 has a network control unit 6 for controlling an agreement for data transfer on the network 1, a time measuring unit 3 for measuring time, and a storage device having a plurality of files 8 for storing data. Device 7,
A multimedia data control unit 5 for transferring data from the storage device 7 to the network control unit 6 based on a transfer block length and a transfer time interval designated by a user is provided.
【0015】マルチメディアデータ制御部5は、ファイ
ル8のうち特定のファイルが要求されたとき、この特定
のファイルがいずれの記憶装置7に存在するかを判断
し、利用者によって指定された転送時間間隔を時間計測
部3に出力し、時間計測部3は、利用者によって指定さ
れた転送時間間隔に基づき時間を計測して転送時間間隔
毎に、記憶装置7内の特定のファイルからデータを転送
ブロック長単位でネットワーク制御部6に転送するよう
マルチメディアデータ制御部5に指示するよう構成す
る。When a specific file among the files 8 is requested, the multimedia data control unit 5 determines which storage device 7 this specific file exists in, and determines the transfer time specified by the user. The interval is output to the time measuring unit 3, which measures the time based on the transfer time interval specified by the user and transfers data from a specific file in the storage device 7 at each transfer time interval. The multimedia data control unit 5 is instructed to transfer the data to the network control unit 6 in block length units.
【0016】[0016]
【作用】本発明によれば、特定のファイルの要求をマル
チメディアデータ制御部5に対して行なうと、マルチメ
ディアデータ制御部5は、特定のファイルがいずれの記
憶装置7に存在するかを判断し、特定のファイルのデー
タ形式に応じた転送時間間隔を時間計測部3に出力し、
時間計測部3は、転送時間間隔に基づき時間を計測して
転送時間間隔毎に、記憶装置7内の特定のファイルから
データを転送ブロック長単位でネットワーク制御部6に
転送するようマルチメディアデータ制御部5に指示する
ので、予め指定された転送ブロック長、転送時間間隔で
マルチメディアデータをアプリケーション側のマルチメ
ディアデータ制御部5に転送できる。よって、転送時間
を短縮できるとともに、膨大なマルチメディアデータを
分散処理環境で管理できるので、ネットワーク上でマル
チメディアデータを共用でき、ディスク資源を有効利用
できる。According to the present invention, when a request for a specific file is made to the multimedia data control unit 5, the multimedia data control unit 5 determines which storage device 7 the specific file exists. Then, a transfer time interval corresponding to the data format of the specific file is output to the time measuring unit 3,
The time measuring unit 3 measures the time based on the transfer time interval, and controls the multimedia data to transfer data from a specific file in the storage device 7 to the network control unit 6 in units of transfer block length at each transfer time interval. Since the instruction is given to the unit 5, the multimedia data can be transferred to the multimedia data control unit 5 on the application side with a transfer block length and a transfer time interval specified in advance. Therefore, the transfer time can be reduced, and a large amount of multimedia data can be managed in a distributed processing environment. Therefore, multimedia data can be shared on a network, and disk resources can be effectively used.
【0017】また、ファイル管理テーブルに格納された
少なくとも転送ブロック長、転送時間間隔、リンク情報
を用いてデータ転送を管理するようにしてもよい。ま
た、利用者により転送ブロック長及び転送時間間隔を指
定することによっても、上記と同様な効果を奏する。Further, data transfer may be managed using at least the transfer block length, transfer time interval, and link information stored in the file management table. The same effect as described above can also be obtained by designating the transfer block length and the transfer time interval by the user.
【0018】[0018]
【実施例】以下、本発明の具体的な実施例を説明する。
図2は本発明の実施例の構成ブロック図、図3は実施例
におけるデータ転送方式のフロー図、図4はファイル管
理テーブルの構成を示す図である。DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, specific embodiments of the present invention will be described.
FIG. 2 is a block diagram showing a configuration of an embodiment of the present invention, FIG. 3 is a flowchart of a data transfer method in the embodiment, and FIG. 4 is a diagram showing a configuration of a file management table.
【0019】時系列データのアクセスに関しては、次に
アクセスされる時刻、ファイルの位置などをファイルの
属性など、例えばデータのアップデート周期やそのブロ
ック単位などから予測することができる。Regarding access to the time-series data, the next access time, the position of the file, and the like can be predicted from the attributes of the file, such as the data update cycle and the block unit.
【0020】LAN1には、アプリケーション側として
のホストコンピュータ2ー1と、ファイルサーバとして
のホストコンピュータ2ー2とが接続されている。な
お、ここでは、ホストコンピュータ2ー1がアプリケー
ション側として説明するが、これとは逆にファイルサー
バとして用いてもよい。The LAN 1 is connected to a host computer 2-1 as an application and a host computer 2-2 as a file server. Here, the host computer 2-1 is described as an application, but may be used as a file server.
【0021】ホストコンピュータ2ー1,2ー2は、次
のように構成されている。ホストコンピュータ2ー1に
有するプログラム10は、複数存在するユーザプロセス
の1つのプログラムであり、マルチメディアデータの再
生を要求しているユーザプログラムである。The host computers 2-1 and 2-2 are configured as follows. The program 10 included in the host computer 2-1 is one of a plurality of user processes, and is a user program requesting reproduction of multimedia data.
【0022】アロケート領域20は、プログラム10か
ら要求されて、時間的にアロケート(割当)された領域
である。タイマー3ー1,3ー2は、アロケート領域2
0を時間的に管理するものである。The allocate area 20 is an area which is requested from the program 10 and is temporally allocated (allocated). Timers 3-1 and 3-2 are allocated area 2
0 is temporally managed.
【0023】領域管理部4は、ユーザの物理メモリを時
間的に管理するものである。ディスク7ー1,7ー2
は、データを記憶するファイルとこのファイルを管理す
るファイル管理テーブルとを有している。The area management unit 4 manages a user's physical memory over time. Discs 7-1 and 7-2
Has a file for storing data and a file management table for managing this file.
【0024】マルチメディアデータ制御部5ー1は、プ
ログラム10からファイルのオープン、リードなどの要
求を受け、要求されたファイルがネットワーク1上のど
のホストコンピュータ2ー1,2ー2のディスク7ー
1,7ー2に存在するかを判断し、要求されたデータの
形式に応じて、要求されたデータが存在するディスク
(7ー2)からネットワーク制御部(6ー2)に転送す
べきデータ量とタイミングとを制御し、すなわち時系列
データを扱うモード(時間経過に応じて自動的に任意デ
ータサイズをデータ転送するモード)で処理可能(アク
セス可能)かを判断する。The multimedia data control unit 5-1 receives a request for opening or reading a file from the program 10, and stores the requested file in the disk 7 of any of the host computers 2-1 and 2-2 on the network 1. 1, 7-2, and determines, according to the format of the requested data, the data to be transferred from the disk (7-2) in which the requested data exists to the network control unit (6-2). The amount and timing are controlled, that is, it is determined whether processing is possible (accessible) in a mode for handling time-series data (a mode for automatically transferring an arbitrary data size as time passes).
【0025】マルチメディアデータ制御部5ー1は、時
系列データを扱うモードで処理可能であれば、ネットワ
ーク1上の要求ファイルを所有するホストコンピュータ
2ー1のマルチメディアデータ制御部5ー2に時系列デ
ータの転送を要求する。If the multimedia data control unit 5-1 can process in a mode that handles time-series data, the multimedia data control unit 5-1 of the host computer 2-1 owning the requested file on the network 1 sends it to the multimedia data control unit 5-2. Request transfer of time series data.
【0026】ネットワーク制御部6ー1,6ー2は、ネ
ットワーク1のデータ転送プロトコルを制御するもので
ある。タイマー3ー2は、マルチメディアデータ制御部
5ー1で算出されたタイミングに従って時間計測を行
い、タイミング計測後にディスク7ー2から要求された
データをネットワーク制御部6ー2に転送するようにマ
ルチメディアデータ制御部5ー2に対して指示する。The network control units 6-1 and 6-2 control a data transfer protocol of the network 1. The timer 3-2 measures the time according to the timing calculated by the multimedia data control unit 5-1. After the timing measurement, the timer 3-2 transfers the data requested from the disk 7-2 to the network control unit 6-2. An instruction is given to the media data control unit 5-2.
【0027】図3に示すファイル管理テーブルには、I
D情報、NFSのフラグのセット、アクセス権、時系列
データか、データのブロック長のサイズ、アップデート
周期、リンク情報が格納されている。The file management table shown in FIG.
D information, NFS flag set, access right, time series data, data block length size, update period, and link information are stored.
【0028】次に図2ないし図4を参照して実施例1の
データ転送方式を説明する。マルチメディアデータファ
イルのオープン要求を、ユーザのアプリケーションがマ
ルチメディアデータ制御部5ー1に要求する(図3のス
テップ100)。Next, a data transfer method according to the first embodiment will be described with reference to FIGS. The user application requests the multimedia data control unit 5-1 to open the multimedia data file (step 100 in FIG. 3).
【0029】マルチメディアデータ制御部5ー1では、
要求されたファイルが自ホストコンピュータ2ー1のデ
ィスク7ー1にあるのかネットワーク1上の他のホスト
コンピュータ2ー2のディスク7ー2にあるのかを判断
する(ステップ101)。In the multimedia data control unit 5-1,
It is determined whether the requested file is on the disk 7-1 of the host computer 2-1 or on the disk 7-2 of another host computer 2-2 on the network 1 (step 101).
【0030】そして、プログラム10からデータ処理の
ための時間的な領域のアロケートを領域管理部4ー1に
要求する。ここで、対象ファイルをディレクトサーチし
ていく途中で、他のホストコンピュータにリンクされた
ディレクトリにあると判断すると、ネットワーク制御部
6,ー1,6ー2を介して、オープン要求をマルチメデ
ィアデータ制御部5ー2に出力する(ステップ10
2)。Then, the program 10 requests the area management unit 4-1 to allocate a time area for data processing. If it is determined that the target file is in a directory linked to another host computer during the directory search of the target file, an open request is sent to the multimedia data via the network control units 6-1, 6-1. Output to the control unit 5-2 (Step 10
2).
【0031】オープン要求を受けたマルチメディアデー
タ制御部5ー2では、要求されたファイルの確認を行
い、ファイルが存在しデータ量及びタイミングの点でア
クセス可能であるか判断する(ステップ103)。Upon receiving the open request, the multimedia data control unit 5-2 confirms the requested file and determines whether the file exists and is accessible in terms of data amount and timing (step 103).
【0032】アクセス可能であれば、成功の結果情報
(この結果情報には、ファイルのパーミッション情報、
時系列データか、時系列データであれば、単位ブロック
長、アップデート周期が含まれる。)をマルチメディア
データ制御部5ー1に返送する(ステップ104)。If access is possible, success result information (this result information includes file permission information,
If the data is time-series data or time-series data, a unit block length and an update cycle are included. ) Is returned to the multimedia data control unit 5-1 (step 104).
【0033】この結果を受けたマルチメディアデータ制
御部5ー1は、アクセス可能であれば、ファイルの属性
としてネットワークファイルシステム(NFS)のフラ
グと、ディスク間を関係付けるためのリンク情報とを、
オープンされたファイルを管理するファイル管理テーブ
ルにセットする(ステップ105)。そして、ユーザに
は、情報をセットしたファイル管理テーブルのID(個
人情報)を返送する。When the multimedia data control unit 5-1 receives the result, if it is accessible, the multimedia data control unit 5-1 stores a flag of a network file system (NFS) as a file attribute and link information for associating disks.
The opened file is set in the file management table for managing the file (step 105). Then, the ID (personal information) of the file management table in which the information is set is returned to the user.
【0034】ユーザは、その後、そのIDを基にして、
オープンしたマルチメディアデータファイルをリードを
用いて読み込みの要求を行なう。この要求は、ネットワ
ーク制御部6ー1,6ー2を経て、ファイルを所有する
マルチメディアデータ制御部5ー2に送られる(ステッ
プ106)。[0034] The user can then, based on the ID,
A read request is issued for the opened multimedia data file using the read. This request is sent to the multimedia data control unit 5-2 that owns the file via the network control units 6-1 and 6-2 (step 106).
【0035】マルチメディアデータ制御部5ー2では、
ファイルヘッダの情報に基づいて最初のブロックを転送
した後(ステップ107)、ファイルヘッドの情報から
転送ブロック長及びデータ転送時間間隔をタイマー3ー
2に登録する(ステップ108)。タイマー3ー2は、
登録された時間が到来すると、マルチメディアデータ制
御部5ー2に通知する。その通知を受けたマルチメディ
アデータ制御部5ー2は、ディスク7ー2から要求され
たデータを読み出しネットワーク制御部6ー1,6ー2
を介してマルチメディアデータ制御部5ー1に転送する
(ステップ109)。In the multimedia data control unit 5-2,
After transferring the first block based on the information in the file header (step 107), the transfer block length and the data transfer time interval are registered in the timer 3-2 from the information on the file head (step 108). Timer 3-2
When the registered time arrives, it notifies the multimedia data control unit 5-2. Upon receiving the notification, the multimedia data control unit 5-2 reads the requested data from the disk 7-2 and reads the requested data from the disk 7-2.
(Step 109).
【0036】このように指定されたデータの形式に応じ
て、マルチメディアデータ制御部5ー2では、ファイル
管理テーブルのファイルヘッダの情報に基づいて図4に
示すように600Kサイズのブロック長で、しかもタイ
マー3ー2の基にアップデート周期30msでマルチメ
ディアデータ制御部5ー1にデータを転送するので、膨
大なマルチメディアデータを分散環境で管理できるか
ら、ネットワーク1上でマルチメディアデータを共有し
て使用でき、ディスク資源の有効利用を図ることができ
る。In accordance with the data format specified in this manner, the multimedia data control unit 5-2 has a block length of 600K as shown in FIG. 4 based on the information of the file header of the file management table. In addition, since the data is transferred to the multimedia data control unit 5-1 at an update period of 30 ms based on the timer 3-2, a large amount of multimedia data can be managed in a distributed environment, so that the multimedia data can be shared on the network 1. The disk resources can be used effectively.
【0037】なお、本発明は、上述した実施例に限定さ
れるものではない。 (1)実施例では、ファイルヘッダに書かれた情報(ブ
ロック長、アップデート周期など)に基づいてデータ転
送を制御するようにしたが、例えばユーザがリードを要
求する際にブロック長、アップデート周期などの値を変
更するようにしてもよい。The present invention is not limited to the embodiment described above. (1) In the embodiment, the data transfer is controlled based on the information (block length, update cycle, etc.) written in the file header. For example, when the user requests read, the block length, update cycle, etc. May be changed.
【0038】このようにすれば、速度を変更した再生が
可能となる。 (2)また、実施例または(1)の例では、マルチメデ
ィアデータ制御部5ー2のデータ転送タイミングで、ア
ロケート領域20をアップデートしているが、アップデ
ートのタイミングを、自己のホストコンピュータ2ー1
のタイマー3ー1の通知に基づいて行うようにしてもよ
い。[0038] In this way, it is possible to perform reproduction at a changed speed. (2) In the embodiment or the example of (1), the allocation area 20 is updated at the data transfer timing of the multimedia data control unit 5-2. 1
May be performed based on the notification of the timer 3-1.
【0039】この場合にあっても、実施例と同様な効果
が得られる。 (3)さらに、実施例または(2)の例では、ファイル
サーバ側のコンピュータ2ー2が、タイミングをとって
データ転送するようにしているが、タイマー3ー1が周
期的に疑似的なページフォルトを発生させ、アプリケー
ションが次にアクセスするページのデータをネットワー
クからとるようにしてもよい。この場合にあっても、実
施例と同様な効果が得られる。In this case, the same effect as that of the embodiment can be obtained. (3) Further, in the embodiment or the example of (2), the computer 2-2 on the file server side transfers data at a proper timing, but the timer 3-1 periodically sets the pseudo page. A fault may be generated so that data of a page to be accessed next by the application is obtained from the network. Even in this case, the same effect as that of the embodiment can be obtained.
【0040】[0040]
【発明の効果】本発明によれば、膨大なマルチメディア
データを分散処理環境で管理できるので、ネットワーク
上でマルチメディアデータを共用でき、ディスク資源を
有効利用でき、分散処理環境におけるマルチメディア化
に多大なる効果を奏する。According to the present invention, since a large amount of multimedia data can be managed in a distributed processing environment, multimedia data can be shared on a network, disk resources can be effectively used, and multimedia can be used in a distributed processing environment. It has a great effect.
【図1】本発明の原理図である。FIG. 1 is a principle diagram of the present invention.
【図2】本発明の実施例の構成ブロック図である。FIG. 2 is a configuration block diagram of an embodiment of the present invention.
【図3】実施例のマルチメディアデータ転送方式のフロ
ー図である。FIG. 3 is a flowchart of a multimedia data transfer method according to the embodiment.
【図4】ファイル管理テーブルの構成を示す図である。FIG. 4 is a diagram showing a configuration of a file management table.
1・・LAN 2ー1,2ー2・・ホストコンピュータ 3ー1,3ー2・・タイマー 4ー1・・領域管理部 5ー1,5ー2・・マルチメディアデータ制御部 6ー1,6ー2・・ネットワーク制御部 7ー1,7ー2・・ディスク 10・・プログラム 20・・アロケート領域 1. LAN 2-1 2-2 Host computer 3-1 2-2 Timer 4-1 Area management unit 5-1 5-2 Multimedia data control unit 6-1 , 6-2 .. Network control unit 7-1, 7-2. Disk 10. Program 20. Allocate area
───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 平3−85654(JP,A) 特開 平5−14763(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 13/00 G06T 1/00 H04N 7/173 H04L 12/54,12/58 ────────────────────────────────────────────────── ─── Continuation of the front page (56) References JP-A-3-85654 (JP, A) JP-A-5-14763 (JP, A) (58) Fields investigated (Int. Cl. 7 , DB name) G06F 13/00 G06T 1/00 H04N 7/173 H04L 12 / 54,12 / 58
Claims (3)
れた複数のコンピュータ(2)の間で、時系列にアクセ
スされるマルチメディアデータを管理または転送するマ
ルチメディアデータネットワーク転送方式において、 前記各コンピュータ(2)は、前記ネットワーク(1)
上のデータ転送のための取り決めを制御するネットワー
ク制御部(6)と、時間を計測する時間計測部(3)
と、データを記憶した複数のファイル(8)を有する記
憶装置(7)と、前記ファイル(8)のデータ形式に応
じて、前記記憶装置(7)から前記ネットワーク制御部
(6)に転送すべきデータの転送ブロック長とそのデー
タの転送時間間隔とを制御するマルチメディアデータ制
御部(5)とを備え、 前記マルチメディアデータ制御部(5)は、前記ファイ
ル(8)のうち特定のファイルが要求されたとき、この
特定のファイルが前記いずれの記憶装置(7)に存在す
るかを判断し、前記特定のファイルのデータ形式に応じ
た前記転送時間間隔を前記時間計測部(3)に出力し、 前記時間計測部(3)は、前記転送時間間隔に基づき時
間を計測して前記転送時間間隔毎に、前記記憶装置
(7)内の特定のファイルからデータを前記転送ブロッ
ク長単位で前記ネットワーク制御部(6)に転送するよ
う前記マルチメディアデータ制御部(5)に指示するこ
とを特徴とするマルチメディアデータネットワーク転送
方式。1. A multimedia data network transfer system for managing or transferring multimedia data accessed in time series among a plurality of computers (2) dispersedly connected on a network (1), Each computer (2) is connected to the network (1)
A network control unit (6) for controlling the above data transfer agreement and a time measurement unit (3) for measuring time
And a storage device (7) having a plurality of files (8) storing data, and transferring the data from the storage device (7) to the network control unit (6) according to the data format of the file (8). A multimedia data control unit (5) for controlling a transfer block length of data to be transferred and a transfer time interval of the data, wherein the multimedia data control unit (5) is a specific file among the files (8) Is requested, it is determined which storage device (7) this specific file exists in, and the transfer time interval according to the data format of the specific file is sent to the time measuring unit (3). The time measurement unit (3) measures time based on the transfer time interval, and transfers data from a specific file in the storage device (7) at each transfer time interval to the transfer block. Multimedia data network transfer method, characterized by instructing the multimedia data control unit (5) to transfer the network controller using the clock length units (6).
(8)を管理するためのファイル管理テーブル(9)を
有し、このファイル管理テーブル(9)は、少なくとも
前記転送ブロック長、転送時間間隔、いずれの記憶装置
(7)が前記マルチメディアデータを所有しているかを
示すリンク情報を格納していることを特徴とする請求項
1記載のマルチメディアデータネットワーク転送方式。2. The storage device (7) has a file management table (9) for managing the file (8). The file management table (9) includes at least the transfer block length and the transfer time. 2. The multimedia data network transfer system according to claim 1, wherein link information indicating an interval and which storage device (7) owns the multimedia data is stored.
れた複数のコンピュータ(2)の間で、時系列にアクセ
スされるマルチメディアデータを管理または転送するマ
ルチメディアデータネットワーク転送方式において、 前記各コンピュータ(2)は、前記ネットワーク(1)
上のデータ転送のための取り決めを制御するネットワー
ク制御部(6)と、時間を計測する時間計測部(3)
と、データを記憶した複数のファイル(8)を有する記
憶装置(7)と、利用者によって指定された転送ブロッ
ク長と転送時間間隔に基づき、前記記憶装置(7)から
前記ネットワーク制御部(6)へのデータ転送を行なう
マルチメディアデータ制御部(5)とを備え、 前記マルチメディアデータ制御部(5)は、前記ファイ
ル(8)のうち特定のファイルが要求されたとき、この
特定のファイルが前記いずれの記憶装置(7)に存在す
るかを判断し、前記利用者によって指定された転送時間
間隔を前記時間計測部(3)に出力し、 前記時間計測部(3)は、前記利用者によって指定され
た転送時間間隔に基づき時間を計測して前記転送時間間
隔毎に、前記記憶装置(7)内の特定のファイルからデ
ータを前記転送ブロック長単位で前記ネットワーク制御
部(6)に転送するよう前記マルチメディアデータ制御
部(5)に指示することを特徴とするマルチメディアデ
ータネットワーク転送方式。3. A multimedia data network transfer system for managing or transferring time-series accessed multimedia data among a plurality of computers (2) distributed and connected on a network (1), Each computer (2) is connected to the network (1)
A network control unit (6) for controlling the above data transfer agreement and a time measurement unit (3) for measuring time
A storage device (7) having a plurality of files (8) storing data, and the network control unit (6) from the storage device (7) based on a transfer block length and a transfer time interval designated by a user. And a multimedia data control unit (5) for transferring data to the specific file when the specific file is requested from the file (8). Is determined in which of the storage devices (7), the transfer time interval specified by the user is output to the time measuring unit (3), and the time measuring unit (3) A time is measured based on a transfer time interval designated by a user, and data is transferred from a specific file in the storage device (7) in units of the transfer block length at each transfer time interval. Multimedia data network transfer method, characterized by instructing the multimedia data control unit (5) to forward to the network control unit (6).
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4067415A JP3056000B2 (en) | 1992-03-25 | 1992-03-25 | Multimedia data network transfer method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4067415A JP3056000B2 (en) | 1992-03-25 | 1992-03-25 | Multimedia data network transfer method |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH05274237A JPH05274237A (en) | 1993-10-22 |
JP3056000B2 true JP3056000B2 (en) | 2000-06-26 |
Family
ID=13344262
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP4067415A Expired - Fee Related JP3056000B2 (en) | 1992-03-25 | 1992-03-25 | Multimedia data network transfer method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3056000B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH07334436A (en) * | 1994-06-06 | 1995-12-22 | Mitsubishi Electric Corp | Automatic distribution system for software |
JPH0981491A (en) * | 1995-09-12 | 1997-03-28 | Toshiba Corp | Network video server, client device and multimedia information providing method |
-
1992
- 1992-03-25 JP JP4067415A patent/JP3056000B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPH05274237A (en) | 1993-10-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5893140A (en) | File server having a file system cache and protocol for truly safe asynchronous writes | |
US6298386B1 (en) | Network file server having a message collector queue for connection and connectionless oriented protocols | |
US5948062A (en) | Network file server using a cached disk array storing a network file directory including file locking information and data mover computers each having file system software for shared read-write file access | |
JP3563541B2 (en) | Data storage device and data storage method | |
JPH09311839A (en) | Data sharing system | |
JPH09282217A (en) | Information transfer method | |
JPH1155645A (en) | Multimedia distribution operation management system | |
JP3056000B2 (en) | Multimedia data network transfer method | |
JPH08221372A (en) | Free resource management device in distributed processing system | |
JP2005234794A (en) | File system controller | |
JPS63289657A (en) | Common file access system | |
JPH08212090A (en) | Server system | |
US5623639A (en) | Memory management system for the time-wise management of memory | |
JP2636740B2 (en) | Distributed file system | |
JP2746189B2 (en) | File access control system | |
JPH05128070A (en) | Remote cache control device and its method | |
JP3255081B2 (en) | File-access device and machine-readable recording medium recording program | |
JP2595332B2 (en) | Network system data transfer method | |
JPH10222456A (en) | Data transfer device | |
JPH03111948A (en) | Distributed data file control system | |
JP2912657B2 (en) | File access processor | |
JPH07152651A (en) | Method and device for information processing | |
JP2001346142A (en) | Distribution system for digital video/audio data, video server and control method for buffer | |
JPH08202602A (en) | File backup method | |
JPH1198448A (en) | Video server system and access processing method therefor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20000328 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080414 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090414 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090414 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100414 Year of fee payment: 10 |
|
LAPS | Cancellation because of no payment of annual fees |