JPH04102140A - System for sharing file between systems - Google Patents

System for sharing file between systems

Info

Publication number
JPH04102140A
JPH04102140A JP2218891A JP21889190A JPH04102140A JP H04102140 A JPH04102140 A JP H04102140A JP 2218891 A JP2218891 A JP 2218891A JP 21889190 A JP21889190 A JP 21889190A JP H04102140 A JPH04102140 A JP H04102140A
Authority
JP
Japan
Prior art keywords
data
shared
file
shared memory
storage area
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.)
Pending
Application number
JP2218891A
Other languages
Japanese (ja)
Inventor
Hideki Ogawa
秀樹 小川
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2218891A priority Critical patent/JPH04102140A/en
Publication of JPH04102140A publication Critical patent/JPH04102140A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To shorten time for inputting data to a shared file by reading data from the shared file to a shared memory and referring to this data only when an objective data does not exist on the shared memory. CONSTITUTION:In a shared memory 30 shared by systems 10 and 20, a correspondence table 33 is provided to manage correspondence between a storage data in a shared file 40 and a storage area in the shared memory 30. In respect to an access request to the data of the shared file 40, the correspondence table 33 in the shared memory 30 is referred to by an access control means in the system generating this request, and only when the objective data does not exist on the shared memory 30 in the case of referring to the data, the data is read from the shared file 40 to the shared memory 30 and referred to. When the objective data exists on the shared memory 30, the data on the shared memory 30 is directly referred to. When updating the data, the data on the shared memory 30 is directly updated. Thus, the data of the shared file 40 is inputted and outputted at high speed.

Description

【発明の詳細な説明】 [産業上の利用分野] 本発明はデータ処理システム間のファイル共用方式に係
り、特に共用メモリを用いて高速にデータの入出力を行
うに好適なシステム間ファイル共用方式に関する。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a file sharing method between data processing systems, and in particular, an intersystem file sharing method suitable for high-speed data input/output using a shared memory. Regarding.

[従来の技術] 従来のシステム間ファイル共用方式は、特開昭63−2
01846号公報に記載の様に、システム間で共用する
ファイルのデータをアクセスする場合、システム間通信
により該共用ファイルの管理光システムに対してアクセ
ス権を要求し、取得した後向システム内の主メモリと共
用ファイルとの間でデータの入出力を行っていた。
[Prior art] The conventional inter-system file sharing method is disclosed in Japanese Patent Application Laid-open No. 63-2.
As described in Publication No. 01846, when accessing data in a file shared between systems, access rights are requested from the management optical system for the shared file through intersystem communication, and the acquired master in the backward system Data was being input/output between memory and a shared file.

[発明が解決しようとする課題] 従来の主メモリ上に共用ファイルのデータを読み込む方
式は、同一システムで複数回、同一データをアクセスし
た場合、その間に他システムがそのデータを更新してい
る可能性があるため、その都度、共有ファイルからその
データを読み込まなければならない問題があった。また
、システム間通信による排他制御方式はオーバヘットが
無視出来ない問題があった。
[Problem to be solved by the invention] With the conventional method of reading shared file data into main memory, if the same system accesses the same data multiple times, it is possible that other systems may have updated the data during that time. Because of the nature of the data, there was a problem in that the data had to be read from the shared file each time. Furthermore, the exclusive control method using intersystem communication has a problem in that the overhead cannot be ignored.

本発明の目的は、上記従来技術の問題点を解決し、高速
に共用ファイルのデータの入出力を行うシステム間ファ
イル共用方式を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to solve the problems of the prior art described above and to provide an inter-system file sharing method that performs input/output of shared file data at high speed.

[課題を解決するための手段] 上記目的を達成するために、システムが共有する共用メ
モリに共用ファイル内の格納領域と共用メモリ内の記憶
領域との対応を管理する対応テーブルを設け、共用ファ
イルのデータへのアクセス要求に対して、この要求を発
生したシステム内のアクセス制御手段により共用メモリ
内の対応テーブルを検索し、参照に対して目的とするデ
ータが共用メモリ上に存在しない時のみ、共用ファイル
より共用メモリにデータを読み込み、これを参照し、そ
れ以外の時は、直接、共用メモリ上のデータを参照又は
更新するようにしたものである。
[Means for solving the problem] In order to achieve the above purpose, a correspondence table is provided in the shared memory shared by the system to manage the correspondence between the storage area in the shared file and the storage area in the shared memory. In response to a data access request, the access control means in the system that generated this request searches the corresponding table in the shared memory, and only when the target data for reference does not exist in the shared memory, Data is read into the shared memory from the shared file and referenced, and at other times the data on the shared memory is directly referenced or updated.

また、対応テーブルに排他制御情報を設け、共用ファイ
ルのデータの排他/共有要求に対して、この要求を発生
したシステム内の排他制御手段により対応テーブルの排
他制御情報を操作し、システム間の共有、排他を高速に
行うようにしたものである。
In addition, exclusive control information is provided in the correspondence table, and in response to a request for exclusion/sharing of data in a shared file, the exclusive control information in the correspondence table is manipulated by the exclusive control means in the system that generated this request, and the data can be shared between systems. , is designed to perform exclusion at high speed.

[作用] システムが共有する共用メモリに共用ファイル内の格納
領域と共用メモリ内の記憶領域との対応を管理する対応
テーブルを設け、共用ファイルのデータへのアクセス要
求に対して、この要求を発生したシステム内のアクセス
制御手段により共用メモリ内の対応テーブルを検索し、
データを参照する場合で目的とするデータが共用メモリ
上に存在しない時のみ、共用ファイルより共用メモリに
データを読み込みこれを参照する。目的とするデータが
共用メモリ上に存在する場合は、直接、共用メモリ上の
データを参照する。データを更新する場合は、直接共用
メモリ上のデータを更新するようにしたものである。
[Operation] A correspondence table is provided in the shared memory shared by the system to manage the correspondence between the storage area in the shared file and the storage area in the shared memory, and this request is generated in response to a request to access data in the shared file. The corresponding table in the shared memory is searched by the access control means in the system,
When referencing data, the data is read from the shared file into the shared memory and referenced only when the target data does not exist on the shared memory. If the target data exists on the shared memory, the data on the shared memory is directly referenced. When updating data, the data on the shared memory is directly updated.

データの排他要求に対して、この要求を発生したシステ
ム内の排他制御手段は、共用メモリ内の対応テーブルに
より他のシステムが同一データを排他してなければ、対
応テーブルに排他情報を設定する。また、データの排他
/共有要求に対して。
In response to a data exclusion request, the exclusion control means in the system that has generated this request sets exclusion information in the correspondence table if no other system has exclusive access to the same data based on the correspondence table in the shared memory. Also, for data exclusive/sharing requests.

そのシステムの排他制御手段は、対応テーブルにより他
のシステムが同一データを排他していれば、排他が解除
されるまで待つか失敗するかいずれかを行う。
If another system excludes the same data based on the correspondence table, the exclusive control means of that system either waits until the exclusion is released or fails.

[実施例] 以下、本発明の一実施例について図面により詳細に説明
する。
[Example] Hereinafter, an example of the present invention will be described in detail with reference to the drawings.

第1図は本実施例のシステム間ファイル共用方式の構成
を示すブロック図である。本実施例のシステム間ファイ
ル共用方式は、システムlOとシステム20及び、それ
らが共有する共用メモリ30と共用ファイル40より構
成されている。各システムはアプリケーションプログラ
ム11,21、排他制御手段12,22、アクセス制御
手段13゜23、主メモリ14.24から構成される。
FIG. 1 is a block diagram showing the configuration of the inter-system file sharing method of this embodiment. The inter-system file sharing method of this embodiment is composed of a system IO, a system 20, and a shared memory 30 and a shared file 40 shared by them. Each system is comprised of application programs 11 and 21, exclusive control means 12 and 22, access control means 13 and 23, and main memory 14 and 24.

又、共用メモリ3oには、対応テーブル33が含まれて
いる。
The shared memory 3o also includes a correspondence table 33.

第2図は、前記対応テーブル33を構成しているエント
リ31 (エントリ31a〜31eの総称として用いて
いる。)の構造を示している。エントリ31は、対応す
る共用ファイル4o内の格納領域41(格納領域41a
〜41’eの総称として用いている。)のロケーション
311と、対応する共用メモリ3o内の記憶領域32(
記憶領域32a、32bの総称として用いている。)の
アドレス312と、そのデータの共有/排他状態を示す
ステータス313と、同時にそのデータを共有してアク
セスしているタスクの数を示す共有タスク数314と、
そのデータを最後にアクセスしたアクセス時間315と
から構成される。
FIG. 2 shows the structure of the entries 31 (used as a generic term for entries 31a to 31e) constituting the correspondence table 33. The entry 31 is a storage area 41 (storage area 41a) in the corresponding shared file 4o.
-41'e is used as a general term. ) location 311 and the corresponding storage area 32 (
It is used as a general term for the storage areas 32a and 32b. ) address 312, a status 313 indicating the shared/exclusive state of the data, and a shared task number 314 indicating the number of tasks sharing and accessing the data at the same time.
It consists of the access time 315 when the data was last accessed.

なお識別のために各データ対応毎に、例えばエントリ3
1aのロケーションは311a、アドレスは312a、
エントリ31’bのロケーションは311bなどという
様に記述する。
For identification, for each data correspondence, for example, entry 3
The location of 1a is 311a, the address is 312a,
The location of entry 31'b is written as 311b, etc.

第3図は、排他制御手段12又は22が、アプリケーシ
ョン・プログラム11又は21より、共用ファイル40
上のデータの排他/共有要求を受けたときの処理手順を
示すフローチャートである。
FIG. 3 shows that the exclusive control means 12 or 22 controls the shared file 40 from the application program 11 or 21.
12 is a flowchart showing a processing procedure when receiving the above data exclusive/sharing request.

第4図は、アクセス制御手段13又は23がアプリケー
ション・プログラム11又は21より共用ファイル40
上のデータのアクセス要求を受けたときの処理手順を示
すフローチャートである。
FIG. 4 shows that the access control means 13 or 23 accesses the shared file 40 from the application program 11 or 21.
12 is a flowchart showing a processing procedure when receiving a request for accessing the above data.

第5図は、データの排他識別用のフローチャートである
FIG. 5 is a flowchart for exclusive identification of data.

次に、このように構成された本実施例のシステム間ファ
イル共用方式の動作について第1図〜第5図を用いて説
明する。
Next, the operation of the inter-system file sharing method of this embodiment configured as described above will be explained using FIGS. 1 to 5.

アプリケーション・プログラム11から、共用ファイル
40内の格納領域41bのデータをアクセスする場合を
考える。
Consider a case where the application program 11 accesses data in the storage area 41b within the shared file 40.

共有でアクセスする場合には、まず、アプリケーション
・プログラム11は、排他制御手段12に対して格納領
域41bのデータの共有を宣言する。排他的にアクセス
する場合には、排他を宣言する。排他制御手段12は、
目的とするデータが共有状態か否かを判断しくステップ
50)、排他で使用されている場合、その排他が解除さ
れるのを待つ(ステップ51)。最初から共有状態の場
合、又は、排他状態が解除され共有状態になった場合に
は、共有要求なら(ステップ52)、排他制御手段12
は、エントリ31bの共有タスク数314bをカウント
・アップして(ステップ5e):アプリケーション・プ
ログラム11に制御を戻す。
In the case of shared access, the application program 11 first declares to the exclusive control means 12 that the data in the storage area 41b will be shared. For exclusive access, declare exclusive access. The exclusive control means 12 is
It is determined whether the target data is in a shared state (step 50), and if it is used in an exclusive manner, it waits for the exclusion to be released (step 51). If the shared state is from the beginning, or if the exclusive state is canceled and the shared state is entered, if a sharing request is made (step 52), the exclusive control means 12
counts up the number of shared tasks 314b in the entry 31b (step 5e): returns control to the application program 11.

排他要求なら、排他制御手段12は、エントリ31bの
ステータス313bを排他状態にする(ステップ53)
。次に目的とするデータを共有してアクセスしているア
プリケーション・プログラムがあるか否かが判断する(
ステップ54)。ない場合には、アプリケーション・プ
ログラム11に制御を戻す、ある場合には、共有してア
クセスしている全てのアプリケーション・プログラムの
共有解除を待ち(ステップ55)、エントリ31bの共
有タスク数314bより、目的とするデータをアクセス
しているタスクがなくなったら5アプリケーシヨン・プ
ログラム11に制御を戻す。
If it is an exclusive request, the exclusive control means 12 sets the status 313b of the entry 31b to an exclusive state (step 53).
. Next, it is determined whether there is an application program that is sharing and accessing the target data (
Step 54). If there is no shared task, control is returned to the application program 11, and if there is, it waits for all application programs that are accessing the shared application to release the sharing (step 55), and from the number of shared tasks 314b of the entry 31b, When there are no more tasks accessing the target data, control is returned to the 5 application program 11.

次にアプリケーション・プログラム11は、アクセス制
御手段1狙こ対してアクセス要求を行う。
Next, the application program 11 makes an access request to the access control means 1.

アクセス制御手段13は、エントリ31bのアドレス3
12bから、対応する共用メモリ30内の記憶領域の有
無を調べ、データがあるかどうかを判断しくステップ6
0)、データがある。S合には。
The access control means 13 accesses the address 3 of the entry 31b.
12b, the presence or absence of a storage area in the corresponding shared memory 30 is checked to determine whether there is data or not. Step 6
0), there is data. In case of S.

(第1図の例では、記憶領域32aが対応しているので
)アクセス要求がデータの参照(データの入力要求)の
場合、共用メモリ30のデータを主メモリ14に転送し
、データの更新(データの出力要求)の゛場合は主メ毎
り14のデータを共用メモリ30に転送する(ステップ
66)。そして、エントリ31bのアクセス時間3i5
bに時間を設定する。
(In the example shown in FIG. 1, the storage area 32a corresponds to this.) If the access request is a data reference (data input request), the data in the shared memory 30 is transferred to the main memory 14, and the data is updated (data input request). In the case of a data output request), 14 pieces of data are transferred to the shared memory 30 for each main memory (step 66). And access time 3i5 of entry 31b
Set the time to b.

デ゛−′夕が無い場゛合、・例えば格納領域41eの一
デー々をアクセスする場合にはエントリ3S1 eの記
憶領域アドレス312 e’から、対応する共用メモリ
30内の記憶領域がないことが分かるので(第1図参照
′)、共用メ・モ・りの空き領域の有無を調べ(ステッ
プ61)、空き領域があれ、ば対審テ、−プルのエント
リ31を更新する(″ステテープ6・3)。
If there is no data, for example, when accessing one data in the storage area 41e, there is no corresponding storage area in the shared memory 30 from the storage area address 312e' of entry 3S1e. (see Figure 1'), check whether there is free space in the shared memory (step 61), and if there is free space, update the entry 31 for the -pull ("step 6").・3).

そして、アクセス要求がデータの入力要求′(データの
参照の場合)なら、格納領域41eから記憶領域32の
空き領域にデータを入力しくステップ65)、記憶領域
32のデータを主メモリ14に転送する(ステップ66
)。データの出力要求(データの更新の場合)なら、主
メモリ14のデータを記憶領域32の空き領域に転送す
る(ステップ66)、、そして、エントリ31eのアク
セス時間315eに時間を設定する(ステップ67)。
Then, if the access request is a data input request' (in the case of data reference), data is input from the storage area 41e to the free area of the storage area 32 (step 65), and the data in the storage area 32 is transferred to the main memory 14. (Step 66
). If it is a data output request (in the case of data update), the data in the main memory 14 is transferred to a free area in the storage area 32 (step 66), and a time is set in the access time 315e of the entry 31e (step 67). ).

第1図の例では、空き領域が無いので、ステータス31
3が共有状態で共有タスク数314がゼロのエントリ3
1のアクセス時間315を検索して、最も長く使用され
ていなかった記憶領域、例えば、それが32bだとする
と、32bのデータをエントリ31dのロケーシミン3
11dが示す共用ファイル40の格納領域41dに出力
しくステップ62)、エントリ31eと31dの記憶領
域のアドレス312e、312dを変更する(ステップ
63)。そして、アクセス要求がデータの入力要求(デ
ータの参照の場合)なら、格納領域41eから記憶領域
32bにデータを入力しくステップ65)、記憶領域3
2bのデータを主メモリ14に転送する(ステップ66
)。データの出力要求(データの更新の場合)なら、主
メモリ14のデータを記憶領域32bに転送する(ステ
ップ66)。そして、エントリ31eのアクセス時間3
15eに時間を設定する(ステップ67)。
In the example in Figure 1, there is no free space, so the status is 31.
Entry 3 where 3 is in the shared state and the number of shared tasks 314 is zero
1, access time 315 is searched, and if the longest unused storage area, for example, is 32b, the data in 32b is stored in the location storage area 3 of entry 31d.
The data is output to the storage area 41d of the shared file 40 indicated by 11d (Step 62), and the addresses 312e and 312d of the storage area of entries 31e and 31d are changed (Step 63). Then, if the access request is a data input request (in the case of data reference), data is input from the storage area 41e to the storage area 32b (step 65), and the storage area 3
2b data to the main memory 14 (step 66
). If it is a data output request (in the case of data update), the data in the main memory 14 is transferred to the storage area 32b (step 66). And access time 3 of entry 31e
The time is set in 15e (step 67).

最後に第5図に示されているようにデータが排他か杏か
を判断する(ステップ70)。排他の場合は、アプリケ
ーション・プログラム11は、排他制御手段12に対し
て格納領域41bのデータの排他の解除を宣言し、排他
制御手段12は、エントリ31bのステータス313b
を共有状態に戻す(ステップ71)。共有の場合は最後
にアプリケーション・プログラム11は、排他制御手段
12に対して格納領域41cのデータの共有の解除を宣
言し、排他制御手段12は、エントリ31bの共有タス
ク数314bをカウント・ダウンする(ステップ72)
Finally, as shown in FIG. 5, it is determined whether the data is exclusive or exclusive (step 70). In the case of exclusion, the application program 11 declares to the exclusive control means 12 that the exclusion of the data in the storage area 41b is canceled, and the exclusive control means 12 updates the status 313b of the entry 31b.
is returned to the shared state (step 71). In the case of sharing, the application program 11 finally declares to the exclusive control means 12 the cancellation of sharing of the data in the storage area 41c, and the exclusive control means 12 counts down the number of shared tasks 314b of the entry 31b. (Step 72)
.

このようにして、システム10より共用ファイル40に
存在するデータをアクセスすることができる。なお、本
実施例ではシステム10がらデータのアクセスが行われ
る場合について述べたが。
In this way, data present in the shared file 40 can be accessed from the system 10. In this embodiment, the case where data is accessed from the system 10 has been described.

システム20からデータのアクセスが行われる場合も同
様であることはいうまでもない。さらに、システム10
及びシステム20とそれら以外のシステムとの間のファ
イル共用の場合にも、本システム間ファイル共用方式を
適用できる。
Needless to say, the same applies when data is accessed from the system 20. Furthermore, system 10
This inter-system file sharing method can also be applied to file sharing between the system 20 and other systems.

また、本実施例においては、共用ファイルのデータを全
て共用メモリに常駐する必要がないため、共用メモリの
容量を節約できるという効果がある。
Furthermore, in this embodiment, there is no need to make all the data of the shared file resident in the shared memory, so there is an effect that the capacity of the shared memory can be saved.

[発明の効果] 本発明によれば、共用ファイルのデータの入力要求に対
して毎回共用ファイルからデータを読み込む必要がない
ため、共用ファイルのデータの入力処理時間を短縮する
ことができるという効果がある。
[Effects of the Invention] According to the present invention, it is not necessary to read data from the shared file every time in response to a request for inputting data in the shared file, so that the processing time for inputting data in the shared file can be shortened. be.

また、共用ファイルに対する排他制御時システム間通信
が必要ないため、共用ファイルに対する排他制御処理時
間を短縮することができるという効果がある。
Furthermore, since inter-system communication is not required during exclusive control for shared files, there is an effect that the exclusive control processing time for shared files can be shortened.

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

第1図は本実施例のシステム間ファイル共用方式の構成
を示すブロック図。 第2図は、対応テーブルのエントリの構造図。 第3図は、排他制御手段の排他/共有処理を示すフロー
チャート。 第4図は、アクセス制御手段のアクセス処理を示すフロ
ーチャート。 第59は、排他鑑定用のフローチャートである。 10・・・システム、 20・・・システム、 30・・・共用メモリ、 33・・・対応テーブル、 40・・・共用ファイル。
FIG. 1 is a block diagram showing the configuration of the inter-system file sharing method of this embodiment. FIG. 2 is a structural diagram of entries in the correspondence table. FIG. 3 is a flowchart showing exclusive/shared processing by the exclusive control means. FIG. 4 is a flowchart showing access processing by the access control means. The 59th is a flowchart for exclusive appraisal. DESCRIPTION OF SYMBOLS 10... System, 20... System, 30... Shared memory, 33... Correspondence table, 40... Shared file.

Claims (1)

【特許請求の範囲】 1、共用ファイルをアクセスする複数のデータ処理シス
テムにおいて、前記システムが共有する共用メモリに前
記共用ファイル内の格納領域と前記共用メモリ内の記憶
領域との対応を管理する対応テーブルを設け、前記共用
フアイルへのアクセス要求に対して、この要求を発生し
た前記データ処理システム内のアクセス制御手段により
前記共用メモリ内の前記対応テーブルを検索し、アクセ
ス要求が参照の場合で、目的とするデータが前記共用メ
モリ上に存在しない時のみ、前記共用ファイルより前記
共用メモリにデータを読み込み、これを参照し、それ以
外の時は、直接前記共用メモリ上のデータを参照又は、
更新することを特徴とするシステム間ファイル共用方式
。 2、前記対応テーブルに排他制御情報を設け、前記共用
ファイルへのアクセス要求に対して、この要求を発生し
た前記データ処理システム内の排他制御手段により前記
対応テーブルの前記排他制御情報を操作し、前記データ
処理システム間のデータの共有、排他を行うことを特徴
とする請求項1記載のシステム間ファイル共用方式。 3、共用ファイルをアクセスする複数のデータ処理シス
テムにおいて、前記システムが共有する共用メモリに前
記共用ファイル内の格納領域と前記共用メモリ内の記憶
領域との対応を管理する対応テーブルを設け、前記対応
テーブルには排他制御情報を設けて、前記共用ファイル
へのアクセス要求に対して、この要求を発生した前記デ
ータ処理システム内の排他制御手段により前記対応テー
ブルの前記排他制御情報を操作し、前記データ処理シス
テム間のデータの共有、排他を行うことを特徴とするシ
ステム間ファイル共用方式。
[Claims] 1. In a plurality of data processing systems that access a shared file, a shared memory shared by the systems manages the correspondence between a storage area in the shared file and a storage area in the shared memory. a table is provided, and in response to an access request to the shared file, an access control means in the data processing system that has generated the request searches the corresponding table in the shared memory, and if the access request is a reference, Only when the target data does not exist on the shared memory, read data from the shared file into the shared memory and refer to it; otherwise, directly refer to the data on the shared memory, or
An inter-system file sharing method characterized by updating. 2. Providing exclusive control information in the correspondence table, and in response to an access request to the shared file, operating the exclusive control information in the correspondence table by exclusive control means in the data processing system that generated the request; 2. The inter-system file sharing method according to claim 1, wherein data is shared and excluded between the data processing systems. 3. In a plurality of data processing systems that access a shared file, a correspondence table is provided in the shared memory shared by the systems to manage the correspondence between the storage area in the shared file and the storage area in the shared memory, and Exclusive control information is provided in the table, and in response to an access request to the shared file, the exclusive control means in the data processing system that generated the request operates the exclusive control information in the corresponding table, and An inter-system file sharing method characterized by sharing and excluding data between processing systems.
JP2218891A 1990-08-22 1990-08-22 System for sharing file between systems Pending JPH04102140A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2218891A JPH04102140A (en) 1990-08-22 1990-08-22 System for sharing file between systems

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2218891A JPH04102140A (en) 1990-08-22 1990-08-22 System for sharing file between systems

Publications (1)

Publication Number Publication Date
JPH04102140A true JPH04102140A (en) 1992-04-03

Family

ID=16726924

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2218891A Pending JPH04102140A (en) 1990-08-22 1990-08-22 System for sharing file between systems

Country Status (1)

Country Link
JP (1) JPH04102140A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0683679A (en) * 1992-04-20 1994-03-25 Internatl Business Mach Corp <Ibm> Method and system for simultaneous access in backup copy of data
JPH0683692A (en) * 1992-04-15 1994-03-25 Internatl Business Mach Corp <Ibm> Method and system for database access

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0683692A (en) * 1992-04-15 1994-03-25 Internatl Business Mach Corp <Ibm> Method and system for database access
JPH0683679A (en) * 1992-04-20 1994-03-25 Internatl Business Mach Corp <Ibm> Method and system for simultaneous access in backup copy of data

Similar Documents

Publication Publication Date Title
US6115738A (en) Input/output device information management method and apparatus for multi-computers
US5410697A (en) Concurrency management using version identification of shared data as a supplement to use of locks
JP3222125B2 (en) Database sharing method between systems
CN109656886B (en) Key value pair-based file system implementation method, device, equipment and storage medium
JPH05128072A (en) Inter-system exclusive control system
US5706511A (en) Data base system and load distribution control method
US5619691A (en) File sharing method and system for multiprocessor system
JPH04102140A (en) System for sharing file between systems
JP2924786B2 (en) Exclusive control system, exclusive control method, and medium for storing exclusive control program for shared file in loosely coupled multiple computer system
JP3050194B2 (en) A system for dynamically adding a shared memory file between hosts, a method for dynamically adding a shared memory file between hosts, and a recording medium storing a program for dynamically adding a shared memory file between hosts
JPH09114784A (en) Access right evaluation device
JPH03282966A (en) Method for managing hash entry area
JPH11265389A (en) Shared data base device ahd shared data base system
JP2787107B2 (en) Buffer control system and device
JPS63305438A (en) Exclusive control system for files to be used in common between plural host computers
JPH04139545A (en) Data base updating processing system
JPH0378045A (en) Computer system
JPH06208497A (en) Method for managing data base
JPH0474232A (en) Multi-task computer
JPS63150724A (en) Data access processing system
JPS63298535A (en) Logical lock system by key value
JPH0314047A (en) Access control system
JPH0659964A (en) Management system for distributed operation of dictionary
JP2000305833A (en) File sharing/excluding system
JPH04199338A (en) Data base management system