JPH096663A - Distributed link information maintenance method - Google Patents

Distributed link information maintenance method

Info

Publication number
JPH096663A
JPH096663A JP7147562A JP14756295A JPH096663A JP H096663 A JPH096663 A JP H096663A JP 7147562 A JP7147562 A JP 7147562A JP 14756295 A JP14756295 A JP 14756295A JP H096663 A JPH096663 A JP H096663A
Authority
JP
Japan
Prior art keywords
information
change
link
information file
file
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.)
Granted
Application number
JP7147562A
Other languages
Japanese (ja)
Other versions
JP3769775B2 (en
Inventor
Minoru Nakazawa
実 中沢
Jun Maeda
潤 前田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP14756295A priority Critical patent/JP3769775B2/en
Publication of JPH096663A publication Critical patent/JPH096663A/en
Application granted granted Critical
Publication of JP3769775B2 publication Critical patent/JP3769775B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE: To attain an effective access to a desired information file by storing the change information in a storage means to show the relation between unchanged and changed identification symbols when an identification signal is change in response to the change of an information file and then sending the change information to another system which had an access to the information file by means of the unchanged and changed identification symbols. CONSTITUTION: When the name of an information file is changed at an information file updating processing part 211, the change contents and the chance time of the file name are shown in a single record and stored in a change information management data base 11 where the change information is recorded. Then an access is given to the information file whose name is changed by the unchanged old name/old identifier and based on the link data stored in a link information data base 12. At the same time, an access is given to the data base 11 to read out the changed name of the information file and the information change time and to send them to the access requester.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、例えば、分散情報ファ
イル管理システムや分散ソフトウェア開発環境におい
て、情報ファイル間の関連を示すリンクデータを更新す
る際に使用する分散リンク情報維持方法に関するもので
ある。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a distributed link information maintaining method used for updating link data indicating a relation between information files in a distributed information file management system or a distributed software development environment, for example. .

【0002】近年のコンピュータシステムのオープンシ
ステム化や高速化により、情報ファイルの分散化が進
み、分散化した複数の情報ファイルがランダムな時間に
更新される場合がある。
In recent years, due to the open system and speeding up of computer systems, information files are becoming more distributed, and a plurality of distributed information files may be updated at random times.

【0003】例えば、ネットワークで結合された複数の
システムのそれぞれに、情報ファイルと情報ファイル相
互間の関連を示すリンクデータを備え、各システムが情
報ファイル名あるいはファイル識別子を指定することに
より、他システムの情報ファイルをアクセスできる様に
した分散情報ファイル管理システムや、既存の情報ファ
イルの影響を受けて新しい情報ファイルが生成され、既
存の情報ファイルの変更に対応して新しい情報ファイル
の変更が要求される様な分散ソフトウェア開発環境にお
いては、情報ファイルが複数に分割された時、情報
ファイル名や識別子が変更された時、情報ファイルが
削除された時などの際、情報ファイルの関連を示すリン
クデータを、変更された情報ファイルに合わせて更新
し、他システムの情報ファイルに効率的にアクセスでき
る様にすることが必要である。
For example, each of a plurality of systems connected via a network is provided with an information file and link data indicating a relation between the information files, and each system designates an information file name or a file identifier. Distributed information file management system that makes the information files accessible, and new information files are created under the influence of existing information files, and new information file changes are requested in response to changes in existing information files. In a distributed software development environment like this, when the information file is divided into multiple files, when the information file name or identifier is changed, when the information file is deleted, etc. Is updated to match the changed information file, and the information file of the other system is updated. It is necessary to such efficient access to Le.

【0004】[0004]

【従来の技術】分散ソフトウェア開発環境の下でソフト
ウェアを開発する際、仕様書作成者が開発すべきソフト
ウェアの仕様書A を作成し、これに基づいて設計書作成
者が設計書B を作成したとする。
2. Description of the Related Art When developing software under a distributed software development environment, a specification creator creates a specification A of software that should be developed, and based on this, a design creator creates design specification B. And

【0005】この時、仕様書A を変更すれば設計書B も
変更しなければならないので、これらの情報ファイル間
の関連を示すリンクデータとしては(仕様書A →設計書
B)と表示できる。即ち、右矢は左側の仕様書A が影響
元、右側の設計書B が影響先あることを示している。
At this time, if the specification document A is changed, the design document B must also be changed. Therefore, the link data indicating the relationship between these information files is (specification document A → design document).
B) can be displayed. That is, the right arrow indicates that the specification A on the left side is the influence source, and the design document B on the right side is the influence destination.

【0006】ここで、設計書作成者が、作成した設計書
B を設計書B-1 と設計書B-2 に分割して設計書B を削除
し、リンクデータを仕様書A →設計書B から仕様書A →
設計書B-1,設計書B-2 に変更したとする。
Here, the design document created by the design document creator
Design document B-1 is divided into design document B-1 and design document B-2, design document B is deleted, and link data is converted from specification document A → design document B to specification document A →
It is assumed that the specifications are changed to design document B-1 and design document B-2.

【0007】しかし、設計書作成者は設計書B の削除、
分割の情報を仕様書作成者に送らないので、仕様書作成
者は変更前のリンクデータ仕様書A →設計書B を引き続
き保持することになる。
However, the design document creator deletes the design document B,
Since the division information is not sent to the specification creator, the specification creator will continue to retain the link data specification A → design B before the change.

【0008】この為、仕様書作成者が分割された設計書
にアクセスするには、設計者が持っている変更情報をた
どって、正しいリンクデータを得なければならない。つ
まり、従来の分散ソフトウェア開発環境でのリンクデー
タの維持方法は、例えば、設計書作成者側にリンクデー
タを格納したメモリを設け、このメモリに変更情報のみ
を記録しておく。
For this reason, in order for the specification creator to access the divided design documents, correct link data must be obtained by tracing the change information held by the designer. That is, in the conventional method of maintaining the link data in the distributed software development environment, for example, a memory for storing the link data is provided on the design document creator side, and only the change information is recorded in this memory.

【0009】そこで、仕様書作成者が設計書にアクセス
する時、設計書作成者側で記録してある最初のリンク情
報から全ての変更情報をたどって最新のリンク情報を得
た後、このリンク情報を用いて所望の情報ファイルにア
クセスしていた。
Therefore, when the specification creator accesses the design document, all the change information is traced from the first link information recorded on the design document creator side to obtain the latest link information, and then this link is created. The information was used to access the desired information file.

【0010】[0010]

【発明が解決しようとする課題】従って、頻繁にリンク
情報を変更する場合、リンク情報と変更情報をたどって
最新のリンク情報を得る為、変更情報を記憶する領域が
大きくなると共に、変更情報をたどる為の検索時間が長
くなると云う課題がある。
Therefore, when the link information is changed frequently, the latest link information is obtained by tracing the link information and the change information, so that the area for storing the change information becomes large and the change information can be stored. There is a problem that the search time for tracing becomes long.

【0011】本発明は、所望の情報ファイルに効率よく
アクセスできる様にすることを目的とする。
An object of the present invention is to make it possible to efficiently access a desired information file.

【0012】[0012]

【課題を解決するための手段】第1の本発明は、情報フ
ァイルの変更に伴って情報ファイルの名称あるいは識別
子(これらを識別記号と云う)の変更が行われた時、変
更前後の識別記号の関係を示す変更情報を、変更した情
報ファイルが格納されたシステム内の記憶手段に格納し
ておく。
According to a first aspect of the present invention, when a name or an identifier of an information file (these are referred to as an identification symbol) is changed along with a change of an information file, an identification symbol before and after the change is made. The change information indicating the relationship is stored in the storage means in the system in which the changed information file is stored.

【0013】そして、識別記号を変更した情報ファイル
に対して、他システムから変更前の識別記号を用いてア
クセスが行われた際、該記憶手段に格納してある変更情
報をアクセスした他システムに送出する。
Then, when the information file with the changed identification symbol is accessed from the other system using the identification symbol before the change, the changed information stored in the storage means is accessed by the other system. Send out.

【0014】そこで、アクセスした他システムは入力し
た変更情報を用いて、リンクデータ中の変更前識別記号
を変更後識別記号に更新する様にした。第2の本発明
は、情報ファイルの変更情報と変更時刻を、変更した情
報ファイルが格納されたシステム内の記憶手段に格納し
ておく。
Therefore, the accessed other system uses the input change information to update the pre-change identification symbol in the link data to the post-change identification symbol. In the second aspect of the present invention, the modification information and modification time of the information file are stored in the storage means in the system in which the modified information file is stored.

【0015】そして、予め設定した所定時間よりも前に
格納した変更情報をリンクデータを有する他システムに
同時に送出する。これにより、他システムは入力した変
更情報を用いて、リンクデータ中の変更前識別記号を変
更後識別記号に更新する様にした。
Then, the change information stored before the preset predetermined time is simultaneously sent to the other system having the link data. As a result, the other system uses the input change information to update the pre-change identification symbol in the link data to the post-change identification symbol.

【0016】第3の本発明は、情報ファイルの変更情報
を、変更した情報ファイルが格納されたシステム内の記
憶手段に格納しておく。そして、格納された変更情報の
数が設定した値を越えた時、所定数の変更情報をリンク
データを有する他のシステムに同時に送出する。
In the third aspect of the present invention, the change information of the information file is stored in the storage means in the system in which the changed information file is stored. Then, when the number of stored pieces of change information exceeds the set value, a predetermined number of pieces of change information are simultaneously sent to another system having link data.

【0017】これにより、他システムは入力した変更情
報を用いて、リンクデータ中の変更前識別記号を変更後
識別記号に更新する様にした。
As a result, the other system uses the input change information to update the pre-change identification symbol in the link data to the post-change identification symbol.

【0018】[0018]

【作用】図1は第1〜第3の本発明の原理説明図、図2
は情報ファイルの構造例を示す図である。
FIG. 1 is a diagram for explaining the principle of the first to third inventions, and FIG.
FIG. 6 is a diagram showing an example of the structure of an information file.

【0019】図1に示す様に、情報ファイルの各作成担
当者毎にユーザ端末が設けられており、各ユーザ端末は
分散リンク情報維持装置とLAN などのネットワークで接
続されている。
As shown in FIG. 1, a user terminal is provided for each person in charge of creating an information file, and each user terminal is connected to a distributed link information maintenance device by a network such as a LAN.

【0020】また、分散リンク情報維持装置は情報ファ
イル・リンク情報データ・変更情報などを記憶するファ
イル・メモリ装置1、リンク変更・リンク操作などを実
現する為の制御プログラムを記憶する主記憶装置2、制
御装置3、通信インタフェース4を備えている。ここ
で、ファイル・メモリ装置1は、 情報ファイルを管理しておく情報ファイルデータベー
ス13、 情報ファイルの影響関係が影響元→影響先で示される
リンクデータとリンクデータが更新された時間( リンク
変更時間) とをレコード形式で格納するリンク情報デー
タベース12、 ある情報ファイルの分割・合成・消去などの名称に関
わる変更が行われた時、情報ファイルの変更前の名称と
変更後の情報ファイルの名称及び変更が行われた時間(
情報変更時間) をレコード形式で格納する変更情報管理
データベース11で構成されている。
The distributed link information maintenance device is a file / memory device 1 for storing information files, link information data, change information, etc., and a main storage device 2 for storing a control program for realizing link change / link operations. , A control device 3, and a communication interface 4. Here, the file / memory device 1 is an information file database 13 that manages information files, and the relationship between the influence of information files is the link data indicated by influence source → influence destination and the time when the link data is updated (link change time ) And the link information database 12 that stores in a record format, when a change related to the name such as division, combination, deletion of an information file is performed, the name of the information file before the change and the name of the information file after the change and The time the change was made (
It is composed of the change information management database 11 which stores (information change time) in a record format.

【0021】通信インタフェース4は、ユーザ端末と分
散リンク情報維持装置の間のメッセージのやり取りや、
分散リンク情報維持装置同士のメッセージのやり取りを
行う機能を、制御装置3は、下記の主記憶装置に格納さ
れた制御プログラムを読み出して実行する機能をそれぞ
れ具備している。
The communication interface 4 exchanges messages between the user terminal and the distributed link information maintaining device,
The control device 3 has a function of exchanging messages between the distributed link information maintaining devices, and a function of reading and executing a control program stored in the following main storage device.

【0022】主記憶装置2は、リンク変更制御部21、リ
ンク操作制御部22、リンク変更通知部23、リンク維持補
助機能部24を記憶しており、 リンク変更制御部は、 ・情報ファイルの変更・更新を行う為の情報ファイル更
新処理部、 ・情報ファイル更新処理部により、情報ファイルが分割
・合成・消去・名称の変更などが行われた時、それらの
変更情報( 旧名称・新名称あるいは旧識別子・新識別子
と情報変更時間) を変更情報管理データベースに書き込
む為の変更リンク情報処理部からなり、 リンク操作制御部は、 ・情報ファイルへアクセスする際、リンク先の情報ファ
イルが存在しない場合に新しいリンク情報を獲得する為
に通信インタフェースを介して、通信先のリンク変更通
知部を呼出し、変更情報を獲得する為のリンクチェック
部、 ・変更の対象となるリンクデータの影響先を、変更前の
情報ファイルの旧名称/旧識別子から変更後の情報ファ
イルの新名称/新識別子に更新し、リンク情報データベ
ースに格納する為のリンク変更部からなり、 リンク変更通知部は、 ・リンクチェック部から呼び出され、変更情報の変更前
の情報ファイル名称をキーとして、変更情報管理データ
ベース11から対象となる情報ファイルの名称を検索し、
取り出した変更情報を通信先のリンクチェック部に返送
する機能を持っている。
The main storage device 2 stores a link change control unit 21, a link operation control unit 22, a link change notification unit 23, and a link maintenance assisting function unit 24. The link change control unit: -The information file update processing unit for updating, -When the information file update processing unit divides, combines, deletes, or changes the name of the information files, the change information (old name, new name or It consists of a change link information processing unit for writing the (old identifier / new identifier and information change time) to the change information management database, and the link operation control unit: -When the information file at the link destination does not exist when accessing the information file In order to obtain new link information, the link change notification unit of the communication destination is called via the communication interface, and the link check unit for obtaining the change information, A link change unit for updating the influence destination of the link data to be changed from the old name / old identifier of the information file before change to the new name / new identifier of the information file after change and storing it in the link information database The link change notification unit is called by the link check unit, searches the name of the target information file from the change information management database 11 using the information file name before the change of the change information as a key,
It has a function of returning the extracted change information to the link check unit of the communication destination.

【0023】また、図2は図1中の情報ファイルデータ
ベース13内のイメージ的な構造を示しており、図示の様
に各情報ファイル毎に作成者名との対応を示すリンク
と、情報ファイル間における変更の影響の波及関係を示
すリンクが設けられている。
FIG. 2 shows an image-like structure in the information file database 13 shown in FIG. 1. As shown in the figure, a link indicating the correspondence between the creator name of each information file and the information file Links are provided to show the spillover effects of the changes in.

【0024】例えば、作成者A が作った情報ファイル1
を変更すると、作成者B が作った情報ファイル2と、作
成者D が作った情報ファイル4に影響を与え、作成者C
が作った情報ファイル3は情報ファイル2,4の影響を
受けることが判る様になっている。
For example, the information file 1 created by creator A
Changes to affect the information file 2 created by creator B and the information file 4 created by creator D.
It can be seen that the information file 3 created by is influenced by the information files 2 and 4.

【0025】ここで、第1の本発明は、情報ファイル更
新処理部211 において、情報ファイルの名称に関わる変
更(情報ファイルの合成・消去・分割・変更など)が行
われた時、情報ファイル名の変更内容(変更前の情報フ
ァイルの名称→変更後の情報ファイルの名称: 上記のリ
ンクデータ)と変更が行われた時間( 上記のリンク変更
時間) を1つのレコードにして、変更情報を記録してあ
る変更情報管理データベース11に格納する(例として、
図5の変更情報管理データベースM 参照)。
Here, in the first aspect of the present invention, when the information file update processing unit 211 changes the information file name (composite / delete / divide / change information files), the information file name is changed. Change information (name of information file before change → name of information file after change: link data above) and time of change (link change time above) are recorded as one record, and change information is recorded It is stored in the existing change information management database 11 (for example,
Refer to the change information management database M in Fig. 5).

【0026】さて、ある分散リンク情報維持装置内のリ
ンク情報データベース12に格納してあるリンクデータを
用いて、名称に関わる変更があった情報ファイルに対し
て、変更前の旧名称/旧識別子でアクセスが行われた
時、 アクセス先の分散リンク情報維持装置は、内部の変
更情報管理データベース11にアクセスして、その中の変
更前の情報ファイルの名称を検索し、同じレコード上に
ある変更後の情報ファイルの名称と情報変更時間を読み
出してアクセス元に送出する。 アクセス元の分散リンク情報維持装置は、入力した
情報変更時間とアクセス先のリンクデータと同じレコー
ドに格納されているリンク変更時間の比較する。 比較した結果、情報変更時間の方が新しい場合、上
記リンク情報データベースのリンクデータの影響先を、
情報ファイルの旧名称/旧識別子から新名称/新識別子
に更新し、リンク変更時間を現在の時間に書き替えてリ
ンク情報データベースに格納する。
By using the link data stored in the link information database 12 in a certain distributed link information maintenance device, the old name / old identifier before the change is applied to the information file whose name has been changed. When an access is made, the distributed link information maintenance device of the access destination accesses the internal change information management database 11 and searches for the name of the information file before the change in it, and after the change on the same record, The name of the information file and the information modification time are read and sent to the access source. The access source distributed link information maintenance device compares the input information change time with the link change time stored in the same record as the link data of the access destination. As a result of comparison, if the information change time is newer, the link data in the above link information database is affected by
The old name / old identifier of the information file is updated to the new name / new identifier, and the link change time is rewritten to the current time and stored in the link information database.

【0027】つまり、リンク情報データベースをたどっ
て、情報ファイルへのアクセスや情報ファイルの作成担
当者への連絡を行う時、情報ファイルの名称に関わる変
更(分割・合成・削除)の為にアクセスが不可能となる
ことを防ぐ為、変更情報を記録し、情報ファイルへアク
セスを行った分散リンク情報維持装置に対して、変更情
報を利用して正しいリンク先を通知することにより、次
のアクセスを行う時には正しいリンク情報でアクセスが
行える様にした。
In other words, when the information file is accessed or the person in charge of creating the information file is contacted by tracing the link information database, the access is made to change the information file name (division / synthesis / deletion). To prevent this from happening, change information is recorded and the next link is accessed by notifying the correct link destination using the change information to the distributed link information maintenance device that accessed the information file. I made it possible to access with the correct link information when doing.

【0028】第2の本発明は、所定時間よりも以前に変
更情報管理データベース(M) にレコード形式で格納され
ている変更情報を、リンクデータを有するネットワーク
内の他の分散リンク情報維持装置に同報送信する。
In the second aspect of the present invention, the change information stored in the record information in the change information management database (M) in a record format before the predetermined time is transferred to another distributed link information maintaining device in the network having the link data. Send broadcast.

【0029】他の分散リンク情報維持装置は、受信した
変更情報を用いて、リンク情報データベース(N) 内の変
更が必要なリンクデータを、変更以前の情報ファイルの
旧名称/旧識別子で検索して取り出す。
The other distributed link information maintenance device uses the received change information to search the link information database (N) for link data that needs to be changed, using the old name / old identifier of the information file before the change. Take out.

【0030】そして、変更情報の情報変更時間がリンク
情報データベース(N) から取り出したリンクデータのリ
ンク変更時間よりも新しい場合、前記リンク情報データ
ベースのリンクデータの影響先を、変更情報を用いて、
変更前の情報ファイルの旧名称/旧識別子を、変更後の
情報ファイルの新名称/新識別子に更新し、リンク変更
時間を現在に書き替えてリンク情報データベース(N) に
格納する。
When the information change time of the change information is newer than the link change time of the link data retrieved from the link information database (N), the influence destination of the link data of the link information database is changed by using the change information.
The old name / old identifier of the information file before the change is updated to the new name / new identifier of the information file after the change, and the link change time is rewritten to the current time and stored in the link information database (N).

【0031】また、同報送信を行った変更情報を変更情
報管理データベース(M) から削除する。つまり、ある分
散リンク情報維持装置から設定された時間毎に、設定さ
れた時間より以前の変更情報を、リンクデータを有する
他の分散リンク情報維持装置に同報送信する。
Further, the change information transmitted by the broadcast is deleted from the change information management database (M). That is, the change information before the set time is broadcast to other distributed link information maintaining apparatuses having the link data at every set time from a certain distributed link information maintaining apparatus.

【0032】これにより、長時間に渡りアクセスされな
い情報ファイルが存在する場合、最新のリンクデータが
送られない旧リンクデータに対して変更を行うことで、
ある一定時間以前の変更が全てのリンク情報データベー
ス(N) に反映されていることが保証される。
As a result, when there is an information file that is not accessed for a long time, by changing the old link data to which the latest link data cannot be sent,
It is guaranteed that the changes made before a certain time are reflected in all link information databases (N).

【0033】第3の本発明は、変更情報データベースに
記録してある変更情報の総数が、設定された上限を越え
た場合、変更情報管理データベース11に格納されている
所定数の変更情報を、リンクデータを有する他の分散リ
ンク情報維持装置に同報送信する。
In a third aspect of the present invention, when the total number of pieces of change information recorded in the change information database exceeds a set upper limit, a predetermined number of pieces of change information stored in the change information management database 11 Broadcast to other distributed link information maintenance devices having link data.

【0034】他の分散リンク情報維持装置は、受信した
変更情報を用いて、リンク情報データベース内の変更が
必要なリンクデータを、変更前の情報ファイルの旧名称
/旧識別子で検索する。
The other distributed link information maintenance device uses the received change information to search for link data in the link information database that needs to be changed, using the old name / old identifier of the information file before the change.

【0035】そして、変更情報の情報変更時間がリンク
情報データベースのリンク変更時間より新しい場合、検
索して取り出したリンクデータの影響先を、変更情報を
用いて変更前の情報ファイルの旧名称/旧識別子から変
更後の情報ファイルの新名称/新識別子へ更新し、リン
ク変更時間を現在に書き替えてリンク情報データベース
(N) 格納する。
Then, when the information change time of the change information is newer than the link change time of the link information database, the influence destination of the link data retrieved and retrieved is the old name / old of the information file before the change using the change information. Link information database by updating from the identifier to the new name / new identifier of the changed information file and rewriting the link change time to the current
(N) Store.

【0036】また、同報送信を行った変更情報を変更情
報管理データベース(M) から削除する。つまり、分散リ
ンク情報維持装置は、変更情報管理データベースの総数
が設定された上限を越えた場合、所定数の変更情報をネ
ットワーク内の他の分散リンク情報維持装置に同報送信
し、同報送信した変更情報を変更情報管理データベース
(M) から削除する機能を持たせる。
Further, the change information transmitted by the broadcast is deleted from the change information management database (M). That is, when the total number of change information management databases exceeds the set upper limit, the distributed link information maintaining device broadcasts a predetermined number of change information to other distributed link information maintaining devices in the network, and broadcasts the information. Change information management database
Add a function to delete from (M).

【0037】これにより、変更情報管理データベースが
格納するメモリの容量に制限があっても、正確なリンク
情報を維持することができる。上記の様に、本発明では
複数者でソフトウェアの開発を行うソフトウェア開発環
境や、情報ファイルが複数の分散リンク情報維持装置に
分散され、そのリンク情報も分散配置されている様な状
況において、各情報ファイルの作成担当者が情報ファイ
ルの名称に関わる変更(分割・合成・削除)が行われた
時、他の分散リンク情報維持装置からのアクセスに影響
が生じない様にすることができる。
As a result, accurate link information can be maintained even if the memory capacity of the change information management database is limited. As described above, according to the present invention, in a software development environment in which a plurality of persons develop software, or in a situation where information files are distributed to a plurality of distributed link information maintenance devices and the link information is also distributed and arranged, When the person in charge of creating the information file makes a change (division / synthesis / deletion) related to the name of the information file, it is possible to prevent access from other distributed link information maintenance devices from being affected.

【0038】[0038]

【実施例】図3は第1〜第3の本発明の実施例のシステ
ム構成図、図4はリンク情報データベース説明図(その
1)で、(a) は情報ファイル影響説明図、(b) はリンク
情報データベースの内容説明図、図5はリンク情報デー
タベース説明図(その2)で、(a) はリンク情報データ
ベースの説明図、(b) は変更情報管理データベース説明
図、図6はリンク変更制御部の処理説明図である。
[Embodiment] FIG. 3 is a system configuration diagram of the first to third embodiments of the present invention, FIG. 4 is a link information database explanatory diagram (Part 1), (a) is an information file influence explanatory diagram, (b) Is an explanatory diagram of the contents of the link information database, FIG. 5 is an explanatory diagram (2) of the link information database, (a) is an explanatory diagram of the link information database, (b) is an explanatory diagram of the change information management database, and FIG. 6 is a link change It is a processing explanatory view of a control part.

【0039】図7は情報ファイル更新処理部の処理説明
図、図8は変更リンク情報処理部の処理説明図、図9は
リンク操作制御部の処理説明図、図10はリンクチェック
部の処理説明図、図11はリンク変更部の処理説明図、図
12はリンク変更通知部の処理説明図、図13は第2の本発
明の実施例のリンク維持補助機能の処理説明図、図14は
第3の本発明の実施例のリンク維持補助機能の処理説明
図である。
FIG. 7 is an explanatory diagram of the processing of the information file update processing unit, FIG. 8 is an explanatory diagram of the processing of the changed link information processing unit, FIG. 9 is an explanatory diagram of the processing of the link operation control unit, and FIG. Figure, Figure 11 is the process explanation figure of the link change part, figure
12 is a process explanatory diagram of the link change notifying unit, FIG. 13 is a process explanatory diagram of the link maintenance assisting function of the second embodiment of the present invention, and FIG. 14 is a process of the link maintenance assisting function of the third embodiment of the present invention. FIG.

【0040】以下、図3〜図14の説明を行うが、実施例
中の情報ファイルの名称/識別子が請求の範囲の識別記
号に対応する。図3に示す様に、複数のユーザ端末と図
1の分散リンク情報維持装置と同一構成の2つの分散リ
ンク情報維持装置(M),(N) が共通のLAN に接続されてい
る。
3 to 14, the name / identifier of the information file in the embodiment corresponds to the identification mark in the claims. As shown in FIG. 3, a plurality of user terminals and two distributed link information maintenance devices (M) and (N) having the same configuration as the distributed link information maintenance device of FIG. 1 are connected to a common LAN.

【0041】ここで、分散リンク情報維持装置(M),(N)
内の制御装置3M, 3Nには、図示しない計算機M,計算機N
がそれぞれ設けられて、主記憶装置2M, 2Nに格納された
プログラムに従って処理を実行し、ファイル・メモリ装
置内のリンク情報データベース(M) には図4(b) 左側の
情報ファイルが、リンク情報データベース(N) には図4
(b) の右側の情報ファイルがレコード形式で格納されて
いるとする。
Here, the distributed link information maintenance devices (M), (N)
The control devices 3M and 3N in the
Are provided for executing the processes in accordance with the programs stored in the main storage devices 2M and 2N, and the link information database (M) in the file / memory device stores the link information in the information file on the left side of FIG. 4 (b). Figure 4 for the database (N)
It is assumed that the information file on the right side of (b) is stored in record format.

【0042】なお、レコード形式は図4(b) に示す様
に、情報ファイルの影響関係が影響元→影響先で示され
るリンクデータとリンクデータが更新された時間( リン
ク変更時間) を組み合わせたものである。
As shown in FIG. 4 (b), the record format is such that the influence relation of the information file is a combination of the link data indicated by the influence source → the influence destination and the time when the link data is updated (link change time). It is a thing.

【0043】例えば、図4(b) に示す、リンクデータM:
A →N:E の場合、既に説明した様に、影響元は情報ファ
イルM:A で影響先は情報ファイルN:E である。さて、分
散リンク情報維持方法における各部の処理を説明する。
For example, the link data M shown in FIG. 4 (b):
In the case of A → N: E, as described above, the influence source is the information file M: A and the influence destination is the information file N: E. Now, the processing of each unit in the distributed link information maintaining method will be described.

【0044】図6に示す処理フローは情報ファイルの作
成担当者により情報ファイルの編集や更新作業を行う時
に起動され、情報ファイル更新処理部と変更リンク情報
処理部を呼び出す。
The processing flow shown in FIG. 6 is started when the person in charge of creating the information file edits or updates the information file, and calls the information file update processing section and the change link information processing section.

【0045】本実施例では、情報ファイルM:B が作成担
当者M1により、情報ファイルM:G とM:H に分割されたと
する。この時のリンク変更制御部21M の動作を示す。先
ず、図6に示す様に、リンク変更制御部が起動され、図
7の情報ファイル更新処理部211Mに制御が渡される。こ
の時、情報ファイル更新処理部に入力引数として情報フ
ァイル名(M:B) が渡される。
In the present embodiment, it is assumed that the information file M: B is divided into information files M: G and M: H by the person in charge of creation M 1 . The operation of the link change control unit 21M at this time will be described. First, as shown in FIG. 6, the link change control unit is activated, and control is passed to the information file update processing unit 211M of FIG. At this time, the information file name (M: B) is passed as an input argument to the information file update processing part.

【0046】情報ファイル更新処理部211Mは編集・更新
作業において情報ファイルM:B を情報ファイルM:G,情報
ファイルM:H に分割した後、情報ファイル名(M:B) が情
報ファイル名(M:G, M:H)に分割されたのを記憶すると共
に、この情報ファイル名を返り値としてリンク変更制御
部21M に返す( 図7のS1, S2参照) 。
The information file update processing unit 211M divides the information file M: B into the information file M: G and the information file M: H in the editing / updating work, and then the information file name (M: B) is changed to the information file name ( M: G, M: H) is stored, and this information file name is returned to the link change control unit 21M as a return value (see S1 and S2 in FIG. 7).

【0047】そこで、リンク変更制御部21M は変更リン
ク情報処理部212Mに制御を渡す。この時、変更リンク情
報処理部に入力引数として変更前の情報ファイル名(M:
B) と変更後の情報ファイル名(M:G, M:H)を渡す。
Therefore, the link change control unit 21M transfers control to the changed link information processing unit 212M. At this time, the information file name before change (M:
Pass B) and the changed information file name (M: G, M: H).

【0048】変更リンク情報処理部212Mは図8に示す様
に、現在の時間を取り出し、変更前後の情報ファイル名
と情報変更時間との対( 例えば、M:B →M:G, M:H 95/
2/2012:02)を作成し、これを変更情報管理データベース
(M) に書き込む( 図8-S1〜S3及び図5(b) 参照) 。
As shown in FIG. 8, the change link information processing unit 212M takes out the current time and pairs the information file name before and after the change and the information change time (for example, M: B → M: G, M: H). 95 /
2/2012: 02) and create a change information management database
Write to (M) (see FIGS. 8-S1 to S3 and FIG. 5 (b)).

【0049】また、変更した情報ファイル名をへんこう
行った分散リンク情報維持装置のリンク情報データベー
スM に反映させる。つまり、分散リンク情報維持装置
(M) のリンク情報データベースに(M:B→M:G,M:H) が渡
され、リンク情報データベースのリンク情報を取り出
す。
Further, the changed information file name is reflected in the link information database M of the distributed link information maintaining device which has changed. That is, the distributed link information maintenance device
(M: B → M: G, M: H) is passed to the link information database of (M), and the link information of the link information database is taken out.

【0050】ここでは、図4(b) のリンク情報データベ
ース(M) から(M:C) →(M:B),(M:B→N:F)の取り出しと消
去を行い、変更内容の(M:C→M:G),(M:C →M:H),(M:G →
N:F),(M:H →N:F)をリンク情報データベース(M) に追加
して、図5(a) に示す様に変更する。その後、図5(b)
に示す様に、変更情報(M:B→M:G,M:H)を情報変更時間と
共に、変更情報管理データベース(M) に書き込む。
Here, (M: C) → (M: B) and (M: B → N: F) are taken out and deleted from the link information database (M) shown in FIG. (M: C → M: G), (M: C → M: H), (M: G →
Add N: F), (M: H → N: F) to the link information database (M) and change it as shown in Fig. 5 (a). After that, Fig. 5 (b)
As shown in, change information (M: B → M: G, M: H) is written in the change information management database (M) together with the information change time.

【0051】なお、上記のM:B →M:G,M:H の分割に伴
い、図4(a) の情報ファイル影響説明図中の"B" がなく
なり、図5(a) に示す"G", "H"が追加になる。ここで、
ネットワーク上の他の計算機(N) が変更された情報ファ
イルのアクセスを行う時の処理を説明する。
With the above division of M: B → M: G, M: H, the "B" in the information file influence explanatory diagram of FIG. 4 (a) disappears and the "B" shown in FIG. 5 (a) disappears. G "and" H "are added. here,
The process when another computer (N) on the network accesses the changed information file will be described.

【0052】図9に示す処理フローは情報ファイルの作
成担当者が関連する情報ファイルの作成担当者に連絡を
行う時など、他の情報ファイルへのアクセスが生じた時
に起動する。
The process flow shown in FIG. 9 is started when another information file is accessed, such as when the person in charge of creating the information file contacts the person in charge of creating the related information file.

【0053】本実施例では、図3に示す情報ファイルN:
E の作成担当者N1が、分散リンク情報維持装置(M) のリ
ンク情報データベースを用いて情報ファイルM:B にアク
セスしようとする。しかし、この時は上記の様に、情報
ファイルM:B が情報ファイルM:H と情報ファイルM:G に
分割され、情報ファイルM:B がなくなっているのて、情
報ファイルM:B へのアクセスは失敗する。
In this embodiment, the information file N shown in FIG. 3 is:
The person N 1 who creates E tries to access the information file M: B using the link information database of the distributed link information maintenance device (M). However, at this time, as described above, the information file M: B is divided into the information file M: H and the information file M: G, and the information file M: B disappears. Access fails.

【0054】そこで、作成担当者N1は分散リンク情報維
持装置(N) 内の図9に示すリンク操作制御部22N を起動
し、リンク操作制御部22N は図10のリンクチェック部22
1Nを呼び出す。
Therefore, the person in charge of creation N 1 activates the link operation control unit 22N shown in FIG. 9 in the distributed link information maintenance device (N), and the link operation control unit 22N causes the link check unit 22 of FIG.
Call 1N.

【0055】図10に示すリンクチェック部221Nは、アク
セスすべきリンク情報データベース内の情報ファイル名
から、通信先の分散リンク情報維持装置を決める。本実
施例の場合はM:B からアクセス先は分散リンク情報維持
装置(M) と確定する。
The link check unit 221N shown in FIG. 10 determines the distributed link information maintenance device of the communication destination from the information file name in the link information database to be accessed. In the case of this embodiment, the access destination is determined to be the distributed link information maintenance device (M) from M: B.

【0056】そして、リンク操作制御部22N 、通信イン
タフェースを介して分散リンク情報維持装置(M) のリン
ク変更通知部23M に制御を渡す( 図10-S1,図12参照) 。
この時の入力引数はリンク先の情報ファイル名のM:B と
リンク変更時間94/11/13 7:55 である( 図4リンク情報
データベース(N) のN:E →M:B 参照) 。
Then, the link operation control unit 22N transfers control to the link change notification unit 23M of the distributed link information maintenance device (M) via the communication interface (see FIGS. 10-S1 and 12).
The input argument at this time is M: B of the information file name of the link destination and the link change time 94/11/13 7:55 (refer to N: E → M: B of the link information database (N) in Fig. 4).

【0057】さて、図12に示すリンク変更通知部23M は
引数として入力した情報ファイル(M:B) の有無を調べ、
ない場合には変更情報管理データベース(M) で該当する
情報ファイル名を検索する。
Now, the link change notifying section 23M shown in FIG. 12 checks whether or not the information file (M: B) input as an argument exists,
If not found, search the change information management database (M) for the corresponding information file name.

【0058】本実施例の場合には、入力引数M:B と云う
情報ファイルは情報ファイルデータベース(M) には既に
なく、変更情報管理データベース11M にM:B と云う項目
を検索し、これを呼出元のリンクチェック部221Nに返す
( 図12-S1, S2 参照) 。
In the case of the present embodiment, the information file called input argument M: B does not already exist in the information file database (M), and the change information management database 11M is searched for an item called M: B and this is searched. Return to the link check unit 221N of the caller
(See Figure 12-S1, S2).

【0059】図10に示すリンクチェック部221Nは変更と
なる変更情報を戻り値としてリンク操作制御部22N に返
す。リンク操作制御部22N は図11に示すリンク変更部22
2Nを呼び出す。この時の入力引数は変更情報であり、本
実施例では図5の変更情報管理データベース(M) に示す
〔M:B →M:G, M:H, 95/2/20 12:02 が入力される。
The link check unit 221N shown in FIG. 10 returns the change information to be changed to the link operation control unit 22N as a return value. The link operation control unit 22N is the link changing unit 22 shown in FIG.
Call 2N. The input argument at this time is change information, and in this embodiment, [M: B → M: G, M: H, 95/2/20 12:02 is input as shown in the change information management database (M). To be done.

【0060】図11に示すリンク変更部222Nは、変更前の
情報ファイル名のあるレコードをリンク情報データベー
ス(N) より取り出し、入力した変更情報の変更時間の方
が新しい場合、上記のレコードのリンク情報の影響先を
変更後の情報ファイル名にし、リンク情報データベース
(N) に書き込む。
The link changing unit 222N shown in FIG. 11 fetches a record having the information file name before the change from the link information database (N), and when the change time of the input change information is newer, the link of the record is linked. Link information database with changed information file name after change
Write to (N).

【0061】本実施例では、図5に示す変更情報M:B →
M:G, M:Hと、情報変更時間95/2/2012:02 を入力引数と
し、図4に示すリンク情報データベース(N) のリンク情
報(N:E →M:B)とリンク変更時間94/11/13 7:55を取り
出し、情報変更時間とリンク変更時間の比較を行う。
In this embodiment, the change information M: B shown in FIG.
M: G, M: H and information change time 95/2/2012: 02 as input arguments, link information (N: E → M: B) and link change time of the link information database (N) shown in Fig. 4. 94/11/13 7:55 is taken out and the information change time and the link change time are compared.

【0062】比較結果は情報変更時間の方が新しいの
で、図4(b) のリンク情報データベース(N) のリンク情
報の影響先(M:B) を(M:G) と(M:H) にする為、N:E →M:
B 94/11/13 7:55 を取り出してこの項目を削除し、新
たにN:E →M:G 95/2/20 18:00とN:E →M:H 95/2/20 1
8:00をリンク情報データベース(N) に書き込む。
Since the information change time is more recent in the comparison result, the influences (M: B) of the link information in the link information database (N) of FIG. 4 (b) are (M: G) and (M: H). N: E → M:
B 94/11/13 7:55 is taken out and this item is deleted, and N: E → M: G 95/2/20 18:00 and N: E → M: H 95/2/20 1 are newly added.
Write 8:00 in the link information database (N).

【0063】これにより、図5のリンク情報データベー
ス(N) に示す様になる。つまり、情報ファイルの名称に
係わる変更を行った時に変更情報を記録し、変更を行っ
た情報ファイルにアクセスを行った分散リンク情報維持
装置に対して、変更情報を利用して正しいリンク先を通
知して、保持するリンク情報を更新させることにより、
次からのアクセスの際に正しいリンク情報で行える様に
した。
As a result, the link information database (N) shown in FIG. 5 is obtained. That is, when the name related to the information file is changed, the changed information is recorded, and the distributed link information maintenance device that has accessed the changed information file is notified of the correct link destination by using the changed information. Then, by updating the link information held,
Enabled to use the correct link information when accessing from the next time.

【0064】第2の本発明の実施例を説明する図13は、
リンク維持補助部の処理フローを示している。図13に示
す様に、指定した所定時間以前に変更情報管理データベ
ースに書き込まれている変更情報を、リンク変更時間を
用いて取り出し、これを通信インタフェースを介して他
の分散リンク情報維持装置内のリンク変更部に送出する
( 図13-S1, 図11参照) 。
FIG. 13 for explaining the second embodiment of the present invention is as follows.
The processing flow of a link maintenance assistance part is shown. As shown in FIG. 13, the change information written in the change information management database before the designated predetermined time is retrieved by using the link change time, and this is taken out in another distributed link information maintenance device through the communication interface. Send to link change section
(See Figure 13-S1, Figure 11).

【0065】例えば、分散リンク情報維持装置(M) で情
報ファイル(M:B) が(M:G,M:H) に分割された情報を、変
更情報管理データベース(M) で変更された時間(95/2/20
12:02) と共に記録する。これは、第1の本発明の実施
例と同じである。
For example, the information obtained by dividing the information file (M: B) into (M: G, M: H) in the distributed link information maintenance device (M) is changed by the change information management database (M). (95/2/20
12:02). This is the same as the first embodiment of the present invention.

【0066】次に、情報作成者が指定した所定時間、例
えば、(95/2/20 14:00)を用いて、変更情報データベー
ス(M) から所定時間以前に格納された変更情報を取り出
す。本実施例の場合、M:B →M:G, M:Hと、95/2/20 12:0
2 からなる変更情報のレコードが取り出され、これは分
散リンク情報維持装置(N) 内のリンク変更部222Nに送出
する。
Next, using the predetermined time designated by the information creator, for example, (95/2/20 14:00), the change information stored before the predetermined time is retrieved from the change information database (M). In the case of this embodiment, M: B → M: G, M: H, 95/2/20 12: 0
A record of change information consisting of 2 is taken out and sent to the link change unit 222N in the distributed link information maintenance device (N).

【0067】リンク変更部222Nは、この変更情報の旧名
称を利用し、リンク情報ベータベース(N) のリンク情報
の影響先をキーにして検索を行い、一致するレコードを
取り出し、その中のリンク変更情報が変更情報時間より
も古いレコードを取り出し、リンクデータの影響先を新
名称の情報ファイル名に、リンク情報データベースに書
き込む。
The link changing unit 222N uses the old name of this change information, searches with the influence of the link information of the link information beta base (N) as a key, retrieves the matching record, and links in it. A record whose change information is older than the change information time is taken out, and the influence destination of the link data is written in the link information database with a new name information file name.

【0068】本実施例ではリンク情報データベース(N)
の N:E→M:B 94/11/13 7:55 を取り出し、その項目を
削除し、新たに、N:E →M:G 95/2/20 18:00, N:E →
M:H95/2/20 18:00 をリンク情報データベース(N) に書
き込む。
In this embodiment, the link information database (N)
N: E → M: B 94/11/13 7:55 is taken out, the item is deleted, and N: E → M: G 95/2/20 18:00, N: E →
Write M: H95 / 2/20 18:00 in the link information database (N).

【0069】その結果が図5(N) の様になる。第3の本
発明の実施例を説明する図14は、リンク維持補助部の処
理フローを示している。
The result is shown in FIG. 5 (N). FIG. 14 for explaining the third embodiment of the present invention shows the processing flow of the link maintenance assisting section.

【0070】図14に示す様に、情報作成者/分散リンク
情報維持装置の管理者により、情報ファイルの変更情報
の総数が設定された上限を越えた時に図14に示す処理が
実行される。
As shown in FIG. 14, the process shown in FIG. 14 is executed by the information creator / administrator of the distributed link information maintenance device when the total number of changed information of information files exceeds the set upper limit.

【0071】本実施例では、分散リンク情報維持装置
(M) で情報ファイル(M:B) がM:G, M:Hに分割された情報
を、上記と同様に、変更情報管理データベース(M) に変
更された時間(95/2/20 12:02)と共に記録する。これ
は、第1の本発明の実施例と同じである。
In this embodiment, the distributed link information maintenance device
Information that the information file (M: B) is divided into M: G and M: H in (M) is changed to the change information management database (M) in the same way as above (95/2/20 12 : 02) and record. This is the same as the first embodiment of the present invention.

【0072】次に、情報作成者/分散リンク情報維持装
置の管理者により情報ファイルの変更情報の送信をす
る。他の分散リンク情報維持装置(N) 内のリンク変更部
では、この変更情報の旧名称を利用し、リンク情報デー
タベース(N) のリンク情報の影響先をキーにして検索を
行い、一致するレコードを取り出し、その中のリンク変
更情報が変更情報時間よりも古いレコードを取り出し、
リンクデータの波及先を新名称の情報ファイル名に、リ
ンク情報データベースに書き込む( 図14-S1,図11参照)
。本実施例では、図4に示すリンク情報データベース
(N) の (N:E→M:B) 94/11/13 7:55 を取り出し、その項目を削除し、新たに、 (N:E→M:G) 95/2/20 18:00 (N:E→M:H) 95/2/20 18:00 をリンク情報データベースに書き込む。この後、変更情
報管理データベースの送信した変更情報 (N:E→M:B) 94/11/13 7:55 を削除する。その結果は、図5に示す様になる。
Next, the information creator / administrator of the distributed link information maintenance device transmits the change information of the information file. In the link change part in the other distributed link information maintenance device (N), the old name of this change information is used, and a search is performed using the influence of the link information in the link information database (N) as a key, and the matching record To retrieve the record in which the link change information is older than the change information time,
Write the link destination of the link data to the new name of the information file name in the link information database (see Figure 14-S1, Figure 11).
. In this embodiment, the link information database shown in FIG.
(N): (N: E → M: B) 94/11/13 7:55 is taken out, the item is deleted, and (N: E → M: G) 95/2/20 18:00 (N: E → M: H) 95/2/20 18:00 is written in the link information database. After this, delete the change information (N: E → M: B) 94/11/13 7:55 sent by the change information management database. The result is as shown in FIG.

【0073】[0073]

【発明の効果】以上詳細に説明した様に本発明によれ
ば、情報ファイルと情報ファイル間の関連を示すリンク
データ(情報ファイルの名称/識別子)を備え、それぞ
れの分散リンク情報維持装置が情報ファイル名/識別子
を指定することにより、他の分散リンク情報維持装置内
の情報ファイルをアクセスできる分散情報ファイル管理
システムにおいて、情報ファイルが複数に分割された
時、情報ファイル名/識別子が変更された時、情報ファ
イルが削除された時に、リンクデータを変更することに
より、正しいリンクデータヲ保持することで、分散環境
において、リンクの一貫性を保つことができる。
As described in detail above, according to the present invention, information files and link data (names / identifiers of information files) indicating the relationship between information files are provided, and each distributed link information maintenance device has information. In a distributed information file management system that can access information files in other distributed link information maintenance devices by specifying a file name / identifier, the information file name / identifier was changed when the information file was divided into multiple Sometimes, when the information file is deleted, the link data is changed to retain the correct link data, so that the link consistency can be maintained in the distributed environment.

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

【図1】第1〜第3の本発明の原理説明図である。FIG. 1 is a diagram illustrating the principle of the first to third aspects of the present invention.

【図2】情報ファイルの構造例を示す図である。FIG. 2 is a diagram showing a structural example of an information file.

【図3】第1〜第3の本発明の実施例のシステム構成図
である。
FIG. 3 is a system configuration diagram of the first to third embodiments of the present invention.

【図4】リンク情報データベース説明図(その1)で、
(a) は情報ファイル影響説明図、(b) はリンク情報デー
タベースの内容説明図である。
FIG. 4 is a link information database explanatory view (No. 1),
(a) is an explanatory diagram of the influence of the information file, and (b) is an explanatory diagram of the contents of the link information database.

【図5】リンク情報データベース説明図(その2)で、
(a) はリンク情報データベースの説明図、(b) は変更情
報管理データベース説明図である。
FIG. 5 is a link information database explanatory view (part 2),
(a) is an explanatory view of a link information database, and (b) is an explanatory view of a change information management database.

【図6】リンク変更制御部の処理説明図である。FIG. 6 is an explanatory diagram of processing of a link change control unit.

【図7】情報ファイル更新処理部の処理説明図である。FIG. 7 is a process explanatory diagram of an information file update processing unit.

【図8】変更リンク情報処理部の処理説明図である。FIG. 8 is a process explanatory diagram of a change link information processing unit.

【図9】リンク操作制御部の処理説明図である。FIG. 9 is a process explanatory diagram of a link operation control unit.

【図10】リンクチェック部の処理説明図である。FIG. 10 is an explanatory diagram of processing of a link check unit.

【図11】リンク変更部の処理説明図である。FIG. 11 is an explanatory diagram of processing of a link changing unit.

【図12】リンク変更通知部の処理説明図である。FIG. 12 is an explanatory diagram of processing of a link change notification unit.

【図13】第2の本発明の実施例のリンク維持補助機能
の処理説明図である。
FIG. 13 is a process explanatory diagram of a link maintenance assisting function according to the second embodiment of the present invention.

【図14】第3の本発明の実施例のリンク維持補助機能
の処理説明図である。
FIG. 14 is a process explanatory diagram of a link maintenance assisting function according to the third embodiment of this invention.

【符号の説明】[Explanation of symbols]

1 ファイル・メモリ装置 2 主記憶装置 3 制御装置 4 通信インタ
フェース
1 File / Memory Device 2 Main Storage Device 3 Control Device 4 Communication Interface

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 ネットワークで相互に結合された複数の
システムが、それぞれ、制御手段、情報ファイル、該情
報ファイル相互間の関連を示すリンクデータを具備し、
該制御手段が該リンクデータを利用して他の情報ファイ
ルにアクセスする分散情報ファイル管理システムにおい
て、 情報ファイルの変更に伴って情報ファイルの識別記号の
変更が行われた時、 変更前後の識別記号の関係を示す変更情報を、変更した
情報ファイルが格納されたシステム内の記憶手段に格納
しておき、 識別記号を変更した情報ファイルに対して、他システム
から変更前の識別記号を用いてアクセスが行われた際、
該記憶手段に格納してある変更情報をアクセスした他シ
ステムに送出し、 該アクセスした他システムは、入力した変更情報を用い
て、リンクデータ中の変更前識別記号を変更後識別記号
に更新する様にしたことを特徴とする分散リンク情報維
持方法。
1. A plurality of systems interconnected by a network each include a control means, an information file, and link data indicating a relation between the information files,
In the distributed information file management system in which the control means uses the link data to access another information file, when the identification symbol of the information file is changed along with the change of the information file, the identification symbol before and after the change The change information indicating the relationship of the above is stored in the storage means in the system in which the changed information file is stored, and the information file with the changed identification symbol is accessed from another system using the identification symbol before the change. When the
The change information stored in the storage means is sent to the accessed other system, and the accessed other system updates the pre-change identification symbol in the link data to the post-change identification symbol using the input change information. A distributed link information maintenance method characterized by the above.
【請求項2】 上記の分散情報ファイル管理システムに
おいて、 情報ファイルの変更情報と変更時刻を、変更した情報フ
ァイルが格納されたシステム内の記憶手段に格納してお
き、予め設定した所定時間よりも前に格納した変更情報
をリンクデータを有する他システムに同時に送出し、 該他システムは入力した変更情報を用いて、リンクデー
タ中の変更前識別記号を変更後識別記号に更新する様に
したこと特徴とする請求項1の分散リンク情報維持方
法。
2. In the above distributed information file management system, the change information and the change time of the information file are stored in a storage means in the system in which the changed information file is stored, and the change time is shorter than a predetermined time set in advance. The previously stored change information is simultaneously sent to another system having link data, and the other system uses the input change information to update the pre-change identification symbol in the link data to the post-change identification symbol. The method for maintaining distributed link information according to claim 1, characterized in that.
【請求項3】 上記の分散情報ファイル管理システムに
おいて、 情報ファイルの変更情報を、変更した情報ファイルが格
納されたシステム内の記憶手段に格納しておき、格納さ
れた変更情報の数が設定した値を越えた時、所定数の変
更情報をリンクデータを有する他のシステムに同時に送
出し、 該他システムは入力した変更情報を用いて、リンクデー
タ中の変更前識別記号を変更後識別記号に更新する様に
したこと特徴とする請求項1の分散リンク情報維持方
法。
3. In the above distributed information file management system, the change information of the information file is stored in a storage means in the system in which the changed information file is stored, and the number of stored change information is set. When the value is exceeded, a predetermined number of pieces of change information are simultaneously sent to another system having the link data, and the other system uses the input change information to convert the identification code before change into the identification code after change in the link data. The distributed link information maintaining method according to claim 1, wherein the method is updated.
JP14756295A 1995-06-14 1995-06-14 Distributed link information maintenance method Expired - Fee Related JP3769775B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP14756295A JP3769775B2 (en) 1995-06-14 1995-06-14 Distributed link information maintenance method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP14756295A JP3769775B2 (en) 1995-06-14 1995-06-14 Distributed link information maintenance method

Publications (2)

Publication Number Publication Date
JPH096663A true JPH096663A (en) 1997-01-10
JP3769775B2 JP3769775B2 (en) 2006-04-26

Family

ID=15433156

Family Applications (1)

Application Number Title Priority Date Filing Date
JP14756295A Expired - Fee Related JP3769775B2 (en) 1995-06-14 1995-06-14 Distributed link information maintenance method

Country Status (1)

Country Link
JP (1) JP3769775B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1185408A (en) * 1997-09-12 1999-03-30 Hitachi Ltd Storage control device
JP2003202962A (en) * 2003-01-15 2003-07-18 Hitachi Ltd Storage controller
JP2004164666A (en) * 2004-01-13 2004-06-10 Hitachi Ltd Memory controller
JP2007115287A (en) * 2007-01-24 2007-05-10 Hitachi Ltd Storage controller
US11151116B2 (en) 2017-05-23 2021-10-19 Fujitsu Limited Distributed data management program, distributed data management method, and distributed data management apparatus

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1185408A (en) * 1997-09-12 1999-03-30 Hitachi Ltd Storage control device
US7191303B2 (en) 1997-09-12 2007-03-13 Hitachi, Ltd. Storage controller
US7216208B2 (en) 1997-09-12 2007-05-08 Hitachi, Ltd. Storage controller
US7657707B2 (en) 1997-09-12 2010-02-02 Hitachi, Ltd. Storage controller
JP2003202962A (en) * 2003-01-15 2003-07-18 Hitachi Ltd Storage controller
JP2004164666A (en) * 2004-01-13 2004-06-10 Hitachi Ltd Memory controller
JP2007115287A (en) * 2007-01-24 2007-05-10 Hitachi Ltd Storage controller
US11151116B2 (en) 2017-05-23 2021-10-19 Fujitsu Limited Distributed data management program, distributed data management method, and distributed data management apparatus

Also Published As

Publication number Publication date
JP3769775B2 (en) 2006-04-26

Similar Documents

Publication Publication Date Title
US6341308B1 (en) Input/output device information management system for multi-computer system
US7472122B2 (en) Computer system and method for managing file versions
Needham et al. The Cambridge CAP computer and its protection system
US6879982B2 (en) Data management system, server, and data management method
EP0226734A2 (en) Method and apparatus for managing obsolescence of data objects
EP0663641A1 (en) Summary catalogs
JP3526474B2 (en) Distribution information management system in network
JPH07105064A (en) File name detection system
JPH04505977A (en) Object-oriented distributed processing system
JP2001306372A (en) Method for managing document and storage medium storing program for executing the method
JPH096663A (en) Distributed link information maintenance method
JP2006031608A (en) Computer, storage system, file management method which computer performs, and program
JP2944123B2 (en) How to search the database
Millstein The national software works: a distributed processing system
CN108256019A (en) Database key generation method, device, equipment and its storage medium
CN101364224A (en) Information management system and method
JPH07271569A (en) Program specification preparation system
KR101063577B1 (en) Schema and stored procedure real-time management system and method of large database
JPH1091405A (en) Software maintenance method
JP3298904B2 (en) Supplementary service execution program management method
CN116226274A (en) Metadata synchronization method, distributed database system, and storage medium
JPS5941074A (en) On line documentation method and apparatus
JP2003271626A (en) Storage device with retrieval function
KR20000041891A (en) Object-oriented program interface for relational dbms
JPH11259351A (en) Data base device, shared data base device, shared data base system, data extracting method for shared data base device and storage medium recording data extraction program for shared data base device

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050517

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050714

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20060117

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20060130

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20090217

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20100217

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20110217

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20110217

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20120217

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20130217

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees