[go: up one dir, main page]

JP2010198153A - Redundant system, redundancy method, and program - Google Patents

Redundant system, redundancy method, and program Download PDF

Info

Publication number
JP2010198153A
JP2010198153A JP2009040257A JP2009040257A JP2010198153A JP 2010198153 A JP2010198153 A JP 2010198153A JP 2009040257 A JP2009040257 A JP 2009040257A JP 2009040257 A JP2009040257 A JP 2009040257A JP 2010198153 A JP2010198153 A JP 2010198153A
Authority
JP
Japan
Prior art keywords
server
information
collected
collection device
information collection
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
JP2009040257A
Other languages
Japanese (ja)
Inventor
Masayoshi Sakamoto
雅義 坂本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Solution Innovators Ltd
Original Assignee
NEC System Technologies 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 NEC System Technologies Ltd filed Critical NEC System Technologies Ltd
Priority to JP2009040257A priority Critical patent/JP2010198153A/en
Publication of JP2010198153A publication Critical patent/JP2010198153A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Hardware Redundancy (AREA)
  • Debugging And Monitoring (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To continuously provide information collected even after a part of servers stops in a redundant system which provides collected information by a plurality of servers. <P>SOLUTION: The redundant system includes an information collection device, a first server, and a second server connected through a network, and the information collection device collects information, and transmits the collected information to a first server and a second server, and the first server and the second server receive and store the information collected by the information collection device, and provide the stored information according to a request from a client. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、冗長システム、冗長化方法及びプログラムに関し、特に、医療機関における検査情報に係る冗長システム、冗長化方法及びプログラムに関する。   The present invention relates to a redundancy system, a redundancy method, and a program, and more particularly, to a redundancy system, a redundancy method, and a program related to examination information in a medical institution.

特許文献1において、データを確実に保存し、障害が発生してもシステムの運用が可能な電子カルテシステムが記載されている。   Patent Document 1 describes an electronic medical record system that can store data reliably and can operate the system even if a failure occurs.

特許文献2において、コンピュータシステムがダウンした場合に、蓄積されたデータベースに対して少なくとも検索及び表示を行うことができるバックアップシステムが記載されている。   Patent Document 2 describes a backup system that can at least search and display an accumulated database when a computer system goes down.

特開2004−157794号公報JP 2004-157794 A 特開平11−134228号公報Japanese Patent Laid-Open No. 11-134228

以下の分析は、本発明者によってなされたものである。   The following analysis was made by the present inventors.

病院情報システムにおける検査結果を照会する機能は、医療診断を支援することを目的としている。しかし、突発的な障害が発生した場合、又は、必要に応じたメンテナンスの際には、システムを停止する必要がある。システムが停止した場合を想定して、データベースのレプリケーション機能を用いてバックアップデータベースを作成し、少なくとも過去のデータを参照することができるようにすることが考えられる。しかし、常時サービスを提供することが求められる医療現場においては、たとえ短い期間であっても、検査結果の参照を、リアルタイムでなく、過去のデータの参照のみとすることは問題である。   The function of referring to the test result in the hospital information system is intended to support medical diagnosis. However, when a sudden failure occurs or maintenance is performed as necessary, it is necessary to stop the system. Assuming that the system is stopped, it is possible to create a backup database using the database replication function so that at least past data can be referred to. However, in the medical field where it is required to always provide a service, it is a problem to refer only to past data, not in real time, even for a short period of time.

病院情報システムの障害時における電子カルテの参照に関しては、バックアップサーバを設置する方法により、過去のデータを参照することができるようにしたシステムが知られている。しかし、現実の診療現場においては、過去データの参照だけではなくリアルタイムの検査結果が必要とされることから、紙媒体による運用に切り替えたり、検査システムからの結果参照をリカバリー手段とする方法が用いられる。   With respect to referring to an electronic medical record at the time of a failure in a hospital information system, a system that can refer to past data by a method of installing a backup server is known. However, in actual clinical practice, not only referencing past data but also real-time test results are required, so switching to paper-based operation or using results from the test system as a recovery means is used. It is done.

特許文献1に記載された電子カルテシステムによると、第1のサーバ(オーダーサーバ)及び第2のサーバ(カルテサーバ)の双方に電子カルテデータが保存されるため、一方のサーバが停止しても、他方のサーバからデータを読み出すことができる。   According to the electronic medical record system described in Patent Document 1, since electronic medical record data is stored in both the first server (order server) and the second server (medical record server), even if one server stops. Data can be read from the other server.

特許文献2に記載されたバックアップシステムによると、第1のサーバ(電子カルテサーバ)のデータは、リアルタイムでHTMLデータに変換され、第2のサーバ(バックアップサーバ)に格納されるため、第1のサーバがアクセス不能となった場合においても、第2のサーバのHTMLデータへアクセスすることができる。   According to the backup system described in Patent Document 2, the data of the first server (electronic medical record server) is converted into HTML data in real time and stored in the second server (backup server). Even when the server becomes inaccessible, the HTML data of the second server can be accessed.

しかしながら、特許文献1及び特許文献2に記載されたシステムによると、第1のサーバが停止した場合、第2のサーバから読み出すことのできるデータは、第1のサーバが停止する以前のデータに限られる。したがって、第1のサーバが停止した後に収集された診療情報を読み出すことができないという問題がある。   However, according to the systems described in Patent Document 1 and Patent Document 2, when the first server is stopped, the data that can be read from the second server is limited to data before the first server is stopped. It is done. Therefore, there is a problem that medical information collected after the first server is stopped cannot be read.

そこで、収集された情報を複数のサーバによって提供する冗長システムにおいて、一部のサーバが停止した場合であっても、当該一部のサーバの停止後に収集された情報を提供し続けることができるようにすることが課題となる。本発明の目的は、かかる課題を解決する冗長システム、冗長化方法、及びプログラムを提供することにある。   Therefore, in a redundant system in which collected information is provided by a plurality of servers, even if some servers are stopped, it is possible to continue providing information collected after the servers are stopped. It becomes a problem to do. An object of the present invention is to provide a redundancy system, a redundancy method, and a program that solve such problems.

本発明の第1の視点に係る冗長システムは、ネットワークを介して接続された情報収集装置と、第1のサーバと、第2のサーバとを備え、情報収集装置は、情報を収集するとともに収集した情報を第1のサーバ及び第2のサーバへ送信し、第1のサーバ及び第2のサーバは、情報収集装置によって収集された情報を受信するとともに蓄積し、クライアントからの要求に応じて蓄積した情報を提供する。   A redundant system according to a first aspect of the present invention includes an information collection device, a first server, and a second server connected via a network. The information collection device collects and collects information. Information transmitted to the first server and the second server, and the first server and the second server receive and accumulate the information collected by the information collection device, and accumulate in response to a request from the client Provide information.

本発明の第2の視点に係る冗長化方法は、情報収集装置が、情報を収集するとともに収集した情報を、情報収集装置とネットワークを介して接続された第1のサーバ及び第2のサーバへ送信する工程と、第1のサーバ及び第2のサーバが、情報収集装置によって収集された情報を受信するとともに蓄積する工程と、第1のサーバ又は第2のサーバが、クライアントからの要求に応じて蓄積した情報を提供する工程と、を含む。   In the redundancy method according to the second aspect of the present invention, the information collection device collects information and sends the collected information to the first server and the second server connected to the information collection device via the network. A transmitting step, a step in which the first server and the second server receive and store the information collected by the information collecting device, and the first server or the second server responds to a request from the client. And providing information accumulated in this manner.

本発明の第3の視点に係るプログラムは、情報を収集するとともに収集した情報を、情報収集装置とネットワークを介して接続された第1のサーバ及び第2のサーバへ送信する処理を、情報収集装置のCPUに実行させるとともに、情報収集装置によって収集された情報を受信するとともに蓄積する処理と、クライアントからの要求に応じて蓄積した情報を提供する処理と、第1のサーバ及び第2のサーバのCPUに実行させる。   The program according to the third aspect of the present invention collects information and collects information by collecting the collected information to a first server and a second server connected to the information collecting apparatus via a network. A process for receiving and storing information collected by the information collecting apparatus, a process for providing information accumulated in response to a request from the client, and a first server and a second server CPU is executed.

本発明に係る冗長システム、冗長化方法、及びプログラムによると、収集された情報を複数のサーバによって提供する冗長システムにおいて、一部のサーバが停止した場合であっても、その後に収集された情報を提供し続けることができる。   According to the redundant system, the redundancy method, and the program according to the present invention, in a redundant system that provides collected information by a plurality of servers, even if some servers are stopped, information collected after that Can continue to provide.

本発明の実施形態に係る冗長システムの構成を示すブロック図である。It is a block diagram which shows the structure of the redundant system which concerns on embodiment of this invention. 本発明の実施形態に係る冗長システムの動作を示すフローチャートである。It is a flowchart which shows operation | movement of the redundant system which concerns on embodiment of this invention. コンピュータのハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of a computer. 本発明の実施例に係る病院情報システムの構成を示すブロック図である。It is a block diagram which shows the structure of the hospital information system which concerns on the Example of this invention. 本発明の実施例に係る病院情報システムの動作を示すシーケンス図である。It is a sequence diagram which shows operation | movement of the hospital information system which concerns on the Example of this invention.

本発明の実施形態に係る冗長システムについて、図面を参照して説明する。図1は、本実施形態に係る冗長化システムの構成を示すブロック図である。図1を参照すると、冗長システム10は、ネットワークを介して接続された情報収集装置13と、第1のサーバ11と、第2のサーバ12とを備えている。   A redundant system according to an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing a configuration of a redundant system according to the present embodiment. Referring to FIG. 1, the redundant system 10 includes an information collection device 13, a first server 11, and a second server 12 connected via a network.

情報収集装置13は、情報を収集するとともに収集した情報を第1のサーバ11及び第2のサーバ12へ送信する。   The information collection device 13 collects information and transmits the collected information to the first server 11 and the second server 12.

第1のサーバ11及び第2のサーバ12は、情報収集装置13によって収集された情報を受信するとともに蓄積し、クライアント20からの要求に応じて蓄積した情報を提供する。   The first server 11 and the second server 12 receive and accumulate information collected by the information collecting device 13 and provide the accumulated information in response to a request from the client 20.

冗長システム10は、さらに転送装置14を備えていてもよい。転送装置14は、情報収集装置13によって収集された情報を受信するとともに、第1のサーバ11及び第2のサーバ12へ転送する。このとき、情報収集装置13は、収集した情報を、転送装置14を介して第1のサーバ11及び第2のサーバ12へ送信することとなる。転送装置14は、情報収集装置13によって収集された情報を蓄積するようにしてもよい。   The redundant system 10 may further include a transfer device 14. The transfer device 14 receives the information collected by the information collection device 13 and transfers it to the first server 11 and the second server 12. At this time, the information collection device 13 transmits the collected information to the first server 11 and the second server 12 via the transfer device 14. The transfer device 14 may store the information collected by the information collection device 13.

本実施形態の冗長システムによると、一部のサーバ(例えば、第1のサーバ11又は第2のサーバ)が停止した場合であっても、その後に収集された情報を提供し続けることができる。   According to the redundant system of this embodiment, even if some servers (for example, the first server 11 or the second server) are stopped, it is possible to continue providing information collected thereafter.

上記の情報は、一例として、医療機関における検査情報であってもよい。   As an example, the above information may be examination information in a medical institution.

図2は、本実施形態に係る冗長システム10の動作を示すフローチャートである。図2を参照すると、   FIG. 2 is a flowchart showing the operation of the redundant system 10 according to the present embodiment. Referring to FIG.

情報収集装置13は、情報を収集するとともに収集した情報を、情報収集装置13とネットワークを介して接続された第1のサーバ11及び第2のサーバ12へ送信する(ステップS1)   The information collection device 13 collects information and transmits the collected information to the first server 11 and the second server 12 connected to the information collection device 13 via the network (step S1).

第1のサーバ11及び第2のサーバ12は、情報収集装置13によって収集された情報を受信するとともに蓄積する(ステップS2)。   The first server 11 and the second server 12 receive and accumulate information collected by the information collecting device 13 (step S2).

第1のサーバ11又は第2のサーバ12は、クライアント20からの要求に応じて蓄積した情報を提供する(ステップS3)。   The first server 11 or the second server 12 provides the accumulated information in response to a request from the client 20 (step S3).

図3は、情報収集装置13、第1のサーバ11、及び第2のサーバ12をコンピュータによって実現する場合におけるコンピュータのハードウェア構成を示すブロック図である。図3を参照すると、コンピュータ70は、CPU71、メモリ72、ハードディスク73、入力装置74、及び出力装置75を備えている。   FIG. 3 is a block diagram showing a hardware configuration of a computer when the information collection device 13, the first server 11, and the second server 12 are realized by a computer. Referring to FIG. 3, the computer 70 includes a CPU 71, a memory 72, a hard disk 73, an input device 74, and an output device 75.

これらの各部は、バスラインに接続されていてもよい。入力装置74は、マウス及びキーボードを含んでいてもよい。出力装置75は、ディスプレイを有していてもよい。ハードディスク73は、プログラム、及び、情報収集装置13によって収集された情報を記憶するようにしてもよい。CPU71は、情報収集装置13、第1のサーバ11、及び第2のサーバ12における上記の処理を実行する。   Each of these units may be connected to a bus line. The input device 74 may include a mouse and a keyboard. The output device 75 may have a display. The hard disk 73 may store programs and information collected by the information collection device 13. The CPU 71 executes the above processing in the information collection device 13, the first server 11, and the second server 12.

プログラムは、情報を収集するとともに収集した情報を、情報収集装置13とネットワークを介して接続された第1のサーバ11及び第2のサーバ12へ送信する処理を情報収集装置13のCPU71に実行させる。   The program collects information and causes the CPU 71 of the information collection device 13 to execute processing for transmitting the collected information to the first server 11 and the second server 12 connected to the information collection device 13 via the network. .

プログラムは、さらに、情報収集装置13によって収集された情報を受信するとともに蓄積する処理と、クライアントからの要求に応じて蓄積した情報を提供する処理と、を第1のサーバ11及び第2のサーバ12のCPU71に実行させる。   The program further performs a process of receiving and storing information collected by the information collecting device 13 and a process of providing information accumulated in response to a request from the client, the first server 11 and the second server. 12 CPUs 71 are executed.

(構成)
本発明の実施例および構成について図面を参照して詳細に説明する。本実施例においては、一例として、冗長システムを病院情報システムに適用した場合について説明する。図4は、本実施例に係る病院情報システム30の構成を示すブロック図である。
(Constitution)
Embodiments and configurations of the present invention will be described in detail with reference to the drawings. In this embodiment, as an example, a case where a redundant system is applied to a hospital information system will be described. FIG. 4 is a block diagram illustrating a configuration of the hospital information system 30 according to the present embodiment.

図4を参照すると、病院情報システム30は、病院情報サーバ31、検体検査装置33と、インタフェースサーバ34と病院情報端末40と検査結果サーバ32から構成されている。これらのサーバおよび端末は同一ネットワークを介して接続されており、プログラム制御により動作している。   Referring to FIG. 4, the hospital information system 30 includes a hospital information server 31, a sample testing device 33, an interface server 34, a hospital information terminal 40, and a test result server 32. These servers and terminals are connected via the same network and operate under program control.

検体検査装置33は、インタフェースサーバ34に対して検査結果を送信する。インタフェースサーバ34は、病院情報サーバ31の検査結果データベースを更新する。インタフェースサーバ34は、これとは非同期に、検査結果サーバ32の検査結果も更新する。病院情報端末40は、病院情報サーバ31へアクセスして、医療診断を支援する検査結果を照会することができる。病院情報端末40は、検査結果サーバ32へ、例えば、WEB検査結果照会プログラムを介して、検査結果サーバ32へアクセスすることによって、検査結果を照会することもできる。   The sample testing apparatus 33 transmits the test result to the interface server 34. The interface server 34 updates the examination result database of the hospital information server 31. The interface server 34 also updates the inspection result of the inspection result server 32 asynchronously. The hospital information terminal 40 can access the hospital information server 31 and inquire about a test result supporting medical diagnosis. The hospital information terminal 40 can also query the test result server 32 by accessing the test result server 32 via, for example, a web test result query program.

(動作)
図面を参照して本実施例の病院情報30システムの動作について説明する。図5は、本実施例に係る病院情報システム30の動作を示すシーケンス図である。
(Operation)
The operation of the hospital information 30 system of this embodiment will be described with reference to the drawings. FIG. 5 is a sequence diagram illustrating the operation of the hospital information system 30 according to the present embodiment.

病院の臨床検査部門は、各種の検査機器を用いて患者の検体を検査する。検定検査装置33は、各検査機器からの検査結果をオンラインで収集する(ステップS11)。   The clinical laboratory department of the hospital examines patient specimens using various types of testing equipment. The verification inspection device 33 collects the inspection results from each inspection device online (step S11).

検体検査装置33における検査結果は、例えば、臨床検査技師の結果送信指示に基づいて、インタフェースサーバ34へ送信される(ステップS12)。   The test result in the specimen testing apparatus 33 is transmitted to the interface server 34 based on, for example, a result transmission instruction from the clinical laboratory technician (step S12).

インタフェースサーバ34は、受信した検査結果をバッファし、病院情報サーバ31へ転送する(ステップS13)。インタフェースサーバ34は、かかる転送とは非同期で、検体検査装置33から受信した検査結果を検査結果サーバ32に対しても送信する(ステップS13)。   The interface server 34 buffers the received examination result and transfers it to the hospital information server 31 (step S13). The interface server 34 transmits the test result received from the sample test apparatus 33 to the test result server 32 asynchronously with the transfer (step S13).

このとき、病院情報端末40は、一例として、患者番号及び検査日を検索キーとして病院情報サーバ31からの検体検査結果を参照することができる(ステップS14)。   At this time, for example, the hospital information terminal 40 can refer to the sample test result from the hospital information server 31 using the patient number and the test date as search keys (step S14).

一方、病院情報サーバ31において障害が発生した場合、又は、病院情報サーバ31のメンテナンス期間であっても、病院情報端末40は、検査結果サーバ32の検査結果を参照することできる(ステップS15)。   On the other hand, when a failure occurs in the hospital information server 31 or even during the maintenance period of the hospital information server 31, the hospital information terminal 40 can refer to the test result of the test result server 32 (step S15).

(効果)
医療機関内で発生する患者の検体検査結果データを、病院情報サーバ31へ蓄積するのみならず、別系統の検査結果サーバ32に対しても非同期で蓄積する。このとき、病院情報端末40から、例えばWEB参照画面を介して検査結果サーバ32の検索及び照会をすることによって、障害時又は定期メンテナンス時であっても医療診断を支援するシステムを提供することができる。
(effect)
The specimen test result data of the patient generated in the medical institution is not only accumulated in the hospital information server 31 but also asynchronously accumulated in the test result server 32 of another system. At this time, it is possible to provide a system that supports medical diagnosis even at the time of failure or during regular maintenance by searching and referring to the test result server 32 from the hospital information terminal 40 via, for example, the WEB reference screen. it can.

システム停止時や病院情報サーバ31の障害時においても、過去のデータの参照のみならず、各部門に設けられた検体検査装置33からの検査結果をリアルタイムに受信し続けることができ、医療現場において参照することができる。   Even when the system is shut down or when the hospital information server 31 is out of order, not only past data can be referred to, but also the test results from the sample testing device 33 provided in each department can be received in real time. You can refer to it.

本実施例においては、インタフェースサーバ34は、検体検査装置33からの検査結果を非同期に2つのサーバに送信し、これらのサーバにおけるデータを最新のものへと更新する。したがって、障害時であっても、検査結果に関する過去のデータのみならず、最新データをも参照することができる。   In this embodiment, the interface server 34 asynchronously transmits the test results from the sample testing apparatus 33 to the two servers, and updates the data in these servers to the latest one. Therefore, even in the event of a failure, it is possible to refer to the latest data as well as past data related to the test result.

本実施例によると、病院情報サーバ31の稼働状況に依らず、病院内の検査結果データベースを管理することができる。また、WEB基づく検査結果照会によって、リアルタイムに検査結果を参照することができる。また、病院情報サーバ31のみならず、ブラウザ参照方式に基づいて、端末の機能に依存することなく、検査結果を参照することができるようにすることで、診療効率を向上させることもできる。   According to the present embodiment, the test result database in the hospital can be managed regardless of the operation status of the hospital information server 31. Also, the inspection result can be referred to in real time by the inspection result inquiry based on WEB. Moreover, medical efficiency can be improved by making it possible to refer to the test result without depending on the function of the terminal based on the browser reference method as well as the hospital information server 31.

以上の記載は実施例に基づいて行ったが、本発明は、上記実施例に限定されるものではない。   Although the above description has been made based on examples, the present invention is not limited to the above examples.

10 冗長システム
11、12 サーバ
13 情報収集装置
14 転送装置
20 クライアント
30 病院情報システム
31 病院情報サーバ
32 検査結果サーバ
33 検体検査装置
34 インタフェースサーバ
40 病院情報端末
70 コンピュータ
71 CPU
72 メモリ
73 ハードディスク
74 入力装置
75 出力装置
DESCRIPTION OF SYMBOLS 10 Redundant system 11, 12 Server 13 Information collection apparatus 14 Transfer apparatus 20 Client 30 Hospital information system 31 Hospital information server 32 Test result server 33 Specimen inspection apparatus 34 Interface server 40 Hospital information terminal 70 Computer 71 CPU
72 Memory 73 Hard Disk 74 Input Device 75 Output Device

Claims (6)

ネットワークを介して接続された情報収集装置と、第1のサーバと、第2のサーバとを備え、
前記情報収集装置は、情報を収集するとともに収集した情報を前記第1のサーバ及び前記第2のサーバへ送信し、
前記第1のサーバ及び前記第2のサーバは、前記情報収集装置によって収集された情報を受信するとともに蓄積し、クライアントからの要求に応じて蓄積した情報を提供することを特徴とする冗長システム。
An information collection device connected via a network, a first server, and a second server;
The information collection device collects information and transmits the collected information to the first server and the second server,
The redundant system, wherein the first server and the second server receive and accumulate information collected by the information collecting device, and provide the accumulated information in response to a request from a client.
前記情報収集装置によって収集された情報を受信するとともに、前記第1のサーバ及び前記第2のサーバへ転送する転送装置をさらに備え、
前記情報収集装置は、収集した情報を、前記転送装置を介して前記第1のサーバ及び前記第2のサーバへ送信することを特徴とする、請求項1に記載の冗長システム。
A transfer device that receives the information collected by the information collection device and transfers the information to the first server and the second server;
The redundant system according to claim 1, wherein the information collection device transmits the collected information to the first server and the second server via the transfer device.
前記転送装置は、前記情報収集装置によって収集された情報を蓄積することを特徴とする、請求項2に記載の冗長システム。   The redundant system according to claim 2, wherein the transfer device accumulates information collected by the information collection device. 前記情報は、医療機関における検査情報であることを特徴とする、請求項1乃至3のいずれか1項に記載の冗長システム。   The redundant system according to claim 1, wherein the information is examination information in a medical institution. 情報収集装置が、情報を収集するとともに収集した情報を、該情報収集装置とネットワークを介して接続された第1のサーバ及び第2のサーバへ送信する工程と、
前記第1のサーバ及び前記第2のサーバが、前記情報収集装置によって収集された情報を受信するとともに蓄積する工程と、
前記第1のサーバ又は前記第2のサーバが、クライアントからの要求に応じて蓄積した情報を提供する工程と、を含むことを特徴とする冗長化方法。
A step of transmitting information collected by the information collection device to the first server and the second server connected to the information collection device via the network;
The first server and the second server receiving and storing information collected by the information collection device;
A redundancy method comprising: a step of providing information accumulated by the first server or the second server in response to a request from a client.
情報を収集するとともに収集した情報を、情報収集装置とネットワークを介して接続された第1のサーバ及び第2のサーバへ送信する処理を該情報収集装置のCPUに実行させるとともに、
前記情報収集装置によって収集された情報を受信するとともに蓄積する処理と、
クライアントからの要求に応じて蓄積した情報を提供する処理と、を前記第1のサーバ及び前記第2のサーバのCPUに実行させることを特徴とするプログラム。
While collecting the information and causing the CPU of the information collection device to execute processing for transmitting the collected information to the first server and the second server connected to the information collection device via the network,
Receiving and accumulating information collected by the information collecting device; and
A program for causing a CPU of the first server and the second server to execute a process of providing information stored in response to a request from a client.
JP2009040257A 2009-02-24 2009-02-24 Redundant system, redundancy method, and program Pending JP2010198153A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009040257A JP2010198153A (en) 2009-02-24 2009-02-24 Redundant system, redundancy method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009040257A JP2010198153A (en) 2009-02-24 2009-02-24 Redundant system, redundancy method, and program

Publications (1)

Publication Number Publication Date
JP2010198153A true JP2010198153A (en) 2010-09-09

Family

ID=42822845

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009040257A Pending JP2010198153A (en) 2009-02-24 2009-02-24 Redundant system, redundancy method, and program

Country Status (1)

Country Link
JP (1) JP2010198153A (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61264445A (en) * 1985-05-20 1986-11-22 Toshiba Corp Duplex data fetching system
JPH05265987A (en) * 1992-03-18 1993-10-15 Fujitsu Ltd Processor
JPH0644200A (en) * 1992-07-24 1994-02-18 Fujitsu Ltd Distributed processing control system
JPH0736811A (en) * 1993-07-20 1995-02-07 Hitachi Ltd Information distribution method and information distribution system
JPH08278911A (en) * 1995-04-05 1996-10-22 Mitsubishi Electric Corp Multi-processing system
JPH11134228A (en) * 1997-10-30 1999-05-21 Fujitsu Ltd Backup method and system
JP2002000977A (en) * 2000-05-17 2002-01-08 Duerkopp Adler Ag Device for data communication between sewing machine and central computer
JP2002245173A (en) * 2001-02-16 2002-08-30 Hitachi Medical Corp Medical image management method, program for implementing this method, and medical image management system
JP2003203255A (en) * 2001-12-28 2003-07-18 Matsushita Electric Works Ltd Facility using communication system
JP2004157794A (en) * 2002-11-07 2004-06-03 Csi Co Ltd Electronic medical record system
JP2004280337A (en) * 2003-03-14 2004-10-07 Toshiba Corp Plant data collection device
JP2006004184A (en) * 2004-06-17 2006-01-05 Yokogawa Electric Corp Diagnostic information management system
JP2006285873A (en) * 2005-04-04 2006-10-19 Toshiba Corp Image management system
JP2009511882A (en) * 2005-10-13 2009-03-19 イェーペーカー インストゥルメンツ アクチエンゲゼルシャフト Inspection method and apparatus for measurement object

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61264445A (en) * 1985-05-20 1986-11-22 Toshiba Corp Duplex data fetching system
JPH05265987A (en) * 1992-03-18 1993-10-15 Fujitsu Ltd Processor
JPH0644200A (en) * 1992-07-24 1994-02-18 Fujitsu Ltd Distributed processing control system
JPH0736811A (en) * 1993-07-20 1995-02-07 Hitachi Ltd Information distribution method and information distribution system
JPH08278911A (en) * 1995-04-05 1996-10-22 Mitsubishi Electric Corp Multi-processing system
JPH11134228A (en) * 1997-10-30 1999-05-21 Fujitsu Ltd Backup method and system
JP2002000977A (en) * 2000-05-17 2002-01-08 Duerkopp Adler Ag Device for data communication between sewing machine and central computer
JP2002245173A (en) * 2001-02-16 2002-08-30 Hitachi Medical Corp Medical image management method, program for implementing this method, and medical image management system
JP2003203255A (en) * 2001-12-28 2003-07-18 Matsushita Electric Works Ltd Facility using communication system
JP2004157794A (en) * 2002-11-07 2004-06-03 Csi Co Ltd Electronic medical record system
JP2004280337A (en) * 2003-03-14 2004-10-07 Toshiba Corp Plant data collection device
JP2006004184A (en) * 2004-06-17 2006-01-05 Yokogawa Electric Corp Diagnostic information management system
JP2006285873A (en) * 2005-04-04 2006-10-19 Toshiba Corp Image management system
JP2009511882A (en) * 2005-10-13 2009-03-19 イェーペーカー インストゥルメンツ アクチエンゲゼルシャフト Inspection method and apparatus for measurement object

Similar Documents

Publication Publication Date Title
JP4990018B2 (en) Apparatus performance management method, apparatus performance management system, and management program
JP2017506374A (en) Improved web server for storing large files
US7899897B2 (en) System and program for dual agent processes and dual active server processes
US20150095619A1 (en) Request change tracker
JPWO2004055674A1 (en) Distributed transaction processing apparatus, distributed transaction processing program, and distributed transaction processing method
Lapsia et al. Where should electronic records for patients be stored?
US7970582B2 (en) Diagnosis system for at least one technical system
JP5545761B2 (en) Failure analysis support system, failure analysis support method, and failure analysis support program
US20150067152A1 (en) Monitoring system, system, and monitoring method
WO2008050323A2 (en) Method for measuring health status of complex systems
CN114844771A (en) Monitoring method, device, storage medium, and program product for microservice system
JP2004348640A (en) Network management system and network management method
JP2010198153A (en) Redundant system, redundancy method, and program
JP2008191849A (en) Operation management apparatus, information processing apparatus, operation management apparatus control method, information processing apparatus control method, and program
US20070266160A1 (en) Automatic Application Server Fail Fast and Recover on Resource Error
JP2006228125A (en) Clinical examination data management device and program for clinical examination data management
AU2011231139A9 (en) Extracting data related to clinical diagnostic instruments
JP2000339393A (en) System for storing and transmitting image information
KR102919915B1 (en) Logistics facility management apparatus and management method
JP6110824B2 (en) Medical resource introduction device, system, program, and operating method of medical resource introduction device
JP5332119B2 (en) Medical process data processing program, method and apparatus
Tse et al. Web and virtual instrument based machine remote sensing, monitoring and fault diagnostic system
CN118520034A (en) Method, apparatus, device and computer readable medium for retrieving messages
JP2010055305A (en) System, method and program for registering diagnostic item
JP4478196B2 (en) Monitoring device, monitoring program, and information processing system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120112

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131009

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131015

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20140318