JP5107836B2 - Connection server device and server system - Google Patents

Connection server device and server system Download PDF

Info

Publication number
JP5107836B2
JP5107836B2 JP2008228245A JP2008228245A JP5107836B2 JP 5107836 B2 JP5107836 B2 JP 5107836B2 JP 2008228245 A JP2008228245 A JP 2008228245A JP 2008228245 A JP2008228245 A JP 2008228245A JP 5107836 B2 JP5107836 B2 JP 5107836B2
Authority
JP
Japan
Prior art keywords
identification data
server device
request message
terminal device
shared 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.)
Expired - Fee Related
Application number
JP2008228245A
Other languages
Japanese (ja)
Other versions
JP2010061520A (en
Inventor
義博 森井
潤二 渡邉
巧 尾崎
貴行 辻
康朗 稲富
将志 竹村
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.)
Panasonic Corp
Panasonic Holdings Corp
Original Assignee
Panasonic Corp
Matsushita Electric Industrial Co 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 Panasonic Corp, Matsushita Electric Industrial Co Ltd filed Critical Panasonic Corp
Priority to JP2008228245A priority Critical patent/JP5107836B2/en
Publication of JP2010061520A publication Critical patent/JP2010061520A/en
Application granted granted Critical
Publication of JP5107836B2 publication Critical patent/JP5107836B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、処理能力の向上等のために複数台の接続サーバ機器で構成されるサーバシステムに関する。   The present invention relates to a server system composed of a plurality of connected server devices in order to improve processing capability.

従来、インターネットなどで不特定多数のクライアント端末からアクセスを受けるサーバ装置では、複数台の装置を並列的に稼働することにより、負荷を分散させるの一般的である。このようなシステムでは、クライアント端末からの要求に対して、別の装置が応答する場合においても整合性を確保した応答を返信することが必要である。そのために、並列稼働する複数の装置の間でクライアント端末に応答するデータに関して、情報の共有が必要とされる場合がある。例えば、特許文献1では、「トランザクションフラグ」と呼ばれるデータを用いてトランザクション管理を行っている。本書では、トランザクション管理するために、複数の装置間で共用する必要のあるデータをトランザクション識別フラグという。   2. Description of the Related Art Conventionally, in a server device that is accessed from an unspecified number of client terminals over the Internet or the like, it is common to distribute a load by operating a plurality of devices in parallel. In such a system, even when another device responds to a request from a client terminal, it is necessary to return a response that ensures consistency. For this reason, there is a case where it is necessary to share information regarding data responding to the client terminal among a plurality of devices operating in parallel. For example, in Patent Document 1, transaction management is performed using data called “transaction flag”. In this document, data that needs to be shared between a plurality of devices for transaction management is called a transaction identification flag.

また、特許文献2は、各端末装置の負荷を軽減しつつ、共有情報の整合を図っている。特許文献2に記載された方法では、装置構成として共用サーバ機器を持たず、各接続サーバ機器が共用する必要があるデータを保持し、共用する必要があるデータに更新が発生した場合、他の接続サーバ機器に対して更新された共用データを同報送信を行う。
特開2004−280791号公報 特開2001−331469号公報
Patent Document 2 attempts to match shared information while reducing the load on each terminal device. In the method described in Patent Document 2, the shared server device is not provided as the device configuration, the data that each connection server device needs to share is held, and when the data that needs to be shared is updated, Broadcast updated shared data to connected server devices.
Japanese Patent Laid-Open No. 2004-280791 JP 2001-331469 A

しかしながら、上記した特許文献2に示されている方法では、接続サーバ機器が3台以上になった場合、全接続サーバ機器の共用データが更新され、接続サーバ機器間で整合性を維持するためには、非常に複雑な処理が必要になり、他の性能に影響が出る懸念があった。   However, in the method disclosed in Patent Document 2 described above, when the number of connected server devices becomes three or more, the shared data of all the connected server devices is updated to maintain consistency between the connected server devices. However, there is a concern that a very complicated process is required and other performance is affected.

本発明は、上記背景に鑑み、複数の装置間で整合性のとれたトランザクション管理を行うことができる接続サーバ機器およびサーバシステムを提供することを目的とする。   In view of the above background, an object of the present invention is to provide a connection server device and a server system capable of performing transaction management with consistency between a plurality of devices.

本発明の接続サーバ機器は、端末装置から送信される要求メッセージの受信と、前記要求メッセージに対する応答メッセージの送信とを含むトランザクションを実行する接続サーバ機器であって、当該接続サーバ機器を含む複数の接続サーバ機器において実行中のトランザクションを管理する共用サーバ機器に接続され、前記端末装置からの前記要求メッセージを受信すると共に、前記端末装置に前記応答メッセージを送信する端末装置通信部と、前記端末装置通信部にて前記要求メッセージを受信したときに、前記要求メッセージに含まれるトランザクションの識別データを記憶する識別データテーブルと、前記識別データが実行中のトランザクションとして前記共用サーバ機器に記憶されているか否かを確認する識別データ確認処理部と、前記識別データテーブルに記憶した前記識別データを、前記共用サーバ機器に記憶させるために前記共用サーバ機器に送信するとともに、トランザクションの終了を示すコミットメッセージを前記端末装置から受信したときに、前記共用サーバ機器に前記識別データの削除要求を送信する識別データ送信部と、前記識別データの削除要求を送信する際に、前記共用サーバ機器の識別データを削除したことを示す削除履歴を記憶する削除履歴記憶部と、を備え、前記端末装置通信部にてトランザクション実行中でない前記端末装置からの要求メッセージを受信したときに、前記識別データ送信部は、前記要求メッセージの送信元の端末装置が前記削除履歴記憶部に記憶された削除履歴に係る識別データの送信元の端末装置と一致するか否か判定し、一致する場合に前記識別データ確認処理部による確認処理を行わずに前記共用サーバ機器に前記識別データを送信し、一致しない場合に前記識別データ確認処理部による確認処理を行ってから前記共用サーバ機器に前記識別データを送信し、トランザクション実行中の前記端末装置からの要求メッセージを受信したときに、前記識別データ送信部は、前記識別データ確認処理部による確認処理を行わずに前記共用サーバ機器に前記識別データを送信する構成を有する。 A connection server device of the present invention is a connection server device that executes a transaction including reception of a request message transmitted from a terminal device and transmission of a response message to the request message, and a plurality of connection server devices including the connection server device A terminal device communication unit that is connected to a shared server device that manages a transaction being executed in the connection server device, receives the request message from the terminal device, and transmits the response message to the terminal device; and the terminal device When the communication unit receives the request message, an identification data table that stores the identification data of the transaction included in the request message, and whether the identification data is stored in the shared server device as an ongoing transaction An identification data confirmation processing unit for confirming The identification data stored in the identification data table, and transmits to the shared server device in order to be stored in the shared server apparatus, the commit message indicating the end of the transaction when it receives from the terminal device, the shared server identification data transmitting unit for transmitting a deletion request of the identification data to the device, the identification request for deleting the data when transmitting, the shared server apparatus stores the deletion history indicating that deleting the identification data deletion history storage And when receiving a request message from the terminal device that is not executing a transaction in the terminal device communication unit, the identification data transmission unit is configured such that the terminal device that is the transmission source of the request message It is determined whether or not the terminal device of the identification data related to the deletion history stored in the storage unit is the same as If they match, the identification data is transmitted to the shared server device without performing confirmation processing by the identification data confirmation processing unit. If they do not match, confirmation processing by the identification data confirmation processing unit is performed, and then the sharing is performed. When the identification data is transmitted to the server device and a request message is received from the terminal device that is executing a transaction, the identification data transmission unit does not perform the confirmation process by the identification data confirmation processing unit, and the shared server It has the structure which transmits the said identification data to an apparatus.

この構成により、共用サーバ機器にて接続サーバ機器と端末装置との間のトランザクションを管理するので、トランザクション実行中の接続サーバ機器に障害が発生するなどして、トランザクションが他の接続サーバ機器に引き継がれた場合であっても、接続サーバ機器間で整合性を保つことができる。また、トランザクション実行中に端末装置から要求メッセージを受信したときに、共用サーバ機器への確認処理を行わずに、共用サーバ機器に対して識別データを送信し、共用サーバ機器の識別データを更新するので、共用サーバ機器との同期処理の回数を抑制でき、共用サーバ機器の負担を軽減できる。   With this configuration, the transaction between the connection server device and the terminal device is managed by the shared server device, so that a failure occurs in the connection server device that is executing the transaction, and the transaction is transferred to another connection server device. Even in this case, it is possible to maintain consistency between the connected server devices. Also, when a request message is received from a terminal device during transaction execution, identification data is sent to the shared server device without performing confirmation processing on the shared server device, and the identification data of the shared server device is updated. Therefore, the frequency | count of a synchronous process with a shared server apparatus can be suppressed, and the burden of a shared server apparatus can be reduced.

また、接続サーバ機器と端末装置とのトランザクションの終了時に、共用サーバ機器と接続サーバ機器との同期をとることができる。 Further , at the end of the transaction between the connection server device and the terminal device, the shared server device and the connection server device can be synchronized.

また、削除履歴記憶部に記憶された削除履歴を確認することにより、共用サーバ機器において、要求メッセージ送信元の端末装置の識別データを記憶していないことを確認することができる。これにより、トランザクション実行中でない端末装置から要求メッセージが送信された場合であっても、共用サーバ機器への確認処理を行わずに、共用サーバ機器に対して識別データを送信することができ、共用サーバ機器との同期処理の回数を抑制できる。 Also , by confirming the deletion history stored in the deletion history storage unit, it is possible to confirm that the identification data of the request message transmission source terminal device is not stored in the shared server device. As a result, even when a request message is sent from a terminal device that is not executing a transaction, identification data can be sent to the shared server device without performing confirmation processing to the shared server device. The number of synchronization processes with the server device can be suppressed.

本発明の接続サーバ機器は、前記共用サーバ機器が前記接続サーバ機器からの識別データの受信に応じて、それより前に当該識別データの送信元の端末装置のトランザクションを実行した接続サーバ機器に対して送信する削除履歴の削除要求を、前記共用サーバ機器から受信したときに、前記削除履歴を削除する構成を有する。   According to the connection server device of the present invention, in response to the reception of the identification data from the connection server device, the shared server device performs the transaction of the terminal device that is the transmission source of the identification data before the connection server device. The deletion history is deleted when a deletion history deletion request to be transmitted is received from the shared server device.

他の接続サーバ機器と端末装置との間でトランザクションが実行されると、そのトランザクションの識別データが共用サーバ機器に記憶されるため、削除履歴記憶部に記憶された削除履歴(すなわち、共用サーバ機器は当該端末装置のトランザクションの識別データを記憶していないという情報)は、共用サーバ機器が管理する識別データと同期しなくなる。本発明の構成により、削除履歴を削除するので、共有サーバ装置と接続サーバ機器の間で同期がとれていないことに起因する不都合を回避できる。   When a transaction is executed between another connection server device and a terminal device, the identification data of the transaction is stored in the shared server device. Therefore, the deletion history stored in the deletion history storage unit (that is, the shared server device) (Information that the transaction identification data of the terminal device is not stored) is not synchronized with the identification data managed by the shared server device. With the configuration of the present invention, since the deletion history is deleted, it is possible to avoid inconvenience caused by the lack of synchronization between the shared server device and the connected server device.

本発明の接続サーバ機器は、前記端末装置通信部にてトランザクション実行中でない端末装置から送信された要求メッセージを受信したときに、前記識別データ確認処理部は、前記共用サーバ機器に記憶された識別データを読み出し、読み出した識別データと前記要求メッセージに含まれる識別データとを比較して、前記要求メッセージに対する処理が完了していることを判定する構成を有する。   When the connection server device of the present invention receives a request message transmitted from a terminal device that is not executing a transaction in the terminal device communication unit, the identification data confirmation processing unit stores the identification stored in the shared server device. Data is read, and the read identification data is compared with the identification data included in the request message to determine that the processing for the request message is completed.

この構成により、トランザクションの途中から要求メッセージを受信した場合にも、共用サーバ機器に記憶されている識別データとの比較によって、要求メッセージに対する処理が完了していることを判定でき、判定結果に応じて適切な処理を行うことができる。   With this configuration, even when a request message is received from the middle of a transaction, it can be determined that the processing for the request message has been completed by comparing with the identification data stored in the shared server device. Can be processed appropriately.

本発明の接続サーバ機器は、前記端末装置通信部にてトランザクション処理中でない端末装置から送信される要求メッセージを受信したときに、前記識別データ確認処理部は、前記共用サーバ機器に記憶された識別データを読み出し、読み出した識別データと前記要求メッセージに含まれる識別データとを比較して、前記要求メッセージに対する処理が完了していないことを判定する構成を有する。   When the connection server device of the present invention receives a request message transmitted from a terminal device that is not processing a transaction in the terminal device communication unit, the identification data confirmation processing unit is configured to store the identification stored in the shared server device. The data is read, and the read identification data is compared with the identification data included in the request message to determine that the processing for the request message is not completed.

この構成により、トランザクションの途中から要求メッセージを受信した場合にも、共用サーバ機器に記憶されている識別データとの比較によって、要求メッセージに対する処理が完了していないことを判定でき、判定結果に応じて適切な処理を行うことができる。   With this configuration, even when a request message is received from the middle of a transaction, it is possible to determine that processing for the request message has not been completed by comparing with the identification data stored in the shared server device. Can be processed appropriately.

本発明のサーバシステムは、上記した複数の接続サーバ機器と、前記接続サーバ機器から送信された識別データを記憶する共用サーバ機器とを備えた構成を有する。   The server system according to the present invention includes a plurality of connection server devices described above and a shared server device that stores identification data transmitted from the connection server device.

この構成により、本発明の接続サーバ機器と同様に、共用サーバ機器の負担を軽減しつつ、接続サーバ機器間で整合性を保つことができる。   With this configuration, as with the connection server device of the present invention, consistency among the connection server devices can be maintained while reducing the burden on the shared server device.

本発明のサーバシステムは、一のトランザクションの実行中において、端末装置からの要求メッセージを同一の接続サーバ機器に送信する分散機器を備えた構成を有する。   The server system of the present invention has a configuration including a distributed device that transmits a request message from a terminal device to the same connection server device during execution of one transaction.

この構成により、障害等がなければ、一のトランザクションの実行中には、端末装置は特定の接続サーバ機器としか接続されないので、共用サーバ機器によるトランザクションの管理の負荷を軽減できる。   With this configuration, if there is no failure or the like, since the terminal device is connected only to a specific connection server device during execution of one transaction, the load of transaction management by the shared server device can be reduced.

本発明のサーバシステムは、複数の前記共用サーバ機器を備え、前記共用サーバ機器のそれぞれに接続する接続サーバ機器が対応付けられた構成を有する。   The server system of the present invention includes a plurality of shared server devices, and has a configuration in which connection server devices connected to each of the shared server devices are associated with each other.

この構成により、複数の共用サーバ機器によって負荷を分散することができる。上記した特許文献2の構成と異なり、識別データの送信対象の共用サーバ機器は対応付けられているので、どの共用サーバ機器に識別データを送信するか判断する処理をなくすことができる。なお、複数の共用サーバ機器どうしが識別データを同期する構成を設けることもできる。これにより、接続サーバ機器から識別データを送る共用サーバ機器を分散する構成とすることも可能である。   With this configuration, the load can be distributed by a plurality of shared server devices. Unlike the configuration of Patent Document 2 described above, the shared server device to which the identification data is to be transmitted is associated, so that it is possible to eliminate the process of determining to which shared server device the identification data is transmitted. A configuration in which a plurality of shared server devices synchronize identification data may be provided. Thereby, it is also possible to adopt a configuration in which shared server devices that send identification data from the connected server devices are distributed.

本発明のトランザクション管理方法は、端末装置から送信される要求メッセージの受信と、前記要求メッセージに対する応答メッセージの送信とを含むトランザクションを実行する接続サーバ機器であって、他の接続サーバ機器とともに共用サーバ機器に接続された接続サーバ機器によってトランザクションを管理する方法において、前記接続サーバ機器が、前記端末装置から送信される前記要求メッセージを受信するステップと、前記接続サーバ機器が、前記要求メッセージに含まれるトランザクションの識別データを識別データテーブルに記憶するステップと、受信した要求メッセージがトランザクション実行中でない前記端末装置から送信された要求メッセージであるときに、前記識別データが実行中のトランザクションとして前記共用サーバ機器に記憶されているか否かを確認するステップと、前記識別データを、前記共用サーバ機器に記憶させるために前記共用サーバ機器に送信するステップと、トランザクションの終了を示すコミットメッセージを前記端末装置から受信したときに、前記共用サーバ機器に前記識別データの削除要求を送信するステップと、前記識別データの削除要求を送信する際に、前記共用サーバ機器の識別データを削除したことを示す削除履歴に前記削除した識別データを記憶するステップと、を備え、トランザクション実行中でない前記端末装置からの要求メッセージを受信したときに、前記要求メッセージの送信元の端末装置が前記削除履歴に記憶された識別データの送信元の端末装置と一致するか否か判定し、一致する場合に前記共用サーバ機器への確認を行わずに前記共用サーバ機器に前記識別データを送信し、一致しない場合に受信した要求メッセージに含まれる識別データが前記共用サーバ機器に記憶されているか否かを確認してから前記共用サーバ機器に前記識別データを送信し、トランザクション実行中の前記端末装置からの要求メッセージを受信したときに、前記共用サーバ機器への確認を行わずに前記共用サーバ機器に前記識別データを送信する構成を有する。 The transaction management method of the present invention is a connection server device that executes a transaction including reception of a request message transmitted from a terminal device and transmission of a response message to the request message, and a shared server together with other connection server devices In the method of managing a transaction by a connection server device connected to a device, the connection server device receives the request message transmitted from the terminal device, and the connection server device is included in the request message. Storing identification data of a transaction in an identification data table; and when the received request message is a request message transmitted from the terminal device that is not executing a transaction, the identification data is the transaction being executed as the shared data. Ascertaining whether stored in the server device, the identification data, and transmitting to the shared server device in order to be stored in the shared server device, the terminal device a commit message indicating the end of the transaction And a deletion history indicating that the identification data of the shared server device has been deleted when the identification data deletion request is transmitted. Storing the deleted identification data at the time of receiving a request message from the terminal device that is not executing a transaction, the identification of the terminal device that has transmitted the request message stored in the deletion history It is determined whether or not it matches the terminal device that is the data transmission source. After transmitting the identification data to the shared server device without confirming the device, and confirming whether or not the identification data included in the received request message is stored in the shared server device if they do not match When the identification data is transmitted to the shared server device and a request message is received from the terminal device that is executing a transaction, the identification data is transmitted to the shared server device without confirming the shared server device. It has the composition to do.

この構成により、本発明の接続サーバ機器と同様に、共用サーバ機器の負担を軽減しつつ、接続サーバ機器間で整合性を保つことができる。また、本発明の接続サーバ機器の各種の構成を、本発明のトランザクション管理方法に適用することが可能である。   With this configuration, as with the connection server device of the present invention, consistency among the connection server devices can be maintained while reducing the burden on the shared server device. In addition, various configurations of the connection server device of the present invention can be applied to the transaction management method of the present invention.

本発明のプログラムは、端末装置から送信される要求メッセージの受信と、前記要求メッセージに対する応答メッセージの送信とを含むトランザクションを実行する接続サーバ機器であって他の接続サーバ機器とともに共用サーバ機器に接続された接続サーバ機器に、トランザクションの管理を行わせるためのプログラムであって、前記接続サーバ機器に、前記端末装置から送信される前記要求メッセージを受信するステップと、前記要求メッセージに含まれるトランザクションの識別データを識別データテーブルに記憶するステップと、受信した要求メッセージがトランザクション実行中でない前記端末装置から送信された要求メッセージであるときに、前記識別データが実行中のトランザクションとして前記共用サーバ機器に記憶されているか否かを確認するステップと、前記識別データを、前記共用サーバ機器に記憶させるために前記共用サーバ機器に送信するステップと、トランザクションの終了を示すコミットメッセージを前記端末装置から受信したときに、前記共用サーバ機器に前記識別データの削除要求を送信するステップと、前記識別データの削除要求を送信する際に、前記共用サーバ機器の識別データを削除したことを示す削除履歴に前記削除した識別データを記憶するステップと、を備え、トランザクション実行中でない前記端末装置からの要求メッセージを受信したときに、前記要求メッセージの送信元の端末装置が前記削除履歴に記憶された識別データの送信元の端末装置と一致するか否か判定し、一致する場合に前記共用サーバ機器への確認を行わずに前記共用サーバ機器に前記識別データを送信し、一致しない場合に受信した要求メッセージに含まれる識別データが前記共用サーバ機器に記憶されているか否かを確認してから前記共用サーバ機器に前記識別データを送信し、トランザクション実行中の前記端末装置からの要求メッセージを受信したときに、前記共用サーバ機器への確認を行わずに前記共用サーバ機器に前記識別データを送信するThe program of the present invention is a connection server device that executes a transaction including reception of a request message transmitted from a terminal device and transmission of a response message to the request message, and is connected to the shared server device together with other connection server devices. A program for causing the connected server device to manage a transaction, the step of receiving the request message transmitted from the terminal device to the connected server device, and a transaction included in the request message Storing the identification data in the identification data table, and storing the identification data in the shared server device as a running transaction when the received request message is a request message transmitted from the terminal device that is not executing a transaction. Been Ascertaining whether Luke, the identification data, and transmitting to the shared server device in order to be stored in the shared server apparatus, the commit message indicating the end of the transaction when it receives from the terminal device A step of transmitting a request for deleting the identification data to the shared server device, and a deletion history indicating that the identification data of the shared server device has been deleted when the request for deleting the identification data is transmitted. Storing the data, and when receiving a request message from the terminal device that is not executing a transaction, the terminal device that is the transmission source of the request message is the source of the identification data stored in the deletion history Determine whether it matches the terminal device, and if it matches, do not check the shared server device The identification data is transmitted to the shared server device, and if the identification data included in the received request message is not stored in the shared server device, the identification data is stored in the shared server device. When the request message is received from the terminal device that is executing a transaction, the identification data is transmitted to the shared server device without confirming the shared server device .

この構成により、本発明の接続サーバ機器と同様に、共用サーバ機器の負担を軽減しつつ、接続サーバ機器間で整合性を保つことができる。また、本発明の接続サーバ機器の各種の構成を、本発明のプログラムに適用することが可能である。   With this configuration, as with the connection server device of the present invention, consistency among the connection server devices can be maintained while reducing the burden on the shared server device. Various configurations of the connection server device of the present invention can be applied to the program of the present invention.

本発明によれば、共用サーバ機器の負担を軽減しつつ、接続サーバ機器間で整合性を保つことができるというすぐれた効果を有する。   According to the present invention, it is possible to maintain the consistency between the connected server devices while reducing the burden on the shared server device.

以下、本発明の実施の形態のサーバシステムについて、図面を用いて説明する。
(第1の実施の形態)
図1は、本発明の実施の形態の接続サーバ機器10および共用サーバ機器20の構成を示す図である。図1を用いて接続サーバ機器10および共用サーバ機器20について説明する前に、本実施の形態の接続サーバ機器10および共用サーバ機器20が適用されるサーバシステム全体の構成について説明する。
Hereinafter, a server system according to an embodiment of the present invention will be described with reference to the drawings.
(First embodiment)
FIG. 1 is a diagram showing a configuration of connection server device 10 and shared server device 20 according to the embodiment of this invention. Before describing the connection server device 10 and the shared server device 20 with reference to FIG. 1, the configuration of the entire server system to which the connection server device 10 and the shared server device 20 of the present embodiment are applied will be described.

図2は、本発明の実施の形態のサーバシステム1の全体構成を示す図である。図2に示すようにサーバシステム1は、サービスを要求する装置である端末装置30−1〜30−N(総称する場合には「端末装置30」という)と、端末装置30にサービスを提供する接続サーバ機器10−1〜10−M(総称する場合には「接続サーバ機器10」という)と、端末装置30との一連のトランザクションにおいて同一の接続サーバ機器10へ接続する機能を有する分散機器40と、各接続サーバ機器10におけるトランザクションを管理する共用サーバ機器20とを有している。   FIG. 2 is a diagram showing an overall configuration of the server system 1 according to the embodiment of the present invention. As shown in FIG. 2, the server system 1 provides services to terminal devices 30-1 to 30 -N (collectively referred to as “terminal devices 30”) that are devices that request services, and the terminal devices 30. A distributed device 40 having a function of connecting to the same connection server device 10 in a series of transactions between the connection server devices 10-1 to 10 -M (collectively referred to as “connection server device 10”) and the terminal device 30. And a shared server device 20 that manages transactions in each connection server device 10.

次に、図1を参照して接続サーバ機器10および共用サーバ機器20について説明する。接続サーバ機器10は、端末装置30との通信を行う端末装置通信部11とトランザクションの管理を行うトランザクション管理部12とを有している。   Next, the connection server device 10 and the shared server device 20 will be described with reference to FIG. The connection server device 10 includes a terminal device communication unit 11 that performs communication with the terminal device 30 and a transaction management unit 12 that manages transactions.

トランザクション管理部12は、トランザクションの識別データを管理する識別データテーブル13と、要求メッセージに含まれる識別データが共用サーバ機器20にて記憶されているか否かを確認する識別データ確認処理部14と、識別データを共用サーバ機器20に送信する識別データ送信部15とを有している。ここで、識別データは、端末装置30との間で行われるトランザクションを識別すると共に、要求メッセージに対する処理が完了したか否かを判別するためのデータである。   The transaction management unit 12 includes an identification data table 13 for managing transaction identification data, an identification data confirmation processing unit 14 for confirming whether the identification data included in the request message is stored in the shared server device 20, and And an identification data transmission unit 15 that transmits identification data to the shared server device 20. Here, the identification data is data for identifying a transaction performed with the terminal device 30 and determining whether or not the processing for the request message has been completed.

トランザクション管理部12は、実行中のトランザクションの識別データを識別データテーブル13に記憶し、トランザクションが終了したら、識別データを識別データテーブル13から削除する。   The transaction management unit 12 stores the identification data of the transaction being executed in the identification data table 13 and deletes the identification data from the identification data table 13 when the transaction ends.

識別データ確認処理部14は、トランザクション実行中でない前記端末装置30から送信される要求メッセージを受信したときに、その要求メッセージに含まれる識別データが共用サーバ機器20に記憶されているか否かを確認するための識別データ確認要求を共用サーバ機器20に送信する。この識別データ確認要求に対して共用サーバ機器20から返信される応答に基づいて、共用サーバ機器20が、要求メッセージに含まれた識別データを記憶しているか確認する。なお、共用サーバ機器20が識別データを記憶していない場合には、端末装置30から送信された要求メッセージは、トランザクションの最初の要求メッセージであることが分かる。共用サーバ機器20が識別データを記憶している場合には、他の接続サーバ機器10が端末装置30からの要求に応じてトランザクションを実行していたことが分かる。   When the identification data confirmation processing unit 14 receives a request message transmitted from the terminal device 30 that is not executing a transaction, the identification data confirmation processing unit 14 confirms whether or not the identification data included in the request message is stored in the shared server device 20. The identification data confirmation request for this is transmitted to the shared server device 20. Based on the response returned from the shared server device 20 in response to this identification data confirmation request, it is confirmed whether the shared server device 20 stores the identification data included in the request message. If the shared server device 20 does not store identification data, it can be seen that the request message transmitted from the terminal device 30 is the first request message of the transaction. When the shared server device 20 stores the identification data, it can be seen that the other connected server device 10 is executing a transaction in response to a request from the terminal device 30.

共用サーバ機器20は、各接続サーバ機器10−1〜10−Mから送信された識別データを記憶する識別データテーブル21を有している。識別データテーブル21によって各接続サーバ機器10−1〜10−Mと端末装置30−1〜30−Nとの間のトランザクションを管理する。   The shared server device 20 has an identification data table 21 that stores identification data transmitted from each of the connection server devices 10-1 to 10-M. The identification data table 21 manages transactions between the connection server devices 10-1 to 10-M and the terminal devices 30-1 to 30-N.

図3は、本実施の形態のサーバシステム1の動作を示す図である。図3に示す例では、一の接続サーバ機器10がトランザクションの開始から終了まで実行する例を示している。   FIG. 3 is a diagram illustrating an operation of the server system 1 according to the present embodiment. In the example illustrated in FIG. 3, an example is shown in which one connection server device 10 executes from the start to the end of a transaction.

まず、端末装置30は接続サーバ機器10−1に対して要求メッセージを送信する(S10,S12)。要求メッセージは、分散機器40を経由して接続サーバ機器10−1に送信される。接続サーバ機器10−1は、要求メッセージを受信すると、要求メッセージに含まれる識別データを読み出し、共用サーバ機器20の識別データテーブル13に識別データが記憶されているか否かを確認する登録確認要求を共用サーバ機器20に送信する(S14)。   First, the terminal device 30 transmits a request message to the connection server device 10-1 (S10, S12). The request message is transmitted to the connection server device 10-1 via the distributed device 40. When the connection server device 10-1 receives the request message, the connection server device 10-1 reads out the identification data included in the request message and issues a registration confirmation request for confirming whether the identification data is stored in the identification data table 13 of the shared server device 20. It transmits to the shared server device 20 (S14).

共用サーバ機器20は、識別データテーブル13に端末装置30のための識別データが登録されているか否かの確認を行い(S16)、その登録状態を示すデータを接続サーバ機器10−1に送信する(S18)。図3に示す例では、共用サーバ機器20は、識別データが登録されていない旨を送信する。   The shared server device 20 checks whether or not identification data for the terminal device 30 is registered in the identification data table 13 (S16), and transmits data indicating the registration state to the connection server device 10-1. (S18). In the example illustrated in FIG. 3, the shared server device 20 transmits that identification data is not registered.

接続サーバ機器10−1は、端末装置30からの要求メッセージに応じた処理を実行し、識別データテーブル13に要求メッセージに対する識別データを登録するとともに(S20)、共用サーバ機器20へ識別データを送信する(S22)。共用サーバ機器20は、接続サーバ機器10−1から受信した識別データを自装置内の識別データテーブル21に登録し(S24)、登録応答を接続サーバ機器10−1に返信する(S26)。接続サーバ機器10−1は、端末装置30に応答メッセージを送信する(S28,S30)。応答メッセージは、分散機器40を経由して端末装置30に送信される。   The connected server device 10-1 executes processing according to the request message from the terminal device 30, registers the identification data for the request message in the identification data table 13 (S20), and transmits the identification data to the shared server device 20. (S22). The shared server device 20 registers the identification data received from the connection server device 10-1 in the identification data table 21 in its own device (S24), and returns a registration response to the connection server device 10-1 (S26). The connection server device 10-1 transmits a response message to the terminal device 30 (S28, S30). The response message is transmitted to the terminal device 30 via the distributed device 40.

続いて、端末装置30は、接続サーバ機器10−1に対して2回目の要求メッセージを送信する(S32)。分散機器40は、端末装置30から送信される2回目の要求メッセージを、1回目の要求メッセージのトランザクションと同じトランザクションのメッセージと判断し、1回目の要求メッセージを送信した接続サーバ機器10−1に送信する(S34)。   Subsequently, the terminal device 30 transmits a second request message to the connection server device 10-1 (S32). The distributed device 40 determines that the second request message transmitted from the terminal device 30 is a message of the same transaction as the transaction of the first request message, and sends it to the connection server device 10-1 that transmitted the first request message. Transmit (S34).

接続サーバ機器10−1は、トランザクション実行中の端末装置30から送信される要求メッセージを受信したときは、共用サーバ機器20へ識別データの登録確認要求を送信することなく、自装置内の識別データテーブル13から端末装置30用の識別データを取得し、端末装置30からの要求メッセージ内の識別データと比較し、前回の要求メッセージに対する処理の確定を判定する。   When the connection server device 10-1 receives the request message transmitted from the terminal device 30 that is executing the transaction, the connection server device 10-1 does not transmit the identification data registration confirmation request to the shared server device 20, and the identification data in its own device. The identification data for the terminal device 30 is acquired from the table 13 and compared with the identification data in the request message from the terminal device 30 to determine whether the process for the previous request message is confirmed.

接続サーバ機器10−1は、端末装置30からの送信された2回目の要求メッセージに応じた処理を実行し、自装置内の識別データテーブル13の端末装置30用の識別データを更新登録するとともに(S36)、共用サーバ機器20へ識別データを送信する(S38)。共用サーバ機器20は、自装置内の識別データテーブル21中の端末装置30用の識別データを更新し(S40)、接続サーバ機器10−1に対して登録応答を送信する(S42)。接続サーバ機器10−1は、端末装置30に応答メッセージを送信する(S44,S46)。応答メッセージは、分散機器40を経由して端末装置30に送信される。   The connection server device 10-1 executes processing according to the second request message transmitted from the terminal device 30, and updates and registers the identification data for the terminal device 30 in the identification data table 13 in the own device. (S36), identification data is transmitted to the shared server device 20 (S38). The shared server device 20 updates the identification data for the terminal device 30 in the identification data table 21 in its own device (S40), and transmits a registration response to the connection server device 10-1 (S42). The connection server device 10-1 transmits a response message to the terminal device 30 (S44, S46). The response message is transmitted to the terminal device 30 via the distributed device 40.

トランザクションを終了する場合は、端末装置30が接続サーバ機器10−1にコミットメッセージを送信する(S48)。分散機器40は、端末装置30から送信されるコミットメッセージを、1回目の要求メッセージのトランザクションと同じトランザクションのメッセージと判断し、1回目の要求メッセージを送信した接続サーバ機器10−1に送信する(S50)。   When ending the transaction, the terminal device 30 transmits a commit message to the connection server device 10-1 (S48). The distributed device 40 determines that the commit message transmitted from the terminal device 30 is a message of the same transaction as the transaction of the first request message, and transmits it to the connection server device 10-1 that transmitted the first request message ( S50).

接続サーバ機器10−1は、自装置内の識別データテーブル13から読み出した端末装置30用の識別データと、端末装置30から送信された要求メッセージ内の識別データとを比較し、前回の要求メッセージに対する処理の完了を確定する。   The connection server device 10-1 compares the identification data for the terminal device 30 read from the identification data table 13 in the own device with the identification data in the request message transmitted from the terminal device 30, and the previous request message. Confirm the completion of processing for.

続いて、接続サーバ機器10−1は、自装置内の識別データテーブル13の端末装置30用の識別データを削除する(S52)。また、接続サーバ機器10−1は、トランザクションを終了するために、共用サーバ機器20へ端末装置30用の識別データの削除を指示する(S54)。共用サーバ機器20は、自装置内の識別データテーブル13の中の端末装置30用の識別データを削除し(S56)、削除応答を接続サーバ機器10−1に返信する(S58)。接続サーバ機器10−1は、端末装置30に応答メッセージを送信する(S60,S62)。   Subsequently, the connection server device 10-1 deletes the identification data for the terminal device 30 in the identification data table 13 in the own device (S52). Further, the connection server device 10-1 instructs the shared server device 20 to delete the identification data for the terminal device 30 in order to end the transaction (S54). The shared server device 20 deletes the identification data for the terminal device 30 in the identification data table 13 in its own device (S56), and returns a deletion response to the connection server device 10-1 (S58). The connection server device 10-1 transmits a response message to the terminal device 30 (S60, S62).

以上のように、トランザクションの実行中に接続サーバ機器10−1内の識別データテーブル13に識別データを記録することにより、共用サーバ機器20との識別データの同期のための処理回数を削減し、共用サーバ機器20の負荷を軽減することができる。   As described above, by recording the identification data in the identification data table 13 in the connection server device 10-1 during the execution of the transaction, the number of processes for synchronizing the identification data with the shared server device 20 is reduced, The load on the shared server device 20 can be reduced.

図4は、トランザクションの実行中に接続サーバ機器10−1に障害が発生した場合における第1の実施の形態のサーバシステム1の動作を説明する。   FIG. 4 illustrates the operation of the server system 1 according to the first embodiment when a failure occurs in the connection server device 10-1 during execution of a transaction.

端末装置30から接続サーバ機器10−1に要求メッセージを送信し、要求メッセージに含まれる識別データを共用サーバ機器20および接続サーバ機器10−1に記録するまでの動作(S10〜S30)は、図3で説明した動作と同じである。   The operations (S10 to S30) from the terminal device 30 to transmitting the request message to the connection server device 10-1 and recording the identification data included in the request message in the shared server device 20 and the connection server device 10-1 are shown in FIG. The operation is the same as that described in FIG.

続いて、端末装置30は、接続サーバ機器10−1に対して2回目の要求メッセージを送信する(S32)。ここで接続サーバ機器10−1に障害が発生したとする。この場合、分散機器40は、接続サーバ機器10−1に要求メッセージを送信することができないので、代わりに接続サーバ機器10−2に要求メッセージを送信する(S34)。   Subsequently, the terminal device 30 transmits a second request message to the connection server device 10-1 (S32). Here, it is assumed that a failure has occurred in the connection server device 10-1. In this case, since the distributed device 40 cannot transmit a request message to the connection server device 10-1, the distribution device 40 transmits a request message to the connection server device 10-2 instead (S34).

接続サーバ機器10−2は、端末装置30から送信された要求メッセージを受信すると、要求メッセージに含まれる識別データを読み出し、共用サーバ機器20の識別データテーブル21に識別データが記憶されているか否かを確認する登録確認要求を共用サーバ機器20に送信する(S64)。   When the connection server device 10-2 receives the request message transmitted from the terminal device 30, the connection server device 10-2 reads the identification data included in the request message, and whether the identification data is stored in the identification data table 21 of the shared server device 20 or not. A registration confirmation request for confirming is transmitted to the shared server device 20 (S64).

共用サーバ機器20は、識別データテーブル13に端末装置30のための識別データが登録されているか否かを確認し(S66)、その登録状態を接続サーバ機器10−2に送信する(S68)。図4に示す例では、共用サーバ機器20は、すでに接続サーバ機器10−1から識別データを受信して識別データを登録している(S24)。従って、共用サーバ機器20は、接続サーバ機器10−2に対し、識別データが登録されている旨および登録された識別データを送信する。   The shared server device 20 confirms whether or not the identification data for the terminal device 30 is registered in the identification data table 13 (S66), and transmits the registration state to the connection server device 10-2 (S68). In the example shown in FIG. 4, the shared server device 20 has already received the identification data from the connection server device 10-1 and registered the identification data (S24). Therefore, the shared server device 20 transmits to the connection server device 10-2 that the identification data is registered and the registered identification data.

接続サーバ機器10−2は、端末装置30から送信された要求メッセージに含まれる識別データと、共用サーバ機器20から送信された識別データを比較し、前回の要求メッセージに対する処理の確定を判定する。   The connection server device 10-2 compares the identification data included in the request message transmitted from the terminal device 30 with the identification data transmitted from the shared server device 20, and determines the confirmation of the process for the previous request message.

接続サーバ機器10−2は、端末装置30からの要求メッセージに応じた処理を実行し、自装置内の識別データテーブル13の端末装置30用の識別データを更新するとともに(S70)、共用サーバ機器20へ識別データを送信する(S72)。共用サーバ機器20では、自装置内の識別データテーブル21中の端末装置30用の識別データを更新し(S74)、登録応答を接続サーバ機器10−2に送信する(S76)。接続サーバ機器10−2は、端末装置30に応答メッセージを送信する(S78)。応答メッセージは、分散機器40を介して端末装置30に送信される(S80)。   The connection server device 10-2 executes processing according to the request message from the terminal device 30, updates the identification data for the terminal device 30 in the identification data table 13 in the own device (S70), and the shared server device The identification data is transmitted to 20 (S72). The shared server device 20 updates the identification data for the terminal device 30 in the identification data table 21 in its own device (S74), and transmits a registration response to the connection server device 10-2 (S76). The connection server device 10-2 transmits a response message to the terminal device 30 (S78). The response message is transmitted to the terminal device 30 via the distributed device 40 (S80).

このように識別データの記録を共用サーバ機器20に集約することにより、トランザクション処理中の接続サーバ機器10−1に障害が発生した場合においても、他の接続サーバ機器10−1にて端末機器とのトランザクションを継続して行うことができる。   In this way, by collecting the records of identification data in the shared server device 20, even when a failure occurs in the connection server device 10-1 during transaction processing, the other connection server device 10-1 is connected to the terminal device. This transaction can be continued.

(第2の実施の形態)
図5は、第2の実施の形態の接続サーバ機器10の構成を示す図である。第2の実施の形態の接続サーバ機器10の基本的な構成は、第1の実施の形態の接続サーバ機器10と同じであるが、第1の実施の形態の構成に加えて、トランザクション管理部12が削除履歴記憶部16を有している。
(Second Embodiment)
FIG. 5 is a diagram illustrating a configuration of the connection server device 10 according to the second embodiment. The basic configuration of the connection server device 10 of the second embodiment is the same as that of the connection server device 10 of the first embodiment, but in addition to the configuration of the first embodiment, a transaction management unit 12 has a deletion history storage unit 16.

削除履歴記憶部16は、トランザクションの終了時に共用サーバ機器20に対して識別データの削除を要求し、共用サーバ機器20の識別データが削除されたときに、識別データを削除したことを示す履歴を記憶する。   The deletion history storage unit 16 requests the shared server device 20 to delete the identification data at the end of the transaction, and when the identification data of the shared server device 20 is deleted, a history indicating that the identification data has been deleted. Remember.

第2の実施の形態の接続サーバ機器10は、トランザクション実行中でない端末装置30から要求メッセージを受信したときに、共用サーバ機器20に対して無条件で登録確認要求を送信するのではなく、受信した要求メッセージが削除履歴記憶部16に削除履歴が記憶された端末装置30からの要求メッセージであるか否かを判定する。この判定の結果、削除履歴記憶部16に削除履歴が記憶された端末装置30からの要求メッセージの場合には、共用サーバ機器20に対して登録確認要求を送信しないで、要求メッセージに応じた処理を実行し、自装置内の識別データテーブル13の端末装置30用の識別データを更新するとともに、共用サーバ機器20へ識別データを送信する。   When the connection server device 10 according to the second embodiment receives a request message from the terminal device 30 that is not executing a transaction, the connection server device 10 receives the request instead of unconditionally transmitting a registration confirmation request to the shared server device 20. It is determined whether the requested message is a request message from the terminal device 30 whose deletion history is stored in the deletion history storage unit 16. As a result of this determination, in the case of a request message from the terminal device 30 in which the deletion history is stored in the deletion history storage unit 16, processing corresponding to the request message is not transmitted to the shared server device 20. Is executed, the identification data for the terminal device 30 in the identification data table 13 in the own device is updated, and the identification data is transmitted to the shared server device 20.

図6および図7は、第2の実施の形態のサーバシステムの動作を示す図である。図6は削除履歴記憶部16に記憶された削除履歴のデータを用いて処理を行う例を示す。   6 and 7 are diagrams illustrating the operation of the server system according to the second embodiment. FIG. 6 shows an example in which processing is performed using deletion history data stored in the deletion history storage unit 16.

端末装置30から接続サーバ機器10−1に要求メッセージを送信し、要求メッセージに含まれる識別データを共用サーバ機器20および接続サーバ機器10−1に記録するまでの動作(S10〜S30)は、図3で説明した動作と同じである。   The operations (S10 to S30) from the terminal device 30 to transmitting the request message to the connection server device 10-1 and recording the identification data included in the request message in the shared server device 20 and the connection server device 10-1 are shown in FIG. The operation is the same as that described in FIG.

トランザクションを終了する場合は、端末装置30が接続サーバ機器10−1にコミットメッセージを送信する(S48)。分散機器40は、端末装置30から送信されるコミットメッセージを、1回目の要求メッセージのトランザクションと同じトランザクションのメッセージと判断し、1回目の要求メッセージを送信した接続サーバ機器10−1に送信する(S50)。   When ending the transaction, the terminal device 30 transmits a commit message to the connection server device 10-1 (S48). The distributed device 40 determines that the commit message transmitted from the terminal device 30 is a message of the same transaction as the transaction of the first request message, and transmits it to the connection server device 10-1 that transmitted the first request message ( S50).

接続サーバ機器10−1は、自装置内の識別データテーブル13から読み出した端末装置30用の識別データと、端末装置30から送信された要求メッセージ内の識別データとを比較し、前回の要求メッセージに対する処理の完了を確定する。   The connection server device 10-1 compares the identification data for the terminal device 30 read from the identification data table 13 in the own device with the identification data in the request message transmitted from the terminal device 30, and the previous request message. Confirm the completion of processing for.

続いて、接続サーバ機器10−1は、自装置内の識別データテーブル13の端末装置30用の識別データを削除する(S52)。また、接続サーバ機器10−1は、トランザクションを終了するために、共用サーバ機器20へ端末装置30用の識別データの削除を要求する(S54)。これを受けて、共用サーバ機器20は、自装置内の識別データテーブル13の中の端末装置30用の識別データを削除し(S56)、削除完了を示す削除応答を接続サーバ機器10−1に送信する(S58)。接続サーバ機器10−1は、共用サーバ機器20の識別データを削除した履歴を削除履歴記憶部16に記憶する(S59)。続いて、接続サーバ機器10−1は、端末装置30にコミットデータに対する応答メッセージを送信する(S60,S62)。   Subsequently, the connection server device 10-1 deletes the identification data for the terminal device 30 in the identification data table 13 in the own device (S52). The connection server device 10-1 requests the shared server device 20 to delete the identification data for the terminal device 30 in order to end the transaction (S54). In response, the shared server device 20 deletes the identification data for the terminal device 30 in the identification data table 13 in its own device (S56), and sends a deletion response indicating the completion of deletion to the connection server device 10-1. Transmit (S58). The connection server device 10-1 stores the history of deleting the identification data of the shared server device 20 in the deletion history storage unit 16 (S59). Subsequently, the connection server device 10-1 transmits a response message to the commit data to the terminal device 30 (S60, S62).

次に、端末装置30は、接続サーバ機器10−1に対して新たな要求メッセージを送信し(S90)、新たなトランザクションを開始する。ここでは、新たな要求メッセージは、分散機器40を介して接続サーバ機器10−1に送信されたとする(S92)。接続サーバ機器10−1は、要求メッセージを送信してきた端末装置30が、削除履歴記憶部16に記憶された識別データに係る端末装置であるか否かを確認する(S94)。要求メッセージ送信元の端末装置30が削除履歴記憶部16に記憶された端末装置でない場合には、図3で説明した動作例と同様に、共用サーバ機器20への登録確認要求を行う。   Next, the terminal device 30 transmits a new request message to the connection server device 10-1 (S90), and starts a new transaction. Here, it is assumed that a new request message is transmitted to the connection server device 10-1 via the distributed device 40 (S92). The connection server device 10-1 checks whether or not the terminal device 30 that has transmitted the request message is a terminal device related to the identification data stored in the deletion history storage unit 16 (S94). When the request message transmission source terminal device 30 is not the terminal device stored in the deletion history storage unit 16, a registration confirmation request to the shared server device 20 is made in the same manner as the operation example described in FIG.

図6に示す例のように、要求メッセージ送信元の端末装置30が削除履歴記憶部16に記憶された端末装置である場合には、その端末装置30の識別データは、共用サーバ機器20の識別データテーブル21から削除されて存在しないことを認識し、接続サーバ機器10−1は、共用サーバ機器20へ識別データの登録確認要求を送信しない。接続サーバ機器10−1は、自装置内の識別データテーブル13に要求メッセージに対する識別データを登録するとともに(S96)、共用サーバ機器20へ識別データを送信する(S98)。共用サーバ機器20は、受信した端末装置30用の処理履歴を自装置内の識別データテーブル21に登録し(S100)、登録応答を接続サーバ機器10−1に返信する(S102)。接続サーバ機器10−1は、端末装置30に要求メッセージに対する応答メッセージを送信する(S104,S106)。応答メッセージは、分散機器40を介して端末装置30に送信される。   As in the example illustrated in FIG. 6, when the terminal device 30 that is the transmission source of the request message is a terminal device stored in the deletion history storage unit 16, the identification data of the terminal device 30 is the identification of the shared server device 20. Recognizing that it has been deleted from the data table 21 and does not exist, the connected server device 10-1 does not transmit a registration confirmation request for identification data to the shared server device 20. The connection server device 10-1 registers the identification data for the request message in the identification data table 13 in the own device (S96), and transmits the identification data to the shared server device 20 (S98). The shared server device 20 registers the received processing history for the terminal device 30 in the identification data table 21 in its own device (S100), and returns a registration response to the connection server device 10-1 (S102). The connection server device 10-1 transmits a response message to the request message to the terminal device 30 (S104, S106). The response message is transmitted to the terminal device 30 via the distributed device 40.

このように、削除履歴記憶部16に記憶された削除履歴のデータを参照することにより、接続サーバ機器10−1は、共用サーバ機器20に識別データが登録されていないことを認識できる。これにより、接続サーバ機器10−1から共用サーバ機器20への登録確認要求の手続きを省略することができ、共用サーバ機器20の負荷を軽減できる。   Thus, by referring to the deletion history data stored in the deletion history storage unit 16, the connection server device 10-1 can recognize that the identification data is not registered in the shared server device 20. Thereby, the procedure of the registration confirmation request | requirement from the connection server apparatus 10-1 to the shared server apparatus 20 can be abbreviate | omitted, and the load of the shared server apparatus 20 can be reduced.

図7は、削除履歴記憶部16に記憶されたデータを削除する処理を行う例を示す。端末装置30から接続サーバ機器10−1に要求メッセージを送信し、要求メッセージに含まれる識別データを共用サーバ機器20および接続サーバ機器10−1に記録するまでの動作(S10〜S30)、および、当該トランザクションを終了して削除履歴記憶部16に削除履歴を記録するまでの動作(S48〜S62)は、図6で説明した動作と同じである。   FIG. 7 shows an example of performing a process of deleting data stored in the deletion history storage unit 16. An operation (S10 to S30) until a request message is transmitted from the terminal device 30 to the connection server device 10-1, and the identification data included in the request message is recorded in the shared server device 20 and the connection server device 10-1. The operation (S48 to S62) from the end of the transaction to the recording of the deletion history in the deletion history storage unit 16 is the same as the operation described in FIG.

端末装置30は、新たな要求メッセージを送信し(S90)、新たなトランザクションを開始する。図7に示す例では、分散機器40は、新たな要求メッセージを接続サーバ機器10−2に送信する(S108)。   The terminal device 30 transmits a new request message (S90) and starts a new transaction. In the example illustrated in FIG. 7, the distributed device 40 transmits a new request message to the connection server device 10-2 (S108).

接続サーバ機器10−2は、要求メッセージを受信すると、要求メッセージに含まれる識別データを読み出し、共用サーバ機器20の識別データテーブル21に識別データが記憶されているか否かを確認する登録確認要求を共用サーバ機器20に送信する(S110)。   When the connection server device 10-2 receives the request message, the connection server device 10-2 reads out the identification data included in the request message, and issues a registration confirmation request for confirming whether the identification data is stored in the identification data table 21 of the shared server device 20. It transmits to the shared server device 20 (S110).

共用サーバ機器20は、自装置内の識別データテーブル21の端末装置30用の処理履歴を確認することで接続サーバ機器10−1の指示によって削除が記録されていることを認識する(S112)。共用サーバ機器20は、接続サーバ機器10−2に端末装置30用の識別データが未登録である旨を応答する(S114)。これを受けて、接続サーバ機器10−2は、端末装置30からの要求メッセージに応じた処理を実行し、自装置内の識別データテーブル13に今回の要求メッセージに含まれる識別データを登録するとともに(S116)、共用サーバ機器20へ識別データを送信する(S118)。共用サーバ機器20は、受信した端末装置30用の識別データを含む処理履歴を自装置内の識別データテーブル21に登録する(S120)。   The shared server device 20 recognizes that the deletion has been recorded by the instruction of the connection server device 10-1 by confirming the processing history for the terminal device 30 in the identification data table 21 in the own device (S112). The shared server device 20 responds to the connection server device 10-2 that the identification data for the terminal device 30 has not been registered (S114). In response to this, the connection server device 10-2 executes processing according to the request message from the terminal device 30 and registers the identification data included in the current request message in the identification data table 13 in the own device. (S116), identification data is transmitted to the shared server device 20 (S118). The shared server device 20 registers the processing history including the received identification data for the terminal device 30 in the identification data table 21 in the own device (S120).

また、共用サーバ機器20は、接続サーバ機器10−1に対して削除履歴記憶部16の端末装置30に関する削除履歴の削除を指示する(S122)。接続サーバ機器10−1は、共用サーバ機器20からの指示を受けて、削除履歴記憶部16に記憶された削除履歴を削除する(S124)。また、共用サーバ機器20は、接続サーバ機器10−2に対して登録応答を送信する(S126)。接続サーバ機器10−2は端末装置30に応答メッセージを送信する(S128,S130)。応答メッセージは、分散機器40を介して端末装置30に送信される。   Further, the shared server device 20 instructs the connection server device 10-1 to delete the deletion history related to the terminal device 30 in the deletion history storage unit 16 (S122). The connection server device 10-1 receives the instruction from the shared server device 20, and deletes the deletion history stored in the deletion history storage unit 16 (S124). Further, the shared server device 20 transmits a registration response to the connection server device 10-2 (S126). The connection server device 10-2 transmits a response message to the terminal device 30 (S128, S130). The response message is transmitted to the terminal device 30 via the distributed device 40.

このように接続サーバ機器10−1において、識別データを記憶すると共に、識別データを削除した履歴を削除履歴記憶部16に記憶することにより、連続して同じ接続サーバ機器10−1でトランザクションを処理する場合に、共用サーバ機器20への登録確認要求の手続きを省略できるので、共用サーバ機器20の負荷を軽減することができる。   As described above, in the connection server device 10-1, the identification data is stored, and the history of deletion of the identification data is stored in the deletion history storage unit 16, so that the transaction is continuously processed in the same connection server device 10-1. In this case, the registration confirmation request procedure to the shared server device 20 can be omitted, so that the load on the shared server device 20 can be reduced.

また、端末装置30からの通信シーケンスが、異なる接続サーバ機器10−1,10−2に割り振られた場合には、共用サーバ機器20が、前にトランザクションを処理した接続サーバ機器10−1に対して、削除履歴の削除を指示するので、適切なタイミングで削除履歴を削除でき、接続サーバ機器10−2における要求メッセージのトランザクションの完了を不整合なく確定することができる。   Further, when the communication sequence from the terminal device 30 is allocated to different connection server devices 10-1 and 10-2, the shared server device 20 responds to the connection server device 10-1 that previously processed the transaction. Since the deletion history is instructed to be deleted, the deletion history can be deleted at an appropriate timing, and the completion of the request message transaction in the connection server device 10-2 can be determined without any inconsistency.

以上、本発明の接続サーバ機器およびサーバシステムについて実施の形態を挙げて詳細に説明したが、本発明は上記した実施の形態に限定されるものではない。   The connection server device and the server system of the present invention have been described in detail with reference to the embodiment, but the present invention is not limited to the above-described embodiment.

上記した実施の形態では、1台の共用サーバ機器20によってトランザクションを管理する例について説明したが、サーバシステムの規模が大きく接続サーバ機器10が多数存在するような場合には、複数の共用サーバ機器20を用いてトランザクションの管理を行ってもよい。この場合、各共用サーバ機器20に対してアクセス可能な接続サーバ機器10を対応付けしておいてもよい。   In the above-described embodiment, an example in which a transaction is managed by one shared server device 20 has been described. However, when the server system is large and there are a large number of connection server devices 10, a plurality of shared server devices are used. 20 may be used to manage transactions. In this case, the connection server device 10 accessible to each shared server device 20 may be associated.

以上説明したように、本発明によれば、共用サーバ機器の負担を軽減しつつ、接続サーバ機器間で整合性を保つことができるというすぐれた効果を有し、処理能力の向上等のために複数台の接続サーバ機器で構成されるサーバシステム等として有用である。   As described above, according to the present invention, there is an excellent effect that consistency among connected server devices can be maintained while reducing the burden on the shared server device, and for improving processing capacity, etc. This is useful as a server system composed of a plurality of connected server devices.

第1の実施の形態の共用サーバ機器および接続サーバ機器の構成を示す図The figure which shows the structure of the shared server apparatus of 1st Embodiment, and a connection server apparatus. 本発明の実施の形態のサーバシステムの全体構成を示す図The figure which shows the whole structure of the server system of embodiment of this invention. 第1の実施の形態のサーバシステムの動作を示す図The figure which shows operation | movement of the server system of 1st Embodiment 第1の実施の形態のサーバシステムの障害発生時の動作を示す図The figure which shows the operation | movement at the time of failure occurrence of the server system of 1st Embodiment 第2の実施の形態の共用サーバ機器および接続サーバ機器の構成を示す図The figure which shows the structure of the shared server apparatus of 2nd Embodiment, and a connection server apparatus. 第2の実施の形態のサーバシステムの動作を示す図The figure which shows operation | movement of the server system of 2nd Embodiment. 第2の実施の形態のサーバシステムの動作を示す図The figure which shows operation | movement of the server system of 2nd Embodiment.

符号の説明Explanation of symbols

10 接続サーバ機器
11 端末装置通信部
12 トランザクション管理部
13 識別データテーブル
14 識別データ確認処理部
15 識別データ送信部
16 削除履歴記憶部
20 共用サーバ機器
21 識別データテーブル
30 端末装置
40 分散機器
DESCRIPTION OF SYMBOLS 10 Connection server apparatus 11 Terminal apparatus communication part 12 Transaction management part 13 Identification data table 14 Identification data confirmation process part 15 Identification data transmission part 16 Deletion history storage part 20 Shared server apparatus 21 Identification data table 30 Terminal apparatus 40 Distributed apparatus

Claims (8)

端末装置から送信される要求メッセージの受信と、前記要求メッセージに対する応答メッセージの送信とを含むトランザクションを実行する接続サーバ機器であって、
当該接続サーバ機器を含む複数の接続サーバ機器において実行中のトランザクションを管理する共用サーバ機器に接続され、
前記端末装置からの前記要求メッセージを受信すると共に、前記端末装置に前記応答メッセージを送信する端末装置通信部と、
前記端末装置通信部にて前記要求メッセージを受信したときに、前記要求メッセージに含まれるトランザクションの識別データを記憶する識別データテーブルと、
前記識別データが実行中のトランザクションとして前記共用サーバ機器に記憶されているか否かを確認する識別データ確認処理部と、
前記識別データテーブルに記憶した前記識別データを、前記共用サーバ機器に記憶させるために前記共用サーバ機器に送信するとともに、トランザクションの終了を示すコミットメッセージを前記端末装置から受信したときに、前記共用サーバ機器に前記識別データの削除要求を送信する識別データ送信部と、
前記識別データの削除要求を送信する際に、前記共用サーバ機器の識別データを削除したことを示す削除履歴を記憶する削除履歴記憶部と、
を備え、
前記端末装置通信部にてトランザクション実行中でない前記端末装置からの要求メッセージを受信したときに、前記識別データ送信部は、前記要求メッセージの送信元の端末装置が前記削除履歴記憶部に記憶された削除履歴に係る識別データの送信元の端末装置と一致するか否か判定し、一致する場合に前記識別データ確認処理部による確認処理を行わずに前記共用サーバ機器に前記識別データを送信し、一致しない場合に前記識別データ確認処理部は、受信した要求メッセージに含まれる識別データが前記共用サーバ機器に記憶されているか否かを確認し、前記識別データ送信部は、前記共用サーバ機器に前記識別データを送信し、
トランザクション実行中の前記端末装置からの要求メッセージを受信したときに、前記識別データ送信部は、前記識別データ確認処理部による確認処理を行わずに前記共用サーバ機器に前記識別データを送信する接続サーバ機器。
A connection server device for executing a transaction including receiving a request message transmitted from a terminal device and transmitting a response message to the request message,
Connected to a shared server device that manages transactions being executed in a plurality of connection server devices including the connection server device,
A terminal device communication unit that receives the request message from the terminal device and transmits the response message to the terminal device;
An identification data table for storing identification data of a transaction included in the request message when the request message is received by the terminal device communication unit;
An identification data confirmation processing unit for confirming whether or not the identification data is stored in the shared server device as an ongoing transaction;
When the identification data stored in the identification data table is transmitted to the shared server device for storage in the shared server device and a commit message indicating the end of a transaction is received from the terminal device, the shared server An identification data transmission unit that transmits a request to delete the identification data to the device;
A deletion history storage unit for storing a deletion history indicating that the identification data of the shared server device has been deleted when transmitting the identification data deletion request ;
With
When the terminal device communication unit receives a request message from the terminal device that is not executing a transaction, the identification data transmission unit stores the request message transmission source terminal device in the deletion history storage unit. It is determined whether or not it matches the terminal device that is the transmission source of the identification data related to the deletion history, and if it matches, the identification data is transmitted to the shared server device without performing the confirmation processing by the identification data confirmation processing unit , If they do not match, the identification data confirmation processing unit confirms whether or not the identification data included in the received request message is stored in the shared server device, and the identification data transmission unit transmits the identification data to the shared server device. Send identification data,
A connection server that, when receiving a request message from the terminal device that is executing a transaction, transmits the identification data to the shared server device without performing identification processing by the identification data confirmation processing unit. machine.
前記共用サーバ機器が前記接続サーバ機器からの識別データの受信に応じて、それより前に当該識別データの送信元の端末装置のトランザクションを実行した接続サーバ機器に対して送信する削除履歴の削除要求を、前記共用サーバ機器から受信したときに、前記削除履歴を削除する請求項に記載の接続サーバ機器。 In response to reception of identification data from the connection server device, the shared server device deletes a deletion history to be transmitted to the connection server device that has executed the transaction of the terminal device that is the transmission source of the identification data before that and when receiving from the common server device, connection server device according to claim 1 for deleting the deletion history. 前記端末装置通信部にてトランザクション実行中でない端末装置から送信された要求メッセージを受信したときに、前記識別データ確認処理部は、前記共用サーバ機器に記憶された識別データを読み出し、読み出した識別データと前記要求メッセージに含まれる識別データとを比較して、前記要求メッセージに対する処理が完了しているか否かを判定する請求項1または請求項2に記載の接続サーバ機器。 When the terminal device communication unit receives a request message transmitted from a terminal device that is not executing a transaction, the identification data confirmation processing unit reads the identification data stored in the shared server device, and reads the read identification data The connection server device according to claim 1, wherein the server is compared with identification data included in the request message to determine whether processing for the request message is completed. 請求項1〜のいずれかに記載の複数の接続サーバ機器と、
前記接続サーバ機器から送信された識別データを記憶する共用サーバ機器と、
を備えるサーバシステム。
A plurality of connection server devices according to any one of claims 1 to 3 ,
A shared server device for storing identification data transmitted from the connection server device;
A server system comprising:
一のトランザクションの実行中において、端末装置からの要求メッセージを同一の接続サーバ機器に送信する分散機器を備える請求項に記載のサーバシステム。 5. The server system according to claim 4 , further comprising a distributed device that transmits a request message from the terminal device to the same connection server device during execution of one transaction. 複数の前記共用サーバ機器を備え、
前記共用サーバ機器のそれぞれに接続する接続サーバ機器が対応付けられている請求項またはに記載のサーバシステム。
A plurality of the shared server devices,
The server system according to claim 4 or 5 , wherein a connection server device connected to each of the shared server devices is associated.
端末装置から送信される要求メッセージの受信と、前記要求メッセージに対する応答メッセージの送信とを含むトランザクションを実行する接続サーバ機器であって、他の接続サーバ機器とともに共用サーバ機器に接続された接続サーバ機器によってトランザクションを管理する方法において、
前記接続サーバ機器が、前記端末装置から送信される前記要求メッセージを受信するステップと、
前記接続サーバ機器が、前記要求メッセージに含まれるトランザクションの識別データを識別データテーブルに記憶するステップと、
受信した要求メッセージがトランザクション実行中でない前記端末装置から送信された要求メッセージであるときに、前記識別データが実行中のトランザクションとして前記共用サーバ機器に記憶されているか否かを確認するステップと、
前記識別データを、前記共用サーバ機器に記憶させるために前記共用サーバ機器に送信するステップと、
トランザクションの終了を示すコミットメッセージを前記端末装置から受信したときに、前記共用サーバ機器に前記識別データの削除要求を送信するステップと、
前記識別データの削除要求を送信する際に、前記共用サーバ機器の識別データを削除したことを示す削除履歴に前記削除した識別データを記憶するステップと、
を備え、
トランザクション実行中でない前記端末装置からの要求メッセージを受信したときに、前記要求メッセージの送信元の端末装置が前記削除履歴に記憶された識別データの送信元の端末装置と一致するか否か判定し、一致する場合に前記共用サーバ機器への確認を行わずに前記共用サーバ機器に前記識別データを送信し、一致しない場合に、受信した要求メッセージに含まれる識別データが前記共用サーバ機器に記憶されているか否かを確認し、前記共用サーバ機器に前記識別データを送信し、
トランザクション実行中の前記端末装置からの要求メッセージを受信したときに、前記共用サーバ機器への確認を行わずに前記共用サーバ機器に前記識別データを送信するトランザクション管理方法。
A connection server device that executes a transaction including reception of a request message transmitted from a terminal device and transmission of a response message to the request message, the connection server device being connected to a shared server device together with other connection server devices In the method of managing transactions by
The connection server device receiving the request message transmitted from the terminal device;
The connection server device stores the identification data of the transaction included in the request message in an identification data table;
When the received request message is a request message transmitted from the terminal device that is not executing a transaction, confirming whether the identification data is stored in the shared server device as an executing transaction;
Transmitting the identification data to the shared server device for storage in the shared server device;
Transmitting a request to delete the identification data to the shared server device when a commit message indicating the end of a transaction is received from the terminal device;
Storing the deleted identification data in a deletion history indicating that the identification data of the shared server device has been deleted when transmitting the identification data deletion request;
Bei to give a,
When a request message is received from the terminal device that is not executing a transaction, it is determined whether or not the terminal device that is the transmission source of the request message matches the terminal device that is the transmission source of the identification data stored in the deletion history If they match, the identification data is transmitted to the shared server device without confirming the shared server device. If they do not match, the identification data included in the received request message is stored in the shared server device. Whether or not, and send the identification data to the shared server device,
A transaction management method for transmitting the identification data to the shared server device without confirming the shared server device when a request message is received from the terminal device during transaction execution .
端末装置から送信される要求メッセージの受信と、前記要求メッセージに対する応答メッセージの送信とを含むトランザクションを実行する接続サーバ機器であって他の接続サーバ機器とともに共用サーバ機器に接続された接続サーバ機器に、トランザクションの管理を行わせるためのプログラムであって、前記接続サーバ機器に、
前記端末装置から送信される前記要求メッセージを受信するステップと、
前記要求メッセージに含まれるトランザクションの識別データを識別データテーブルに記憶するステップと、
受信した要求メッセージがトランザクション実行中でない前記端末装置から送信された要求メッセージであるときに、前記識別データが実行中のトランザクションとして前記共用サーバ機器に記憶されているか否かを確認するステップと、
前記識別データを、前記共用サーバ機器に記憶させるために前記共用サーバ機器に送信するステップと、
トランザクションの終了を示すコミットメッセージを前記端末装置から受信したときに、前記共用サーバ機器に前記識別データの削除要求を送信するステップと、
前記識別データの削除要求を送信する際に、前記共用サーバ機器の識別データを削除したことを示す削除履歴に前記削除した識別データを記憶するステップと、
を備え、
トランザクション実行中でない前記端末装置からの要求メッセージを受信したときに、前記要求メッセージの送信元の端末装置が前記削除履歴に記憶された識別データの送信元の端末装置と一致するか否か判定し、一致する場合に前記共用サーバ機器への確認を行わずに前記共用サーバ機器に前記識別データを送信し、一致しない場合に受信した要求メッセージに含まれる識別データが前記共用サーバ機器に記憶されているか否かを確認してから前記共用サーバ機器に前記識別データを送信し、
トランザクション実行中の前記端末装置からの要求メッセージを受信したときに、前記共用サーバ機器への確認を行わずに前記共用サーバ機器に前記識別データを送信するプログラム。
A connection server device for executing a transaction including reception of a request message transmitted from a terminal device and transmission of a response message to the request message, wherein the connection server device is connected to the shared server device together with other connection server devices. , A program for managing transactions, in the connection server device,
Receiving the request message transmitted from the terminal device;
Storing transaction identification data included in the request message in an identification data table;
When the received request message is a request message transmitted from the terminal device that is not executing a transaction, confirming whether the identification data is stored in the shared server device as an executing transaction;
Transmitting the identification data to the shared server device for storage in the shared server device;
Transmitting a request to delete the identification data to the shared server device when a commit message indicating the end of a transaction is received from the terminal device;
Storing the deleted identification data in a deletion history indicating that the identification data of the shared server device has been deleted when transmitting the identification data deletion request;
With
When a request message is received from the terminal device that is not executing a transaction, it is determined whether or not the terminal device that is the transmission source of the request message matches the terminal device that is the transmission source of the identification data stored in the deletion history The identification data is transmitted to the shared server device without confirmation to the shared server device if they match, and the identification data included in the received request message is stored in the shared server device if they do not match Sending the identification data to the shared server device after confirming whether or not
A program for transmitting the identification data to the shared server device without confirming the shared server device when a request message is received from the terminal device during transaction execution .
JP2008228245A 2008-09-05 2008-09-05 Connection server device and server system Expired - Fee Related JP5107836B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008228245A JP5107836B2 (en) 2008-09-05 2008-09-05 Connection server device and server system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008228245A JP5107836B2 (en) 2008-09-05 2008-09-05 Connection server device and server system

Publications (2)

Publication Number Publication Date
JP2010061520A JP2010061520A (en) 2010-03-18
JP5107836B2 true JP5107836B2 (en) 2012-12-26

Family

ID=42188226

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008228245A Expired - Fee Related JP5107836B2 (en) 2008-09-05 2008-09-05 Connection server device and server system

Country Status (1)

Country Link
JP (1) JP5107836B2 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4319971B2 (en) * 2004-11-22 2009-08-26 株式会社日立製作所 Session information management system, session information management method and program thereof
JP2008152471A (en) * 2006-12-15 2008-07-03 Fujitsu Ltd Server, information processing method, server program and server system

Also Published As

Publication number Publication date
JP2010061520A (en) 2010-03-18

Similar Documents

Publication Publication Date Title
US8185493B2 (en) Solution method of in-doubt state in two-phase commit protocol of distributed transaction
JP4732661B2 (en) How to synchronize the client database with the server database
US7865611B2 (en) Content delivery method and communication terminal apparatus
US9445162B2 (en) Interactive personal/internet protocol television reservation system, reservation plan management method and device
CN101751415B (en) Metadata service system, metadata synchronized method and writing server updating method
US8291101B1 (en) Synchronization of mutually shared data stored on network devices
CN103207867A (en) Method for processing data blocks, method for initiating recovery operation and nodes
JP4371321B2 (en) NFS server, NFS server control program, and NFS server control method
JP5255035B2 (en) Failover system, storage processing apparatus, and failover control method
US10802896B2 (en) Rest gateway for messaging
CN108228581B (en) Zookeeper compatible communication method, server and system
US11070635B2 (en) Device management server and method
JP2012507076A (en) Bootstrap to gather federation
CN112015595B (en) Master-slave database switching method, computing device and storage medium
CN113157450A (en) Method and apparatus for performing blocks in a blockchain system
JP5107836B2 (en) Connection server device and server system
CN115250277B (en) Method for adapting consensus mechanism to edge buffer system based on alliance chain
US20180285404A1 (en) Message Processing Node and Database in a Message Processing System and Methods of Operating the Same
CN108011926B (en) Message sending method, message processing method, server and system
CN114205354B (en) Event management system, event management method, server, and storage medium
CN111813795B (en) Method and apparatus for confirming transactions in a blockchain network
CN112925848B (en) Data synchronization method, device, equipment and readable storage medium
CN114422537A (en) Multi-cloud storage system, multi-cloud data reading and writing method and electronic equipment
CN114338653A (en) File breakpoint resuming method and device
US11057463B2 (en) Method for synchronizing context data of network functions in a mobile network

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110210

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120521

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120529

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120713

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20120925

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20121004

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20151012

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees