JPH09259091A - Host load decentralization system for transaction processing - Google Patents

Host load decentralization system for transaction processing

Info

Publication number
JPH09259091A
JPH09259091A JP8093079A JP9307996A JPH09259091A JP H09259091 A JPH09259091 A JP H09259091A JP 8093079 A JP8093079 A JP 8093079A JP 9307996 A JP9307996 A JP 9307996A JP H09259091 A JPH09259091 A JP H09259091A
Authority
JP
Japan
Prior art keywords
host
transactions
transaction
load
processing
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
JP8093079A
Other languages
Japanese (ja)
Inventor
Kazuyuki Horikoshi
和之 堀越
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP8093079A priority Critical patent/JPH09259091A/en
Publication of JPH09259091A publication Critical patent/JPH09259091A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PROBLEM TO BE SOLVED: To decentralize a load among hosts with a small overhead by an on-line system equipped with plural host computers which perform transaction processes in parallel. SOLUTION: Transactions (t11-t16) sent from plural terminals (TERM5-TERM 11) are received by a single communication control processor (FEP4) through a line and the FEP4 transmits respective hosts according to a previously set distribution rate. Consequently, the number of transactions need not be adjusted among the hosts and load decentralization matching the performance is actualized.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、トランザクション
処理の負荷分散方式に関し、特にデータベースを共有し
てトランザクション処理を並列に行うホストコンピュー
タを備えたオンラインシステムにおいて、ホストコンピ
ュータ間の負荷を分散するようにしたトランザクション
処理のホスト負荷分散方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a load balancing method for transaction processing, and more particularly to an online system including a host computer that shares a database and performs transaction processing in parallel so as to balance the load between the host computers. Host load balancing method for transaction processing

【0002】[0002]

【従来の技術】データベースを共有してトランザクショ
ン処理を分散して行う複数個の処理システム(ホスト)
を備えたオンラインシステムにおいて、複数個の各処理
システムの負荷を均等に配分するようにしたトランザク
ション処理の負荷を分散する従来の方式として、例えば
特開昭63−318662号公報には以下のような方式
が提案されている。すなわち、全ホストで共有する共用
メモリ装置を備え、共用メモリ装置に全ホスト共用の入
力トランザクション処理キューと各ホストに対応した出
力メッセージキューとが設けられ、各ホストはトランザ
クションを受け付けると全て入力トランザクション処理
キューに登録する。各ホストは一つのトランザクション
処理が終る毎に、入力トランザクション処理キューから
次のトランザクションを引出し、トランザクションを実
行する。そして、トランザクション処理の実行後に出力
される出力メッセージは、そのメッセージを出すべきホ
ストに対応した出力メッセージキューに格納する。各ホ
ストでは自ホストに対応した出力メッセージキューから
メッセージを取り出し、端末に送信する。この方式によ
れば、特定のホストが遊んでいたり、負荷が集中したり
ということが起きないため、負荷分散が実現されてい
る。
2. Description of the Related Art A plurality of processing systems (hosts) that share a database and distribute transaction processing
In an online system provided with the above, as a conventional method for distributing the load of transaction processing in which the loads of a plurality of processing systems are evenly distributed, for example, Japanese Patent Laid-Open No. 63-318662 discloses the following. A scheme has been proposed. That is, a shared memory device shared by all hosts is provided, an input transaction processing queue shared by all hosts and an output message queue corresponding to each host are provided in the shared memory device, and when each host accepts a transaction, all input transaction processing is performed. Register in the queue. Each host retrieves the next transaction from the input transaction processing queue and executes the transaction each time one transaction processing is completed. Then, the output message output after the transaction processing is executed is stored in the output message queue corresponding to the host that should output the message. Each host extracts a message from the output message queue corresponding to the host and sends it to the terminal. According to this method, a particular host is not idle and the load is not concentrated, so that load distribution is realized.

【0003】[0003]

【発明が解決しようとする課題】上記した従来の負荷分
散方式は下記記載の問題点を有している。
The conventional load balancing method described above has the following problems.

【0004】その第1の問題点は、トランザクションが
軽い処理になっても、システム全体のスループットが向
上していかないということである。
The first problem is that the throughput of the entire system is not improved even if the transaction becomes a light process.

【0005】第2の問題点は、ホストの数を増やしても
システム全体のスループットが向上していかないという
ことである。
The second problem is that the throughput of the entire system cannot be improved even if the number of hosts is increased.

【0006】上記第1の問題点の理由は、この従来の負
荷分散方式において、1つのトランザクションが実行さ
れる過程を追ってみると、受信処理、キューイング処理
(キューイン、キューアウト)、トランザクション実行
処理、キューイング処理(キューイン、キューアウ
ト)、メッセージ送信処理という手順になり、トランザ
クションが軽いものになった場合に、トランザクション
の軽重に関係しない、キューイング処理に要する時間の
比重が大きくなるためである。
The reason for the first problem is that, in the conventional load balancing method, when one transaction is executed, reception processing, queuing processing (queue in, queue out), transaction execution Processing, queuing processing (queue-in, queue-out), message transmission processing becomes a procedure. When the transaction becomes light, the weight of the queuing processing, which is not related to the lightness of the transaction, becomes large. Is.

【0007】上記第2の問題点の理由は、キューイング
処理は、共有メモリのロック(排他制御)が必要である
ことから、同時に複数ホストで実行できず、ホストの数
が増えるとキューイング処理の衝突によるロック待ちの
時間が増えてしまうことによる。
The reason for the second problem is that the queuing process cannot be executed by a plurality of hosts at the same time because the shared memory must be locked (exclusive control). This is because the lock waiting time increases due to the collision of.

【0008】従って、本発明は、上記問題点に鑑みて為
されたものであって、その目的は、トランザクションの
軽重やホスト数の多少に応じたスループットを達成でき
るホスト間負荷分散方式を提供することにある。
Therefore, the present invention has been made in view of the above problems, and an object thereof is to provide an inter-host load balancing system capable of achieving throughput depending on the weight of transactions and the number of hosts. Especially.

【0009】[0009]

【課題を解決するための手段】上記目的を達成するため
に、本発明は、データベースを共有してトランザクショ
ン処理を並列に行う複数のホストコンピュータを備えた
オンラインシステムにおいて、複数の端末からのトラン
ザクションを受信し、該受信したトランザクションを各
ホストコンピュータに振り分ける通信制御処理手段を備
え、ホストコンピュータ間の負荷を分散することを特徴
とするトランザクション処理のホスト負荷分散方式を提
供するものである。
In order to achieve the above object, the present invention provides an online system provided with a plurality of host computers that share a database and perform transaction processing in parallel. A host load balancing method for transaction processing is provided, which comprises communication control processing means for receiving and distributing the received transaction to each host computer, and for balancing the load between the host computers.

【0010】本発明においては、各ホストコンピュータ
の処理性能比に応じた比率で複数のトランザクションが
通信制御処理手段を介して各コンピュータに分配され、
各ホストコンピュータはその処理性能に適った数のトラ
ンザクションを受信し、これにより、複数端末間のトラ
ンザクションの偏りを吸収することが可能とされ、トラ
ンザクションの負荷が一定であれば、別ホストコンピュ
ータとの間でトランザクション数の調整を行うことが不
要とされる。
In the present invention, a plurality of transactions are distributed to each computer via the communication control processing means at a ratio according to the processing performance ratio of each host computer.
Each host computer receives the number of transactions suitable for its processing performance, and this makes it possible to absorb the transaction bias between multiple terminals, and if the transaction load is constant, the transaction with another host computer It is not necessary to adjust the number of transactions between them.

【0011】また、本発明によれば、トランザクション
の負荷にばらつきがあっても、通信制御処理手段が、予
め大まかな負荷の分散を行う。このため、負荷の偏りは
低減され、その偏った部分についてのみ、共用メモリを
利用して、他ホストコンピュータと調整することによ
り、少ないキューイング処理で負荷分散が実現できる。
Further, according to the present invention, the communication control processing means roughly pre-distributes the load even if the transaction load varies. Therefore, the bias of the load is reduced, and the shared memory is used only for the biased portion to coordinate with other host computers, whereby the load can be distributed with a small amount of queuing processing.

【0012】[0012]

【発明の実施の形態】本発明の実施形態について図面を
参照して以下に詳細に説明する。
Embodiments of the present invention will be described in detail below with reference to the drawings.

【0013】図1は、本発明の第1の実施形態を説明す
るためのシステム構成図である。このオンラインシステ
ムは、複数のホストコンピュータCPU1〜CPU3、
全てのホストコンピュータCPU1〜CPU3の通信制
御を行う通信制御処理装置(Front End Processor)F
EP4、通信制御処理装置FEP4に回線を介して接続
された複数の端末TERM5〜TERM7から構成され
ている。複数のホストコンピュータCPU1〜CPU3
は同一の処理性能、すなわち(CPU1:CPU2:C
PU3)=(1:1:1)であるものとする。
FIG. 1 is a system configuration diagram for explaining the first embodiment of the present invention. This online system includes a plurality of host computers CPU1 to CPU3,
Communication control processing device (Front End Processor) F for controlling communication of all host computers CPU1 to CPU3
EP4 and a plurality of terminals TERM5 to TERM7 connected to the communication control processing device FEP4 via lines. Multiple host computers CPU1 to CPU3
Have the same processing performance, that is, (CPU1: CPU2: C
PU3) = (1: 1: 1).

【0014】通信制御処理装置FEP4は、トランザク
ションを各ホストコンピュータCPU1〜CPU3に振
り分けるホスト選択手段8を備えており、(CPU1:
CPU2:CPU3)=(1:1:1)の分配比率でト
ランザクションをホストコンピュータに分配するように
予め設定されている。複数の端末TERM5〜TERM
7から負荷が同一であるトランザクションt11〜t1
6が送出されたとき(端末TERM5からt11〜t1
3、端末TERM6からt14、端末TERM7からt
15、t16)、これらは回線を経由して通信制御処理
装置FEP4に到達するが、これらのトランザクション
の到着順序に従って、トランザクションt11〜t16
を改めて、T21〜T26とする。
The communication control processing unit FEP4 is provided with a host selecting means 8 for allocating a transaction to each of the host computers CPU1 to CPU3.
It is preset to distribute transactions to the host computer at a distribution ratio of (CPU2: CPU3) = (1: 1: 1). Multiple terminals TERM5-TERM
Transactions t11 to t1 having the same load from 7
6 is transmitted (from terminal TERM5 to t11 to t1
3, terminals TERM6 to t14, terminals TERM7 to t
15, t16), these arrive at the communication control processing unit FEP4 via the line, but in accordance with the arrival order of these transactions, the transactions t11 to t16.
Are referred to as T21 to T26.

【0015】ホスト選択手段8では、分配比率が(CP
U1:CPU2:CPU3)=(1:1:1)となるよ
う、例えばCPU1→CPU2→CPU3の順にトラン
ザクションを通知することにより、CPU1にはT2
1、T24が、CPU2にはT22、T25が、CPU
3にはT23、T26が通知され、各ホストコンピュー
タに投入されるトランザクション数がホスト性能に適合
したものとなり、ホストコンピュータ間の負荷分散を達
成できる。
In the host selecting means 8, the distribution ratio is (CP
U1: CPU2: CPU3) = (1: 1: 1), for example, by notifying the transactions in the order of CPU1 → CPU2 → CPU3, the CPU1 receives T2.
1, T24 is the CPU2, T22, T25 is the CPU
3 is notified of T23 and T26, the number of transactions input to each host computer becomes suitable for the host performance, and the load distribution among the host computers can be achieved.

【0016】本発明の第2の実施形態として、ホストコ
ンピュータの処理性能にばらつきがある場合を図2を参
照して以下に説明する。ホストコンピュータCPU1〜
CPU3の処理性能は、その比率が(CPU1:CPU
2:CPU3)=(2:1:1)であるものとする(す
なわち、CPU1は他のCPU2、3よりも2倍の処理
性能を有している)。この場合、通信制御処理装置FE
P4には、(CPU1:CPU2:CPU3)=(2:
1:1)の分配比率で各CPUにトランザクションを分
配するように予め設定してある。
As a second embodiment of the present invention, a case where the processing performance of the host computer varies will be described below with reference to FIG. Host computer CPU1
Regarding the processing performance of the CPU 3, the ratio is (CPU1: CPU
2: CPU3) = (2: 1: 1) (that is, CPU1 has twice the processing performance of the other CPUs 2 and 3). In this case, the communication control processor FE
In P4, (CPU1: CPU2: CPU3) = (2:
It is set in advance so that transactions are distributed to each CPU at a distribution ratio of 1: 1).

【0017】複数の端末TERM5〜TERM7から、
CPUに対する負荷が同一であるトランザクションt1
1〜t18が送出され、これを通信制御処理装置FEP
4で受信する順に、改めてT21〜T28とする。通信
制御処理装置FEP4では、上記比率になるよう、例え
ばCPU1→CPU2→CPU1→CPU3の順に検知
することにより、CPU1には、トランザクションT2
1、T23、T25、T27が、CPU2にはトランザ
クションT22、T26が、CPU3にはトランザクシ
ョンT24、T28が通知され、CPU1〜CPU3の
トランザクションの比率は2:1:1となり、ホスト性
能に見合った負荷分散が達成できる。
From a plurality of terminals TERM5-TERM7,
Transaction t1 with the same load on the CPU
1 to t18 are transmitted, and these are transmitted to the communication control processing unit FEP.
In the order of reception at 4, the contents are set to T21 to T28 again. In the communication control processing device FEP4, for example, the CPU 1 → CPU 2 → CPU 1 → CPU 3 are detected in this order so that the ratio becomes the above ratio.
1, T23, T25, T27, CPU2 is notified of transactions T22 and T26, and CPU3 is notified of transactions T24 and T28. The transaction ratio of CPU1 to CPU3 is 2: 1: 1, and the load is commensurate with the host performance. Dispersion can be achieved.

【0018】本発明の第3の実施形態として、個々のト
ランザクションの負荷にばらつきがある場合を図3を参
照して以下に説明する。このオンラインシステムは、同
一の処理性能を持つホストコンピュータCPU1〜CP
U3、その全てのホストコンピュータの通信制御を行う
通信制御処理装置FEP4、全てのホストコンピュータ
で共有する共用メモリ装置9、通信制御処理装置FEP
4に回線を介して接続された複数の端末TERM5〜T
ERM7とから構成されている。
As a third embodiment of the present invention, a case where the load of each transaction varies will be described below with reference to FIG. This online system uses host computers CPU1 to CP having the same processing performance.
U3, communication control processing unit FEP4 for controlling communication of all the host computers, shared memory device 9 shared by all host computers, communication control processing unit FEP
Terminals TERM5 to T connected to the No. 4 via lines.
It is composed of ERM7.

【0019】通信制御処理装置FEP4は、端末から到
着したトランザクションを各ホストに振り分けるホスト
選択手段8を備えており、(CPU1:CPU2:CP
U3)=(1:1:1)の分配比率でトランザクション
をホストコンピュータに分配するように予め設定されて
いる。
The communication control processing unit FEP4 is provided with a host selecting means 8 for allocating a transaction arriving from a terminal to each host (CPU1: CPU2: CP).
U3) = (1: 1: 1) is preset to distribute transactions to the host computer.

【0020】複数の端末TERM5〜TERM7から負
荷が一定でないトランザクションt11〜t16が送出
されたとき、これらのトランザクションは回線を経由し
て通信制御処理装置FEP4に到達するが、この到着順
序に従ってトランザクションを改めてT21〜T26と
する。
When transactions t11 to t16 whose loads are not constant are transmitted from a plurality of terminals TERM5 to TERM7, these transactions reach the communication control processing unit FEP4 via the line, and the transactions are re-established in accordance with this arrival order. Let T21 to T26.

【0021】ホスト選択手段8では、トランザクション
の分配比率が(CPU1:CPU2:CPU3)=
(1:1:1)となるよう、例えばCPU1→CPU2
→CPU3の順にトランザクションを検知することによ
り、CPU1にはトランザクションT21、T24が、
CPU2にはトランザクションT22、T25が、CP
U3にはトランザクションT23、T26が通知され、
各CPUではトランザクション受信時、自ホストでトラ
ンザクションを処理できる状態であれば処理し、自ホス
トで処理できない状態であれば、共用メモリ装置9にト
ランザクションを格納する。
In the host selecting means 8, the transaction distribution ratio is (CPU1: CPU2: CPU3) =
(1: 1: 1), for example, CPU1 → CPU2
→ By detecting transactions in the order of CPU3, transactions T21 and T24 are transmitted to CPU1,
Transactions T22 and T25 are sent to the CPU2 as CP
U3 is notified of transactions T23 and T26,
When receiving a transaction, each CPU processes the transaction if the host can process the transaction, and stores the transaction in the shared memory device 9 if the host cannot process the transaction.

【0022】共用メモリ装置9に格納されたトランザク
ションについては、トランザクションを処理できる状態
になったCPUがこれを共用メモリ装置9から取り出し
て処理する。
With respect to the transaction stored in the shared memory device 9, the CPU which has become ready to process the transaction retrieves the transaction from the shared memory device 9 and processes it.

【0023】T22が負荷の高いトランザクションであ
り、CPU2でトランザクションT25を受信した時
に、トランザクションT22を処理中のために、T25
が処理できない場合には、CPU2では、トランザクシ
ョンT25を共用メモリ装置9に格納する。共用メモリ
装置9に格納されたT25は、例えば、T24を処理し
終えてアイドル状態になったCPU1が取り出して処理
することにより、少ないキューイング処理で負荷分散が
実現される。
Since T22 is a transaction with a high load and the transaction T25 is received by the CPU2, the transaction T22 is being processed.
If cannot be processed, the CPU 2 stores the transaction T25 in the shared memory device 9. The load T25 stored in the shared memory device 9 is taken out and processed by the CPU 1 which has finished processing T24 and is in an idle state, for example, whereby load distribution is realized with a small amount of queuing processing.

【0024】[0024]

【発明の効果】以上説明したように、本発明に係る負荷
分散方式によれば、複数の端末間においてトランザクシ
ョンの数に偏りがあった場合でも、これらのトランザク
ションを単一の通信制御処理装置で受信するために、端
末間のトランザクションの偏りを吸収することができる
という利点を有する。
As described above, according to the load balancing method of the present invention, even if there is a bias in the number of transactions among a plurality of terminals, these transactions can be processed by a single communication control processing device. The reception has the advantage of being able to absorb the transaction bias between the terminals.

【0025】また、本発明の負荷分散方式によれば、各
ホストコンピュータはその処理性能に適った数のトラン
ザクションを受信することになるので、トランザクショ
ンの負荷が一定であれば、別ホストコンピュータとの間
でトランザクション数の調整をする必要がない。
Further, according to the load balancing system of the present invention, each host computer receives the number of transactions suitable for its processing performance. There is no need to adjust the number of transactions between.

【0026】さらに、本発明によれば、トランザクショ
ンの負荷にばらつきがあっても、通信制御処理装置で、
大まかな分散を行うために、負荷の偏りは低減され、そ
の偏った部分についてのみ、共用メモリを利用して、他
ホストコンピュータと調整するような構成としたことに
より、少ないキューイング処理で負荷分散が実現でき
る。
Further, according to the present invention, even if the transaction load varies, the communication control processing device can:
In order to roughly distribute the load, uneven load is reduced, and the shared memory is used only for the uneven part to coordinate with other host computers. Can be realized.

【0027】この結果、各ホストは、トランザクション
処理に、大部分のCPU時間を割り当てることが可能と
なり、トランザクションが軽ければ、それだけスループ
ットを上げることができると共に、ロック操作処理を低
減したことにより、ホスト数に応じた性能の向上が期待
できる。
As a result, each host can allocate most of the CPU time to the transaction processing, and if the transaction is light, the throughput can be increased and the lock operation processing can be reduced. It can be expected to improve the performance according to the number.

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

【図1】本発明の第1の実施形態を説明するための図で
ある。
FIG. 1 is a diagram for explaining a first embodiment of the present invention.

【図2】本発明の第2の実施形態を説明するための図で
ある。
FIG. 2 is a diagram for explaining a second embodiment of the present invention.

【図3】本発明の第3の実施形態を説明するための図で
ある。
FIG. 3 is a diagram for explaining a third embodiment of the present invention.

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

1〜3 ホストコンピュータ(CPU) 4 通信制御処理装置(FEP) 5〜7 端末 8 ホスト選択手段 9 共用メモリ装置 1 to 3 host computer (CPU) 4 communication control processing unit (FEP) 5 to 7 terminal 8 host selecting means 9 shared memory device

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】データベースを共有してトランザクション
処理を並列に行う複数のホストコンピュータを備えたオ
ンラインシステムにおいて、 複数の端末からのトランザクションを受信し、該受信し
たトランザクションを各ホストコンピュータに振り分け
る通信制御処理手段を備え、前記ホストコンピュータ間
の負荷を分散することを特徴とするトランザクション処
理のホスト負荷分散方式。
1. An online system provided with a plurality of host computers that share a database and perform transaction processing in parallel. Communication control processing for receiving transactions from a plurality of terminals and distributing the received transactions to each host computer. A host load balancing system for transaction processing, comprising means for balancing the load between the host computers.
【請求項2】前記通信制御処理手段が、前記各ホストコ
ンピュータの処理性能比に応じた比率で複数のトランザ
クションを前記各ホストコンピュータに分配するように
制御し、各ホストコンピュータはその処理性能に適った
数のトランザクションを受信することを特徴とする請求
項1記載のトランザクション処理のホスト負荷分散方
式。
2. The communication control processing means controls the plurality of transactions to be distributed to the respective host computers at a ratio according to the processing performance ratio of the respective host computers, and each host computer is suitable for its processing performance. 2. The host load balancing method for transaction processing according to claim 1, wherein a certain number of transactions are received.
【請求項3】前記通信制御処理手段が、前記ホストコン
ピュータに対するトランザクションの負荷にばらつきが
ある場合に、この負荷の比率を考慮して複数のトランザ
クションを前記各ホストコンピュータに分配することを
特徴とする請求項1又は2記載のトランザクション処理
のホスト負荷分散方式。
3. The communication control processing means distributes a plurality of transactions to the respective host computers in consideration of the load ratio when the loads of the transactions on the host computers vary. A host load balancing system for transaction processing according to claim 1 or 2.
JP8093079A 1996-03-22 1996-03-22 Host load decentralization system for transaction processing Pending JPH09259091A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8093079A JPH09259091A (en) 1996-03-22 1996-03-22 Host load decentralization system for transaction processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8093079A JPH09259091A (en) 1996-03-22 1996-03-22 Host load decentralization system for transaction processing

Publications (1)

Publication Number Publication Date
JPH09259091A true JPH09259091A (en) 1997-10-03

Family

ID=14072520

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8093079A Pending JPH09259091A (en) 1996-03-22 1996-03-22 Host load decentralization system for transaction processing

Country Status (1)

Country Link
JP (1) JPH09259091A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002049602A (en) * 2000-08-02 2002-02-15 Ricoh Co Ltd Retrieval system
JPWO2018158819A1 (en) * 2017-02-28 2019-06-27 株式会社日立製作所 Distributed database system and resource management method for distributed database system
US20230169483A1 (en) * 2021-11-26 2023-06-01 Paypal, Inc. Decentralized transaction processing

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002049602A (en) * 2000-08-02 2002-02-15 Ricoh Co Ltd Retrieval system
JPWO2018158819A1 (en) * 2017-02-28 2019-06-27 株式会社日立製作所 Distributed database system and resource management method for distributed database system
US20230169483A1 (en) * 2021-11-26 2023-06-01 Paypal, Inc. Decentralized transaction processing

Similar Documents

Publication Publication Date Title
US5991797A (en) Method for directing I/O transactions between an I/O device and a memory
JP2962203B2 (en) Load balancing method for online information processing system
EP2176773B1 (en) Data packet processing method for a multi core processor
US8190743B2 (en) Most eligible server in a common work queue environment
US5944809A (en) Method and apparatus for distributing interrupts in a symmetric multiprocessor system
JPS61253572A (en) Load distributing system for loose coupling multi-processor system
MY124353A (en) Non-uniform memory access [numa] data processing system that speculatively issues requests on a node interconnect
WO2006019512B1 (en) Apparatus and method for supporting connection establishment in an offload of network protocol processing
US5960178A (en) Queue system and method for point-to-point message passing having a separate table for storing message state and identifier of processor assigned to process the message
KR920008461B1 (en) Process interrupting system and its method
US6256660B1 (en) Method and program product for allowing application programs to avoid unnecessary packet arrival interrupts
US20130117755A1 (en) Apparatuses, systems, and methods for distributed workload serialization
Krueger et al. An adaptive load balancing algorithm for a multicomputer
EP0871307A2 (en) Apparatus for flexible control of interrupts in multiprocessor systems
JPH09259091A (en) Host load decentralization system for transaction processing
EP0969367A2 (en) System and method used in a computer system for distributing tasks between multiprocessing I/O subsystems
JP3531469B2 (en) Transaction control method and its relay device
US5754856A (en) MVS/ESA message transport system using the XCF coupling facility
JP2526399B2 (en) Load balancing method for parallel computers
JP3569341B2 (en) Parallel computer system
US5398233A (en) Method of resetting coupled modules and system using the method
JP2867381B2 (en) Transaction processing load balancing method
JP2916185B2 (en) Dynamic selection method of incoming communication adapter
JPH10240697A (en) Load distribution method based on session use rate
JPH08297643A (en) Processing distributing system for plural cpus

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20000530