JPH0342741A - Updating system for distributed data base in inter-host communication - Google Patents

Updating system for distributed data base in inter-host communication

Info

Publication number
JPH0342741A
JPH0342741A JP1178742A JP17874289A JPH0342741A JP H0342741 A JPH0342741 A JP H0342741A JP 1178742 A JP1178742 A JP 1178742A JP 17874289 A JP17874289 A JP 17874289A JP H0342741 A JPH0342741 A JP H0342741A
Authority
JP
Japan
Prior art keywords
file
data
processing
host
received data
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
JP1178742A
Other languages
Japanese (ja)
Inventor
Miyuki Nara
奈良 みゆき
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 Information Service Co Ltd
Original Assignee
NEC Information Service Co 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 NEC Information Service Co Ltd filed Critical NEC Information Service Co Ltd
Priority to JP1178742A priority Critical patent/JPH0342741A/en
Publication of JPH0342741A publication Critical patent/JPH0342741A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To attain the asynchronous execution of a reception processing and a file update processing by separating the reception processing of a reception- side host and the file update processing by means of reception data and storing received update information into a temporary storage file in terms of logical data meanwhile. CONSTITUTION:A transaction starting means 4 receives key information transmitted from a reception data input means 2, and gives key information to a file update means 5. It receives key information from the transaction starting means 4, receives reception data in inter-host communication, reads data from the reception data temporary storage file 3, logically and exclusive by controls a job processing file to be updated, updates the job processing file, deletes data from the temporary storage file 3, and a key information transmission processing which is necessary for the cancel of the processing when re-execution is required and for the starting of the transaction starting means 4 is executed.

Description

【発明の詳細な説明】 (産業上の利用分野) 本発明はホスト間通信での分散データベース更新処理に
関し、特に受信側ホストに卦いて受信された更新情報に
よる受信処理と、非同期のファイル更新処理とを行うホ
スト間通信での分散データベース更新方式に関する。
DETAILED DESCRIPTION OF THE INVENTION (Industrial Application Field) The present invention relates to distributed database update processing through host-to-host communication, and particularly to reception processing based on update information received at a receiving host and asynchronous file update processing. This paper relates to a distributed database update method using host-to-host communication.

(従来の技術) 分散処理システムにかいて、オンラインホスト間通信は
ホスト間でデータ通信をリアルタイムに行えるという利
点があるため、現在、盛んに利用されている。
(Prior Art) Online host-to-host communication is currently widely used in distributed processing systems because it has the advantage of allowing real-time data communication between hosts.

従来の分散処理システムでは、それ°ビれのホストで随
時、業務処理ファイル中のデータの登録、更新、削除な
ど、様々な処理が行われてかり、複数のトランザクショ
ン処理プログラムによるファイルの共有が可能とされて
しる。このため、ファイル更新処理にかいては、各トラ
ンザクション処、環プログラムの実行結果の保全のため
、ファイルの論理排他制御が行われて−る。ホスト間通
信にかいて、送信側ホストで処理したファイルの更新情
報を受信側ホストへ送信し、この更新情報である受信デ
ータで受信側ホストがファイルを更新する場合にも論理
排他制御が必要となる。
In conventional distributed processing systems, various processes such as registering, updating, and deleting data in business processing files are performed on different hosts at any time, and files can be shared by multiple transaction processing programs. It is said that For this reason, in file update processing, logical exclusive control of files is performed in order to preserve the execution results of each transaction process and ring program. Regarding host-to-host communication, logical exclusive control is also required when update information of a file processed by the sending host is sent to the receiving host, and the receiving host updates the file with the received data that is this update information. Become.

従来の技術としては、一つのトランザクション処理プロ
グラムで受信処理と、受信データによるファイル更新処
理とを行っていた。したがって、ファイルに論理排他制
御をかけ、排他制御が不成功であった場合には、トラン
ザクション処理プログラムが排他解除待ち状態となう、
その間、受信処理も停滞している。咬た、受信の後にデ
ータをメモリ上に待避した曾1ファイル更新を行うので
、その間、受信データは保持できない。
In the conventional technology, a single transaction processing program performs reception processing and file update processing using received data. Therefore, if logical exclusive control is applied to a file and the exclusive control is unsuccessful, the transaction processing program will wait for exclusive release.
Meanwhile, reception processing has also stalled. Additionally, after receiving the data, the data is saved in the memory and the first file is updated, so the received data cannot be held during that time.

このため、従来の方式では受信処理と、受信データによ
るファイル更新処理とを並行させるのは難しい。受信側
ホストで受信データによってファイル更新を行う必要が
ないようなデータ、あるいは受信データによるファイル
更新はあるが、受信側ホストの他のトランザクション処
理プログラムから更新処理を行わないようなデータに限
り、ホスト間通信に利用することができる。これ以外の
データについては、ホスト間通信を利用せず、バッチ処
理など他の方法を利用することで対処してきた。
Therefore, in the conventional method, it is difficult to perform reception processing and file update processing using received data in parallel. Only data that does not require the receiving host to update the file based on the received data, or data that does not require update processing from other transaction processing programs on the receiving host, although the file may be updated using the received data, It can be used for inter-communication. For data other than this, we have dealt with it by using other methods such as batch processing without using inter-host communication.

(発明が解決しようとする課題) 上述した従来のホスト間通信での受信データによるファ
イル更新処理は、ファイルの論理排他が不成功のとき、
トランザクション処理プログラムが論理排他解除待ち状
態になることによって受信処理も停滞してし1うため、
ホスト間通信の迅速性が低下するとともに、受信側ホス
トの処理効率が低下し、送信処理と受信処理との同期を
とれ々いという欠点がある。
(Problems to be Solved by the Invention) In the above-described conventional file update processing using received data in inter-host communication, when logical exclusion of a file is unsuccessful,
Because the transaction processing program enters the logical exclusion release wait state, the reception processing also becomes stagnant.
This method has disadvantages in that the speed of communication between hosts is reduced, the processing efficiency of the receiving host is reduced, and it is difficult to synchronize transmission processing and reception processing.

一方、受信からファイル更新終了!での間、データはフ
ァイル上に保持されていないため、ファイル更新処理に
障害が起った場合にはデータの保全が保てないという欠
点もある。
On the other hand, the file update has finished after receiving! Since the data is not held in the file during this time, there is also the disadvantage that data integrity cannot be maintained if a failure occurs in the file update process.

本発明の目的は、受信側ホストの受信処理と受信データ
によるファイル更新処理とを分離し、その間、受信され
た更新情報を論理データ単位で一時記憶フアイルに格納
することによって上記欠点を除去し、受信処理とファイ
ル更新処理との非同期の実行を可能とするホスト間通信
に卦ける分散データベース更新方式を提供することにあ
る。
It is an object of the present invention to eliminate the above-mentioned drawbacks by separating the reception processing of the receiving host and the file update processing using the received data, and during this time, storing the received update information in a temporary storage file in units of logical data. An object of the present invention is to provide a distributed database update method for communication between hosts that enables asynchronous execution of reception processing and file update processing.

(課題を解決するための手段) 本発明によるホスト間通信での分散データベース更新方
式は、受信データ入力手段と、一時記憶手段と、ファイ
ル更新手段と、トランザクション起動手段とを具備して
構成したものである。
(Means for Solving the Problems) A distributed database update method using host-to-host communication according to the present invention includes a received data input means, a temporary storage means, a file update means, and a transaction activation means. It is.

受信データ入力手段は、オンライン分散システムに卦い
て送信側ホストで業務処理ファイルを構成するデータベ
ースを更新し、更新の情報をホスト間通信により受信側
ホストで受信するためのものである。
The received data input means is used to update the database constituting the business processing file on the sending host in the online distributed system, and to receive the updated information at the receiving host through host-to-host communication.

一時記憶手段は、受信データ入力手段によって入力され
た受信データを順次記憶するためのものである。
The temporary storage means is for sequentially storing received data input by the received data input means.

ファイル更新手段は、一時記憶手段から受信データを読
出し、そのデータのキーでファイルに論理排他制御をか
け、排他の成功時には読出された受信データで業務処理
ファイルを更新し、一時記憶ファイル中の同じデータを
物理的に削除し、排他の不成功時にはファイル更新処理
をキャンセルし、あらかじめ設定された再実行開始時間
にトランザクション起動手段による自身の実行が行える
ようオンライン制御プログラムへ制御を渡すためのもの
である。
The file update means reads the received data from the temporary storage means, applies logical exclusive control to the file using the key of the data, and when the exclusion is successful, updates the business processing file with the read received data, and This is to physically delete the data, cancel the file update process if exclusion is unsuccessful, and pass control to the online control program so that it can be executed by the transaction starting means at the preset re-execution start time. be.

トランザクション起動手段は、受信データ入力手段より
入力された受信データのキー情報を受取った時、または
ファイル更新手段の再実行のため、再度、受信データの
キー情報を受取ったときにキー情報をファイル更新手段
へ送り、ファイル更新手段を起動させるためのものであ
る。
The transaction activation means updates the key information to the file when receiving the key information of the received data inputted from the received data input means or when receiving the key information of the received data again in order to re-execute the file updating means. This is for sending the file to the file updating means and activating the file updating means.

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

第1図は、本発明によるホスト間通信での分散データベ
ース更新方式の一実施例を示す構成国である。
FIG. 1 shows the constituent countries of an embodiment of a distributed database update method using host-to-host communication according to the present invention.

第1図において、1は分散データベース更新システム、
2は受信データ入力手段、3は一時記憶フアイル、4は
トランザクション起動手段、5はファイル更新手段、1
4は更新情報(データ)である。
In FIG. 1, 1 is a distributed database update system;
2 is a received data input means, 3 is a temporary storage file, 4 is a transaction activation means, 5 is a file update means, 1
4 is update information (data).

分散データベース更新システム1は、受信データ入力手
段2と、一時記憶ファイル3と、トランザクション起動
手段4と、ファイル更新手段5とから成る。
The distributed database update system 1 includes a received data input means 2, a temporary storage file 3, a transaction activation means 4, and a file update means 5.

受信データ入力手段2の実体はトランザクション処理プ
ログラムであう、ホスト間通信での受信データの受信、
受信データの一時記憶手段3の蓄積、受信データのキー
情報をトランザクション起動手段4へ格納する。一時記
憶手段5の実体は業務処理ファイルであり、受信データ
入力手段2から送られてくるデータを蓄積し、ファイル
更新手段5ヘデータを引継ぐ。トランザクション起動手
段4の実体はオンラインシステムにかけるトランザクシ
ョン制御プログラムであシ、受信データ入力手段2から
送られてくるキー情報の受取り、このキー情報をファイ
ル更新手段5へ受渡し、ファイル更新手段5を起動する
。ファイル更新手段5の実体はトランザクション処理プ
ログラムであり、トランザクション起動手段4からキー
情報を受取って一時記憶フアイル5からデータを読出し
、更新される業務処理ファイルへ論理排他制御をかける
とともに、業務処理ファイルを更新し、一時記憶ファイ
ル3からデータを削除し、再実行必要時の処理のキャン
セルとトランザクション起動手段4の起動とに必要なキ
ー情報送信処理を実行する。
The substance of the received data input means 2 is a transaction processing program, which receives received data through host-to-host communication.
The received data is stored in the temporary storage means 3 and the key information of the received data is stored in the transaction activation means 4. The entity of the temporary storage means 5 is a business processing file, which stores data sent from the received data input means 2 and transfers the data to the file update means 5. The substance of the transaction activation means 4 is a transaction control program applied to the online system, and receives key information sent from the received data input means 2, passes this key information to the file update means 5, and starts the file update means 5. do. The substance of the file updating means 5 is a transaction processing program, which receives key information from the transaction starting means 4, reads data from the temporary storage file 5, applies logical exclusive control to the business processing file to be updated, and executes the transaction processing file. It updates the data, deletes the data from the temporary storage file 3, and executes the key information transmission process necessary for canceling the process when re-execution is required and activating the transaction starting means 4.

第2図は、ホスト間通信にかける更新情報の物理データ
の構造を示す説明図である。データは制御情報とメツセ
ージとに分かれておシ、制御情報には主としてホスト間
通信を行う上で必要な情報が入っている。しかし、この
中には論理データとしてのメツセージの種別を示すメツ
セージ区分を含む。メツセージは実際のファイル更新情
報であう、キ一部とデータ部とに分れる。キ一部には業
務処理上のデータのキーとなる情報が入っており、デー
タ部にはデータの更新情報が入っている。この物理デー
タは、ホスト間通信での送信側ホストで送信処理を行う
ときに上記構造で作成され、受信データ入力手段2は、
この物理データ単位でホスト間通信から受信データを受
取り、制御情報を除去したメツセージ部を一時記憶手段
3へ格納する。この更新情報の論理形式には、−件の物
理データのみから成る単一データメツセージ形式と、複
数の物理データから成るグループデータメツセージ形式
とが考えられる。例えば、商品在庫ファイルのデータを
考える。商品単位に単独のデータを持つ形式では、ある
商品の情報に更新をかけると、−件のデータが更新され
、単一データより成るメツセージがホスト間通信で送受
信される。しかし、発注単位にいくつかの商品を1とめ
、複数のデータによって一件の論理データを持つ形式で
は、−回の発注でファイルを更新すると、発注に対する
総括情報と、各商品単位の明細情報との更新を行うこと
になる。よって、複数データよシ成るグループのデータ
メツセージとしてホスト間通信で送受信される。
FIG. 2 is an explanatory diagram showing the structure of physical data of update information for communication between hosts. The data is divided into control information and messages, and the control information mainly contains information necessary for communication between hosts. However, this includes a message classification indicating the type of message as logical data. The message is divided into a key part and a data part, which contain actual file update information. The key part contains key information for business processing data, and the data part contains data update information. This physical data is created in the above structure when the sending host performs transmission processing in inter-host communication, and the received data input means 2
The received data is received from the host-to-host communication in units of physical data, and the message part from which the control information has been removed is stored in the temporary storage means 3. The logical format of this update information may be a single data message format consisting of only - items of physical data, or a group data message format consisting of a plurality of physical data. For example, consider data from a product inventory file. In a format in which each product has a single piece of data, when information about a certain product is updated, - pieces of data are updated, and a message consisting of a single piece of data is sent and received through host-to-host communication. However, in a format where several products are placed in one order unit and one piece of logical data is made up of multiple data, if the file is updated after - orders, the overall information for the order and the detailed information for each product will be updated. will be updated. Therefore, data messages of a group consisting of a plurality of pieces of data are transmitted and received in inter-host communications.

本実施例ではグループのデータメッセ・−ジを例に説明
する。グループのデータメツセージの場合にも受信デー
タ入力手段2での受信処理は物理データ単位で受信され
、メツセージ部を順次一時記憶ファイル3へ格納する。
In this embodiment, a group data message will be explained as an example. Even in the case of a group data message, the receiving data input means 2 receives the data in units of physical data, and sequentially stores the message parts in the temporary storage file 3.

一時記憶ファイル3でのデータの格納では、メツセージ
区分をもとにして、論理的に意味を持つグループのデー
タメツセージ単位にまとめて記憶される。
When storing data in the temporary storage file 3, the data is stored in logically meaningful groups based on the message classification.

第4図は、ホスト間通信でのグループのデータメツセー
ジ(論理データ)の構造を示す説明図である。データメ
ツセージはn個の物理データから成り、n個の物理デー
タの第1番目のデータにはメツセージ区分−FN%第2
番目から第n −1番目のデータにはメツセージ区分%
M#、第n番目のデータにはメツセージ区分%Lpが入
っている。
FIG. 4 is an explanatory diagram showing the structure of a group data message (logical data) in communication between hosts. A data message consists of n pieces of physical data, and the first data of the n pieces of physical data has the message classification -FN% second
Message classification % for data from th to n-1st.
M#, the nth data contains the message classification %Lp.

メツセージの内容は、処理業務によって任意である。The content of the message is arbitrary depending on the processing task.

第8図は、第1図のホスト間通信での分散データベース
更新方式の処理方法を示す流れ図である。
FIG. 8 is a flowchart showing a processing method of the distributed database update method in communication between hosts shown in FIG.

次に、第8図の流れ図にそって処理の一実施例を詳細に
説明する。
Next, one embodiment of the process will be described in detail along the flowchart of FIG.

送信側ホストのデータ送信処理プログラムによって、送
信側ホストで処理されたファイル更新情報は送信ファイ
ルに格納され、ホスト間通信で受信側ホストへ送られる
。第1図よシ分かるように、利用者分散処理システムで
は送信側と受信側とのホストでそれぞれファイルA、B
、C1・・・ファイルA%B、C,・・・というように
同じファイルを保持し、これらのファイルは各ホストで
独立に処理されている。ホスト間通信は、これらの独立
に処理されたファイルの内容を両ホストで一致させる必
要のあるものに関して、ファイルの更新情報を送受信す
る。
The file update information processed by the sending host is stored in a sending file by the data sending processing program of the sending host, and is sent to the receiving host through host-to-host communication. As can be seen in Figure 1, in the user distributed processing system, files A and B are stored on the sending and receiving hosts respectively.
, C1...File A%B, C,... are held, and these files are processed independently on each host. Inter-host communication sends and receives file update information regarding the contents of these independently processed files that need to be made consistent on both hosts.

受信側ホストでは、受信データ入力手段2により物理デ
ータ単位で更新情報を一件受信し、メツ(11) セージ区分が%F#であったならば、一時記憶ファイル
3ヘデータを書込んで処理を終了する。以後、受信デー
タが送られてくるたび、順次、物理データを受信し、メ
ツセージ区分が1MNであるうちは同一グループのデー
タメツセージとして次々と一時記憶フアイル6へのデー
タの書込み、処理を終了する。これらの動作はステップ
20.21によう行われる。
The receiving host receives one piece of update information in units of physical data using the received data input means 2, and if the message classification is %F#, writes the data to the temporary storage file 3 and processes it. finish. Thereafter, each time received data is sent, the physical data is sequentially received, and as long as the message classification is 1MN, the data is written one after another into the temporary storage file 6 as data messages of the same group, and the processing is completed. These operations are performed as in step 20.21.

次に、メツセージ区分が%L’のデータを受信したなら
ば、この最終データを一時記憶フアイル3に書込み、同
時に受信データのキー情報をトランザクション起動手段
4へ送り、制御をトランザクション起動手段4へ渡して
処理を終了する。これらの動作はステップ22により行
われる。
Next, when data whose message classification is %L' is received, this final data is written to the temporary storage file 3, and at the same time, the key information of the received data is sent to the transaction activation means 4, and control is passed to the transaction activation means 4. The process ends. These operations are performed in step 22.

上記処理によって、データの受信が完了するとともに、
一時記憶手段3に保持され、これ以外の処理はトランザ
クション起動手段4の動作以降で行う。よって、受信デ
ータ入力手段2は次のグ、・レープのデータメツセージ
が到来すると直ちに受信処理を開始できる。
Through the above process, data reception is completed and
It is held in the temporary storage means 3, and other processing is performed after the transaction starting means 4 operates. Therefore, the received data input means 2 can immediately start receiving processing when the next group data message arrives.

(12) 次に、受信データのキー情報を受取り、起動をかけられ
たトランザクション起動手段4では、このキー情報をフ
ァイル更新手段5に送信して起動をかける。この動作は
ステップ23によシ行われる。ファイル更新手段5はス
テップ24によりキー情報を受信し、このキーでステッ
プ25により一時記憶ファイル3からデータを読出す。
(12) Next, the transaction activation means 4 which received the key information of the received data and was activated transmits this key information to the file update means 5 and activates it. This operation is performed in step 23. The file updating means 5 receives the key information in step 24, and uses this key to read data from the temporary storage file 3 in step 25.

次に、ステップ26によシ同じキーで受信ホスト側の業
務処理ファイルに論理排他制御をかける。
Next, in step 26, logical exclusive control is applied to the business processing file on the receiving host side using the same key.

排他が成功した場合には、一時記憶ファイル3よう続出
された受信データの内容によシステップ2γにより業務
処理ファイルに登録、更新、あるいは削除などの処理を
行う。ステップ28では、次のデータを読込む。トラン
ザクション起動手段4より受取ったキー値と、一時記憶
手段3より読出した受信データのキー値とが不一致にな
るか、あるいは受信データがなくなるlでステップ27
.28の処理を繰返す。ファイル更新が正常終了すると
、ステップ29によシ同じキーで業務処理ファイルの排
他制御を解除する。會た、同じキーで(13) 再度、一時記憶ファイルを読み、そのデータをグループ
のデータメツセージ単位に物理削除し、ファイル更新処
理を終了する。これらはステップ30により行われる。
If the exclusion is successful, processing such as registration, updating, or deletion in the business processing file is performed in step 2γ according to the contents of the received data successively sent to the temporary storage file 3. In step 28, the next data is read. If the key value received from the transaction activation means 4 and the key value of the received data read from the temporary storage means 3 do not match, or if there is no received data, step 27 is performed.
.. Repeat the process in step 28. When the file update is completed normally, exclusive control of the business processing file is released using the same key in step 29. Then, using the same key (13), the temporary storage file is read again, the data is physically deleted in units of data messages of the group, and the file update process is completed. These are performed by step 30.

ステップ26の論理排他制御が不成功だった場合には、
論理排他エラー処理として、ファイル更新手段5が行っ
た処理のキャンセルと、ファイル更新手段5の再実行と
を行えるように、トランザクション制御プログラムであ
るトランザクション起動手段4へ必要なキー情報を送信
する。これらの動作は、ステップ31によシ行われる。
If the logical exclusive control in step 26 is unsuccessful,
As logical exclusion error processing, necessary key information is transmitted to the transaction starting means 4, which is a transaction control program, so that the processing performed by the file updating means 5 can be canceled and the file updating means 5 can be re-executed. These operations are performed in step 31.

このとき、送信するキー情報は、ファイル更新手段5に
起動をかけるトランザクション起動手段40名、あらか
じめシステムで設定して卦いた再実行開始時間、現在処
理している受信データのキー情報などから成るものであ
る。
At this time, the key information to be transmitted consists of the 40 transaction initiating means that activate the file updating means 5, the re-execution start time set in advance in the system, the key information of the received data currently being processed, etc. It is.

次に、同じキーで業務処理ファイルの論理排他処理を解
除し、処理を終了する。この動作は、ステップ32によ
り行われる。
Next, the same key is used to release the logical exclusive processing of the business processing file, and the processing ends. This operation is performed by step 32.

ファイル更新手段5がファイルの論理排他処理(14) を不成功で終了した場合には、制御がトランザクション
起動手段4に移り、再実行開始時間に達すると、トラン
ザクション起動手段4が起動する。
If the file updating means 5 ends the file logical exclusion process (14) without success, control is transferred to the transaction starting means 4, and when the re-execution start time is reached, the transaction starting means 4 is started.

この動作はステップ33により行われる。This operation is performed by step 33.

このようにして、ファイル更新処理が正常終了するまで
ステップ22〜27、ならびにステップs1〜33の処
理を繰返す。
In this way, steps 22 to 27 and steps s1 to 33 are repeated until the file update process is successfully completed.

上記処理によって、ファイル更新処理は、一時記憶ファ
イル3中の受信データであるグループのデータメツセー
ジを保持しつつ、他のトランザクション処理プログラム
とのファイルの論理排他の問題を避けて実行することが
できる。また、これらの処理はホスト間通信の受信処理
とも独立して、非同期に行うことができる。
Through the above process, the file update process can be executed while retaining the group data message, which is the received data in the temporary storage file 3, while avoiding the problem of logical exclusion of files with other transaction processing programs. Furthermore, these processes can be performed asynchronously and independently of the reception process of communication between hosts.

(発明の効果) 以上説明したように本発明は、受信側ホストの受信処理
と受信データによるファイル更新処理とを分離し、その
間、受信された更新情報を論理データ単位で一時記憶フ
アイルに格納することによって上記欠点を除去し、ホス
ト間通信の受信処理(15) と、受信データによるファイル更新処理を分離し、両方
の処理を非同期に実行することが可能であるという効果
がある。
(Effects of the Invention) As explained above, the present invention separates the reception process of the receiving host and the file update process using the received data, and during that time, stores the received update information in a temporary storage file in units of logical data. This has the effect of eliminating the above-mentioned drawbacks, separating the reception processing (15) of communication between hosts and the file update processing using received data, and making it possible to execute both processing asynchronously.

これによって、ファイルの更新処理での論理排他制御の
影響を受けずに受信処理を連続して実行できるので、送
信処理と受信処理との同期がとれホスト間通信の確実性
と迅速性とが向上する。
This allows reception processing to be executed continuously without being affected by logical exclusive control during file update processing, so transmission processing and reception processing can be synchronized, improving the reliability and speed of communication between hosts. do.

また、ファイル更新処理では、トランザクション処理プ
ログラム単位にファイルの論理排他制御をかけることで
、論理排他解除待ち状態がなくなう、ファイル更新処理
の自動的再実行による効率的なファイル更新が行えると
いう効果がある。
In addition, in file update processing, by applying logical exclusive control of files on a transaction processing program basis, there is no need to wait for logical exclusion release, and file update processing can be automatically re-executed, resulting in efficient file updates. There is.

!た、受信処理の情報とファイル更新処理の情報との分
離は、障害の局所化につながb1受信された更新情報の
論理データ単位のファイル記憶は、ファイル更新前の受
信データの保全につながるので、ファイル障害時の復旧
が容易となり、運用工数の削減にもなるという効果があ
る。
! In addition, separation of information on reception processing and information on file update processing leads to localization of failures. b1 File storage of received update information in logical data units leads to preservation of received data before file update. This has the effect of facilitating recovery in the event of a file failure and reducing operational man-hours.

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

第1図1d、本発明によるホスト間通信での分散(16
) データベース更新方式の一実施例の構成を示すブロック
図である。 第2図は、第1図のホスト間通信での分散データベース
更新方式によって処理されるホスト間通信データの構造
を示′j″説明図である。 第3図は、第1図のホスト間通信での分散データベース
更新方式の処理方法を示す流れ図である。 第4図は、第1図のホスト間通信での分散データベース
更新方式によって処理されるホスト間通信データのうち
、グループのデ・−タメツセージの−FIJを示す説明
図である。 1・・・分散データベース更新システム2・・・受信デ
ータ入力手段 3・・・一時記憶手段 4・・・トランザクション起動手段 5・・・ファイル更新処理手段
FIG. 1d, Distributed host-to-host communication according to the present invention (16
) FIG. 2 is a block diagram showing the configuration of an embodiment of a database update method. FIG. 2 is an explanatory diagram showing the structure of inter-host communication data processed by the distributed database update method in the inter-host communication of FIG. 1. FIG. 4 is a flowchart showing the processing method of the distributed database update method in the host-to-host communication of FIG. It is an explanatory diagram showing -FIJ of 1...Distributed database update system 2...Received data input means 3...Temporary storage means 4...Transaction starting means 5...File update processing means

Claims (1)

【特許請求の範囲】[Claims] オンライン分散システムにおいて送信側ホストで業務処
理ファイルを構成するデータベースを更新し、前記更新
の情報をホスト間通信により受信側ホストで受信するた
めの受信データ入力手段と、前記受信データ入力手段に
よつて入力された受信データを順次記憶するための一時
記憶手段と、前記一時記憶手段から受信データを読出し
、前記データのキーでファイルに論理排他制御をかけ、
前記排他の成功時には読出された受信データで前記業務
処理ファイルを更新し、前記一時記憶ファイル中の同じ
データを物理的に削除し、前記排他の不成功時にはファ
イル更新処理をキャンセルし、あらかじめ設定された再
実行開始時間に自身の実行を行えるようオンライン制御
プログラムへ制御を渡すためファイル更新手段と、前記
受信データ入力手段より入力された受信データのキー情
報を受取つたとき、または前記ファイル更新手段の再実
行のため、再度、前記受信データのキー情報を受取つた
ときに、前記キー情報を前記ファイル更新手段へ送り、
ファイル更新手段を起動させるためのトランザクション
起動手段とを具備して構成したことを特徴とするホスト
間通信での分散データベース更新方式。
Received data input means for updating a database constituting a business processing file on a sending host in an online distributed system, and receiving the updated information at a receiving host through host-to-host communication; temporary storage means for sequentially storing input reception data; reading the reception data from the temporary storage means; applying logical exclusive control to the file using a key of the data;
When the exclusion is successful, the business processing file is updated with the read received data, and the same data in the temporary storage file is physically deleted, and when the exclusion is unsuccessful, the file update process is canceled, and When receiving key information of the received data inputted from the file updating means and the received data input means, or when the file updating means receives the key information of the received data inputted from the received data input means, in order to transfer control to the online control program so that it can execute itself at the re-execution start time. When receiving the key information of the received data again for re-execution, sending the key information to the file updating means;
1. A distributed database update method using host-to-host communication, characterized in that the method includes transaction starting means for starting a file updating means.
JP1178742A 1989-07-11 1989-07-11 Updating system for distributed data base in inter-host communication Pending JPH0342741A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1178742A JPH0342741A (en) 1989-07-11 1989-07-11 Updating system for distributed data base in inter-host communication

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1178742A JPH0342741A (en) 1989-07-11 1989-07-11 Updating system for distributed data base in inter-host communication

Publications (1)

Publication Number Publication Date
JPH0342741A true JPH0342741A (en) 1991-02-22

Family

ID=16053790

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1178742A Pending JPH0342741A (en) 1989-07-11 1989-07-11 Updating system for distributed data base in inter-host communication

Country Status (1)

Country Link
JP (1) JPH0342741A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2355324A (en) * 1999-10-05 2001-04-18 Authoriszor Ltd Transmitting protected information using a temporary file
JP2009132185A (en) * 2007-11-28 2009-06-18 Mazda Motor Corp Vehicular bulb socket
JP2011513825A (en) * 2008-02-29 2011-04-28 ユーロクリア エスエー エヌヴィー Improvements related to real-time processing of a large number of processing instructions

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2355324A (en) * 1999-10-05 2001-04-18 Authoriszor Ltd Transmitting protected information using a temporary file
GB2355324B (en) * 1999-10-05 2002-03-27 Authoriszor Ltd System and method for a virtual page publication system
JP2009132185A (en) * 2007-11-28 2009-06-18 Mazda Motor Corp Vehicular bulb socket
JP2011513825A (en) * 2008-02-29 2011-04-28 ユーロクリア エスエー エヌヴィー Improvements related to real-time processing of a large number of processing instructions

Similar Documents

Publication Publication Date Title
JPS63181063A (en) Transaction processing
WO2003094056A2 (en) Database replication system
US6330686B1 (en) Handling protected conversation messages across IMS restart in shared queues environment
JPH0342741A (en) Updating system for distributed data base in inter-host communication
US6539434B1 (en) UOWE's retry process in shared queues environment
JP2629330B2 (en) Data update commit processing method
JPH09259023A (en) Backup method for on-line data base system
JP2666426B2 (en) Duplex auxiliary storage device
JPH02260055A (en) Inter-computer file transfer system
JPS63244165A (en) Inter-computer file transfer method
JP2003006011A (en) Method for taking over journal merge
JPH0962554A (en) Quiescent point save generation system
JPH07210436A (en) Distributed transaction processing system
JPS6360414B2 (en)
JP2509936B2 (en) Output control device
JPH02190961A (en) Transaction control system
JP3141391B2 (en) Online slip processing method
JP3797141B6 (en) Database replication system and database automatic recovery method
JP3797141B2 (en) Database replication system and database automatic recovery method
JPH05265986A (en) Loose-coupled multi-hot-standby computer system
JPH0348947A (en) File transfer system
JPS6380347A (en) Retransmission system for file transfer
JPH06342417A (en) Transaction processor for on-line system
JPH05120230A (en) On-line program deadlock retrying system
JPH06348740A (en) Telegraphic message batch processing system