JP2007133795A - Cluster-structured business system - Google Patents

Cluster-structured business system Download PDF

Info

Publication number
JP2007133795A
JP2007133795A JP2005328252A JP2005328252A JP2007133795A JP 2007133795 A JP2007133795 A JP 2007133795A JP 2005328252 A JP2005328252 A JP 2005328252A JP 2005328252 A JP2005328252 A JP 2005328252A JP 2007133795 A JP2007133795 A JP 2007133795A
Authority
JP
Japan
Prior art keywords
message
server
failure
queue
program
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
JP2005328252A
Other languages
Japanese (ja)
Inventor
Takayuki Hamada
貴之 浜田
Tatsuro Ueda
達郎 植田
Junsuke Fujii
淳介 藤井
Koichi Morita
宏一 森田
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2005328252A priority Critical patent/JP2007133795A/en
Publication of JP2007133795A publication Critical patent/JP2007133795A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Hardware Redundancy (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To avoid an event, in which failure of a server having a queue is not detectable by failure of a server detecting a failure of server in a cluster-structured queue system, and takeover of messages left in a queue cannot be performed. <P>SOLUTION: The cluster-structured queue system in which a plurality of servers share queues, a message management program spontaneously determines, upon detection of a failure of another server, whether to take over messages managed by the failure server or not. The message management program which determines the takeover takes over the messages managed by the failure server by updating "processed" messages of messages within the queue managed by the failure server to its own ID and copying copies of the messages to its message cache area. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、所定の業務を実行する業務システムであって、複数のサーバが一つのキューを共用するクラスタ構成のキューシステムに関するものであり、業務処理要求が処理されずに滞ることを防ぐ技術に関するものである。業務システムには、金融システムなどが含まれる。   The present invention relates to a business system that executes a predetermined business, and relates to a cluster system queue system in which a plurality of servers share a single queue, and relates to a technique for preventing business processing requests from being delayed without being processed. Is. The business system includes a financial system.

キューを使用するクラスタ構成のキューシステムにおいて、一部のサーバで障害が発生した場合に、障害が発生したサーバが行っていた処理を、他のサーバが引き継ぐ方法として、特許文献1が知られている。特許文献1においては、サーバの障害を検知するサーバが、障害サーバと同じ名称のキューを持つサーバに対して前記障害サーバのサーバ状態を通知し、通知を受けたサーバが引き継ぎサーバとして前記障害サーバのメッセージ処理を引き継ぐ。また、特許文献1においては、障害サーバが再始動する過程で、障害サーバのキューの他サーバ参照状態が参照中であった場合、そのキューは使用せずに待機状態となり、他サーバ参照状態が参照終了となった場合、初めてそのキューを使用することにすることで、障害サーバのキューに残ったメッセージに対して障害サーバと引継ぎサーバが二重に処理を行わないようにすることを可能としている。   In a cluster configuration queue system that uses queues, Patent Document 1 is known as a method in which another server takes over the processing performed by a failed server when a failure occurs in some server. Yes. In Patent Document 1, a server that detects a failure of a server notifies a server status of the failed server to a server having a queue with the same name as the failed server, and the server that has received the notification serves as the takeover server as the failed server. Take over message processing. Further, in Patent Document 1, if the server reference state other than the queue of the failed server is being referred to in the process of restarting the failed server, the queue is not used and is in a standby state. When the reference ends, the queue is used for the first time, so that it is possible to prevent the failed server and takeover server from performing double processing on messages remaining in the failed server queue. Yes.

特開2004−86543号公報JP 2004-86543 A

しかしながら、上記従来技術では、サーバの障害を検知するサーバ自身に障害が発生した場合、キューを持つサーバの障害を検知できなくなり、キューに残ったメッセージの引き継ぎが不可能となる。また、障害サーバのキューの他サーバ参照状態が参照中であった場合、障害サーバが再始動したにもかかわらず、そのキューは使用できない状態となり、システムの障害からの即時復旧が困難となる。   However, in the above prior art, when a failure occurs in the server itself that detects the failure of the server, it is impossible to detect the failure of the server having the queue, and it is impossible to take over the message remaining in the queue. In addition, when the server reference state other than the queue of the failed server is being referenced, the queue cannot be used even though the failed server is restarted, and it is difficult to immediately recover from a system failure.

そこで、本発明では、キューを管理する複数のサーバが互いに生存を確認し合い、他サーバの障害を検知したサーバは、予め定められた情報に従って自身が引き継ぎサーバであるかどうかを自発的に判断し、その結果、自身が引き継ぎサーバであると判断したサーバが障害サーバの管理していたメッセージを引き継ぐ。また、本発明では、クラスタ構成の複数のサーバがキューを共用し、キューにメッセージを登録する際に、メッセージに自身が管理するメッセージあることを特定可能なIDを付与する。前記引き継ぎサーバは、前記障害サーバが管理していたメッセージに付与された前記IDを自身のIDに更新することで、メッセージの引継ぎを行う。また、前記障害サーバが再始動する場合、共用しているキューを使用することが可能である。   Therefore, in the present invention, a plurality of servers that manage queues mutually confirm the existence of each other, and a server that detects a failure of another server voluntarily determines whether it is a takeover server according to predetermined information. As a result, the server that is determined to be the takeover server takes over the message managed by the failed server. Further, in the present invention, when a plurality of servers in a cluster configuration share a queue and register a message in the queue, an ID that can specify that the message is managed by the server is assigned to the message. The takeover server takes over the message by updating the ID given to the message managed by the failed server to its own ID. Also, when the failed server restarts, it is possible to use a shared queue.

本発明によれば、クラスタを構成する複数のサーバが互いに生存を確認し合い、他サーバの障害を検知したサーバが、自発的に障害サーバのメッセージを引き継ぐかどうか判断することができる。これにより、特定のサーバの障害によりメッセージの引き継ぎが不可能となることを防ぐことができる。また、障害サーバが再始動する場合、即座にキューを使用することが可能であり、システムの障害からの即時復旧が可能となる。   According to the present invention, it is possible to determine whether a plurality of servers constituting a cluster mutually confirm the existence of each other and a server that detects a failure of another server spontaneously takes over the message of the failed server. As a result, it is possible to prevent a message from being taken over due to a failure of a specific server. In addition, when the failed server restarts, the queue can be used immediately, and immediate recovery from a system failure is possible.

本発明の実施の形態について、図面を用いて説明する。
まず、本実施の形態におけるシステム構成図を図1に示す。サーバ装置1(11),サーバ装置2(21)、サーバ装置3(31)は同一の構成をしており、それぞれサーバ装置4(41)とネットワークを介して接続されている。また、サーバ装置1(11)、サーバ装置2(21)、サーバ装置3(31)は互いの生存を確認し合う目的で電文をやり取り(54)できるように、ネットワークを介して互いに接続されている。サーバ装置1(11)では、メッセージの入力処理を行うプログラム(12)と、メッセージにより要求された業務処理を実行するプログラム(13)と、メッセージの管理を行うプログラム(14)とが動作する。メッセージの管理を行うプログラム(14)は、図2に示すように、システム内で自身を一意に特定するID(15)と、メッセージのコピーを保持しておくメモリ上の領域であるメッセージキャッシュ領域(16)と、サーバ障害時のメッセージの引継ぎのための情報を記しておく引継ぎ情報管理テーブル(17)とを持つ。サーバ装置2(21)およびサーバ装置3(31)においても、前記サーバ装置1(11)と同様のプログラムが動作する。サーバ装置4(41)ではDBMS(42)が動作し、メッセージを記憶するDBキュー(43)を実装している。DBキュー(43)の実態は、DBMS(42)のテーブルである。
Embodiments of the present invention will be described with reference to the drawings.
First, FIG. 1 shows a system configuration diagram in the present embodiment. The server device 1 (11), the server device 2 (21), and the server device 3 (31) have the same configuration, and are connected to the server device 4 (41) via a network, respectively. The server device 1 (11), the server device 2 (21), and the server device 3 (31) are connected to each other via a network so that messages can be exchanged (54) for the purpose of confirming each other's survival. Yes. In the server apparatus 1 (11), a program (12) that performs message input processing, a program (13) that executes business processing requested by the message, and a program (14) that manages messages operate. As shown in FIG. 2, the message management program (14) has an ID (15) that uniquely identifies itself in the system and a message cache area that is a memory area that holds a copy of the message. (16) and a takeover information management table (17) in which information for message takeover at the time of a server failure is recorded. In the server device 2 (21) and the server device 3 (31), the same program as the server device 1 (11) operates. In the server device 4 (41), the DBMS (42) operates, and a DB queue (43) for storing messages is mounted. The actual state of the DB queue (43) is a table of the DBMS (42).

基本的な処理の流れについて、図1を用いて説明する。前記の通り、サーバ装置1(11)、サーバ装置2(12)、サーバ装置3(13)は同一の構成をしており、互いに生存確認をしている。また、各サーバ装置および各サーバ装置上で動作する各プログラムは同一の機能を有しており、それらは並列に動作する。以下では、サーバ装置1(11)を例に基本的な処理の流れについて説明する。メッセージ入力プログラム(12)は、Webブラウザからのリクエストを受け付けてメッセージを生成するプログラムやCSVファイル等からの入力をもとに一括でメッセージの生成を行うバッチプログラム等を想定する。メッセージ入力プログラム(12)は生成したメッセージをメッセージ管理プログラム(14)へ送信し(51)、メッセージをDBキュー(43)へ登録するよう依頼する。メッセージ管理プログラム(14)は、受信したメッセージをDBキュー(43)へ登録(52)する。メッセージ管理プログラム(14)は、DBキュー(43)へ登録したメッセージをメッセージ処理プログラム(13)へ送信し(53)、メッセージの処理を依頼する。メッセージ処理プログラム(13)はメッセージに従い業務処理を実行する。   A basic processing flow will be described with reference to FIG. As described above, the server device 1 (11), the server device 2 (12), and the server device 3 (13) have the same configuration, and are alive with each other. Each server device and each program operating on each server device have the same function, and they operate in parallel. Below, the flow of a basic process is demonstrated for the server apparatus 1 (11) as an example. The message input program (12) assumes a program that receives a request from a Web browser and generates a message, a batch program that generates messages in a batch based on input from a CSV file or the like. The message input program (12) transmits the generated message to the message management program (14) (51), and requests to register the message in the DB queue (43). The message management program (14) registers (52) the received message in the DB queue (43). The message management program (14) transmits the message registered in the DB queue (43) to the message processing program (13) (53), and requests the message processing. The message processing program (13) executes business processing according to the message.

以下、本実施の形態の処理内容について図4、図5、図6を用いて説明する。説明においては、サーバ装置1(11)を例に用いるが、サーバ装置2(21)、サーバ装置3(31)においても同様の処理内容である。なお、処理内容以外の対象物については、図1、図2、図7および図8の表記を引用する。   Hereinafter, processing contents of the present embodiment will be described with reference to FIGS. 4, 5, and 6. In the description, the server device 1 (11) is used as an example, but the same processing contents are applied to the server device 2 (21) and the server device 3 (31). In addition, about objects other than the processing content, the notation of FIG.1, FIG.2, FIG.7 and FIG.8 is quoted.

まず、メッセージ入力の処理内容について図4を用いて説明する。メッセージ入力プログラム(12)は、WebブラウザからのリクエストやCSVファイルからの入力等を受け付けてメッセージを生成し、メッセージ管理プログラムへメッセージを送信する(101)。メッセージ管理プログラム(14)は、メッセージ入力プログラム(12)から送信されたメッセージのコピーを自身のメッセージキャッシュ領域(16)に保持し(102)、その後、DBキュー(43)へメッセージを登録する(103)。DBキュー(43)へ登録されたメッセージの実態は、DBキュー(43)の実態であるDBMS(42)のテーブルの1レコードであり、図7に示した項目を持つ。メッセージID(61)はメッセージをシステム内で一意に特定するIDであり、メッセージ管理プログラム(14)がDBキュー(43)へメッセージを登録する際にシステム内で一意なIDを生成し付与する。管理者ID(62)はメッセージの管理者をシステム内で一意に特定するIDであり、当該メッセージをDBキュー(43)へ登録したメッセージ管理プログラム(14)のID(15)を付与する。ステータス(63)はメッセージの処理状態を表す値であり、メッセージ登録時は“処理未済”を付与する。メッセージ本体(64)は、メッセージ入力プログラム(12)から受信したメッセージそのものである。また、メッセージキャッシュ領域(16)に保持するメッセージのコピーは、DBキュー(43)へ登録するメッセージと同一のメッセージ本体(64)およびメッセージID(61)を持つ。   First, processing contents of message input will be described with reference to FIG. The message input program (12) receives a request from a Web browser, an input from a CSV file, etc., generates a message, and transmits the message to the message management program (101). The message management program (14) holds a copy of the message transmitted from the message input program (12) in its message cache area (16) (102), and then registers the message in the DB queue (43) ( 103). The actual state of the message registered in the DB queue (43) is one record in the table of the DBMS (42) which is the actual state of the DB queue (43), and has the items shown in FIG. The message ID (61) is an ID that uniquely identifies the message in the system. When the message management program (14) registers a message in the DB queue (43), a unique ID is generated and assigned in the system. The manager ID (62) is an ID that uniquely identifies the manager of the message in the system, and is given the ID (15) of the message management program (14) that registered the message in the DB queue (43). The status (63) is a value indicating the processing state of the message, and “processing is not completed” is assigned when the message is registered. The message body (64) is the message itself received from the message input program (12). The copy of the message held in the message cache area (16) has the same message body (64) and message ID (61) as the message registered in the DB queue (43).

次に、メッセージ処理の処理内容について図5を用いて説明する。メッセージ管理プログラム(14)は自身のメッセージキャッシュ領域(16)に保持しているメッセージのコピーを一つ取り出し、メッセージ処理プログラム(13)へ送信する(201)。メッセージ処理プログラム(103)は、受け取ったメッセージに従い業務処理を実行し、業務処理が終了するとその旨をメッセージ管理プログラム(14)へ通知する(202)。メッセージ管理プログラム(14)は、メッセージ処理プログラム(13)からの終了通知を受け取ると、DBキュー(43)に登録してある当該メッセージのステータス(62)を“処理済み”に更新し(203)、その後、自身のメッセージキャッシュ領域(16)から当該メッセージのコピーを削除する(204)。   Next, processing contents of the message processing will be described with reference to FIG. The message management program (14) takes out one copy of the message held in its message cache area (16) and sends it to the message processing program (13) (201). The message processing program (103) executes the business process according to the received message, and notifies the message management program (14) of the completion of the business process (202). When the message management program (14) receives the end notification from the message processing program (13), it updates the status (62) of the message registered in the DB queue (43) to “processed” (203). Thereafter, a copy of the message is deleted from its own message cache area (16) (204).

最後に、サーバ障害時のメッセージの引継ぎ処理の内容について図6を用いて説明する。システムを起動する(301)と、サーバ装置1(11)、サーバ装置2(21)、サーバ装置3(31)で動作するメッセージ管理プログラム(14、24、34)は、それぞれ互いが動作していることを確認する生存監視を開始する(302)。生存監視は、例えばサーバ装置1(11)のメッセージ管理プログラム(14)がサーバ装置2(21)のメッセージ管理プログラム(24)へ生存確認問合せ電文を送信し、電文を受信したサーバ装置2(21)のメッセージ管理プログラム(24)がサーバ装置1(11)のメッセージ管理プログラム(14)へ生存応答電文を返送して、それをサーバ装置1(11)のメッセージ管理プログラム(14)が受信することでサーバ装置2(21)のメッセージ管理プログラム(24)の生存を確認するという手段で行う。サーバ装置1(11)のメッセージ管理プログラム(14)がサーバ装置2(21)のメッセージ管理プログラム(24)からの生存応答電文を受信できない時、サーバ装置2(21)のメッセージ管理プログラム(24)に障害が発生したことを検知できる。   Finally, the contents of the message takeover process in the event of a server failure will be described with reference to FIG. When the system is started (301), the message management programs (14, 24, 34) operating on the server device 1 (11), the server device 2 (21), and the server device 3 (31) Survival monitoring is performed to confirm that it is present (302). In the survival monitoring, for example, the message management program (14) of the server apparatus 1 (11) transmits a survival confirmation inquiry message to the message management program (24) of the server apparatus 2 (21), and receives the message. ) Message management program (24) returns a survival response message to the message management program (14) of the server apparatus 1 (11), and the message management program (14) of the server apparatus 1 (11) receives it. In this way, the existence of the message management program (24) of the server device 2 (21) is confirmed. When the message management program (14) of the server apparatus 1 (11) cannot receive the survival response message from the message management program (24) of the server apparatus 2 (21), the message management program (24) of the server apparatus 2 (21) Can detect that a failure has occurred.

他サーバの障害を検知しない間は、定期的に他サーバの生存確認を繰り返す。他サーバの障害を検知した場合、メッセージ管理プログラム(14)は、自身の引継ぎ情報テーブル(17)を参照し、障害が発生したサーバの引継ぎ情報を取得する(304)。メッセージ管理プログラム(14)は、前記引継ぎ情報より前記障害が発生したサーバが管理していたメッセージを引き継ぐサーバの優先度を確認する(305)。メッセージ管理プログラム(14)は、前記優先度で自身が最も優先度の高いサーバであった場合、DBキュー(43)を参照し、前記障害が発生したサーバが管理していたメッセージで、且つ、ステータス(63)が“処理未済”のメッセージを検索する(307)。メッセージ管理プログラム(14)は、前記検索にヒットしたメッセージの管理者ID(62)を自身のID(15)に更新し、その後、メッセージのコピーを自身のメッセージキャッシュ領域(16)に保持する(308)。一方、前記優先度で自身よりも優先度の高いサーバが存在する場合、メッセージ管理プログラム(14)は、前記優先度の高いサーバが生存しているか確認する(306)。前記優先度の高いサーバが一つでも生存している場合、メッセージ管理プログラム(14)は何もしない。前記優先度の高いサーバが全て生存していない場合、メッセージ管理プログラム(14)は、自身が最も優先度の高いサーバであると判断し、前記メッセージ引継ぎ処理(307、308)を行う。   While the failure of other servers is not detected, the existence check of other servers is repeated periodically. When a failure of another server is detected, the message management program (14) refers to its own takeover information table (17) and acquires takeover information of the server in which the failure has occurred (304). The message management program (14) confirms the priority of the server that takes over the message managed by the failed server from the takeover information (305). The message management program (14) refers to the DB queue (43) when the server itself is the highest priority server, and is a message managed by the failed server, and A message whose status (63) is “processing not completed” is searched (307). The message management program (14) updates the manager ID (62) of the message hit in the search to its own ID (15), and then holds a copy of the message in its message cache area (16) ( 308). On the other hand, if there is a server with a higher priority than that of itself, the message management program (14) checks whether the server with the higher priority is alive (306). If even one of the high priority servers is alive, the message management program (14) does nothing. If all the servers with high priority are not alive, the message management program (14) determines that it is the server with the highest priority, and performs the message takeover processing (307, 308).

本発明は、業務処理の滞りが許されない金融システムなどの社会インフラシステムに利用可能である。   The present invention can be used for a social infrastructure system such as a financial system in which business processing is not allowed to be delayed.

キューを用いて非同期でメッセージを連携させる基本的な処理の流れを説明する概念図である。It is a conceptual diagram explaining the flow of the basic process which cooperates a message asynchronously using a queue. メッセージ管理プログラム14の構成例を説明する概念図である。3 is a conceptual diagram illustrating an example of the configuration of a message management program 14. FIG. DBキュー43の構成例を説明する概念図である。3 is a conceptual diagram illustrating an example configuration of a DB queue 43. FIG. 本発明において、キューにメッセージを入力する処理の流れを説明したフローチャートである。In the present invention, it is the flowchart explaining the flow of the processing which inputs the message to the queue. 本発明において、キューに入力されたメッセージを処理する際の流れを説明したフローチャートである。In the present invention, it is the flowchart explaining the flow at the time of processing the message which is input to the queue. 本発明において、システム内の特定のサーバに障害は発生した際に残りの特定のサーバがメッセージを引き継ぐ処理の流れを説明したフローチャートである。In the present invention, when a failure occurs in a specific server in the system, it is a flowchart explaining the flow of processing in which the remaining specific server takes over the message. DBキュー43の構成例である。3 is a configuration example of a DB queue 43. 引継ぎ情報テーブル17の構成例である。4 is a configuration example of a takeover information table 17.

符号の説明Explanation of symbols

11 サーバ装置1
12 メッセージ入力プログラム
21 サーバ装置2
22 メッセージ入力プログラム
23 メッセージ処理プログラム
24 メッセージ管理プログラム2
31 サーバ装置3
32 メッセージ入力プログラム
33 メッセージ処理プログラム
34 メッセージ管理プログラム3
41 サーバ装置4
42 DBMS
51 メッセージID
52 管理者ID
53 ステータス
54 メッセージ
61 サーバID
62 引継ぎサーバ
11 Server device 1
12 Message input program
21 Server device 2
22 Message input program
23 Message processing program
24 Message management program 2
31 Server device 3
32 Message input program
33 Message processing program
34 Message management program 3
41 Server device 4
42 DBMS
51 Message ID
52 Administrator ID
53 Status
54 Message
61 Server ID
62 Takeover server

Claims (2)

所定の業務を実行する業務システムであって、前記業務の実行を要求する要求情報であるメッセージを一時的に記憶するキューを複数のサーバが共用するクラスタ構成の業務システムにおいて、
前記メッセージを入力するプログラムと、前記メッセージを管理するプログラムと、前記メッセージに従い業務を実行するプログラムとを保持する手段と、
前記複数のサーバのうち特定のサーバに障害が発生したことを検知する手段と、
前記障害が発生した特定のサーバが管理していた前記メッセージを前記複数のサーバのうち障害が発生していない特定のサーバが引き継ぐ手段とを有することを特徴とするクラスタ構成の業務システム。
In a business system for executing a predetermined business, a business system having a cluster configuration in which a plurality of servers share a queue that temporarily stores a message that is request information for requesting execution of the business.
Means for holding a program for inputting the message, a program for managing the message, and a program for executing a job in accordance with the message;
Means for detecting that a failure has occurred in a specific server among the plurality of servers;
A cluster-structured business system comprising means for taking over the message managed by the specific server in which the failure has occurred and taking over the specific server in which the failure has not occurred among the plurality of servers.
前記障害が発生した特定のサーバが管理していた前記メッセージを前記複数のサーバのうち障害が発生していない特定のサーバが引き継ぐ手段は、前記複数のサーバのうち特定のサーバに障害が発生したことを検知する手段を用いて障害が発生したサーバを特定し、予め決められた前記障害が発生したサーバが管理していた前記メッセージを前記複数サーバのうちのいずれのサーバが引き継ぐべきかを定めた情報に基づいて、前記メッセージを引き継ぐべきサーバが自ら判断し、前記メッセージを引き継ぐことを特徴とする、請求項1に記載のクラスタ構成の業務システム。
Means for taking over the message managed by the specific server in which the failure has occurred and the specific server in which the failure has not occurred among the plurality of servers has failed in the specific server among the plurality of servers A server in which a failure has occurred is identified using a means for detecting that, and a server that has been managed by the predetermined server in which the failure has occurred is determined by which of the plurality of servers should take over 2. The cluster-structured business system according to claim 1, wherein a server that should take over the message determines based on the received information and takes over the message.
JP2005328252A 2005-11-14 2005-11-14 Cluster-structured business system Pending JP2007133795A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005328252A JP2007133795A (en) 2005-11-14 2005-11-14 Cluster-structured business system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005328252A JP2007133795A (en) 2005-11-14 2005-11-14 Cluster-structured business system

Publications (1)

Publication Number Publication Date
JP2007133795A true JP2007133795A (en) 2007-05-31

Family

ID=38155380

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005328252A Pending JP2007133795A (en) 2005-11-14 2005-11-14 Cluster-structured business system

Country Status (1)

Country Link
JP (1) JP2007133795A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020154931A (en) * 2019-03-22 2020-09-24 京セラドキュメントソリューションズ株式会社 Management system
JP2020154932A (en) * 2019-03-22 2020-09-24 京セラドキュメントソリューションズ株式会社 Management system
CN112954035A (en) * 2021-02-02 2021-06-11 深圳市禅游科技股份有限公司 Server restarting method, device, equipment and storage medium
CN113254274A (en) * 2021-04-21 2021-08-13 北京大米科技有限公司 Message processing method, device, storage medium and server

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020154931A (en) * 2019-03-22 2020-09-24 京セラドキュメントソリューションズ株式会社 Management system
JP2020154932A (en) * 2019-03-22 2020-09-24 京セラドキュメントソリューションズ株式会社 Management system
JP7356078B2 (en) 2019-03-22 2023-10-04 京セラドキュメントソリューションズ株式会社 management system
JP7401843B2 (en) 2019-03-22 2023-12-20 京セラドキュメントソリューションズ株式会社 management system
CN112954035A (en) * 2021-02-02 2021-06-11 深圳市禅游科技股份有限公司 Server restarting method, device, equipment and storage medium
CN112954035B (en) * 2021-02-02 2022-03-18 深圳市禅游科技股份有限公司 Server restarting method, device, equipment and storage medium
CN113254274A (en) * 2021-04-21 2021-08-13 北京大米科技有限公司 Message processing method, device, storage medium and server

Similar Documents

Publication Publication Date Title
JP5075736B2 (en) System failure recovery method and system for virtual server
US7685227B2 (en) Message forwarding backup manager in a distributed server system
CN107430606B (en) Message broker system with parallel persistence
US9164806B2 (en) Processing pattern framework for dispatching and executing tasks in a distributed computing grid
JP4286786B2 (en) Distributed transaction processing apparatus, distributed transaction processing program, and distributed transaction processing method
US20060200829A1 (en) Duplicate message elimination during recovery when multiple threads are delivering messages from a message store to a destination queue
WO2017042890A1 (en) Database system, server device, program, and information processing method
US8266301B2 (en) Deployment of asynchronous agentless agent functionality in clustered environments
CN105493474B (en) System and method for supporting partition level logging for synchronizing data in a distributed data grid
US9442781B2 (en) Optimistic processing of messages in a messaging system
JP2010033398A (en) Acting-proxy system including acting system for processing transaction and proxy system being backup system for the acting system
US7783742B2 (en) Dynamic process recovery in a distributed environment
US7954112B2 (en) Automatic recovery from failures of messages within a data interchange
US9830263B1 (en) Cache consistency
JP2007133795A (en) Cluster-structured business system
JP2006508459A (en) High-performance lock management for flash copy in n-way shared storage systems
JP2007058506A (en) Document management server, document management system, and document management program and its recording medium
JP2011210106A (en) Message queue management system, lock server, message queue management method, and message queue management program
JP2015106345A (en) Information processing system, information processor, and program
US8055991B2 (en) Error detection and recovery using an asynchronous transaction journal
JP2008033778A (en) Computer system, database restoration method, and database restoration program
JP7243207B2 (en) Information processing system, information processing device and program
JP2014038564A (en) System and method which perform processing to database
JP5939053B2 (en) Remote backup device, remote backup system, method and program
JP2009098715A (en) Redundant system device, job execution method in redundant system device, and execution program