JPS6182266A - Global transaction execution control system - Google Patents

Global transaction execution control system

Info

Publication number
JPS6182266A
JPS6182266A JP59179564A JP17956484A JPS6182266A JP S6182266 A JPS6182266 A JP S6182266A JP 59179564 A JP59179564 A JP 59179564A JP 17956484 A JP17956484 A JP 17956484A JP S6182266 A JPS6182266 A JP S6182266A
Authority
JP
Japan
Prior art keywords
identifier
task
site
transaction
subtransaction
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
JP59179564A
Other languages
Japanese (ja)
Inventor
Susumu Adachi
安達 進
Yasuo Yamane
康男 山根
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP59179564A priority Critical patent/JPS6182266A/en
Publication of JPS6182266A publication Critical patent/JPS6182266A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To improve the efficiency by treating a task identifier of a transmitted application program as a task identifier of a sub-transaction execution task at other site to eliminate the need of return processing (BIND processing) of the task identifier. CONSTITUTION:When a global transaction is executed at the side A, a transaction identifier TRID is added to a sub-transaction start message BEGIN1 outputted from the application program APP1 and the result is transmitted to a site B. A sub transaction execution tank TEM1 assigned by an assignment request processing section 13 at the site B forms a task identifier by adding a site identifier M2 of the site B to an outputted transaction identifier TRID. Then the communication is attained by using the task identifier.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はグローバル・トランザクション実行制御方式に
係り、特に分散データシステムにおいて他サイトで実行
されるサブトランザクションが複数個のタスクの内の任
意のタスクに割当てられて実行される場合に、そのタス
クの識別子の通知を受けなくとも処理ができるようにし
たものである。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a global transaction execution control method, and particularly in a distributed data system, when a subtransaction executed at another site is executed by any task among a plurality of tasks. When a task is assigned to a task and executed, the task can be processed without being notified of the task's identifier.

例えば銀行等の業務において、第2図に示す如く、東京
と大阪にそれぞれホスト計算tMM1、M2を設置し、
関東の顧客に対するデータをローカル・データ・ベース
DB1に蓄積し、関西の顧客に対するデータをローカル
・データ・ベースDB2に蓄積し、ユーザtJ++、T
J、2、U2T、U22−にとってはデータベースは1
(囚のものとして認識され、東京のデータベース、大阪
のデータベースというように意識する必要のない、いわ
ゆる分散データベース方式が使用されている。
For example, in the business of banks, host computers tMM1 and M2 are installed in Tokyo and Osaka, respectively, as shown in Figure 2.
Data for customers in Kanto is stored in local database DB1, data for customers in Kansai is stored in local database DB2, and users tJ++ and T
For J, 2, U2T, and U22-, the database is 1.
(The so-called distributed database method is used, which is recognized as belonging to the prisoner and does not require any awareness, such as a database in Tokyo and a database in Osaka.

この場合、例えばユーザU++のアクセスしたいデータ
がローカル・データ・ベースDBI及びDB2の両面に
またがる場合、ローカル・データ・ベースDB1へのア
クセスは応用プログラムAPPIIが実行するが、ロー
カル・データ・ベースDB2に対してはサブトランザク
ション実行タスクTEM2Lにより実行しこれをホスト
計算機M1に送信させることが必要となる。
In this case, for example, if the data that user U++ wants to access spans both local databases DBI and DB2, the application program APPII executes access to local database DB1, but the data that user U++ wants to access spans both local databases DBI and DB2. It is necessary to execute this by the subtransaction execution task TEM2L and transmit it to the host computer M1.

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

ところで、従来のデータ処理において、互に離れている
サイトにおけるサブトランザクションの実行が必要な、
グローバル・トランザクションを実行する場合、(1)
相手のサイトのサブトランザクション実行タスクがあら
かじめ固定的に決定していたか、又は、(2)相手サイ
ト側で任意に割当てられたサブトランザクション実行タ
スクのタスク識別子を通知してもらっていた。
By the way, in conventional data processing, it is necessary to execute subtransactions at sites that are far apart from each other.
When executing a global transaction, (1)
Either the subtransaction execution task of the other party's site was fixedly determined in advance, or (2) the other party's site had been notified of the task identifier of the subtransaction execution task arbitrarily assigned.

ところで前記(1)の場合は、第3図に示す如く、グロ
ーバル・トランザクションが例えば応用プログラムAP
PII、APP12−から発行されて実行されるような
場合、他サイトのサブトランザクション実行タスクTB
M21とTEM22−は各応用プログラムAPPII、
APP12−と1対1に固定的に対応していた。勿論こ
れにもとづきタスク識別子も固定されており、サブトラ
ンザクション開始メツセージBEGINの送出先は前記
APPII、APP12−により固定化されている。こ
のような固定方式は定型的な特定業務向きであり、例え
ばTSS(Time  Sharing  Syste
m)における利用のように、ユーザのジョブが動的に発
生する場合は、対応関係をあらかじめ決定できないので
使用できないという欠点があった。
By the way, in the case of (1) above, as shown in Figure 3, the global transaction is, for example, an application program AP.
When the PII is issued and executed from APP12-, the subtransaction execution task TB of another site
M21 and TEM22- are each application program APPII,
There was a fixed one-to-one correspondence with APP12-. Of course, based on this, the task identifier is also fixed, and the destination of the subtransaction start message BEGIN is fixed by the APPII and APP12-. This type of fixed system is suitable for routine specific tasks, such as TSS (Time Sharing System).
When a user's job is generated dynamically as in the case of the use in m), there is a drawback that the correspondence cannot be determined in advance, so the method cannot be used.

また前記(2)の場合は、第4図(alに示す如く、グ
ローバル・トランザクションが例えば応用プログラムA
PPIIから発行されて実行されるような場合、相手サ
イト側のTEM管理タスタスCMにより適宜任意にサブ
トランザクション実行タスクTEM21−の中からTE
M2iが割当てられる。
In the case of (2) above, as shown in FIG.
When issued and executed from PPII, the TEM management task CM of the other site arbitrarily selects a TE from among the subtransaction execution tasks TEM21-.
M2i is assigned.

このようにして割当てられたサブトランザクション実行
タスクのTEM2iのタスクの識別子をタスクの識別子
通知処理(BIND処理)により応用プログラムAPP
II側に通知され以後は直接TEM2 iと通信が可能
となる。なおこの場合、前記TEM管理タスクTCMの
タスク識別子は応用プログラムAPPII側では既知で
あるものとする。このように前記(2)ではタスク識別
子通知処理が必要で効率が悪いこと、実行タスク管理タ
スクTCMを必要とするため制御が複雑である。動的に
通信経路を変更すればBIND処理のための待ち時間は
ないが制御が複雑化する。しかもこのサブトランザクシ
ョン開始メツセージは、第4図(b)に示す如く、他サ
イトとのメツセージ通信を担当する通信モジュールVC
Mを経由してTEM管理タスタスCMに伝達され、この
TCMにおいて任意のTEMを割当てられ、その割当て
られたTEMからそのTEMのタスク識別子をACK−
BEGIHに含めてVCMを経由して相手の応用プログ
ラムAPPに通知する。しかしサブトランザクション実
行タスクTEMが全部使用中の場合には、また実行され
ていないサブトランザクションsb1、s b 2−の
キューを作ってサブトランザクシコン実行タスクTEM
があくのを待つことに□なり、このため実行タスク管理
タスクTCMにおける処理がこのTEM割当て管理以外
のトランザクションエラーの復旧処理やその他の処理に
重畳され、このTCMの動作がボトルネックとなるとい
う問題があった。
The task identifier of TEM2i of the subtransaction execution task assigned in this way is sent to the application program APP by task identifier notification processing (BIND processing).
This will be notified to the II side, and from then on it will be possible to communicate directly with TEM2 i. In this case, it is assumed that the task identifier of the TEM management task TCM is known on the application program APPII side. As described above, (2) requires a task identifier notification process, which is inefficient, and requires an execution task management task TCM, making control complicated. If the communication path is dynamically changed, there is no waiting time for BIND processing, but control becomes complicated. Moreover, as shown in FIG. 4(b), this sub-transaction start message is sent to the communication module VC, which is in charge of message communication with other sites.
The task is transmitted to the TEM management task CM via M, an arbitrary TEM is allocated in this TCM, and the task identifier of that TEM is ACK-ACKed from the allocated TEM.
It is included in BEGIH and notified to the other party's application program APP via VCM. However, if all the subtransaction execution tasks TEM are in use, a queue is created for subtransactions sb1 and sb2- that have not been executed, and the subtransaction execution tasks TEM
The problem is that the processing in the execution task management task TCM is overlapped with the transaction error recovery processing and other processing other than this TEM allocation management, and the operation of this TCM becomes a bottleneck. was there.

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

本発明は前記の如き問題点を改善するため、本lのグロ
ーバル・トランザクション実行制御方式では、複数のホ
スト計算機と、このホスト計算機に接続されたローカル
・データベースと、複数のサイトにまたがったグローバ
ル・トランザクションを各サイト毎のサブトランザクシ
ョンに分解して実行する分散データベースシステムにお
いて、各サイトにそのサイトで発生した応用プロクラム
のタスクを識別する識別子発生手段と、通信モジュール
に応用プログラムの識別子を識別する識別子認識手段を
設け、他サイトで実行されるサブトランザクシコン実行
タスクにこの識別子発生手段で発生した識別子をイ」加
して送出し、この識別子を他サイトの通信モジュールで
はそのサブトランザクション実行タスクのタスク識別子
として取扱うことにより、他サイトのサブトランザクシ
ョン実行タスクを動的に割当て実行する場合にそのタス
クの識別子の通知を待つことなく処理を遂行できるよう
にしたことを特徴とする。
In order to improve the above-mentioned problems, the present invention provides a global transaction execution control method that uses multiple host computers, a local database connected to the host computers, and a global transaction execution control system that spans multiple sites. In a distributed database system in which a transaction is broken down into subtransactions for each site and executed, each site has an identifier generating means for identifying an application program task that has occurred at that site, and a communication module has an identifier for identifying an application program identifier. A recognition means is provided, and the identifier generated by the identifier generation means is added to the subtransaction execution task executed at another site and sent, and this identifier is used in the communication module of the other site as a task of the subtransaction execution task. By handling the subtransaction execution task as an identifier, when dynamically allocating and executing a subtransaction execution task of another site, processing can be performed without waiting for notification of the identifier of the task.

〔作用〕[Effect]

前記構成により、グローバル・トランザクション発生サ
イトで自サイトの応用プログラム及びザブトランザクシ
ョンを実行する他サイトのサブトランザクション実行タ
スクのタスク識別子を一意的に決定し、他サイトのサブ
l−ランザクジョン実行タスクにはこのタスクの識別子
にもとづき処理を行うことができるようにしたので、従
来必要であったタスク識別子通知処理(BIND処理)
を不要にして処理効率を向上させることができる。
With the above configuration, the global transaction generating site uniquely determines the task identifier of the subtransaction execution task of another site that executes the application program and subtransaction of the local site, and this is assigned to the subtransaction execution task of the other site. Since processing can now be performed based on the task identifier, task identifier notification processing (BIND processing), which was previously necessary, has been made possible.
This makes it possible to eliminate the need for processing and improve processing efficiency.

〔実施例〕〔Example〕

本発明の一実施例を第1図にもとづき説明する。 An embodiment of the present invention will be described based on FIG.

第1図(81は本発明において使用するタスク識別子、
同(b)は本発明における通信モジュールの楯略動作説
明図、同(C)は本発明の一実施例構成図である。
FIG. 1 (81 is a task identifier used in the present invention,
FIG. 2B is a schematic diagram for explaining the shield operation of the communication module in the present invention, and FIG. 1C is a configuration diagram of an embodiment of the present invention.

図において、10は通信モジュール(VCM)であって
、第4図(blの通信モジュールVCMに対応するもの
、11はTEM管理タスク(TCM)であって第4図(
ト))のTEM管理タスク(TCM)に対応するもの、
12は受信部、20は識別子発生部であって第1図fa
lに示す如きタスク識別子を発生し応用プログラムAP
P 1、APP2−等に付与するもの、21は送信部で
ある。
In the figure, 10 is a communication module (VCM), which corresponds to the communication module VCM in FIG. 4 (bl), and 11 is a TEM management task (TCM), which corresponds to the communication module VCM in FIG.
corresponding to the TEM management task (TCM) of
12 is a receiving section, 20 is an identifier generating section, and is shown in FIG.
The application program AP generates a task identifier as shown in l.
21 is a transmitter that is added to P1, APP2-, etc.

通信モジュール(VCM)10は他サイトから伝達され
たサブI・ランザクジョン開始メツセージBEGI N
を受けとりサブトランザクション実行タスクTEMI、
T E”M 2”−にこれを渡したり、あるいはサブト
ランザクション実行タスクがずべ ゛て使用中であって
空きがないときにはこの伝達された未実行のサブトラン
ザクションsbのキューを作るものである。VCMIO
には、伝達された、BE’GINをBEGIN待ちのサ
ブトランザクション実行タスクTEMに割当てる割当要
求処理部13と、まだ割当てが実行されないBEGIN
を保持してキューを作成保持する要求蓄積部14と、こ
のVCMIOにおける、通信制御を行う通信制御部15
等を具備している。
The communication module (VCM) 10 receives the sub-I/ranzaktion start message BEGIN transmitted from the other site.
receive subtransaction execution task TEMI,
This is passed to T E"M2"-, or when all subtransaction execution tasks are in use and there is no free space, a queue is created for the transmitted unexecuted subtransaction sb. VCMIO
The allocation request processing unit 13 allocates the transmitted BE'GIN to the subtransaction execution task TEM that is waiting for BEGIN, and the BEGIN for which allocation has not yet been executed.
a request storage unit 14 that creates and holds a queue by holding the data, and a communication control unit 15 that controls communication in this VCMIO.
Equipped with etc.

識別子発生部20はトランザクション識別子(TRT 
D)を発生するものであって、例えばそのトランザクシ
コンが実行開始した時刻(タイムスタンプ)を発生する
ものである。通常グローバル・トランザクションGTの
実行では、そのトランザクションをサイトにまたがって
一意に識別するトランザクション識別子(TR’TD)
が付加されており、各サブトランザクションSTにはこ
のTRIDが付加されて各サイトに通信される。
The identifier generator 20 generates a transaction identifier (TRT
D), for example, the time (time stamp) at which the transaction started execution. Typically, when executing a global transaction GT, a transaction identifier (TR'TD) that uniquely identifies the transaction across sites is used.
is added to each subtransaction ST, and this TRID is added to each subtransaction ST and communicated to each site.

自サイトの応用プログラムAPPおよび他サイトのTE
Mのタスク識別子として各サイト毎に[サイト識別子+
T’R’IDjを使用する。このようにすればタスク識
別子も各サイトで一意となり、かつサブトランザクショ
ンS’T実行サイトでは、そのサブトランザクションに
関連する他サイトのサイト識別子さえわかれば、タスク
の識別子がわかって通信可能となる。それ故、タスク識
別子の通知は不必要となる。
Application program APP of own site and TE of other site
[Site identifier +
Use T'R'IDj. In this way, the task identifier will also be unique at each site, and at the subtransaction S'T execution site, if the site identifier of another site related to the subtransaction is known, the task identifier can be known and communication can be performed. Therefore, notification of the task identifier becomes unnecessary.

ここで第1図(81はタスク識別子の1例を示し、その
トランザクションが実行開始した時刻を示すローカル時
刻と、そのトランザクションが発生したサイト識別子(
通常はそのサイトに設けられたホスト計算機識別番号M
)との組合せよりなるものである。例えば第F図tel
に示す応用プログラムAPPIが時刻Toで実行開始さ
れてサイトBに渡されたとき、サイトBのホスト計算機
の識別番号がM2であれば、識別子発生部20より出力
された時刻ToがAPPIより通信されるBEGINに
含まれ、これをTEMIが実行するものとすればTEM
Iのタスク識別子は「M2ToM1」となる。このよう
にしてTEMは任意のBEGINメツセージを受取った
とき、そのBEGINメツセージに付加されたTRID
と自分のサイ1〜のサイト識別子を合わせてタスク識別
子とし、以後このタスク識別子により通信を行うことに
なる。
Here, in FIG. 1 (81 shows an example of a task identifier, the local time indicating the time when the transaction started execution, and the site identifier (81) where the transaction occurred)
Usually the host computer identification number M provided at that site
). For example, figure F tel
When the application program APPI shown in is started at time To and passed to site B, if the identification number of the host computer at site B is M2, the time To output from the identifier generation unit 20 is communicated from APPI. If it is included in BEGIN and executed by TEMI, then TEM
The task identifier of I is "M2ToM1". In this way, when the TEM receives any BEGIN message, the TRID added to the BEGIN message is
and the site identifiers of his/her site 1~ are combined to form a task identifier, and communication will be performed using this task identifier from now on.

本発明の動作について説明する。The operation of the present invention will be explained.

いま第1図(C1に示ずサイトAにおいてグローバル・
トランザクションGTを応用プログラムAPP1が実行
するとき、このトランザクションは自サイトAのサブト
ランザクションと他サイトBのサブトランザクションに
分解される。グローバルトランザクションGTが実行さ
れるとき、この応用プログラムAPPIより出力される
サブトランザクション開始メツセージBEGINIにそ
のときの識別子発生部20から発生されているローカル
時刻をトランザクション識別子TRTDとして付加し、
送信部21を経由してサイ)Bに送出する。
Now, in Figure 1 (not shown in C1), the global
When the application program APP1 executes a transaction GT, this transaction is decomposed into a subtransaction of its own site A and a subtransaction of another site B. When the global transaction GT is executed, the local time generated from the identifier generation unit 20 at that time is added as a transaction identifier TRTD to the subtransaction start message BEGINI output from this application program APPI,
It is sent to Sai) B via the transmitter 21.

サイトBではこれを受信部12で受信してVCMIOに
送出する。通信制御部15はこのBEGINを要求蓄積
部14にて一部保持し、割当要求処理部13はBEGI
N待ちのサブトランザクシコン実行タスクTEMにこの
BEGTNを割当てる。このようにして例えばTEMI
がこのBEGINIを実行するとき、TEMIは前記応
用プログラムAPPIより出力されたBEGINIのト
ランザクション識別子TRIDにサイトBのサイト識別
子M2(前述の如く、通常はホスト計算機の識別子を使
用する)を付加してタスク識別子を作る。この場合、前
記TRIDがTOM+のときタスク識別子はM 2 T
 o M 1となり、以降このタスク識別子により通信
を行う。このタスク識別子は前記の如く一意的に決定さ
れるので、BEGINlが伝達された時点でそれに対す
るタスク識別子は認識されることになる。
At site B, the reception unit 12 receives this and sends it to VCMIO. The communication control unit 15 stores a part of this BEGIN in the request storage unit 14, and the allocation request processing unit 13 stores the BEGI
This BEGTN is assigned to the subtransaction execution task TEM waiting for N. In this way, for example, TEMI
When executes this BEGINI, TEMI adds the site identifier M2 of site B (usually uses the host computer identifier as described above) to the transaction identifier TRID of BEGINI output from the application program APPI, and executes the task. Create an identifier. In this case, when the TRID is TOM+, the task identifier is M 2 T
o M 1, and communication is thereafter performed using this task identifier. Since this task identifier is uniquely determined as described above, the task identifier for it will be recognized at the time BEGINl is transmitted.

ところで前記の如く、サブトランザクション開始メツセ
ージBEGTNI、BEGIN2−が70Mの要求蓄積
部14に保持されたにもかかわらず、サブトランザクシ
ョン実行タスクTEMがすべて実行中の場合はその実行
が終了するまで待つことになる。要求蓄積部14には、
これらの未実行の要求に対応する未実行サブトランザク
ションキューsb1.5b2− を作り(第1図(bl
参照)サブトランザクション実行タスクTEMの実行終
了を待つ。
By the way, as mentioned above, even though the subtransaction start messages BEGTNI and BEGIN2- are held in the 70M request storage unit 14, if all the subtransaction execution tasks TEM are being executed, it is necessary to wait until the execution of the subtransaction execution tasks TEM is completed. Become. In the request storage section 14,
Create an unexecuted subtransaction queue sb1.5b2- corresponding to these unexecuted requests (see Figure 1 (bl
Reference) Wait for the completion of execution of the subtransaction execution task TEM.

TEMは1つのサブトランザクションの実行が終ると次
の未実行サブトランザクションを受取るためVCMにそ
の旨を依頼する。VCMの割当要求処理部13はその時
点で実行されていないBEGINメツセージがあればそ
れをTEMにわたす。
When the TEM finishes executing one subtransaction, it requests the VCM to receive the next unexecuted subtransaction. If there is a BEGIN message that has not been executed at that time, the allocation request processing unit 13 of the VCM passes it to the TEM.

なければ新しいBEGINが到着するまでTEMを待た
せることになる。
Otherwise, the TEM will be forced to wait until a new BEGIN arrives.

ところで他サイトAでは前記サイトBに伝達したサブト
ランザクションが、TEMに空きがないため未実行の場
合でも、そのタスク識別子は前記の如く一意的に定めら
れるため認識できるので、従来の如く、タスク識別子の
返送がなくとも処理を遂行することができる。そのため
従来の如くACK−BEGINの受信待ちが不要となり
効率が向上することになる。しかもサブトランザクショ
ン実行サイトでは、タスク識別子の通知(BIND処理
)が不必要となり、これまた効率が向上する。
By the way, even if the subtransaction transmitted to site B is not executed at another site A because there is no free space in the TEM, it can be recognized because its task identifier is uniquely determined as described above. Processing can be carried out even without the return of the item. Therefore, there is no need to wait for the reception of ACK-BEGIN as in the past, resulting in improved efficiency. Furthermore, notification of task identifiers (BIND processing) is no longer necessary at the subtransaction execution site, which also improves efficiency.

TEM管理タスタスCMIIは、従来の場合ではBEG
INの受けつけおよびキューイング、TEMの割当処理
、BEGIN等のメツセージのTEMへのパス機能等が
必要であったが本発明ではこれらの機能が一切不要とな
り、TCMではTEMにおけるトランザクションエラー
の復旧処理やTEMの発生等、その機能を限定すること
ができるので制御が簡単化するとともに、TCMを経由
したメツセージの流れがなくなり、直接全てのメツセー
ジがTEMに送信されるのでこれまた効率が向上するこ
とになる。
In the conventional case, the TEM management task CMII is BEG
Although IN acceptance and queuing, TEM allocation processing, and a path function for messages such as BEGIN to TEM were required, the present invention eliminates the need for these functions at all, and TCM is capable of processing transaction error recovery in TEM and Since the functions such as generation of TEM can be limited, control is simplified, and the flow of messages via TCM is eliminated, and all messages are sent directly to TEM, which also improves efficiency. Become.

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

本発明によれば、グローバル・トランザクションを実行
するとき、他サイトのタスクの識別子がわからないと処
理進行ができなかったことが、このような場合におりる
タスク識別子の返送処理、つまりBIND処理等が不要
となるので、データ処理効率を向」二させることができ
る。
According to the present invention, when executing a global transaction, the processing could not proceed without knowing the identifier of the task of another site, but the process of returning the task identifier in such a case, that is, the BIND process, etc. Since this is no longer necessary, data processing efficiency can be improved.

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

第1図f8+は本発明において使用するタスク識別子の
1例、同(blは本発明における通信モジュールの概略
動作説明図、同(C)は本発明の一実施例構成図、第2
図は分散データヘ−スシステムの説明図、第3図は従来
のタスク識別子固定の場合の説明図、第4図(a)、(
blは従来の分散データベースシステムにおけるタスク
動的割当て状態説明図である。 図中、10は通信モジュール、11は78M管理タスク
、12は受信部、13は割当要求処理部、14は要求蓄
積部、15は通信制御部、20は識別子発生部、21は
送信部を示す。
Fig. 1 f8+ is an example of a task identifier used in the present invention, Fig. 1 (bl) is a schematic operational explanatory diagram of a communication module in the present invention, Fig.
The figure is an explanatory diagram of a distributed data storage system, Figure 3 is an explanatory diagram of a conventional fixed task identifier, and Figures 4 (a), (
bl is an explanatory diagram of the state of dynamic task assignment in a conventional distributed database system. In the figure, 10 is a communication module, 11 is a 78M management task, 12 is a reception section, 13 is an allocation request processing section, 14 is a request storage section, 15 is a communication control section, 20 is an identifier generation section, and 21 is a transmission section. .

Claims (1)

【特許請求の範囲】[Claims] 複数のホスト計算機と、このホスト計算機に接続された
ローカル・データベースと、複数のサイトにまたがった
グローバル・トランザクションを各サイト毎のサブトラ
ンザクションに分解して実行する分散データベースシス
テムにおいて、各サイトにそのサイトで発生した応用プ
ログラムのタスクを識別する識別子発生手段と、通信モ
ジュールに応用プログラムの識別子を識別する識別子認
識手段を設け、他サイトで実行されるサブトランザクシ
ョン実行タスクにこの識別子発生手段で発生した識別子
を付加して送出し、この識別子を他サイトの通信モジュ
ールではそのサブトランザクション実行タスクのタスク
識別子として取扱うことにより、他サイトのサブトラン
ザクション実行タスクを動的に割当てて実行する場合に
そのタスクの識別子の通知を待つことなく処理を遂行で
きるようにしたことを特徴とするグローバル・トランザ
クション実行制御方式。
In a distributed database system that includes multiple host computers, a local database connected to these host computers, and a global transaction that spans multiple sites, it is divided into subtransactions for each site and executed. The communication module is provided with an identifier generating means for identifying the application program task generated at the application program, and an identifier recognition means for identifying the application program identifier in the communication module, and the identifier generated by the identifier generating means is provided in the subtransaction execution task executed at another site. By adding and sending this identifier as the task identifier of the sub-transaction execution task in the communication module of the other site, when dynamically allocating and executing the sub-transaction execution task of the other site, the identifier of that task can be used. A global transaction execution control method characterized by being able to perform processing without waiting for notification.
JP59179564A 1984-08-29 1984-08-29 Global transaction execution control system Pending JPS6182266A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59179564A JPS6182266A (en) 1984-08-29 1984-08-29 Global transaction execution control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59179564A JPS6182266A (en) 1984-08-29 1984-08-29 Global transaction execution control system

Publications (1)

Publication Number Publication Date
JPS6182266A true JPS6182266A (en) 1986-04-25

Family

ID=16067935

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59179564A Pending JPS6182266A (en) 1984-08-29 1984-08-29 Global transaction execution control system

Country Status (1)

Country Link
JP (1) JPS6182266A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0793271A (en) * 1990-05-16 1995-04-07 Internatl Business Mach Corp <Ibm> Computer system for adjustment of comit range so as to match work unit

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0793271A (en) * 1990-05-16 1995-04-07 Internatl Business Mach Corp <Ibm> Computer system for adjustment of comit range so as to match work unit

Similar Documents

Publication Publication Date Title
US5724512A (en) Methods and apparatus for storage and retrieval of name space information in a distributed computing system
US6466328B1 (en) System and method for remote printing in a distributed network environment
Liskov Primitives for distributed computing
US4805134A (en) Electronic system for accessing graphical and textual information
EP0278316B1 (en) Method and system for network management
US9495221B2 (en) Automatic configuration information generation for distributed computing environment
US5687373A (en) Communications system for exchanging data between computers in a network and a method of operating such a system in which communications services are defined within a common object class
US6279028B1 (en) Operating system having a mechanism for handling a group of related processes residing on separate machines
EP0849921B1 (en) Apparatus and method for dispatching client method calls within a server computer system
US20030212834A1 (en) High availability for event forwarding
JPH0535903B2 (en)
JPH10143381A (en) Device and method for sharing idle workstation
CA2047737A1 (en) Object oriented distributed processing system
CN111913784B (en) Task scheduling method and device, network element and storage medium
CN102497453A (en) Calling device and calling method for remote programs
CN101689169A (en) The management of external hardware devices in the distributed operating system
CN110688230A (en) Synchronous training method and device, computer equipment and storage medium
JPH0934732A (en) Computer system and method for control of it
JP2812045B2 (en) Highly reliable distributed processing system
KR100403659B1 (en) An apparatus, method and computer program product for client/server computing with intelligent location of transaction objects
JPS6182266A (en) Global transaction execution control system
US7275078B2 (en) Distributed web CGI architecture
CN115113800A (en) Multi-cluster management method and device, computing equipment and storage medium
JPH0628322A (en) Information processor
JPH05265955A (en) Computer system and job executing method