JP2000057033A - Distributed exclusive control system - Google Patents

Distributed exclusive control system

Info

Publication number
JP2000057033A
JP2000057033A JP10220327A JP22032798A JP2000057033A JP 2000057033 A JP2000057033 A JP 2000057033A JP 10220327 A JP10220327 A JP 10220327A JP 22032798 A JP22032798 A JP 22032798A JP 2000057033 A JP2000057033 A JP 2000057033A
Authority
JP
Japan
Prior art keywords
exclusive control
server
request
servers
control server
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
JP10220327A
Other languages
Japanese (ja)
Inventor
Ikuo Hojo
育男 北條
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.)
ATL SYSTEMS KK
Original Assignee
ATL SYSTEMS KK
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 ATL SYSTEMS KK filed Critical ATL SYSTEMS KK
Priority to JP10220327A priority Critical patent/JP2000057033A/en
Publication of JP2000057033A publication Critical patent/JP2000057033A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide an exclusive control system with which a load is distributed and fault resistance is improved. SOLUTION: Concerning this exclusive control system, plural exclusive control servers S1-S4 are provided and among these servers, the server S1 is defined as a preferential exclusive control server concerning the data of the remainder but the other servers S2-S4 have priority concerning the other different data. On the assumption that the request of remainder data operation is inputted from a client C1 to the server S1, this server is set as the preferential exclusive control server so that processing such as remainder updating is performed as it is. On the assumption that the remainder data operation is requested from a client C2 and accepted by the server S4, the request is transferred from the server 84 to the preferential exclusive control server S1. Namely, since only the preferential server processes the relevant request, the confirmation of exclusive control right of confirming whether all the other exclusive control servers have the exclusive control right already or not is not required and the entire exclusive control is not down.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、データベースの内
容更新などデータ操作時に排他制御が必要とされる場合
のサーバ−クライアント間における処理手法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a processing method between a server and a client when exclusive control is required at the time of data operation such as updating the contents of a database.

【0002】[0002]

【従来の技術】分散システムでは、異なるプロセスによ
りデータの同時操作が生じてデータの整合性を壊す“競
合”の発生する場合があるが、この競合に対処するた
め、操作権をもつプロセスが常に1つとなるように順序
付けする排他制御を実行する。これについて図1を用い
説明する。
2. Description of the Related Art In a distributed system, simultaneous processing of data may be caused by different processes, which may cause "contention" which breaks data consistency. In order to cope with this contention, a process having an operation right is always required. Exclusive control is performed so that the order is set to one. This will be described with reference to FIG.

【0003】図1は、東京支店(クライアント1)と大
阪支店(クライアント2)とから同時に残高データの操
作要求が発生した場合の例を示したタイムチャートであ
る。すなわち、東京支店からの要求で残高1,000円
が読出され、東京支店でこれに500円を加え1,50
0円に更新してデータベースへ書込むデータ操作があっ
たとする。そのときほぼ同時に大阪支店からも要求があ
った場合、更新前の1,000円が読出されてしまい、
大阪支店でこれに1,000円を加え2,000円に更
新して書込まれることになる。その同時操作の結果、本
来ならば東京支店と大阪支店とを合わせて残高合計が
2,500円とならなければならないところ、実際の最
終残高は2,000円になってしまう。
FIG. 1 is a time chart showing an example in which the Tokyo branch (Client 1) and the Osaka branch (Client 2) simultaneously issue balance data operation requests. That is, the balance of 1,000 yen is read out at the request of the Tokyo branch, and 500 yen is added to the balance at the Tokyo branch to add 1,500
It is assumed that there is a data operation for updating to 0 yen and writing it to the database. At that time, if there is a request from the Osaka branch at the same time, 1,000 yen before the update will be read out,
The Osaka branch will add 1,000 yen to this and update it to 2,000 yen. As a result of the simultaneous operation, the total balance of the Tokyo branch and the Osaka branch should normally be 2,500 yen, but the actual final balance is 2,000 yen.

【0004】このようにデータ操作が同時に発生してし
まうと誤った結果を生じてしまうので、これを防ぐため
に排他制御が実行される。すなわち図2に示すように、
排他制御を実行するサーバSを1つ設定し、上記の残高
など排他制御の必要なデータに対する要求はこの排他制
御サーバSで受け付けるようにする。そして、1つのク
ライアントC1から排他制御を伴う要求があってトラン
ザクションが発生している場合は、他のクライアントC
2からの同じ要求は受け付けないようにする。このよう
に排他制御要求を処理することで、同時操作による不具
合は解消される。
[0004] If data operations occur at the same time, an erroneous result will be generated. To prevent this, exclusive control is executed. That is, as shown in FIG.
One server S for executing exclusive control is set, and a request for data requiring exclusive control such as the above balance is received by the exclusive control server S. If there is a request from one client C1 involving exclusive control and a transaction has occurred, the other client C1
The same request from 2 is not accepted. By processing the exclusive control request in this way, the problem caused by the simultaneous operation is eliminated.

【0005】[0005]

【発明が解決しようとする課題】以上のような排他制御
方式では、排他制御サーバを1つとした集中管理である
ための限界があり、一極集中のために性能限界に達しや
すく、また、サーバに障害が発生したときに排他制御サ
ービス全体がダウンしてしまう。そこで本発明では、負
荷を分散し、耐障害性を向上させられるような排他制御
方式を提供する。
In the exclusive control system as described above, there is a limit for centralized management with one exclusive control server, and it is easy to reach a performance limit due to centralized control. When a failure occurs, the entire exclusive control service goes down. In view of the above, the present invention provides an exclusive control method capable of distributing a load and improving fault tolerance.

【0006】[0006]

【課題を解決するための手段】一極集中による不具合を
解消するためには、複数の排他制御サーバを設定する分
散排他制御方式とする手法がある。これによれば、クラ
イアントからの排他制御要求は複数の排他制御サーバの
うちのいずれか1つに通知され、その要求を受け付けた
排他制御サーバは、他の排他制御サーバに確認を行っ
て、既に排他制御権をもっているものがなければ要求を
処理する。もし、既に排他制御権をもつサーバがあれば
その処理が完了するのを待つ。この方式により、負荷分
散を図ることができる。
In order to solve the problem caused by the concentration of a single pole, there is a method using a distributed exclusive control method in which a plurality of exclusive control servers are set. According to this, the exclusive control request from the client is notified to any one of the plurality of exclusive control servers, and the exclusive control server that has received the request confirms with the other exclusive control servers, and If none has exclusive control, process the request. If there is a server already having the exclusive control right, it waits for the processing to be completed. With this method, load distribution can be achieved.

【0007】しかし、これだけでは耐障害性が十分とは
言えない。すなわち、いずれかの排他制御サーバやその
間の通信路に障害が発生すると、排他制御権の確認がと
れなくなってすべての排他制御を続行できなくなり、そ
の時点でシステムダウンということになってしまう。
However, this alone does not provide sufficient fault tolerance. That is, if a failure occurs in any one of the exclusive control servers and the communication path between them, the exclusive control right cannot be confirmed, and all exclusive control cannot be continued. At that point, the system is down.

【0008】本発明ではこのような点をも解決した分散
排他制御方式として、排他制御を伴う要求それぞれに優
先動作する優先排他制御サーバを設定し、自分の優先対
象外の要求を受け付けた劣後排他制御サーバは、該要求
を、その要求に設定されている優先排他制御サーバへ委
譲することを特徴とした分散排他制御方式を提供する。
この方式では、クライアントの要求はロードバランシン
グ機構により、複数ある排他制御サーバのいずれかへま
ず受け付けられる。そして、その要求を受け付けたサー
バは、対象データの属性値などを参考にして優先設定さ
れている排他制御サーバを確認し、自分が該当していれ
ばそのまま処理を続行する一方、他の排他制御サーバが
優先設定されていればそちらへ委譲する。
In the present invention, as a distributed exclusion control method which solves such a problem, a priority exclusion control server which operates preferentially for each request accompanied by exclusion control is set, and a subordinate exclusion which receives a request which is not a priority target is received. The control server provides a distributed exclusion control method characterized by delegating the request to a priority exclusion control server set in the request.
In this method, a client request is first accepted by a load balancing mechanism to one of a plurality of exclusive control servers. Then, the server that has received the request checks the exclusive control server that has been set with priority by referring to the attribute value of the target data, etc., and if it is applicable, continues the processing as it is, while performing other exclusive control. If the server has priority settings, delegate to it.

【0009】つまり、優先サーバを決めて、該当する要
求はその優先サーバでしか処理しないことにより、既に
排他制御権をもつかどうかを他の排他制御サーバすべて
に確認する排他制御権確認が不要になる。したがって、
いずれか1つの排他制御サーバや通信路に障害が発生し
たとしても、そのサーバが担当するデータの操作を行え
なくなるだけで、他のデータについては支障なく操作可
能である。すなわち、障害が発生しても一部の排他制御
処理ができなくなるだけで、他の排他制御は続行可能で
あり、排他制御全体がダウンするようなことはない。
In other words, the priority server is determined, and the corresponding request is processed only by the priority server. Therefore, it is not necessary to confirm the exclusive control right for confirming whether or not the exclusive control right already exists with all other exclusive control servers. Become. Therefore,
Even if a failure occurs in any one of the exclusive control servers or the communication path, only the operation of the data in charge of the server cannot be performed, and the other data can be operated without any trouble. In other words, even if a failure occurs, only some of the exclusive control processing cannot be performed, but other exclusive control can be continued, and the entire exclusive control does not go down.

【0010】このような分散排他制御方式において、劣
後排他制御サーバから優先排他制御サーバへの要求委譲
が失敗した場合は、その失敗に終わったことを示す障害
情報を劣後排他制御サーバから要求元へ返答し、トラン
ザクションを中断又は終了とするようにしておくと、障
害発生した排他制御サーバへの委譲を待ち続けてとまっ
てしまうことも防止でき、クライアントもサーバも迅速
に次の処理へ移ることが可能となる。
In such a distributed exclusion control method, when the request transfer from the subordinate exclusion control server to the priority exclusion control server fails, failure information indicating the failure is sent from the subordinate exclusion control server to the request source. By replying and suspending or terminating the transaction, it is possible to prevent waiting for delegation to the exclusive control server in which the failure has occurred, and to prevent the client and server from proceeding to the next processing promptly. It becomes possible.

【0011】さらに、各排他制御サーバを複数のサーバ
のグループとし、その中の最も余力の大きいサーバで要
求を受け付ける方式としておくこともでき、これによれ
ば負荷をいっそう分散させられる。またこのときに、最
も余力の大きいサーバが要求を受け付けると、該サーバ
の属する排他制御サーバグループ内に同じ要求を既に受
け付けているサーバがないことを確認してから処理を実
行するようにし、同じデータへの同時処理を防ぐ。この
ような同一の排他制御サーバグループに属するすべての
サーバは、互いに状態確認を行って合意をとりあうよう
にしておくのがよい。すなわち、グループ内のいずれか
のサーバに障害が発生したときに、同じグループ内の他
のサーバで代行することが可能となる。
Further, each exclusive control server may be formed as a group of a plurality of servers, and the server having the largest capacity among them may receive the request, whereby the load is further distributed. Also, at this time, if the server having the largest capacity accepts the request, it is confirmed that there is no server that has already accepted the same request in the exclusive control server group to which the server belongs, and then the process is executed. Prevent simultaneous processing of data. It is preferable that all servers belonging to the same exclusive control server group confirm each other's status and agree on each other. That is, when a failure occurs in one of the servers in the group, another server in the same group can take over.

【0012】[0012]

【発明の実施の形態】図3に、本発明の分散排他制御方
式に従ったシステムの一例を示す。図示のように、4つ
の排他制御サーバS1,S2,S3,S4が設けられて
おり、そのうちの排他制御サーバS1が残高データにつ
いての優先排他制御サーバとされている。したがって残
高データについては、他の排他制御サーバS2〜S4は
劣後排他制御サーバである。また、これら他の排他制御
サーバS2〜S4は、種類の異なるデータ、たとえば売
掛や在庫といったデータについて優先権をもち、このデ
ータを操作する要求が入ったときには排他制御サーバS
1が劣後排他制御サーバとなる。
FIG. 3 shows an example of a system according to the distributed exclusion control method of the present invention. As illustrated, four exclusive control servers S1, S2, S3, and S4 are provided, of which the exclusive control server S1 is a priority exclusive control server for balance data. Therefore, for the balance data, the other exclusive control servers S2 to S4 are subordinate exclusive control servers. The other exclusive control servers S2 to S4 have a priority for different types of data, for example, data such as accounts receivable and inventory, and when a request to operate the data is received, the exclusive control servers S2 to S4 have a priority.
1 is a subordinate exclusive control server.

【0013】各排他制御サーバSは、図4に例示してあ
るように3つのサーバSa,Sb,Scのグループから
なる。これらサーバSa〜Scは、それぞれ相互に通信
してお互いの状態を確認し合っており、排他制御の内容
について常に合意をとっている。たとえば、ロードバラ
ンシング機構に従い、余裕度の一番高かったサーバSa
に要求が入ってきたとすると、その要求が他のサーバS
b,Scですでに処理されているかどうか確認をとって
から実行に移す。その確認内容は全サーバSa〜Scで
記録され、常に同じ状態が保たれることになる。これに
より、サーバSaに障害が発生して通信できなくなった
としても、他のサーバSb,Scのどちらかが代行する
ことができる。
Each exclusive control server S comprises a group of three servers Sa, Sb, Sc as exemplified in FIG. These servers Sa to Sc communicate with each other to confirm each other's state, and always agree on the content of the exclusive control. For example, according to the load balancing mechanism, the server Sa having the highest margin is
Is received by another server S
It is checked whether processing has already been performed in steps b and Sc, and then the processing is executed. The contents of the confirmation are recorded in all the servers Sa to Sc, and the same state is always maintained. As a result, even if a failure occurs in the server Sa and communication becomes impossible, one of the other servers Sb and Sc can act on behalf of the server Sa.

【0014】サーバSa〜Scは、大きく分けて次の理
由で通信不能になる。すなわち、オペレータの介入に
よる停止、明らかな障害による停止、不明である。
このうち、及びの場合は停止を明確に確認し得るた
め、グループ内の他のサーバで代行可能である。しか
し、の場合は停止かどうか明確ではないので、このと
きに代行するのは図1の状況が発生し得るため危険であ
る。したがって、停止かどうか不明の場合にはトランザ
クションを打ち切るようにする。このような手法によ
り、1サーバグループの機能を確実に存続させられる
し、サーバコンフィグレーションやハードウエア変更な
どのときでも排他制御サーバグループ全体は可動させた
ままとすることが可能となる。また、の不明で処理が
打ち切られたとしても、優先対象の要求以外のものは他
の排他制御サーバグループで処理されるので、一部のデ
ータが操作できなくなるだけであり、リスクが分散され
る。
The servers Sa to Sc are unable to communicate for roughly the following reasons. That is, stop due to operator intervention, stop due to obvious failure, or unknown.
In these cases, the stop can be clearly confirmed, so that it can be performed by another server in the group. However, in this case, it is not clear whether or not the operation is stopped. Therefore, it is dangerous to substitute at this time because the situation shown in FIG. 1 may occur. Therefore, if it is not clear whether the transaction is stopped, the transaction is terminated. With such a method, the function of one server group can be reliably maintained, and the entire exclusive control server group can be kept running even when the server configuration or hardware is changed. Further, even if the process is aborted due to the unknown, since the requests other than the request of the priority target are processed by another exclusive control server group, only some data cannot be operated, and the risk is dispersed. .

【0015】図3の例に戻って、クライアントC1から
残高データ操作の要求が、そのデータ属性値に応じて排
他制御サーバS1に入ったとすれば、この排他制御サー
バS1は残高データについて優先排他制御サーバに設定
されているので、そのまま残高更新などの処理が行われ
る。また別のときに、クライアントC2から残高データ
操作の要求があってロードバランシング機構により排他
制御サーバS4に受け付けられたとすると、この排他制
御サーバS4は残高データについて劣後排他制御サーバ
になるので、優先排他制御サーバS1へ要求を委譲す
る。
Returning to the example of FIG. 3, if a request for balance data operation from the client C1 enters the exclusive control server S1 according to the data attribute value, the exclusive control server S1 performs priority exclusive control on the balance data. Since it is set in the server, processing such as updating the balance is performed as it is. At another time, if there is a request for balance data operation from the client C2 and the exclusive control server S4 receives the request by the load balancing mechanism, the exclusive control server S4 becomes a subordinate exclusive control server for the balance data. The request is transferred to the control server S1.

【0016】その劣後排他制御サーバS4から優先排他
制御サーバS1への委譲に際し、通信路に障害が発生し
ていたとすると、委譲に失敗することになる。このとき
には、排他制御サーバS4からクライアントC2へ、委
譲に失敗したとして障害情報を返答してトランザクショ
ンを中断又は終了する。したがってクライアントC2
は、直ちに他の処理へ移ることができ、要求が処理され
るのを待ち続けて停止してしまうことがない。また、優
先排他制御サーバS1に障害が発生しているために委譲
できなかった場合も同じように障害情報を返答してトラ
ンザクションを中断又は終了することになるが、このと
きにデータ操作できないのは障害のある排他制御サーバ
S1についてだけであり、その他の排他制御サーバS2
〜S4では要求を処理できる。
When the subordinate exclusive control server S4 delegates to the preferential exclusive control server S1, if a failure occurs in the communication path, the delegation will fail. At this time, the exclusive control server S4 returns failure information to the client C2 as failure to transfer and suspends or terminates the transaction. Therefore client C2
Can immediately move on to another process, and do not stop waiting for a request to be processed. Also, if the transfer cannot be performed because a failure has occurred in the preferential exclusion control server S1, the failure information is similarly returned and the transaction is suspended or terminated. Only for the exclusive control server S1 having a failure, and for the other exclusive control servers S2
In S4, the request can be processed.

【0017】[0017]

【発明の効果】本発明によれば、分散排他制御方式にお
いて要求ごとに優先排他制御サーバを設定するようにし
たことで、負荷が分散されるうえに、排他制御サーバど
うしで排他制御権の確認をとり合わなくてすむようにな
り、耐障害性が向上する。また、各排他制御サーバを複
数のサーバのグループとすることにより、さらに負荷を
分散させることができ、またグループ内での代行処理が
可能となって耐障害性をいっそう向上させられる。
According to the present invention, by setting a priority exclusive control server for each request in the distributed exclusive control method, the load is distributed and the exclusive control server confirms the exclusive control right between the exclusive control servers. And the fault tolerance is improved. Further, by forming each exclusive control server into a group of a plurality of servers, the load can be further distributed, and proxy processing within the group can be performed, so that fault tolerance can be further improved.

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

【図1】排他制御が必要となるデータ操作を説明するタ
イムチャート。
FIG. 1 is a time chart illustrating a data operation requiring exclusive control.

【図2】従来の排他制御方式の説明図。FIG. 2 is an explanatory diagram of a conventional exclusive control method.

【図3】本発明による分散排他制御方式の説明図。FIG. 3 is an explanatory diagram of a distributed exclusion control method according to the present invention.

【図4】本発明に係る排他制御サーバの説明図。FIG. 4 is an explanatory diagram of an exclusive control server according to the present invention.

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 排他制御を伴う要求それぞれに優先動作
する優先排他制御サーバを設定し、自分の優先対象外の
要求を受け付けた劣後排他制御サーバは、該要求を、そ
の要求に設定されている優先排他制御サーバへ委譲する
ようにしたことを特徴とする分散排他制御方式。
1. A priority exclusive control server that operates preferentially for each request accompanied by exclusive control is set, and a subordinate exclusive control server that receives a request that is not its own priority target sets the request in the request. A decentralized exclusive control method characterized by delegating to a priority exclusive control server.
【請求項2】 劣後排他制御サーバから優先排他制御サ
ーバへの要求委譲が失敗した場合は、その失敗に終わっ
たことを示す障害情報を劣後排他制御サーバから要求元
へ返答し、トランザクションを中断又は終了する請求項
1記載の分散排他制御方式。
2. When the request transfer from the subordinate exclusive control server to the priority exclusive control server fails, failure information indicating the failure is returned from the subordinate exclusive control server to the request source, and the transaction is interrupted or 2. The distributed exclusion control method according to claim 1, wherein the control is terminated.
【請求項3】 各排他制御サーバを複数のサーバのグル
ープとし、その中の最も余力の大きいサーバで要求を受
け付ける請求項1又は請求項2記載の分散排他制御方
式。
3. The distributed exclusion control method according to claim 1, wherein each exclusion control server is a group of a plurality of servers, and a server having the largest capacity among the plurality of servers receives a request.
【請求項4】 最も余力の大きいサーバが要求を受け付
けると、該サーバの属する排他制御サーバグループ内に
同じ要求を既に受け付けているサーバがないことを確認
してから処理を実行する請求項3記載の分散排他制御方
式。
4. The process according to claim 3, wherein, when the server with the largest capacity accepts the request, it confirms that there is no server that has already accepted the same request in the exclusive control server group to which the server belongs, and then executes the processing. Distributed exclusion control method.
【請求項5】 同一の排他制御サーバグループに属する
すべてのサーバは、互いに状態確認を行って合意をとり
あう請求項4記載の分散排他制御方式。
5. The distributed exclusion control method according to claim 4, wherein all servers belonging to the same exclusion control server group mutually confirm the status and mutually agree.
JP10220327A 1998-08-04 1998-08-04 Distributed exclusive control system Pending JP2000057033A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10220327A JP2000057033A (en) 1998-08-04 1998-08-04 Distributed exclusive control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10220327A JP2000057033A (en) 1998-08-04 1998-08-04 Distributed exclusive control system

Publications (1)

Publication Number Publication Date
JP2000057033A true JP2000057033A (en) 2000-02-25

Family

ID=16749416

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10220327A Pending JP2000057033A (en) 1998-08-04 1998-08-04 Distributed exclusive control system

Country Status (1)

Country Link
JP (1) JP2000057033A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020042444A (en) * 2018-09-07 2020-03-19 富士通株式会社 Exclusion control system, exclusion control program, and exclusion control method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020042444A (en) * 2018-09-07 2020-03-19 富士通株式会社 Exclusion control system, exclusion control program, and exclusion control method
JP7081402B2 (en) 2018-09-07 2022-06-07 富士通株式会社 Exclusive control system, exclusive control program, and exclusive control method

Similar Documents

Publication Publication Date Title
US7496668B2 (en) OPC server redirection manager
EP1099164B1 (en) Method and program for processing administrative requests of a distributed network application executing in a clustered computing environment
US7076691B1 (en) Robust indication processing failure mode handling
CA2372092C (en) A queuing model for a plurality of servers
US7676516B2 (en) System and method for the optimization of database access in data base networks
JP2500993B2 (en) Information processing system and information processing system management method
US7843811B2 (en) Method of solving a split-brain condition
US5600791A (en) Distributed device status in a clustered system environment
US6539435B2 (en) System and method for establishing direct communication between parallel programs
US7694178B2 (en) Method, apparatus and computer program product for transaction recovery
CN100446495C (en) Method and system for sharing connection dynamically
WO2007093072A1 (en) Gateway for wireless mobile clients
US7685289B2 (en) Method and apparatus for proxying initial client requests to support asynchronous resource initialization
US9325768B2 (en) System and method for clustered transactional interoperability of multiple messaging providers using a single connector mechanism
US20020147823A1 (en) Computer network system
WO2007073429A2 (en) Distributed and replicated sessions on computing grids
US6141679A (en) High performance distributed transaction processing methods and apparatus
US20120290639A1 (en) Queueing messages related by affinity set
US7120704B2 (en) Method and system for workload balancing in a network of computer systems
KR100423192B1 (en) A method for availability monitoring via a shared database
US7502776B2 (en) Dynamic connection establishment using an object link
JPH07160647A (en) Distributed processing system
EP3703342B1 (en) Dynamic load balancing in network centric process control systems
JP2000057033A (en) Distributed exclusive control system
US7188343B2 (en) Distributable multi-daemon configuration for multi-system management

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20050131

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20050204