JPS63146134A - Shared data control system - Google Patents

Shared data control system

Info

Publication number
JPS63146134A
JPS63146134A JP61293838A JP29383886A JPS63146134A JP S63146134 A JPS63146134 A JP S63146134A JP 61293838 A JP61293838 A JP 61293838A JP 29383886 A JP29383886 A JP 29383886A JP S63146134 A JPS63146134 A JP S63146134A
Authority
JP
Japan
Prior art keywords
shared data
program
history
address
updated
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
JP61293838A
Other languages
Japanese (ja)
Inventor
Norihei Nakada
徳平 中田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP61293838A priority Critical patent/JPS63146134A/en
Publication of JPS63146134A publication Critical patent/JPS63146134A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Retry When Errors Occur (AREA)

Abstract

PURPOSE:To easily control shared data without the occurrence of dead lock by detecting update of shared data and performing retry after restoration of shared data if necessary. CONSTITUTION:If shared data 4X and 4Y which are used as a basis of the processing in programs 1A-1C are updated by another program and results of processings are ineffective, related shared data 4X and 4Y are restored by a shared data control mechanism 6 if necessary and the control is transferred to a restart address preliminarily set by programs to perform retry. Thus, dead lock does not occur fundamentally. Programs easily escape the dead lock state even if dead lock is detected.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は電子計算機によるデータ処理を行う際の共用デ
ータの制御に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to control of shared data when data processing is performed by an electronic computer.

〔従来の技術〕[Conventional technology]

従来共用データの1tilj御方式としては共用データ
のロック、アンロックによる排他制御が一般的に行われ
ていた。すなわち共用データの参照からその値を基にし
た更新までの間、他のプログラムに基にした値を更新さ
れないようにしていた。
Conventionally, as a method for controlling shared data, exclusive control by locking and unlocking the shared data has generally been performed. In other words, from the time the shared data is referenced until the value is updated based on that value, the value based on the shared data is prevented from being updated by other programs.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来の共用データ制御方式では、基本的にデッ
ドロックが発生するという欠点と、デッドロックを検出
することができたとしても一度発生したデッドロック状
態から脱出することが非常に難しいという欠点があった
The conventional shared data control method described above basically has the disadvantage that deadlocks occur, and even if deadlocks can be detected, it is extremely difficult to escape from a deadlock state once it has occurred. there were.

〔問題点を解決するための手段〕[Means for solving problems]

本発明の共用データ制御方式は必要とするすべての共用
データの参照の後に共用データの更新を行いそれら処理
の基となった共用データがそれら処理が完結するまでの
間に他のプログラムにより更新された場合にプログラム
側であらかじめ設定しておいた再開始番地から再試行可
能なプログラムと、前記プログラムの共用データに対す
る参照又は更新の履歴を格納するプログラム履歴と、前
記共用データの参照又は更新の履歴を格納する共用デー
タBv:と、処理の基となった共用データが更新された
ことを履歴によって検出し共用データ更新時にあらかじ
めそのFI歴内に格納しておいた更新前の値によシデー
タの復旧を行った後にそのプログラムを再開始番地かつ
再試行させる、共用データ制御機構とを有している。
The shared data control method of the present invention updates the shared data after referencing all the necessary shared data, and the shared data that is the basis of these processes is updated by other programs until the processes are completed. A program that can be retried from a restart address set in advance on the program side in the event of a failure, a program history that stores a history of references to or updates to the shared data of the program, and a history of references to or updates to the shared data. It is detected from the history that the shared data that is the basis of the process has been updated, and when the shared data is updated, the shared data that stores the shared data Bv: It has a shared data control mechanism that allows the program to be restarted and retried after recovery.

〔実施例〕〔Example〕

次に本発明の実施例について図面を参照して説明する。 Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例を示す構成図である。FIG. 1 is a block diagram showing an embodiment of the present invention.

IA、IB、ICは共用データ4X、4Yを参照又は更
新するプログラム、2A、28.20は各プログラムI
A、IB、ICが再試行を行う場合の再開始企地を格納
するレジスタ、3A、3B、3Cは各プロクラムIA、
IB、ICが共用データ4X。
IA, IB, IC are programs that refer to or update shared data 4X, 4Y, 2A, 28.20 are each program I
A, IB, a register storing a restart intention when the IC retries; 3A, 3B, 3C each program IA;
IB and IC are shared data 4X.

4Yを参照又は更新し7’c履歴を時間順に並べたプロ
グラム履歴リストであシ、夫々プログラム履歴3A−1
・・・・・・3A−n、3B−4・−−−−−38−n
、3C−1−・・・3cmnから構成される。
This is a program history list that refers to or updates 4Y and arranges the 7'c history in chronological order, and the program history 3A-1 respectively.
...3A-n, 3B-4・---38-n
, 3C-1-...3cmn.

4X、4YはプログラムIA、IB、icが参照又は更
新する共用データ、5X、5Yは各共用データ4X、4
Yが参照又は更新された履歴を時間順に並べた共用デー
タ履歴リストであシ、夫々共用データ履歴5X−1・・
・・・・5X−m、5Y−1・・・・・・5Y−mから
構成される。
4X, 4Y are shared data referenced or updated by programs IA, IB, ic, 5X, 5Y are respective shared data 4X, 4
This is a shared data history list in which the history referenced or updated by Y is arranged in chronological order, and each shared data history 5X-1...
...5X-m, 5Y-1...5Y-m.

6はプログラムIA、IB、ICが処理の基とした共用
データが自分以外のプログラムによシ更新され処理の結
果が無効となった場合、必要があれば関連する共用デー
タを復旧した後、該プログラムがあらかじめ設定してお
いた再開始番地に制御を移し再試行を行わせる共用デー
タ制御機構である。
6. If the shared data on which programs IA, IB, and IC are based is updated by a program other than their own and the processing results become invalid, if necessary, after restoring the related shared data, This is a shared data control mechanism that causes the program to transfer control to a preset restart address and retry.

第2図は本実施例で使用しているプログラムIA。FIG. 2 shows the program IA used in this embodiment.

IB、ICのフローチャートである。プログラムIA。It is a flowchart of IB and IC. Program IA.

IB、ICは、共用データ4X、4Yを夫々の商品に対
する共通の在庫量として取り扱っている。プログラムI
Aは4Xと4Yが同時に各々a1+32個以上ある場合
にのみ各々aI+”2個消費する。フログラムIBは4
Xがb個以上ある場合のみb個消費する。プログラムI
Cは4Xと4Yが同時に各各01+02個以上ある場合
のみ各々cl、c2個消費する。
IB and IC handle shared data 4X and 4Y as common inventory amounts for their respective products. Program I
A consumes 2 pieces aI+" of each of 4X and 4Y only when there are 32 or more pieces of each a1+" at the same time.Frogram IB is 4
Only when there are b or more X, b are consumed. Program I
C consumes 2 cl and 2 c only when there are 01+02 or more of each of 4X and 4Y at the same time.

まず、プログラム間での干渉がない場合の動作をプログ
ラムIBを例に説明する。
First, the operation when there is no interference between programs will be explained using program IB as an example.

プログラムIBが動作を開始すると最初にプログラムI
Bは共用データ制御機構6に対しプログラムの先頭を再
開始番地として通知し共用データ制御機構6がレジスタ
2Bにその値を格納することによりプログラムIBの再
開始番地が設定される。次にプログラムIBが共用デー
タ4Xを参照すると共用データ制御機構6はプログラム
IBに対応するプログラム履歴リスト3Bの先頭のプロ
グラム履歴3B−1に共用データ4Xに対応する共用デ
ータ履歴リス)5Xの先頭の共用データ履歴5X−1の
アドレスを格納し共用データ履歴5X−1にプログラム
履歴3B−1のアドレスと、参照によるアクセスでおる
ということケ示すフラグ(以下フラグSという)とを格
納する。次にプログラムIBは参照した共用データ4X
の内容Xとプログラム内部で保持している値すとを比収
し、Xの方が大きいか等しければ共用データ制御機構6
に4Xの内容を更新することを通知する。共用データ制
御機構6はまずプログラム履歴リス)3Bと共用データ
履歴リスト5XからプログラムIBが以前に行った参照
の結果生成されたプログラム履歴3B−1と共用データ
履歴5X−1を検索し、共用デーオ履M5X−1に格納
されているフラグSを更新によるアクセスであることを
示すフラグ(以下フラグにという)に変更するとともに
、このフラグにと、以前に格納したプログラム履fi3
B−1のアドレスとに加えて共用データ4Xの現在の値
xf<、共用データ1iJfJ5X−1に格納した後に
共用データ4Xの内容をx−bに変更する。次にプログ
ラムIBが共用データの使用終了を宣言する。これにと
もない共用データ制御機構6は、共用データ履歴5X−
1で示される更新が、他のプログラムの動作により無効
とならないことを共用データ履歴リスト5Xとプログラ
ム履歴リス)3Aにより確認した後、共用データ*=リ
スト5Xから共用データ服m5X−1を80除し、プロ
グラム履歴リスト3Aからプログラム履歴3A−1を削
除し、プログラムIBの処理と、それによって更新され
た共用データ4Xの内容x−bを確認させる。そして共
用データ制御機4i46は以前プログラムIBがレジス
タ2Bに設定した再開始番地を無効にする。以上によっ
てプログラムIBの処理が完結する。なお、共用データ
の使用終了を宣言するとき他のプログラムの動作により
無効となる可能性があるかどうかの判断は次のように行
う。まずそのプログラムに対応するプログラム履歴リス
トの先頭のプログラム履歴から順に末尾のプログラム履
歴までそのプログラム履歴に格納されている共用データ
履歴のアドレスを求めその共用データ履歴を含む共用デ
ータ履歴リスト内でその共用データ庫歴よシも前に更新
によるアクセスのフラグが格納されている共用データY
I歴が存在するかどうかを調べる。もし、該当する共用
データMWが存在しない場合、他のプログラムの動作に
より無効とはならないと判断する。もし、該当する共用
データ履歴が存在する場合無効となる可能性かあると判
断する。もし、無効となる可能性がめると判断した場合
該当する共用データ履歴がSt」除される1で共用デー
タの使用終了宣言の終了は延期する。もしその共用デー
タ履歴がその更新処理の確定によって削除された場合、
共用データの使用終了宣言は終了する。しかし、その共
用データ履歴が、他のプログラムの動作により無効とな
ることによシ剛除さ!した場合には連鎖的にこちらの方
を無効となるため、共用データの使用終了宣言は終了せ
ず再試行が行われることになる。
When program IB starts operating, program I
B notifies the shared data control mechanism 6 of the beginning of the program as the restart address, and the shared data control mechanism 6 stores the value in the register 2B, thereby setting the restart address of the program IB. Next, when the program IB refers to the shared data 4X, the shared data control mechanism 6 changes the program history list 3B-1 at the beginning of the program history list 3B corresponding to the program IB to the shared data history list (5X) corresponding to the shared data 4X. The address of the shared data history 5X-1 is stored, and the address of the program history 3B-1 and a flag (hereinafter referred to as flag S) indicating that the access is by reference are stored in the shared data history 5X-1. Next, program IB refers to the shared data 4X
The content X and the value held within the program are compared, and if
Notify that the contents of 4X will be updated. The shared data control mechanism 6 first searches the program history list 3B-1 and the shared data history 5X-1, which were generated as a result of the reference previously made by the program IB, from the program history list) 3B and the shared data history list 5X, and searches the shared data history list 5X-1 and the shared data history list 5X. The flag S stored in the program file M5X-1 is changed to a flag indicating that the access is due to an update (hereinafter referred to as the flag), and the previously stored program file file is changed to this flag.
In addition to the address of B-1, the current value xf< of the shared data 4X is stored in the shared data 1iJfJ5X-1, and then the content of the shared data 4X is changed to x-b. Next, program IB declares that it has finished using the shared data. Along with this, the shared data control mechanism 6 has a shared data history 5X-
After confirming that the update indicated by 1 will not be invalidated by the operation of other programs using the shared data history list 5 Then, the program history 3A-1 is deleted from the program history list 3A, and the processing of the program IB and the contents x-b of the shared data 4X updated thereby are confirmed. The shared data controller 4i46 then invalidates the restart address previously set in the register 2B by the program IB. With the above steps, the processing of program IB is completed. Note that when declaring the end of use of shared data, a judgment is made as follows whether or not there is a possibility that the shared data will become invalid due to the operation of another program. First, find the address of the shared data history stored in the program history from the first program history to the last program history in the program history list corresponding to that program, and use that shared data history in the shared data history list that includes that shared data history. Shared data Y in which flags for access due to updates are stored before the data archive history
Check to see if there is an I history. If the corresponding shared data MW does not exist, it is determined that it will not be invalidated by the operation of another program. If the corresponding shared data history exists, it is determined that there is a possibility that it may become invalid. If it is determined that there is a possibility that the shared data will be invalidated, the corresponding shared data history is divided by 1 and the end of the declaration of end of use of the shared data is postponed. If the shared data history is deleted by confirming the update process,
The declaration of end of use of shared data ends. However, the shared data history becomes invalid due to the operation of other programs, which results in a sudden change! If this happens, this side will be invalidated in a chain reaction, so the declaration of end of use of the shared data will not be completed and will be retried.

次にプログラム間の干渉がある場合の動作を説明する。Next, the operation when there is interference between programs will be explained.

まずプログラムIAが動作を開始すると、プログラムI
Aは共用データ制御機構6に対し、プログラムの先頭を
再開始番地として通知しこれをレジスタ2人に格納する
ことによって再開始番地を設定する。次にプログシムI
Aが共用データ4Xを参照すると共用データ制御+’U
46は、プログラムIAに対応するブロクラム服属リス
ト3Aの先頭プログラムのfifi3A−1に共用デー
タ4Xに対応する共用データ履歴リスト5Xの先頭の共
用データ履1sx−1のアドレスを格納し、共用データ
履d5X−1にプロクラムMIfi3A−1のアドレス
と、7ラグSとを格納する。次にブロクラムIAは参照
した共用データ4Xの内容Xと内部で保持している値a
lとを比較し、Xの方が大きいか又は等しければ共用デ
ータ4Yを参照する。プログラム履歴リス)3Aの2番
目のプログラム履fi3A−2に共用データ4Yに対応
する共用データ履歴リストの先頭の共用データ服g5y
−1のアドレスを格納し、次に共用データ履歴5Y−1
にプログラムV歴3A−2のアドレスと、フラグSとを
格納する。次に、プログラムIAは参照した共用データ
4Yの内容yと内部で保持している値a2とを比較し、
yの方が大きいか等しければプログラム履歴リス)3A
のプログラム履歴3A−1と3A−2の順序を入れ換え
る。次に、共用データJdQ5X−1のフラグをSから
kに変更しこのフラグにと、以前に格納したプログラム
履歴3A−1のアドレスとに加えて共用データ4Xの現
在の値Xを共用データ履歴5X−1に格納した後に共用
データ4Xの内容をx−alに変更する。このようにし
て第2図プログラムIAのフローチャー1・のア吐で動
作した時点で制御がプログシムIBに移ったとする。す
ると、プログラムIBは以前プログラムの干渉がない場
合の説明と同様の動作を行う。そして第2図プログラム
IBの70−グーヤートのイまで動作した時点で’+B
IJ御がプログラムICに移ったとする。
First, when program IA starts operating, program I
A notifies the shared data control mechanism 6 of the beginning of the program as the restart address, and sets the restart address by storing this in two registers. Next, Program Sim I
When A refers to shared data 4X, shared data control +'U
46 stores the address of the first shared data record 1sx-1 of the shared data history list 5X corresponding to the shared data 4X in fifi3A-1 of the first program of the blockblum dependency list 3A corresponding to the program IA, and stores the address of the first shared data record 1sx-1 in the shared data record d5X -1 stores the address of program MIfi3A-1 and 7lag S. Next, the block IA uses the content X of the referenced shared data 4X and the internally held value a.
If X is larger or equal, shared data 4Y is referenced. Program history list) 3A's second program file fi3A-2 is the shared data record g5y at the head of the shared data history list corresponding to shared data 4Y.
-1 address, then shared data history 5Y-1
The address of program V history 3A-2 and flag S are stored in . Next, the program IA compares the content y of the referenced shared data 4Y with the internally held value a2,
If y is greater or equal, program history list) 3A
The order of program histories 3A-1 and 3A-2 is swapped. Next, the flag of the shared data JdQ5X-1 is changed from S to k, and in addition to this flag and the previously stored address of the program history 3A-1, the current value -1, and then changes the contents of the shared data 4X to x-al. Assume that control is transferred to program IB at the time when the program IA in FIG. 2 is operated in flowchart 1. Then, program IB performs the same operation as previously explained when there is no program interference. Then, when the operation reaches 70-Gouyat's A in the program IB in Figure 2, '+B
Suppose that IJ control is transferred to program IC.

プログラムICが処理を開始すると、まずプログラムの
先頭を再開始曽地として設定し、次に共用データ4Yを
t照する。この結果プログラムICに対応するプログラ
ムMum’)スト3Cには先頭のプログラムnw3cm
1が共用データ’aM5Y−2のアドレスが格納され共
用データ4Yに対応する共用データJfjl歴リスト5
Yの共用データ膣腔5Y−2にはフラグSと、プログラ
ム履歴3C−1のアドレスとが格納される。次にプログ
ラムICは参照した共用データ4Yの内容yと内部で保
持している値c1とを比較しyの方が大きいか等しけれ
ば、その次に共用データ4Xを参照する。この結果プロ
グラム履歴リス)3Cの2番目のプログラム履歴3C−
2には、共用データ履歴5X−3のアドレスが格納され
共用データ履ti IJバストXの3番目の共用データ
履歴5X−3には、フラグSとプログラム履53cm2
のアドレスが格納される。次にプログラムICは参照し
た共用データ4Xの内容X−al−bと内部で保持して
いる値c2とを比較しx−al−bの方が大きいか等し
ければ共用データ制御機構6はプログラム履歴リスト3
Cのプログラム履歴3C−1とプログラム履歴3C−2
の順序を入れ換え、次に共用データfi15Y−2のフ
ラグを8からkに変更し、このフラグにと、以前に格納
したプログラム履歴3C−1のアドレスとに加えて共用
データ4Yの現在の値yを共用データ履m5Y−2に格
納した後、共用データ4Yの内容kYc+に変更する。
When the program IC starts processing, it first sets the beginning of the program as the restart location, and then checks the shared data 4Y. As a result, the program Mum') ST3C corresponding to the program IC contains the first program nw3cm.
1 is shared data Jfjl history list 5 in which the address of shared data 'aM5Y-2 is stored and corresponds to shared data 4Y.
A flag S and the address of the program history 3C-1 are stored in Y's shared data vaginal cavity 5Y-2. Next, the program IC compares the content y of the referenced shared data 4Y with the internally held value c1, and if y is larger or equal, it then refers to the shared data 4X. As a result, the second program history of 3C (program history list) 3C-
The address of the shared data history 5X-3 is stored in the shared data history 5X-3.The third shared data history 5X-3 of IJ bust
address is stored. Next, the program IC compares the content X-al-b of the referenced shared data 4X with the internally held value c2, and if x-al-b is larger or equal, the shared data control mechanism 6 List 3
C program history 3C-1 and program history 3C-2
, and then change the flag of shared data fi15Y-2 from 8 to k, and in addition to this flag and the previously stored address of program history 3C-1, write the current value y of shared data 4Y. is stored in the shared data register m5Y-2, and then the content of the shared data 4Y is changed to kYc+.

この際、共用データ雇歴リス)5Yの中で、プログラム
ICが今処理した共用データ履75 Y−2の前にある
共用データ履歴5Y−1のアクセスが無効となるので共
用データf1M歴5Y−1と、ぞ扛に格納されているプ
ログラム履歴3A−2を削除し、プログラムIAを再試
行準備状態とする。次にプログラムIAによる共用デー
タ4Xの更新も無効となったのでプログラム履歴リスト
3A内の残シの履歴である3A−1とそれに対応する共
用データ履歴5X−1を61」除し、共用データ4Xの
内容をXに戻し共用データ膣歴5X−1の後ろにあった
共用データB#5X−2とそれに対応するプログラム履
歴3B−1を削除し、プログラムIBを再試行準備状態
とし、さらにその後ろにあった共用データ履[5X−3
とそれに対応するプログラム履13e−2を削除し、プ
ログラムICを再試行準備状態とする。するとプログラ
ムICの共用データ4Yの更看丁も無効となり、プログ
ラム履M3C−1とそれに対応する共用データ履/ff
15Y−2が削除され共用データ4Yの内容がyに戻さ
れる。対応するプログラム履歴リストが空となった再試
行準備状態のプログラムは再試行準備状jμが解かれ、
以前設定した再開始番地からプログラムを再開する。よ
ってプログラムIA、IB、ICすべて再開始番地から
プログラムが再開される。
At this time, access to the shared data history 5Y-1 located before the shared data history 75Y-2 that the program IC has just processed in the shared data employment history list) 5Y becomes invalid, so the shared data f1M history 5Y- 1 and the program history 3A-2 stored in the program are deleted, and the program IA is placed in a retry preparation state. Next, since the update of shared data 4X by program IA has become invalid, 3A-1, which is the remaining history in program history list 3A, and the corresponding shared data history 5X-1 are divided by 61'', and shared data 4X Return the contents to X, delete the shared data B #5 Shared data storage [5X-3
and the corresponding program register 13e-2 are deleted, and the program IC is brought into a retry preparation state. Then, the change of shared data 4Y of the program IC becomes invalid, and the program IC M3C-1 and its corresponding shared data register /ff become invalid.
15Y-2 is deleted and the contents of the shared data 4Y are returned to y. For programs in the retry preparation state whose corresponding program history list is empty, the retry preparation state jμ is released,
Resumes the program from the previously set restart address. Therefore, programs IA, IB, and IC are all restarted from the restart address.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、必要とするすべての共用
データの参照の後にそれら共用データの更新を行いそれ
ら処理の基となった共用データが途中で更新された場合
にのらかしめ設定しておいた再開始番地から再試行可能
なプログラムと、プログラム側、共用データ側各々の参
照又は更新履歴と処理の基となった共用データが更新さ
れたことを検出し必要があれは共用データの復旧を行っ
た後に再試行を行わせる共用データ制御機構により比較
的簡単にテッドロックの発生しない共用データ制御がで
きる効果がある。
As explained above, the present invention updates the shared data after referencing all the necessary shared data, and makes settings for when the shared data that is the basis of these processes is updated midway through. A program that can be retried from the restart address set, a reference or update history on the program side and the shared data side, and a recovery of the shared data if necessary by detecting that the shared data that was the basis of the process has been updated. The shared data control mechanism, which retries the system after performing the process, has the effect of relatively easily controlling shared data without causing a tedlock.

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

第1図は本発明の一実施例を示す構成図、第2図は本実
施例で使用しているプログラムのフローチャートである
。 IA、IB、IC−・−・−プログラム、2A、2B、
20・・・・・・再開始番地格納レジスタ、3A、3B
、3C・・・プログラム履歴リスト、3A−1−3A−
n 、 3 B −1・・・3B−n、3C−1・・・
3C−n・・・用プログラム履歴、4X、4Y・・・・
・・共用データ、5X、5Y・・・・・・共用データ履
歴リスト1,5x−t−・sx−m、5y−1−・−s
y−m・・・・・・共用データ履歴、6・・川・共用デ
ータ制御機構。 代理人 弁理士  内 原   1− 日\41.。 第2図
FIG. 1 is a block diagram showing an embodiment of the present invention, and FIG. 2 is a flowchart of a program used in this embodiment. IA, IB, IC---Program, 2A, 2B,
20...Restart address storage register, 3A, 3B
, 3C...Program history list, 3A-1-3A-
n, 3B-1...3B-n, 3C-1...
Program history for 3C-n..., 4X, 4Y...
・・Shared data, 5X, 5Y・・・・・Shared data history list 1, 5x-t-・sx-m, 5y-1-・-s
y-m...shared data history, 6...river/shared data control mechanism. Agent Patent Attorney Uchihara 1-day \41. . Figure 2

Claims (1)

【特許請求の範囲】[Claims] 必要とするすべての共用データの参照の後に共用データ
の更新を行いそれら処理の基となった共用データが途中
で他のプログラムから更新された場合にプログラム側で
あらかじめ設定しておいた再開始番地から再試行するこ
とができるプログラムと、前記プログラムの共用データ
に対する参照又は更新の履歴を格納するプログラム履歴
と、前記共用データの参照又は更新の履歴を格納する共
用データ履歴と、処理の基となった共用データが更新さ
れたことを履歴によって検出し共用データ更新時にあら
かじめその履歴内に格納しておいた更新前の値により共
用データの復旧を行った後にそのプログラムを再開始番
地から再試行させる共用データ制御機構とを有する共用
データ制御方式。
A restart address that is set in advance on the program side when the shared data is updated after all the necessary shared data has been referenced, and the shared data that is the basis of these processes is updated from another program midway through. a program that can be retried from the start; a program history that stores a history of references to or updates to shared data of the program; a shared data history that stores a history of references to or updates to the shared data; Detects from the history that the shared data has been updated, restores the shared data using the pre-update value stored in the history beforehand when updating the shared data, and then retries the program from the restart address. A shared data control method having a shared data control mechanism.
JP61293838A 1986-12-09 1986-12-09 Shared data control system Pending JPS63146134A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61293838A JPS63146134A (en) 1986-12-09 1986-12-09 Shared data control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61293838A JPS63146134A (en) 1986-12-09 1986-12-09 Shared data control system

Publications (1)

Publication Number Publication Date
JPS63146134A true JPS63146134A (en) 1988-06-18

Family

ID=17799807

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61293838A Pending JPS63146134A (en) 1986-12-09 1986-12-09 Shared data control system

Country Status (1)

Country Link
JP (1) JPS63146134A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02157943A (en) * 1988-12-09 1990-06-18 Nec Corp Data manipulation language instruction retesting system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02157943A (en) * 1988-12-09 1990-06-18 Nec Corp Data manipulation language instruction retesting system

Similar Documents

Publication Publication Date Title
US5778388A (en) Method of processing a synchronization point in a database management system to assure a database version using update logs from accumulated transactions
US4648031A (en) Method and apparatus for restarting a computing system
CA2583650C (en) Oplogging for online recovery in direct connection client server systems
JP2505112B2 (en) Transaction management method
US5857204A (en) Restoring the state of a set of files
US6360231B1 (en) Transactional memory for distributed shared memory multi-processor computer systems
CN1273899C (en) Method to provide atomic update primitives in an asymmetric heterogeneous multiprocessor environment
EP0454340A2 (en) File-based transaction management system for a computing system
JPH0465414B2 (en)
US5745674A (en) Management of units of work on a computer system log
EP0295424B1 (en) Method for managing subpage concurrency control and partial transaction rollback in a transaction-oriented system of the write-ahead logging type
JPH03222048A (en) Sharing system for inter-system data base
US5390302A (en) Transaction control
JPH08328933A (en) File access control system for parallel processing system
JPS63146134A (en) Shared data control system
JP2581141B2 (en) Delayed journal merge method
JP3290182B2 (en) Data set backup method and apparatus in shared environment
Molesky et al. Recovery protocols for shared memory database systems
JP2002215443A (en) Exclusion controlling method between plurality of operations
JPH0588954A (en) Data base updating method
EP0443824A2 (en) Transaction management protocol for a multi-processors computer
JPH0324648A (en) Simultaneous file access control system
JP2999024B2 (en) End process for child process
JPH04105159A (en) Work substitute system
JP2600800B2 (en) Exclusive control of buffer table and deadlock detection method