JPH09198347A - On-line transaction processing server computer - Google Patents

On-line transaction processing server computer

Info

Publication number
JPH09198347A
JPH09198347A JP8007358A JP735896A JPH09198347A JP H09198347 A JPH09198347 A JP H09198347A JP 8007358 A JP8007358 A JP 8007358A JP 735896 A JP735896 A JP 735896A JP H09198347 A JPH09198347 A JP H09198347A
Authority
JP
Japan
Prior art keywords
transaction
queue
processing
management unit
request
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
JP8007358A
Other languages
Japanese (ja)
Inventor
Tetsuo Nakakawaji
哲男 中川路
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP8007358A priority Critical patent/JPH09198347A/en
Publication of JPH09198347A publication Critical patent/JPH09198347A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a high load transaction processing system having extendibility and flexibility. SOLUTION: The transaction management part 21 of a server computer 2 receiving/transmitting transaction request/response messages 101 and 102 with a client computer 1 through a communication line schedules a transaction processing, rearranges the transaction request message 101 in a reception queue in order from the message whose processing period is the shortest and starts the transaction processing. A transaction processing part 22 takes out the request message 101 by the respective means from the reception queue of the transaction management part 21, acquires necessary journal information, updates data, returns the response message 102 to the transaction management part 21 and terminates the processing.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】この発明は高負荷/大規模オ
ンライントランザクション処理(OLTP)に適用する
OLTPサーバ計算機に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an OLTP server computer applied to high load / large scale online transaction processing (OLTP).

【0002】[0002]

【従来の技術】たとえば特開昭62−145366号公
報に示す従来のOLTPサーバ計算機は図17のよう
に、クライアント計算機1との間で通信回線を介しトラ
ンザクション処理要求/応答メッセージ101/102
の受/送信をするサーバ計算機2で、トランザクション
管理部21hは、当該要求/応答メッセージ101/1
02の受/送信をし、当該トランザクション処理のスケ
ジューリングをすると共に、トランザクション処理起動
管理手段でクライアント計算機1から受信する当該要求
メッセージ101に対し、先入れ先出し(FIFO)動
作で一定時間ごとにまたはキュー(待ち行列)内のトラ
ンザクション要求の状態に応じトランザクション処理部
22に提供しトランザクション処理を起動する。トラン
ザクション処理部22は、トランザクション管理部21
hのトランザクション要求受信キューから各当該手段に
よりまず当該要求メッセージ101を取り出し、つぎに
所要のジャーナル情報や履歴情報の取得とデータベース
の更新をし、さらにトランザクション管理部21hに当
該応答メッセージを返し終了処理をする。またたとえば
システムソフトウェアEncina(Transarc
社製)やTuxedo(Novell社製)を適用する
OLTPサーバ計算機も上記と同様にキュー型トランザ
クション処理方式を採用している。
2. Description of the Related Art A conventional OLTP server computer disclosed in, for example, Japanese Patent Laid-Open No. 62-145366 has a transaction processing request / response message 101/102 with a client computer 1 via a communication line as shown in FIG.
In the server computer 2 that receives / sends the request / response message 101/1,
02 is received / transmitted, the transaction process is scheduled, and the request message 101 received from the client computer 1 by the transaction process activation management means is processed in a first-in first-out (FIFO) operation at regular time intervals or in a queue (waiting). The transaction request is provided to the transaction processing unit 22 and the transaction processing is started. The transaction processing unit 22 is the transaction management unit 21.
The request message 101 is first taken out from each transaction request reception queue of h by the corresponding means, then the required journal information and history information are acquired and the database is updated, and the response message is returned to the transaction management unit 21h and the end processing do. Also, for example, the system software Encina (Transarc)
The OLTP server computer to which the (made by the same company) or Tuxedo (made by Novell) is also adopting the queue type transaction processing method similarly to the above.

【0003】上記従来のOLTPサーバ計算機は、キュ
ーに蓄積されたトランザクション要求を順次取り出しト
ランザクション処理をする方式(順次トランザクション
処理方式)を採る。
The above-mentioned conventional OLTP server computer adopts a method (sequential transaction processing method) of sequentially taking out transaction requests accumulated in a queue and performing transaction processing.

【0004】[0004]

【発明が解決しようとする課題】上記のような従来のO
LTPサーバ計算機では、キューに蓄積されたトランザ
クション要求を順次取り出す方式を採るから、要求の発
生順でしかトランザクション処理ができず、つぎの問題
点があった。 (1)後処理でよいトランザクション要求を先処理する
ことになり、直ちに必要なトランザクション要求の処理
を遅らせる。 (2)要求の優先順でトランザクション処理をするため
には、優先度の高いキュー中のトランザクション要求に
対し、遂次検索をする必要がある。 (3)何らかの事情で速やかに処理すべきなのに遅れて
しまい処理期限を超過したトランザクション要求も取り
出され、当該エラー処理をする必要がある。 (4)受信トランザクション要求の他サーバ送信時はキ
ューから順次取り出す必要がある。 (5)業務アプリケーションがキューから取り出し処理
をすると、キューから当該トランザクション要求が消滅
するから、複数の業務アプリケーションに対しては複数
のトランザクション要求として個別にクライアントから
送信する必要がある。 (6)複数のトランザクション要求が揃って初めて処理
できる場合、当該状態を監視する必要がある。 (7)クライアントから大量の情報を含むトランザクシ
ョン要求を送信する時は送信時間がかかる上に送信済み
のトランザクション要求内データを変更できない。 (8)トランザクション要求をキューに格納・維持し、
統計情報を取得するなど一種のデータベースとして扱う
ためには、キュー内データ操作用アクセスインタフェー
スによる処理記述の必要がある。 (9)トランザクション要求をするクライアント側で当
該処理状況(サーバで受信されたか、キューから取り出
し処理されたかなど)を知る手段がない。
The conventional O as described above.
Since the LTP server computer employs a method of sequentially taking out transaction requests accumulated in the queue, transaction processing can be performed only in the order in which the requests are generated, which causes the following problems. (1) The post-processing-good transaction request is pre-processed, and the processing of the necessary transaction request is immediately delayed. (2) In order to perform transaction processing in the priority order of requests, it is necessary to sequentially search transaction requests in a queue with a high priority. (3) For some reason, a transaction request that should be processed promptly but is delayed and has exceeded the processing deadline is also taken out, and it is necessary to perform the error processing. (4) It is necessary to take out sequentially from the queue when transmitting to the server in addition to the request for receiving transaction. (5) When the business application takes out the process from the queue, the transaction request disappears from the queue. Therefore, it is necessary to individually send a plurality of transaction requests to the plurality of business applications from the client. (6) When a plurality of transaction requests can be processed for the first time, it is necessary to monitor the status. (7) When a transaction request including a large amount of information is transmitted from the client, it takes a long time for transmission and the data in the transmitted transaction request cannot be changed. (8) Store / maintain transaction request in queue,
In order to handle it as a kind of database such as obtaining statistical information, it is necessary to describe the process by the access interface for operating data in queue. (9) There is no means for knowing the processing status (whether received by the server, processed from the queue, etc.) on the client side that makes a transaction request.

【0005】この発明が解決しようとする課題は、OL
TPサーバ計算機で拡張性と柔軟性を確保するため、キ
ューに蓄積するトランザクション要求のデータ型やキュ
ーに蓄積されたトランザクション要求アクセスの自由度
を増やしトランザクション処理をする方式(選択トラン
ザクション処理方式)を提供することにある。
The problem to be solved by the present invention is to
To ensure the scalability and flexibility of the TP server computer, we provide a method (selection transaction processing method) that increases the degree of freedom of the transaction request data type stored in the queue and the transaction request access stored in the queue To do.

【0006】[0006]

【課題を解決するための手段】この発明のOLTPサー
バ計算機は、トランザクション管理部でクライアント計
算機との間で通信回線を介しトランザクション要求/応
答の受/送信をし、当該トランザクション処理のスケジ
ューリングと起動管理をし、トランザクション処理部で
トランザクション管理部のトランザクション要求受信キ
ューから当該要求を取り出し、所要情報の取得とデータ
ベースの更新をし、当該応答を返し終了処理をするもの
で、上記課題を解決するためつぎの手段を設け、選択ト
ランザクション処理方式を採ることを特徴とする。
In an OLTP server computer according to the present invention, a transaction management unit receives / transmits a transaction request / response from / to a client computer via a communication line, and scheduling and activation management of the transaction process. In order to solve the above problems, the transaction processing unit retrieves the request from the transaction request reception queue of the transaction management unit, acquires the required information, updates the database, and returns the response to end processing. And adopting a selected transaction processing method.

【0007】トランザクション管理部は、当該受信キュ
ー内のトランザクション要求に対し、または当該受信キ
ュー内の処理期限経過トランザクション要求を無効にし
有効トランザクション要求だけに対し処理期限の短い順
番に並べ替え、または当該キュー内の1つのトランザク
ション要求に対し複数回取り出し、または当該受信キュ
ー内のトランザクション要求に対し他トランザクション
要求の存在により決定する条件で取り出し、または当該
キュー内のトランザクション要求に対し取り出す時、デ
ータ実体のない指定ポインタで参照するデータを転送し
もしくは指定属性でクライアント側に事象通知をし、当
該トランザクション処理の起動管理をする第1、2、
3、4、5または6の手段を設ける。またはキューアク
セス手段を設け、当該受信キュー内のトランザクション
要求に対しアクセスするための専用言語を提供し、別途
備える各種情報を操作するキューアクセス処理部とのイ
ンタフェースを提供する。または当該受信キュー内のト
ランザクション要求群に対し他サーバ側に中継するため
のキューを設ける。
The transaction manager invalidates the transaction requests in the reception queue, or invalidates the processing deadline transaction requests in the reception queue, and rearranges only the valid transaction requests in the ascending order of the processing deadlines, or the queue concerned. There is no data entity when fetching multiple times for one transaction request in the queue, fetching a transaction request in the receive queue under the condition determined by the existence of another transaction request, or fetching for the transaction request in the queue 1st, 2nd which transfers the data referred by the designated pointer or notifies the client side of the event by the designated attribute, and manages the activation of the transaction processing concerned.
3, 4, 5 or 6 means are provided. Alternatively, a queue access unit is provided, a dedicated language for accessing the transaction request in the reception queue is provided, and an interface with a queue access processing unit that operates various separately provided information is provided. Alternatively, a queue for relaying the transaction request group in the reception queue to the other server side is provided.

【0008】トランザクション処理部は、トランザクシ
ョン管理部で設ける中継用キューを介しトランザクショ
ン要求群自体を1つのトランザクション要求として他サ
ーバ側に投入する手段を設ける。
The transaction processing unit is provided with means for inputting the transaction request group itself as one transaction request to the other server side via the relay queue provided in the transaction management unit.

【0009】[0009]

【発明の実施の形態】この発明の実施の一形態を示すO
LTPサーバ計算機は図1のように、クライアント計算
機1との間で通信回線を介しトランザクション要求/応
答メッセージ101/102の受/送信をするサーバ計
算機2で、トランザクション管理部21は、当該要求/
応答メッセージ101/102の受/送信をし、当該ト
ランザクション処理のスケジューリングをすると共に、
第1のトランザクション処理起動管理手段でクライアン
ト計算機1から要求された指定処理期限情報を含み受信
する当該要求メッセージ101に対し、まず解析抽出を
し、当該処理期限情報に従い(指定処理期限無しの時は
無期限として扱う)、処理期限の昇順を保つように並べ
替えてキュー内の適切な位置に挿入する(以上図2の整
列手順S11〜S13)。つぎにトランザクション処理
部22に対し、当該キューの先頭トランザクション要求
メッセージ101から提供しトランザクション処理を起
動する(図2の起動手順S14)。トランザクション処
理部22は、上記従来例の図17と同じに動作する。ト
ランザクション要求の到着順に限らないで処理期限順に
取り出し処理できる。
BEST MODE FOR CARRYING OUT THE INVENTION O showing an embodiment of the present invention
As shown in FIG. 1, the LTP server computer is a server computer 2 that receives / transmits transaction request / response messages 101/102 from / to the client computer 1 via a communication line.
Receives / transmits response messages 101/102, schedules the transaction processing, and
The request message 101 including the designated processing time limit information requested by the client computer 1 by the first transaction processing start management means is first analyzed and extracted, and according to the processing time limit information (when there is no designated processing time limit, Handled as indefinite) and rearranged so as to maintain the ascending order of the processing deadlines and inserted at appropriate positions in the queue (above, the alignment steps S11 to S13 in FIG. 2). Next, the transaction processing unit 22 is activated from the first transaction request message 101 of the queue to activate the transaction processing (activation procedure S14 in FIG. 2). The transaction processing unit 22 operates in the same manner as that of the conventional example shown in FIG. It is possible to perform extraction processing in the order of processing deadlines, not limited to the order of arrival of transaction requests.

【0010】上記実施の形態のOLTPサーバ計算機
は、拡張性と柔軟性を確保するため、キューに蓄積する
トランザクション要求のデータ型やキューに蓄積された
トランザクション要求アクセスの自由度を増やしトラン
ザクション処理をする方式(選択トランザクション処理
方式)を採る。
In order to ensure expandability and flexibility, the OLTP server computer of the above-described embodiment performs transaction processing by increasing the data type of the transaction request stored in the queue and the degree of freedom of the transaction request access stored in the queue. The method (selected transaction processing method) is adopted.

【0011】トランザクション管理部21で第1のトラ
ンザクション処理起動管理手段は、たとえば図3(a)
のようにクライアント計算機1から10時10分の指定
処理期限情報を含み受信する新たなトランザクション要
求メッセージ101に対し、格納済みトランザクション
要求メッセージ101をもつキューで10時00分と1
0時15分と10時30分の各処理期限の昇順を保つ位
置に挿入する。なお図3(b)のように、処理期限付き
と処理期限無しのトランザクション要求用キューを用意
し、通常時は処理期限付きトランザクション要求用キュ
ーの先頭位置から、当該先頭トランザクション要求メッ
セージ101の処理期限に一定時間以上の余裕がある時
は処理期限無しのトランザクション要求用キューの先頭
位置から、それぞれトランザクション要求メッセージ1
01を提供するようにしてもよい。
The first transaction processing start management means in the transaction management unit 21 is, for example, as shown in FIG.
As described above, for the new transaction request message 101 received including the designated processing time limit information of 10:10 from the client computer 1, the queue having the stored transaction request message 101 receives 10:00 and 1
It is inserted in a position that keeps the ascending order of the processing deadlines of 0:15 and 10:30. As shown in FIG. 3B, transaction request queues with and without a processing deadline are prepared, and normally, the processing deadline of the first transaction request message 101 starts from the head position of the transaction request queue with a processing deadline. When there is a certain time or more in the transaction request message 1 from the head position of the transaction request queue with no processing deadline,
01 may be provided.

【0012】なお上記図1に示す発明の実施の形態でト
ランザクション管理部21は整列後キューの先頭トラン
ザクション要求メッセージ101から提供する第1のト
ランザクション処理起動管理手段に代えて、図4のよう
に整列後キューの有効トランザクション要求メッセージ
101から提供する第2のトランザクション処理起動管
理手段を設け、トランザクション管理部21aとして構
成してもよい。処理期限が経過して無効になったトラン
ザクション要求は取り出さないで有効なトランザクショ
ン要求だけを処理できる。第2のトランザクション処理
起動管理手段は図4のように、まず上記図2の整列手順
S11〜S13と同じにキュー内の適切な位置に指定処
理期限情報を含む当該要求メッセージ101を挿入す
る。つぎにトランザクション処理部22に対し、当該時
点で処理期限が経過していない当該キューのトランザク
ション要求メッセージ101から提供しトランザクショ
ン処理を起動する。また当該時点で処理期限が経過して
いる当該キューのトランザクション要求メッセージ10
1を無効として削除し、クライアント計算機1にエラー
を返す(以上図4の起動手順S14a〜S14c)。た
とえば図5のように、トランザクション処理部22から
10時01分に取り出し要求があると、処理期限10時
00分と10時15分と10時30分の格納済みトラン
ザクション要求メッセージ101をもつキューから処理
期限10時00分のトランザクション要求メッセージ1
01を無効として削除し、クライアント計算機1に当該
トランザクション失敗の応答を返すと共にトランザクシ
ョン処理部22に10時15分のトランザクション要求
メッセージ101を提供する。
In the embodiment of the invention shown in FIG. 1, the transaction management unit 21 replaces the first transaction process activation management means provided from the first transaction request message 101 of the post-sort queue with sorting as shown in FIG. A second transaction process activation management unit provided from the valid transaction request message 101 in the post queue may be provided and configured as the transaction management unit 21a. Only valid transaction requests can be processed without fetching invalid transaction requests whose processing deadline has passed. As shown in FIG. 4, the second transaction processing activation management means first inserts the request message 101 including the designated processing time limit information into an appropriate position in the queue, as in the sorting steps S11 to S13 of FIG. Next, the transaction processing unit 22 is provided with the transaction request message 101 of the queue whose processing time limit has not expired at that time to start the transaction processing. Further, the transaction request message 10 of the queue whose processing deadline has passed at that time
1 is invalidated and deleted, and an error is returned to the client computer 1 (starting steps S14a to S14c in FIG. 4). For example, as shown in FIG. 5, when there is a retrieval request from the transaction processing unit 22 at 10: 1, the processing deadline is changed from the queue having the stored transaction request message 101 of 10:00, 10:15, and 10:30. Transaction request message 1 with processing deadline of 10:00
01 is invalidated and deleted, the response of the transaction failure is returned to the client computer 1, and the transaction request message 101 at 10:15 is provided to the transaction processing unit 22.

【0013】また上記図1に示す発明の実施の形態でト
ランザクション管理部21は単一の業務アプリケーショ
ン用トランザクション要求キューを用いる第1のトラン
ザクション処理起動管理手段に代えて、図6のように複
数の業務アプリケーション用トランザクション要求キュ
ーを用いる第3のトランザクション処理起動管理手段を
設け、トランザクション管理部21bとして構成しても
よい。複数の業務アプリケーションに対し複数でなく1
つのトランザクション要求だけを提供できる。第3のト
ランザクション処理起動管理手段は図6のように、まず
クライアント計算機1から複数の業務アプリケーション
間で共有するトランザクション要求キューで当該要求メ
ッセージ101を受信し格納する(手順S21)。つぎ
に当該キューの先頭から提供すべきトランザクション要
求メッセージ101かどうかを探索し、当該業務アプリ
ケーション用トランザクション処理部22に提供する。
同時に当該業務アプリケーション用に提供済みの印をつ
ける(以上手順S22〜S24)。さらにすべての業務
アプリケーション用に提供を完了すれば、当該トランザ
クション要求メッセージ101をキューから削除する
(以上手順S25とS26)。たとえば図7のように、
ます業務アプリケーションA用とつぎにB用トランザク
ション処理部22から取り出し要求があると、対象業務
アプリケーションC用と対象業務アプリケーションAお
よびB用とのトランザクション要求メッセージ102を
もつキューからまず対象業務アプリケーションA用とつ
ぎにB用のトランザクション要求メッセージ101とし
て提供後削除する。
In addition, in the embodiment of the invention shown in FIG. 1, the transaction management unit 21 is replaced with a plurality of transaction processing activation management means using a single transaction request queue for business application, as shown in FIG. A third transaction process activation management unit that uses the transaction request queue for business application may be provided and configured as the transaction management unit 21b. 1 for multiple business applications, not multiple
Only one transaction request can be provided. As shown in FIG. 6, the third transaction process activation management means first receives the request message 101 from the client computer 1 in a transaction request queue shared by a plurality of business applications and stores it (step S21). Next, the head of the queue is searched for the transaction request message 101 to be provided, and the transaction request message 101 is provided to the business application transaction processing unit 22.
At the same time, the provided mark is added for the business application (above steps S22 to S24). Further, when the provision for all business applications is completed, the transaction request message 101 is deleted from the queue (the above steps S25 and S26). For example, as shown in Figure 7,
When a retrieval request is issued from the transaction processing unit 22 for the business application A and then for the B, the queue for the target business application C and the transaction request messages 102 for the target business applications A and B are first transferred to the target business application A. Then, the transaction request message 101 for B is provided and then deleted.

【0014】また上記図1に示す発明の実施の形態でト
ランザクション管理部21は取り出し条件を付さないト
ランザクション要求キューを用いる第1のトランザクシ
ョン処理起動管理手段に代えて、図8のように取り出し
条件付きトランザクション要求キューを用いる第4のト
ランザクション処理起動管理手段を設け、トランザクシ
ョン管理部21cとして構成してもよい。業務アプリケ
ーションに対し分割したりデータの揃った時点で少しず
つ提供して大量のトランザクション要求を処理できる。
第4のトランザクション処理起動管理手段は図8のよう
に、まずクライアント計算機1から取り出し条件として
他トランザクション要求種別を指定するトランザクショ
ン要求キューで当該要求メッセージ101を受信し格納
する(手順S31)。つぎに当該キューの先頭から当該
業務アプリケーション用トランザクション要求メッセー
ジ101に取り出し条件が指定されているかどうかを調
べる(手順S32)。指定ありの時は、当該他トランザ
クションメッセージ101が到着するまで探索する(以
上手順S33とS34)。当該指定なしまたは当該他ト
ランザクションメッセージ101が到着済みの時は、当
該業務アプリケーション用トランザクション要求メッセ
ージ101として提供後キューから削除する(手順S3
5)。たとえば図9のようにクライアント計算機1から
トランザクション要求種別Aメッセージ101を先頭に
格納するキューがあるとする。品目A月上半期発注分の
当該要求種別Aメッセージ101は、取り出し条件とし
て品目A月下半期発注分のトランザクション要求種別B
メッセージ101が到着しないと取り出せない。この時
点で当該業務アプリケーション用トランザクション処理
部22からの取り出し要求があっても当該トランザクシ
ョン要求種別Aメッセージ101を提供しないで、クラ
イアント計算機1からトランザクション要求種別Bメッ
セージ101が到着して初めて提供する。なおトランザ
クション要求種別AとBメッセージ101を統合して新
しいトランザクション要求メッセージ101として提供
してもよい。
Further, in the embodiment of the invention shown in FIG. 1, the transaction management unit 21 replaces the first transaction process activation management means which uses the transaction request queue with no retrieval condition, instead of the retrieval condition as shown in FIG. A fourth transaction process activation management unit using the attached transaction request queue may be provided and configured as the transaction management unit 21c. It can process a large number of transaction requests by dividing it into business applications or providing them little by little when the data is prepared.
As shown in FIG. 8, the fourth transaction process activation management means first receives the request message 101 from the client computer 1 and stores it in a transaction request queue that specifies another transaction request type as a retrieval condition (step S31). Next, it is checked from the head of the queue whether or not the extraction condition is specified in the transaction request message 101 for business application (step S32). When there is a designation, the search is performed until the other transaction message 101 arrives (the above steps S33 and S34). When there is no designation or when the other transaction message 101 has arrived, it is deleted from the post-provision queue as the business application transaction request message 101 (step S3).
5). For example, assume that there is a queue for storing the transaction request type A message 101 from the client computer 1 as shown in FIG. The relevant request type A message 101 for the order for the first half of the month of the item A is the transaction request type B for the order for the second half of the item A as the extraction condition.
It cannot be retrieved unless the message 101 arrives. At this point, even if there is a retrieval request from the transaction processing unit 22 for the business application, the transaction request type A message 101 is not provided, and is provided only when the transaction request type B message 101 arrives from the client computer 1. The transaction request types A and B messages 101 may be integrated and provided as a new transaction request message 101.

【0015】また上記図1に示す発明の実施の形態でト
ランザクション管理部21は参照ポインタを付さないト
ランザクション要求キューを用いる第1のトランザクシ
ョン処理起動管理手段に代えて、図10のように参照ポ
インタ付きトランザクション要求キューを用いる第5の
トランザクション処理起動管理手段を設け、トランザク
ション管理部21dとして構成してもよい。トランザク
ション要求時点でなく、トランザクション処理時点での
最新データで処理できる。第5のトランザクション処理
起動管理手段は図10のように、まずクライアント計算
機1からデータ実体のない参照ポインタを指定するトラ
ンザクション要求キューで当該要求メッセージ101を
受信し格納する(手順S41)。つぎに当該キューの先
頭から当該業務アプリケーション用トランザクション要
求メッセージ101に参照ポインタが指定されているか
どうかを調べる(手順S42)。指定ありの時は、指定
方法(たとえば計算機名やファイル名など)に従い当該
データ実体の転送を完了まで要求する(以上手順S43
とS44)。指定なしまたはデータ転送完了の時は、す
べてのデータが揃った当該業務アプリケーション用トラ
ンザクション要求メッセージ101として提供後キュー
から削除する(手順S45)。たとえば図11のように
クライアント計算機1から新刊図書登録のトランザクシ
ョン要求メッセージ101を先頭に格納するキューがあ
るとする。新刊図書登録の当該要求メッセージ101
は、表紙イメージデータを含まず、参照ポインタ(ファ
イルサーバアドレスPとファイル名Q)だけ指定する。
この時点で当該業務アプリケーション用トランザクショ
ン処理部22からの取り出し要求があると、アドレスP
のファイルサーバからファイル名Qのファイルデータを
転送する表紙イメージデータを含むトランザクション要
求メッセージ101として提供する。なお取り出し要求
時点でデータ実体を転送し当該完了時点で当該要求メッ
セージ101を提供しないで、キューの2番目時点でデ
ータ転送を開始したり、データ実体を転送しつつ次トラ
ンザクション要求メッセージ101を提供する方式で実
現してもよい。
In the embodiment of the invention shown in FIG. 1, the transaction management unit 21 is replaced with a reference pointer as shown in FIG. 10 instead of the first transaction process activation management means using a transaction request queue without a reference pointer. A fifth transaction process activation management unit using the attached transaction request queue may be provided and configured as the transaction management unit 21d. The latest data at the time of transaction processing can be used instead of the transaction request time. As shown in FIG. 10, the fifth transaction process activation management means first receives and stores the request message 101 from the client computer 1 in the transaction request queue designating a reference pointer having no data entity (step S41). Next, it is checked from the head of the queue whether or not the reference pointer is designated in the transaction request message 101 for business application (step S42). If there is a designation, the transfer of the data entity is requested until completion according to the designation method (for example, computer name, file name, etc.) (above step S43).
And S44). When there is no designation or when the data transfer is completed, it is deleted from the post-provision queue as the business application transaction request message 101 in which all the data is complete (step S45). For example, as shown in FIG. 11, it is assumed that there is a queue for storing the transaction request message 101 for registering a new book from the client computer 1 at the head. Request message 101 for new book registration
Does not include the cover image data, and specifies only the reference pointer (file server address P and file name Q).
At this point, if there is a retrieval request from the business application transaction processing unit 22, the address P
Is provided as the transaction request message 101 including the cover image data for transferring the file data of the file name Q from the file server. The data entity is transferred at the time of the fetch request and the request message 101 is not provided at the completion time, and the data transfer is started at the second point of the queue, or the next transaction request message 101 is provided while transferring the data entity. It may be realized by a method.

【0016】また上記図1に示す発明の実施の形態でト
ランザクション管理部21は属性を付さないトランザク
ション要求キューを用いる第1のトランザクション処理
起動管理手段に代えて、図12のように属性付きトラン
ザクション要求キューを用いる第6のトランザクション
処理起動管理手段を設け、トランザクション管理部21
eとして構成してもよい。クライアント側はトランザク
ション要求転送状況/取り出し状況を適宜把握できる。
第6のトランザクション処理起動管理手段は図12のよ
うに、まずクライアント計算機1からクライアント側に
通知すべき事象(たとえば「キューへの格納」、「キュ
ーからの取り出し」など)を属性として指定するトラン
ザクション要求キューで当該要求メッセージ101を受
信・格納する(手順S51)。つぎに当該キューの先頭
から当該業務アプリケーション用トランザクション要求
メッセージ101にたとえば「キューへの格納」事象通
知の属性が指定されているかどうかを調べ、指定ありの
時は、クライアント側に当該キュー格納通知メッセージ
を発行する。当該指定なしの時は、当該業務アプリケー
ション用トランザクション処理部22からの取り出し要
求があると、当該キューの先頭から当該要求メッセージ
101にたとえば「キューからの取り出し」事象通知の
属性が指定されているかどうかを調べ、指定ありの時
は、クライアント側に当該キュー格納通知メッセージを
発行する(以上手順S52〜S55)。当該指定なしま
たは当該キュー格納通知メッセージの発行完了の時は、
当該業務アプリケーション用トランザクション要求メッ
セージ101として提供後キューから削除する(手順S
56)。たとえば図13のようにクライアント計算機1
から通知すべき事象としてたとえば「キューへの格納」
と「キューからの取り出し」を属性として指定するトラ
ンザクション要求メッセージ101を先頭に格納するキ
ューがあるとする。当該時点でクライアント側に「キュ
ーへの格納」通知メッセージを送信する。続いて当該業
務アプリケーション用トランザクション処理部22から
の取り出し要求があり、当該要求メッセージ101の提
供時点でクライアント側に「キューからの取り出し」通
知メッセージを送信する。
In addition, in the embodiment of the invention shown in FIG. 1, the transaction management unit 21 replaces the first transaction processing start management means using a transaction request queue without attributes, as shown in FIG. A sixth transaction process activation management unit using a request queue is provided, and the transaction management unit 21
It may be configured as e. The client side can appropriately grasp the transaction request transfer status / retrieval status.
As shown in FIG. 12, the sixth transaction process activation management means first designates an event (for example, "storing in queue", "retrieval from queue") to be notified from the client computer 1 to the client side as an attribute. The request message 101 is received and stored in the request queue (step S51). Next, it is checked from the head of the queue whether or not the attribute of "store in queue" event notification is specified in the transaction request message 101 for the business application, and if specified, the queue storage notification message is sent to the client side. To issue. When there is no designation, if there is a retrieval request from the transaction processing unit 22 for the business application, whether or not the attribute of the “retrieval from queue” event notification is designated in the request message 101 from the head of the queue. Is checked, and if there is a designation, the queue storage notification message is issued to the client side (above steps S52 to S55). If there is no designation or the issue of the queue storage notification message is completed,
The transaction request message 101 for the business application is deleted from the queue after provision (procedure S
56). For example, as shown in FIG. 13, the client computer 1
As an event to be notified from, for example, "store in queue"
Then, it is assumed that there is a queue that stores the transaction request message 101 that specifies “removal from queue” as an attribute. At this point, a "store in queue" notification message is sent to the client side. Subsequently, there is a retrieval request from the transaction processing unit 22 for business application, and at the point of time when the request message 101 is provided, a “retrieval from queue” notification message is transmitted to the client side.

【0017】また上記図1に示す発明の実施の形態でト
ランザクション管理部21は図14のように、当該キュ
ー内トランザクション要求データに対する情報操作用ア
クセス専用言語として読出し/検索/射影/結合などを
たとえばSQL(関係型データベース問合わせ言語)の
ような専用言語の形で提供するキューアクセスライブラ
リと、当該キュー内トランザクション要求データ(たと
えば列車座席要求分布や要求日付に関する情報など)に
通常のデータベースアクセスと同じ形態(トランザクシ
ョン要求データを取り出してもキューから消去されない
で残存するものとする)でアクセスし、サーバ計算機2
a内に別途備える各種情報を操作するキューアクセス処
理部23とのインタフェースを提供するアクセス専用言
語インタフェースとを設け、トランザクション管理部2
1fとして構成してもよい。基幹系の業務アプリケーシ
ョン用トランザクション処理系とは別次元で、キューを
データベースのように扱う情報系の各種情報操作用キュ
ーアクセス処理系を開発できる。
In the embodiment of the invention shown in FIG. 1, the transaction management unit 21 uses, for example, read / search / projection / combination as an information-only access language for the transaction request data in the queue, as shown in FIG. Queue access library provided in the form of a dedicated language such as SQL (Relational Database Query Language) and transaction request data in the queue (for example, train seat request distribution and request date information) are the same as normal database access Access the server computer 2 in the form (remaining without being deleted from the queue even if the transaction request data is taken out).
The transaction management unit 2 is provided with an access-dedicated language interface that provides an interface with the queue access processing unit 23 that operates various information separately provided in a.
It may be configured as 1f. It is possible to develop a queue access processing system for various information operations of information systems that handles queues like a database, in a different dimension from the transaction processing system for core business applications.

【0018】また上記図1に示す発明の実施の形態でサ
ーバ計算機2は単一の場合で説明したが、図15のよう
にたとえばAとBのサーバ計算機2がある場合、Aのサ
ーバ計算機2側で中継用トランザクション要求キューを
別途設けるトランザクション管理部21gと、受信した
トランザクション要求メッセージ101を一括して当該
要求メッセージ101aとして、トランザクション管理
部21bの中継用トランザクション要求キューを介しB
のサーバ計算機2側に投入する要求メッセージ投入手段
を別途設けるトランザクション処理部22aとを構成し
てもよい。すでに複数のトランザクション要求を含むキ
ュー自体の一括投入をするトランザクション要求として
転送できる。AとBのサーバ計算機2は、たとえば図1
6のようにA側のトランザクション管理部21gの受信
用キューから代理店Aへの部品A1とA2とA3の発注
トランザクション要求メッセージ101に対し中継用キ
ューを介して一括投入をするB側のトランザクション管
理部21の受信用キューの中から逐次代理店Bへの部品
B1と代理店Aへの部品A1とA2とA3とをトランザ
クション処理部22に提供する。
In the embodiment of the invention shown in FIG. 1, the server computer 2 has been described as a single server computer. However, when there are, for example, A and B server computers 2 as shown in FIG. The transaction management unit 21g, which separately provides a relay transaction request queue on the side, and the received transaction request message 101 are collectively referred to as the request message 101a via the relay transaction request queue of the transaction management unit 21b.
The transaction processing unit 22a may be configured by separately providing request message inputting means for inputting to the server computer 2 side. It can be transferred as a transaction request for batch submission of the queue itself that already contains multiple transaction requests. The server computers 2 of A and B are shown in FIG.
As shown in 6, transaction management on the B side is performed in batch for the ordering transaction request message 101 of the parts A1, A2, and A3 from the reception queue of the transaction management unit 21g on the A side to the agency A via the relay queue. The transaction processing unit 22 is sequentially provided with the component B1 for the agency B and the components A1, A2, and A3 for the agency A from the reception queue of the unit 21.

【0019】[0019]

【発明の効果】上記のようなこの発明のOLTPサーバ
計算機では、キューに蓄積するトランザクション要求の
データ型やキューに蓄積されたトランザクション要求ア
クセスの自由度を増やしトランザクション処理をする方
式を採るから、従来のようにキューに蓄積されたトラン
ザクション要求を順次取り出す方式に比べ拡張性と柔軟
性を確保できるほか各発明ごとにつぎの効果がある。 (1)トランザクション要求の到着順に限らないで処理
期限順に取り出し処理できる。 (2)処理期限が経過して無効になったトランザクショ
ン要求を取り出さないで有効なトランザクション要求だ
けを処理できる。 (3)複数の業務アプリケーションに対し複数でなく1
つのトランザクション要求だけで処理できる。 (4)業務アプリケーションに対し分割したりデータの
揃った時点で少しずつ提供して大量のトランザクション
要求を処理できる。 (5)トランザクション要求時点でなく、トランザクシ
ョン処理時点での最新データで処理できる。 (6)クライアント側はトランザクション要求転送状況
/取り出し状況を適宜把握できる。 (7)基幹系の業務アプリケーション用トランザクショ
ン処理系とは別次元で、キューをデータベースのように
扱う情報系の各種情報操作用キューアクセス処理系を開
発できる。 (8)すでに複数のトランザクション要求を含むキュー
自体の一括投入をするトランザクション要求として転送
できる。
As described above, the OLTP server computer according to the present invention adopts a method of performing transaction processing by increasing the data type of the transaction request accumulated in the queue and the degree of freedom of access of the transaction request accumulated in the queue. As compared with the method of sequentially fetching the transaction requests accumulated in the queue as described above, the expandability and flexibility can be ensured, and the following effects are obtained for each invention. (1) The extraction processing can be performed in the order of the processing deadline without being limited to the order of arrival of the transaction requests. (2) Only valid transaction requests can be processed without taking out invalidated transaction requests after the processing deadline has passed. (3) 1 for multiple business applications, not multiple
Only one transaction request can be processed. (4) A large number of transaction requests can be processed by dividing the business application and providing it little by little when the data is prepared. (5) The latest data at the time of transaction processing can be used instead of the time of requesting a transaction. (6) The client side can appropriately grasp the transaction request transfer status / retrieval status. (7) It is possible to develop a queue access processing system for various information operations of an information system that handles a queue like a database, in a different dimension from the transaction processing system for core business applications. (8) It can be transferred as a transaction request for batch injection of the queue itself that already includes a plurality of transaction requests.

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

【図1】 この発明の実施の一形態を示すオンライント
ランザクション処理サーバ計算機のシステム構成図。
FIG. 1 is a system configuration diagram of an online transaction processing server computer showing an embodiment of the present invention.

【図2】 図1に示すトランザクション管理部で第1の
トランザクション処理起動管理手段の機能を説明するフ
ロー図。
FIG. 2 is a flowchart for explaining the function of a first transaction process activation management means in the transaction management unit shown in FIG.

【図3】 図2に示す機能を例示する図。FIG. 3 is a diagram illustrating the function shown in FIG.

【図4】 この発明の実施の他の一形態を示すトランザ
クション管理部で第2のトランザクション処理起動管理
手段の機能を説明するフロー図。
FIG. 4 is a flowchart for explaining the function of a second transaction process activation management means in a transaction management unit showing another embodiment of the present invention.

【図5】 図4に示す機能を例示する図。FIG. 5 is a diagram illustrating the function shown in FIG.

【図6】 この発明の実施の他の一形態を示すトランザ
クション管理部で第3のトランザクション処理起動管理
手段の機能を説明するフロー図。
FIG. 6 is a flowchart for explaining the function of a third transaction process activation management means in a transaction management unit showing another embodiment of the present invention.

【図7】 図6に示す機能を例示する図。FIG. 7 is a diagram illustrating the function shown in FIG. 6.

【図8】 この発明の実施の他の一形態を示すトランザ
クション管理部で第4のトランザクション処理起動管理
手段の機能を説明するフロー図。
FIG. 8 is a flowchart for explaining the function of a fourth transaction process activation management means in the transaction management unit showing another embodiment of the present invention.

【図9】 図8に示す機能を例示する図。9 is a diagram illustrating the function shown in FIG. 8. FIG.

【図10】 この発明の実施の他の一形態を示すトラン
ザクション管理部で第5のトランザクション処理起動管
理手段の機能を説明するフロー図。
FIG. 10 is a flowchart for explaining the function of the fifth transaction process activation management means in the transaction management unit showing another embodiment of the present invention.

【図11】 図10に示す機能を例示する図。11 is a diagram illustrating the function shown in FIG.

【図12】 この発明の実施の他の一形態を示すトラン
ザクション管理部で第6のトランザクション処理起動管
理手段の機能を説明するフロー図。
FIG. 12 is a flowchart illustrating the function of sixth transaction process activation management means in the transaction management unit according to another embodiment of the present invention.

【図13】 図12に示す機能を例示する図。FIG. 13 is a diagram illustrating the function shown in FIG. 12.

【図14】 この発明の実施の他の一形態を示すシステ
ム構成図。
FIG. 14 is a system configuration diagram showing another embodiment of the present invention.

【図15】 この発明の実施の他の一形態を示すシステ
ム構成図。
FIG. 15 is a system configuration diagram showing another embodiment of the present invention.

【図16】 図6に示すサーバ計算機の相互関係を説明
する図。
16 is a diagram for explaining the interrelationship of the server computers shown in FIG.

【図17】 従来の技術を示すオンライントランザクシ
ョン処理サーバ計算機のシステム構成図。
FIG. 17 is a system configuration diagram of an online transaction processing server computer showing a conventional technique.

【符号の説明】[Explanation of symbols]

1 クライアント計算機、2、2a サーバ計算機、2
1、21a、21b、21c、21d、21e、21
f、21g トランザクション管理部、22、22a
トランザクション処理部、23 キューアクセス処理
部、101 トランザクション要求メッセージ、101
a 一括投入トランザクション要求メッセージ、102
トランザクション応答メッセージ。なお図中、同一符
号は同一または相当部分を示す。
1 client computer, 2, 2a server computer, 2
1, 21a, 21b, 21c, 21d, 21e, 21
f, 21g Transaction management part, 22, 22a
Transaction processing unit, 23 Queue access processing unit, 101 Transaction request message, 101
a batch submission transaction request message, 102
Transaction response message. In the drawings, the same reference numerals indicate the same or corresponding parts.

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 クライアント計算機との間で通信回線を
介しトランザクション要求/応答の受/送信をし当該ト
ランザクション処理のスケジューリングと起動管理をす
るトランザクション管理部と、該トランザクション管理
部のトランザクション要求受信キューから当該要求を取
り出し所要情報の取得とデータベースの更新をし当該応
答を返し終了処理をするトランザクション処理部とを備
えるオンライントランザクション処理(OLTP)サー
バ計算機において、前記トランザクション管理部で当該
受信キュー内のトランザクション要求に対し処理期限の
短い順番に並び替え当該トランザクション処理の起動管
理をする第1の手段を設けることを特徴とするOLTP
サーバ計算機。
1. A transaction management unit that receives / transmits transaction requests / responses from / to a client computer via a communication line to perform scheduling and activation management of the transaction processing, and a transaction request reception queue of the transaction management unit. In an online transaction processing (OLTP) server computer including a transaction processing unit that retrieves the request, acquires required information, updates the database, and returns the response, and ends the transaction, the transaction management unit requests the transaction in the reception queue. The OLTP is characterized in that the first means for rearranging the transaction processing in the ascending order of the deadline and managing the activation of the transaction processing is provided.
Server calculator.
【請求項2】 トランザクション管理部で当該受信キュ
ー内の処理期限経過トランザクション要求を無効にし有
効トランザクション要求だけに対し処理期限の短い順番
に並び替え当該トランザクション処理の起動管理をする
第2の手段を設けることを特徴とする請求項1記載のO
LTPサーバ計算機。
2. A second means is provided in the transaction management unit for invalidating the processing deadline expired transaction requests in the reception queue, rearranging only valid transaction requests in the order of shorter processing deadline, and managing activation of the transaction processing. O according to claim 1, characterized in that
LTP server computer.
【請求項3】 トランザクション管理部で当該受信キュ
ー内の1つのトランザクション要求に対し複数回取り出
し当該トランザクション処理の起動管理をする第3の手
段を設けることを特徴とする請求項1または2記載のO
LTPサーバ計算機。
3. The O according to claim 1 or 2, wherein the transaction management unit is provided with a third means for taking out a plurality of transaction requests in the reception queue a plurality of times and managing activation of the transaction processing.
LTP server computer.
【請求項4】 トランザクション管理部で当該受信キュ
ー内のトランザクション要求に対し他トランザクション
要求の存在により決定する条件で取り出し当該トランザ
クション処理の起動管理をする第4の手段を設けること
を特徴とする請求項1、2または3記載のOLTPサー
バ計算機。
4. The transaction management unit is provided with a fourth means for taking out a transaction request in the reception queue under conditions determined by the existence of another transaction request and managing activation of the transaction process. The OLTP server computer described in 1, 2, or 3.
【請求項5】 トランザクション管理部で当該受信キュ
ー内のトランザクション要求に対し取り出す時データ実
体のない指定ポインタで参照するデータを転送し当該ト
ランザクション処理の起動管理をする第5の手段を設け
ることを特徴とする請求項1、2、3または4記載のO
LTPサーバ計算機。
5. The transaction management unit is provided with fifth means for transferring data referred to by a designated pointer having no data entity when fetching a transaction request in the reception queue and controlling activation of the transaction processing. The O according to claim 1, 2, 3 or 4.
LTP server computer.
【請求項6】 トランザクション管理部で当該受信キュ
ー内のトランザクション要求に対し取り出す時指定属性
でクライアント側に事象通知をし当該トランザクション
処理の起動管理をする第6の手段を設けることを特徴と
する請求項1、2、3、4または5記載のOLTP計算
機。
6. The transaction management unit is provided with a sixth means for notifying an event to the client side with a designated attribute when extracting a transaction request in the reception queue and for controlling the activation of the transaction processing. The OLTP computer according to item 1, 2, 3, 4 or 5.
【請求項7】 トランザクション管理部で当該受信キュ
ー内のトランザクション要求に対しアクセスするための
専用言語を提供し、別途備える各種情報を操作するキュ
ーアクセス処理部とのインタフェースを提供するキュー
アクセス手段を設けることを特徴とする請求項1、2、
3、4、5または6記載のOLTPサーバ計算機。
7. A queue access means for providing a dedicated language for accessing a transaction request in the reception queue in the transaction management unit and providing an interface with a queue access processing unit for manipulating various kinds of separately provided information is provided. Claims 1 and 2, characterized in that
The OLTP server computer described in 3, 4, 5 or 6.
【請求項8】 トランザクション管理部で当該受信キュ
ー内のトランザクション要求群に対し他サーバ側に中継
するためのキューを設け、トランザクション処理部で当
該キューを介しトランザクション要求群自体を1つのト
ランザクション要求として他サーバ側に投入する手段を
設けることを特徴とする請求項1、2、3、4、5、6
または7記載のOLTPサーバ計算機。
8. The transaction management unit provides a queue for relaying the transaction request group in the reception queue to another server side, and the transaction processing unit uses the transaction request group itself as one transaction request via the queue. 7. A means for inputting to the server side is provided, wherein the means is provided.
Alternatively, the OLTP server computer described in 7.
JP8007358A 1996-01-19 1996-01-19 On-line transaction processing server computer Pending JPH09198347A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8007358A JPH09198347A (en) 1996-01-19 1996-01-19 On-line transaction processing server computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8007358A JPH09198347A (en) 1996-01-19 1996-01-19 On-line transaction processing server computer

Publications (1)

Publication Number Publication Date
JPH09198347A true JPH09198347A (en) 1997-07-31

Family

ID=11663745

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8007358A Pending JPH09198347A (en) 1996-01-19 1996-01-19 On-line transaction processing server computer

Country Status (1)

Country Link
JP (1) JPH09198347A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1316382C (en) * 2001-01-09 2007-05-16 国际商业机器公司 Method and apparatus for facilitating business processes
JPWO2008078593A1 (en) * 2006-12-22 2010-04-22 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Maschines Corporation Message hub device, program, and method
JP2016177602A (en) * 2015-03-20 2016-10-06 アルプス電気株式会社 Request processing device, method and program therefor
JP2017167845A (en) * 2016-03-16 2017-09-21 株式会社東芝 Communication device, communication system, communication method and program
WO2022004258A1 (en) * 2020-07-03 2022-01-06 Hitachi Astemo, Ltd. SYSTEM AND METHOD FOR EFFICIENT AND DETERMINISTIC SERVICE-ORIENTED COMMUNICATION OVER PERIPHERAL COMPONENT INTERCONNECT EXPRESS (PCIe) BUS

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1316382C (en) * 2001-01-09 2007-05-16 国际商业机器公司 Method and apparatus for facilitating business processes
JPWO2008078593A1 (en) * 2006-12-22 2010-04-22 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Maschines Corporation Message hub device, program, and method
JP4988766B2 (en) * 2006-12-22 2012-08-01 インターナショナル・ビジネス・マシーンズ・コーポレーション Message hub device, program, and method
US8478810B2 (en) 2006-12-22 2013-07-02 International Business Machines Corporation Message hub apparatus, program product, and method
JP2016177602A (en) * 2015-03-20 2016-10-06 アルプス電気株式会社 Request processing device, method and program therefor
JP2017167845A (en) * 2016-03-16 2017-09-21 株式会社東芝 Communication device, communication system, communication method and program
US10476940B2 (en) 2016-03-16 2019-11-12 Kabushiki Kaisha Toshiba Communication device, communication system, communication method and non-transitory computer readable medium
WO2022004258A1 (en) * 2020-07-03 2022-01-06 Hitachi Astemo, Ltd. SYSTEM AND METHOD FOR EFFICIENT AND DETERMINISTIC SERVICE-ORIENTED COMMUNICATION OVER PERIPHERAL COMPONENT INTERCONNECT EXPRESS (PCIe) BUS

Similar Documents

Publication Publication Date Title
EP0786723B1 (en) Document management systems using object- and agent-oriented methods
JP4405691B2 (en) Printing system
US6594675B1 (en) Method, system for using file name to access application program where a logical file system processes pathname to determine whether the request is a file on storage device or operation for application program
US6078955A (en) Method for controlling a computer system including a plurality of computers and a network processed as a user resource
US6189007B1 (en) Method and apparatus for conducting a high performance locking facility in a loosely coupled environment
EP1638018A2 (en) Multistep master data cleansing in operative business process
CN101243445A (en) Data change notifications
JPH09167145A (en) Access method for message queue
US9497292B2 (en) Facilitating the operation of a client/server application while a client is offline or online
JP2004086299A (en) Data operation perpetuating method in transaction processing system, and data operation program to remote database
JP4812680B2 (en) Access control device
US6253274B1 (en) Apparatus for a high performance locking facility
JP2001092702A (en) Information processing system, server device, client device and recording medium
US6088757A (en) Computer program means and device for conducting high performance locking facility in a loosely coupled environment
US6480887B1 (en) Method of retaining and managing currently displayed content information in web server
JP2006338197A (en) Transaction control program, transaction control method, and transaction processing system
JP2008071004A (en) Transaction processing method and online system using it
JP2001282845A (en) Information processing device and information processing method, storage medium
JPH09198347A (en) On-line transaction processing server computer
JP4189332B2 (en) Database management system, database management method, database registration request program, and database management program
JP4021589B2 (en) Data management method and apparatus for implementing the same
JP2003067239A (en) Page information update method, page information update system and schedule managing system for semi-conductor manufacturing line
JPS63228335A (en) Event information and reception processing system in computer system
US7089265B1 (en) Database management system for implementing independent database actions in response to events of interest
JP2003208323A (en) Method, system and program for executing batch job