JPH01217620A - Data base control system - Google Patents

Data base control system

Info

Publication number
JPH01217620A
JPH01217620A JP63044890A JP4489088A JPH01217620A JP H01217620 A JPH01217620 A JP H01217620A JP 63044890 A JP63044890 A JP 63044890A JP 4489088 A JP4489088 A JP 4489088A JP H01217620 A JPH01217620 A JP H01217620A
Authority
JP
Japan
Prior art keywords
transaction
database
information processing
data
update
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
JP63044890A
Other languages
Japanese (ja)
Inventor
Yasunori Usui
臼井 保法
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 JP63044890A priority Critical patent/JPH01217620A/en
Publication of JPH01217620A publication Critical patent/JPH01217620A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To lighten the load on a user required for production of an application program by using a data control program to perform the transfer and the exclusive process of transactions. CONSTITUTION:A data control program 52 receives a transaction 105b from an application program 51 and performs an exclusive process to inhibit the processing of other transactions against the corresponding data on its own data base 53 by means of a record or block excluding function included in an OS. In a secondary system, a data control program 62 performs an exclusive process to a data base 63 at reception of the transaction 105d. In such a way, the load is extremely reduced for the application program that has so far taken charge of those said processes.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はオンライン情報処理システムにおけるデータベ
ースの管理方式に関し、特に2台以上のオンライン情報
処理システムを接続し、各オンライン情報処理システム
のそれぞれに設けである同一内容のデータベースの特定
データについて同時に更新処理を行うときのデータベー
ス管理方式に関する。
[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to a database management method in an online information processing system, and in particular, to a database management method for connecting two or more online information processing systems and for each online information processing system to have a The present invention relates to a database management method when simultaneously updating specific data of databases having the same content.

〔従来の技術〕[Conventional technology]

オンライン情報処理方式においては、2台以上のオンラ
イン情報処理システム(以下単にオンラインシステムと
いう)を並設してそれらを通信回線等で結び、各オンラ
インシステムに同一内容のデータベースを設け、いずれ
か1台のオンラインシステムにおいてそのデータベース
中の特定データの更新処理を行うときは、そのオンライ
ンシステムノテータベースの更新処理と同時に他のオン
ラインシステムのデータベースも同時に同じ更新処理を
行って、すべてのデータベースの内容を一致させておく
ことによってデータベースの保全を図っている場合が多
い。例えば銀行のオンラインシステム(オンラインバン
キングシステム)等はこの顕著な例である。
In the online information processing method, two or more online information processing systems (hereinafter simply referred to as online systems) are installed side by side and connected through communication lines, etc., and each online system is equipped with a database with the same content. When updating specific data in a database in an online system, update the online system notator base and simultaneously update the databases of other online systems to ensure that the contents of all databases match. In many cases, the database is maintained by leaving it open. For example, a bank's online system (online banking system) is a notable example of this.

上述のようなオンラインシステムにおいて、従来のデー
タベースのデータの更新処理の管理方式は、第2図に例
示するような方式が用いられている。
In the online system as described above, a conventional management method for updating data in a database is as illustrated in FIG. 2.

すなわち、2台のオンラインシステムlおよび2がデー
タ通信回線等で接続されており、その−方のオンライン
システム(主システム)lにそのデータベース13中の
特定データを更新するための変更データ(これをトラン
ザクションという)101aが入力したとき、そのトラ
ンザクション101aは、主システム1(2台のオンラ
インシステムは対等の地位にあるが、トランザクション
が入力した方のオンラインシステムを主システム、他方
のオンラインシステムを従システムとする)のアプリケ
ーションプログラム(ユーザがその業務処理のために自
分で作成するプログラム)11がこれを受取って妥当性
チエツク等の必要な処理を行い、主システム1のオペレ
ーションシステム(O8)中のデータ管理プログラム1
2にトランザクション101bとして渡し、データ管理
プログラム12はこれをトランザクション101dとし
てデータベース13に送って該当するデータの更新処理
を行う。これと並行してアプリケーションプログラム1
1は、トランザクション101cとして従システム2の
アプリケーションプログラム21に送り、アプリケーシ
ョンプログラム21はこれを受取って所要の処理を行っ
てトランザクション101eとしてデータ管理プログラ
ム22に渡し、データ管理プログラム22はこれをトラ
ンサクション101fとしてデータベース23に送って
該当するデータの更新処理を行う。
That is, two online systems 1 and 2 are connected via a data communication line, etc., and the other online system (main system) 1 receives change data (this is used to update specific data in the database 13). transaction) 101a is input, the transaction 101a is input to the main system 1 (the two online systems are on equal footing, but the online system in which the transaction was input is the main system, and the other online system is the slave system. The application program (a program that the user creates himself/herself for the business process) 11 of the main system 1 receives the application program 11, performs necessary processing such as a validity check, and stores the data in the operation system (O8) of the main system 1. Management program 1
2 as a transaction 101b, and the data management program 12 sends this as a transaction 101d to the database 13 to update the corresponding data. In parallel with this, application program 1
1 is sent to the application program 21 of the slave system 2 as a transaction 101c, the application program 21 receives it, performs the necessary processing, and passes it to the data management program 22 as a transaction 101e, and the data management program 22 sends it as a transaction 101f. The data is sent to the database 23 as an update process for the corresponding data.

データベース13およびデータベース23においてそれ
ぞれのトランザクション101dおよび101fによる
更新処理が完了すると、そのことを知らせる更新結果通
知102dおよび1゛o2aがそれぞれデータ管理プロ
グラム12および22に送られるので、データ管理プロ
グラム12および22は、それぞれこれらを更新結果通
知102eおよび102bとして対応するアプリケーシ
ョンプログラム11および21に送る。アプリケーショ
ンプログラム21は、この更新結果通知102bを受け
てこれを更新結果通知102cとしてアプリケーション
プログラム11に送る。アプリケーションプログラム1
1は、データ管理プログラム12からの更新結果通知1
02eを受けとるとこれを一時保留しておき、従システ
ム2のアプリケーションプログラム21からの更新結果
通知102cを待ち、両者が揃ったとき更新結果通知1
03を出して次のトランザクションの入力な待つ。主シ
ステム1または従システム2において、それらに接続さ
れている一つの端末装置からのトランザクションによっ
てデータベース13および23中の特定データの更新処
理が行われているとき、同一データに対する他の端末装
置からのアクセスによってそのデータの書替が行われる
のを防止するため、アプリケーションプログラム11お
よび12は、それぞれデータベース13および23のア
クセススティタス(アクセス状態)を管理し、更新可能
な状態のときのみ更新処理を行うことができるように制
御している。
When the update processing by the transactions 101d and 101f is completed in the database 13 and the database 23, update result notifications 102d and 1o2a are sent to the data management programs 12 and 22, respectively. send these to the corresponding application programs 11 and 21 as update result notifications 102e and 102b, respectively. The application program 21 receives this update result notification 102b and sends it to the application program 11 as an update result notification 102c. Application program 1
1 is update result notification 1 from the data management program 12
When 02e is received, it is temporarily put on hold and waits for the update result notification 102c from the application program 21 of the slave system 2, and when both are received, the update result notification 1 is sent.
Issue 03 and wait for the next transaction to be input. When specific data in the databases 13 and 23 is being updated in the main system 1 or the slave system 2 by a transaction from one terminal device connected to them, when the same data is updated from another terminal device, In order to prevent the data from being rewritten due to access, the application programs 11 and 12 manage the access status (access state) of the databases 13 and 23, respectively, and perform update processing only when they are in an updatable state. You are in control as much as possible.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述のように、従来のオンラインシステムにおけるデー
タベースの管理方式は、トランザクションおよび更新結
果通知の授受とデータベースのアクセスステータスの管
理とをアプリケーションプログラムによって行っている
ため、各ユーザにおけるアプリケーションプログラムの
作成に大きな負担をかけているという欠点を有している
As mentioned above, in conventional database management methods in online systems, application programs send and receive transaction and update result notifications and manage database access status, which places a heavy burden on each user in creating application programs. It has the disadvantage that it is multiplied by

本発明が解決しようとする課題、換言すれば本発明の目
的は、上述のような従来のオンラインシステムにおける
データベースの管理方式の欠点を解消して、アプリケー
ションプログラムの作成のときの負担を軽減することの
できるデータベースの管理方式を提供することにある。
The problem to be solved by the present invention, in other words, the purpose of the present invention is to eliminate the drawbacks of the database management method in the conventional online system as described above, and to reduce the burden when creating application programs. The objective is to provide a database management method that allows for

〔課題を解決するための手段〕[Means to solve the problem]

本発明のデータベースの管理方式は、複数台のオンライ
ン情報処理システムを相互に接続し、前記複数台のオン
ライン情報処理システムのおのおのに同一内容のデータ
ベースを設け、前記複数台のオンライン情報処理システ
ムのうちの任意の1台のオンライン情報処理システムに
接続した端末装置からトランザクションを入力して前記
複数台のすべてのオンライン情報処理システムの前記デ
ータベース中の所定のデータを同時に更新するデータベ
ース管理方式において、前記トランザクションを入力し
た前記オンライン情報処理システムを主システムとし、
残余のオンライン情報処理システムを従システムとした
とき、前記主システムのアプリケーションプログラムを
介してそのオペレージ3ンシステム中のデータ管理プロ
グラムにおいて前記トランザクションを受取り、前記ト
ランザクションを受取った時点において自己のデータベ
ース中の該当するデータの他のトランザクションによる
更新処理を禁止する排他処理を前記オペレーションシス
テムが保有しているレコード排他機能またはブロック排
他機能を働かせることによって行なって前記トランザク
ションによる前記データベースの更新処理を行ない、前
記更新処理と並行して前記トランザクションを前記従シ
ステムに送り、前記従システムは前記トランザクション
をそれぞれ自己のオペレーションシステム中のデータ管
理プログラムで受取って各自のデータベースに対する前
記排他処理を行って前記トランザクションによる前記各
自のデータベースの更新処理を行い、前記主システムお
よび前記従システムが各自のデータベースから前記更新
処理の完了を知らせる更新結果通知を受取り、前記従シ
ステムは前記更新結果通知を前記主システムの前記デー
タ管理プログラムに送っ℃直μの排他処理を解除し、前
記主システムの前記データ管理プログラムはすべての前
記更新処理通知を受ったとき自己の前記オンライン情報
処理システムの前記排他処理を解除して前記主システム
の前記アプリケーションプログラムを介して前記更新処
理通知を前記端末装置に送ることを含んでいる。
In the database management method of the present invention, a plurality of online information processing systems are interconnected, each of the plurality of online information processing systems is provided with a database with the same content, and one of the plurality of online information processing systems is In a database management method in which predetermined data in the databases of all of the plurality of online information processing systems are simultaneously updated by inputting a transaction from a terminal device connected to any one of the online information processing systems, the transaction The online information processing system that inputs the information is the main system,
When the remaining online information processing system is a slave system, the data management program in the operating system receives the transaction through the application program of the main system, and at the time of receiving the transaction, the data in its own database is Exclusive processing for prohibiting update processing of the corresponding data by other transactions is performed by activating a record exclusion function or block exclusion function possessed by the operation system, and the update processing of the database by the transaction is performed, and the update processing is performed. In parallel with the processing, the transaction is sent to the slave system, and each slave system receives the transaction using a data management program in its own operating system, performs the exclusive processing on its own database, and processes the transaction according to the transaction. A database update process is performed, the main system and the slave system receive an update result notification from their respective databases informing the completion of the update process, and the slave system sends the update result notification to the data management program of the main system. When the data management program of the main system receives all the update processing notifications, the data management program of the main system releases the exclusive processing of the online information processing system of its own and executes the exclusive processing of the main system. The method includes sending the update processing notification to the terminal device via the application program.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing one embodiment of the present invention.

第1図の実施例は、2台のオンラインシステムが互に接
続されており、そのうちの左側に図示したオンラインシ
ステムにトランザクションが入力した例である。従って
この実施例においては左側のオンラインシステムが主シ
ステムとなり、右側のオンラインシステムが従システム
となる。
In the embodiment shown in FIG. 1, two online systems are connected to each other, and a transaction is entered into the online system shown on the left side of the system. Therefore, in this embodiment, the online system on the left side is the main system, and the online system on the right side is the slave system.

第1図に示すように、主システム5に接続している複数
の端末装置のうちの任意の1台の端末装置からトランザ
クション105&が入ってくると、このトランザクショ
ン105aを先ず主システム5のアプリケーションプロ
グラム51が受取り、妥当性チエツク等の必要な処理を
行ったのち、トランザクション105bとしてそのO8
中のデータ管理プログラム52に渡す。データ管理プロ
グラム52は、これをトランザクション105Cとして
主システムのデータベース53に送って該当するデータ
の更新を行うと同時に、トランザクション105dとし
て従システム6のC18中のデータ管理プログラム62
に渡す。データ管理プログラム62は、これをトランザ
クション105eとして従システム6のデータベース6
3に送って該当するデータの更新を行う。従ってこの時
点で主システム5のデータベースと従システム6のデー
タベース63とは同一内容に更新される。
As shown in FIG. 1, when a transaction 105 & is received from any one of the plurality of terminal devices connected to the main system 5, this transaction 105a is first transferred to the application program of the main system 5. 51 receives it, performs necessary processing such as validity checking, and then sends it as transaction 105b.
The data is passed to the data management program 52 inside. The data management program 52 sends this as a transaction 105C to the database 53 of the main system to update the corresponding data, and at the same time sends this as a transaction 105C to the data management program 62 in C18 of the slave system 6.
give it to The data management program 62 uses this as a transaction 105e in the database 6 of the slave system 6.
3 to update the corresponding data. Therefore, at this point, the database of the main system 5 and the database 63 of the slave system 6 are updated to have the same contents.

データベース53および63におけるトランザクション
105cまたは105eによるデータの更新が完了する
と、そのことを知らせる更新結果通知106cおよび1
06aがそれぞれデータ管理プログラム52および62
に送られる。データ管理プログラム62は、更新結果通
知106aを受取ってこれを更新結果通知106bとし
て主システム5のデータ管理プログラム52に送る。主
システム5のデータ管理プログラム52は、自己のシス
テムのデータベース53からの更新結果通知53を受取
ると、これを−時保留して従システム6のデータ管理プ
ログラム62からの更新結果通知106bの到来を待ち
、両者が揃った時点でアプリケーションプログラム51
に更新結果通知107aを渡す。アプリケーションプロ
グラム51はこれを更新結果通知107bとして端末装
置に送って次のトランザクションの入力を待つ。この一
連の動作において、従システム6のアプリケーションプ
ログラム61は、データベース63の更新処理動作に関
与しない。
When the data update by the transaction 105c or 105e in the databases 53 and 63 is completed, update result notifications 106c and 1 are sent to notify this fact.
06a are data management programs 52 and 62, respectively.
sent to. The data management program 62 receives the update result notification 106a and sends it to the data management program 52 of the main system 5 as an update result notification 106b. When the data management program 52 of the main system 5 receives the update result notification 53 from the database 53 of its own system, it puts it on hold until the arrival of the update result notification 106b from the data management program 62 of the slave system 6. Wait, and when both are ready, the application program 51
The update result notification 107a is passed to. The application program 51 sends this to the terminal device as an update result notification 107b and waits for input of the next transaction. In this series of operations, the application program 61 of the slave system 6 is not involved in the update processing operation of the database 63.

上述の動作において、データ管理プログラム52は、ア
プリケーションプログラム51からトランザクション1
05bを受取ったとき、O8中に設けられているレコー
ド排他機能(書替えを目的としてデータを読出したとき
、その読出動作が終了するまで他の端末装置からのデー
タの読出を禁止する機能で、これをデータベースを収容
している記憶装置の論理レコード単位で行う機能)また
はブロック排他機能(同様に記憶装置の物理レコード単
位でデータの読出しを禁止する機能)を用いて自己のデ
ータベース53の該当するデータに対する他のトランザ
クションの処理を行うのを禁止する排他処理を行い、従
システム6においても、データ管理プログラム62がト
ランザクション105dを受取ったときにデータベース
63に対する排他処理を行う。これらの排他処理は、従
システム6においてはそのデータ管理プログラム62が
自己のデータベース63から更新結果通知106aを受
取ったときに解除し、主システム5においてはそのデー
タ管理プログラム52が自己のデータベース53からの
更新結果通知106cと従システム6のデータ管理プロ
グラム63からの更新結果通知106bとの両者を受取
ったときに解除する。
In the above operation, the data management program 52 receives transaction 1 from the application program 51.
When receiving 05b, the record exclusion function provided in O8 (a function that prohibits reading data from other terminal devices when data is read for the purpose of rewriting, until the reading operation is completed; The corresponding data in the own database 53 can be accessed using the block exclusion function (similarly, the function that prohibits data reading in units of physical records of the storage device). In the slave system 6, when the data management program 62 receives the transaction 105d, exclusive processing is performed on the database 63. These exclusive processes are canceled when the data management program 62 in the slave system 6 receives the update result notification 106a from its own database 63, and in the main system 5, the data management program 52 releases the data from its own database 53. The update result notification 106c from the data management program 63 of the slave system 6 and the update result notification 106b from the data management program 63 of the slave system 6 are both released.

上述の実施例は、オンラインシステムが2台の場合の例
であるが、3台以上の場合も同様であり、トランザクシ
ョンを入力した主システムのデータ管理プログラムから
の他のすべてのオンラインシステムのデータ管理プログ
ラムにそのトランザクションを転送し、すべてのオンラ
インシステムのデータベースの更新完了を待って自己の
オンラインシステムに対する排他処理の解除を行うこと
によって目的を達成することができる。
The above embodiment is an example in which there are two online systems, but the same applies to the case where there are three or more systems, and data management of all other online systems is performed from the data management program of the main system that inputs the transaction. The purpose can be achieved by transferring the transaction to the program, waiting for the completion of updating the databases of all online systems, and then releasing exclusive processing for the own online system.

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

上述のように、本発明のデータベース管理方式は、トラ
ンザクションの授受と排他処理とをデータ管理プログラ
ムにおいて実行するようにすることによって、従来これ
らの処理を受持っていたアプリケーションプログラムの
負担を大幅に軽減することができるという効果があり、
従ってアプリケーションプログラムを作成するためのユ
ーザの負担を軽減することができるという効果がある。
As described above, the database management method of the present invention greatly reduces the burden on application programs that were traditionally responsible for these processes by having the data management program perform transaction transfer and exclusive processing. It has the effect of being able to
Therefore, there is an effect that the burden on the user for creating an application program can be reduced.

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

第1図は本発明のデータベース管理方式の一実施例を示
すブロック図、第2図は従来のデータベース管理方式の
一例を示すブロック図である。 1,5・・・・・・主システム、2,6・・・・・・従
システム、11.21,51.61・・・・・・アプリ
ケーションプログラム、12,22,52.62・・・
・・・データ管理プログラム、13,23,53,63
・・・・・・データベース。 代理人 弁理士  内 原   音 /l)6 Q °/6乙6 ・10乙C・ /()7(
L ”1076  : ヲセv1き巴1隨虫’Ilj’
第1目
FIG. 1 is a block diagram showing an embodiment of the database management method of the present invention, and FIG. 2 is a block diagram showing an example of a conventional database management method. 1,5...Main system, 2,6...Slave system, 11.21,51.61...Application program, 12,22,52.62...
...Data management program, 13, 23, 53, 63
...Database. Agent Patent Attorney Uchi Hara Oto/l)6 Q °/6Otsu6 ・10OtsuC//()7(
L "1076: Wose v1 Ki Tomoe 1 Insect 'Ilj'
1st eye

Claims (1)

【特許請求の範囲】  複数台のオンライン情報処理システムを相互に接続し
、前記複数台のオンライン情報処理システムのおのおの
に同一内容のデータベースを設け、前記複数台のオンラ
イン情報処理システムのうちの任意の1台のオンライン
情報処理システムに接続した端末装置からトランザクシ
ョンを入力して前記複数台のすべてのオンライン情報処
理システムの前記データベース中の所定のデータを同時
に更新するデータベース管理方式において、 前記トランザクションを入力した前記オンライン情報処
理システムを主システムとし、残余のオンライン情報処
理システムを従システムとしたとき、前記主システムの
アプリケーションプログラムを介してそのオペレーショ
ンシステム中のデータ管理プログラムにおいて前記トラ
ンザクションを受取り、前記トランザクションを受取っ
た時点において自己のデータベース中の該当するデータ
の他のトランザクションによる更新処理を禁止する排他
処理を前記オペレーションシステムが保有しているレコ
ード排他機能またはブロック排他機能を働かせることに
よって行なって前記トランザクションによる前記データ
ベースの更新処理を行ない、前記更新処理と並行して前
記トランザクションを前記従システムに送り、前記従シ
ステムは前記トランザクションをそれぞれ自己のオペレ
ーションシステム中でのデータ管理プログラムで受取っ
て各自のデータベースに対する前記排他処理を行って前
記トランザクションによる前記各自のデータベースの更
新処理を行い、前記主システムおよび前記従システムが
各自のデータベースから前記更新処理の完了を知らせる
更新結果通知を受取り、前記従システムは前記更新結果
通知を前記主システムの前記データ管理プログラムに送
って自己の排他処理を解除し、前記主システムの前記デ
ータ管理プログラムはすべての前記更新処理通知を受っ
たとき自己の前記オンライン情報処理システムの前記排
他処理を解除して前記主システムの前記アプリケーショ
ンプログラムを介して前記更新処理通知を前記端末装置
に送ることを含むことを特徴とするデータベース管理方
式。
[Claims] A plurality of online information processing systems are interconnected, each of the plurality of online information processing systems is provided with a database with the same content, and any one of the plurality of online information processing systems In a database management method in which a transaction is input from a terminal device connected to one online information processing system and predetermined data in the database of all of the plurality of online information processing systems is updated simultaneously, the transaction is input. When the online information processing system is the main system and the remaining online information processing systems are the slave systems, the data management program in the operation system receives the transaction through the application program of the main system, and receives the transaction. At the time when the database is updated by the transaction, exclusive processing is performed to prohibit update processing of the corresponding data in the own database by other transactions by using the record exclusion function or block exclusion function possessed by the operation system. The transaction is sent to the slave system in parallel with the update process, and each slave system receives the transaction with a data management program in its own operating system and performs the exclusive process on its own database. The main system and the slave system receive an update result notification from their respective databases informing them of the completion of the update process, and the slave system receives the update result notification from the respective databases. When the data management program of the main system receives all the update processing notifications, the data management program of the main system cancels the exclusive processing of the online information processing system of the main system. A database management method comprising: canceling the update process notification to the terminal device via the application program of the main system.
JP63044890A 1988-02-26 1988-02-26 Data base control system Pending JPH01217620A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63044890A JPH01217620A (en) 1988-02-26 1988-02-26 Data base control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63044890A JPH01217620A (en) 1988-02-26 1988-02-26 Data base control system

Publications (1)

Publication Number Publication Date
JPH01217620A true JPH01217620A (en) 1989-08-31

Family

ID=12704079

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63044890A Pending JPH01217620A (en) 1988-02-26 1988-02-26 Data base control system

Country Status (1)

Country Link
JP (1) JPH01217620A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05241999A (en) * 1992-02-28 1993-09-21 Nec Corp Inter-host information update synchrnoizing device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05241999A (en) * 1992-02-28 1993-09-21 Nec Corp Inter-host information update synchrnoizing device

Similar Documents

Publication Publication Date Title
CN104508663B (en) Automatic processing after conversation failure retries
CN103999036B (en) Enter the specialized method and system of line code using exception in the Computer Architecture for supporting affairs
CN104094228A (en) Systems and methods for supporting transaction recovery based on a strict ordering of two-phase commit calls
JP3222125B2 (en) Database sharing method between systems
US20220182295A1 (en) Distributed saga execution and coordination
TWI233015B (en) Tagged address stack and microprocessor using same
JPH01217620A (en) Data base control system
USRE27779E (en) Numerical data processing system
US11102311B2 (en) Registration during downtime
CN109196508A (en) Data safety in cloud network
CN108369592A (en) The page binary large object based on temporary daily record in file system
JP2023088789A (en) Information processing device, information processing method, and program
JP3183419B2 (en) Product sales registration data processing device
CN114020424A (en) Task processing method and device and related equipment
JPS5899879A (en) Data processing system
BR102022001145A2 (en) EDGE AND BLOCKCHAIN BASED DEVICE FOR PROGRAMMABLE LOGIC CONTROLLER MONITORING
CN115601160A (en) Data processing method and device
JPH01258170A (en) Data set management system
WO2007107780A2 (en) Transaction processing method
NO167339B (en) A TRANSMISSION PHANTOM FOR TOTAL PERFORMANCE CONTROL OF SCINTILLATION CAMERA IMAGE AND PROCEDURE FOR MASS PRODUCTION.
JPH03296803A (en) Inter-process control device
JPH0273420A (en) Semiconductor disk device
JPH02282863A (en) Simple input processing system for transfer data
Skaf et al. Flexible integrity control of cooperative applications
JPS61165173A (en) State information managing system between system