JP4808173B2 - Distributed system, data management server, and data distribution method - Google Patents

Distributed system, data management server, and data distribution method Download PDF

Info

Publication number
JP4808173B2
JP4808173B2 JP2007076093A JP2007076093A JP4808173B2 JP 4808173 B2 JP4808173 B2 JP 4808173B2 JP 2007076093 A JP2007076093 A JP 2007076093A JP 2007076093 A JP2007076093 A JP 2007076093A JP 4808173 B2 JP4808173 B2 JP 4808173B2
Authority
JP
Japan
Prior art keywords
data
identification information
information
management server
request
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.)
Active
Application number
JP2007076093A
Other languages
Japanese (ja)
Other versions
JP2008234522A (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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2007076093A priority Critical patent/JP4808173B2/en
Priority to TW096132729A priority patent/TWI348100B/en
Priority to CN200710152417XA priority patent/CN101272263B/en
Publication of JP2008234522A publication Critical patent/JP2008234522A/en
Application granted granted Critical
Publication of JP4808173B2 publication Critical patent/JP4808173B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、データを提供する分散システムに関するものである。   The present invention relates to a distributed system that provides data.

システム内に多数のデータベースを分散配置し、各データベースにシステム内の全データを格納し、それらのデータの同期を常に保つことにより、システム内の任意のノードに対する情報共有・流通を実現する技術が提案されている。例えば、特許文献1には、マスターデータベースをアクセスするマスターサイトと、このマスターサイトとネットワークを介して接続され、レプリケーションデータベースをアクセスするレプリケーションサイトとを備えた分散型データベースシステムにおける技術が記載されている。このシステムにおいて、レプリケーションサイトが、クライアントからレプリケーションデータベースの更新要求を受けると、その更新要求をマスターサイトに送信する。マスターサイトがこの更新要求にしたがってマスターデータベースを更新する。レプリケーションサイトがマスターサイトから、マスターデータベースの更新結果を受信すると、その更新結果にしたがってレプリケーションデータベースを更新する。   A technology that realizes information sharing / distribution to any node in the system by distributing a large number of databases in the system, storing all data in the system in each database, and keeping the data in sync at all times Proposed. For example, Patent Document 1 describes a technique in a distributed database system including a master site that accesses a master database and a replication site that is connected to the master site via a network and accesses a replication database. . In this system, when a replication site receives a replication database update request from a client, the replication site transmits the update request to the master site. The master site updates the master database according to this update request. When the replication site receives the update result of the master database from the master site, the replication database is updated according to the update result.

また、特許文献2には、システムのネットワーク内へのデータソースからのデータのマルチキャスト送信と、データ要求側での選択受信により、システム内の任意のノードに対する情報共有・流通を実現する技術が記載されている。この技術は、プロセス側の機器・設備の監視制御用の多数台のPLC(Programmable Logic Controller)と、複数の監視拠点にそれぞれ複数台設けられたMMI(Man Machine Interface)と、これらPLCとMMI間を任意にネットワーク接続して制御指令およびプロセス情報を送信する分散制御システムに適用される。監視拠点別にロケーション番号を割り付け、このロケーション番号の設定で、MMIとPLC間の制御指令およびプロセス情報の送信先の監視拠点を1つまたは複数に特定する。さらに、ロケーション番号またはMMIの番号、PLCの番号の省略で送信先をマルチキャストに特定する制御LAN(Local Area Network)プロトコルを備える。   Patent Document 2 describes a technique for realizing information sharing / distribution to any node in the system by multicast transmission of data from a data source into the network of the system and selective reception on the data requesting side. Has been. This technology includes multiple PLCs (Programmable Logic Controllers) for monitoring and controlling process equipment and facilities, multiple MMIs (Man Machine Interfaces) installed at multiple monitoring bases, and between these PLCs and MMIs. It is applied to a distributed control system that transmits a control command and process information by arbitrarily connecting to the network. A location number is assigned to each monitoring base, and by setting the location number, one or a plurality of monitoring bases to which control instructions and process information are transmitted between the MMI and the PLC are specified. Further, a control LAN (Local Area Network) protocol for specifying a transmission destination as multicast by omitting a location number, an MMI number, or a PLC number is provided.

特開2002-116939号公報JP 2002-116939 A 特開2003-18215号公報Japanese Patent Laid-Open No. 2003-18215

特許文献1に記載の技術では、システム内に多数のデータベースを分散配置し、各データベースにシステム内の全データを格納し、該格納データの同期を常に保つ。これにより、システム内の任意のノードに対する情報共有・流通を実現する。従って、特許文献1に記載の技術は、データの発信源、利用頻度等に関わらず、データベースの各々に、システム内で利用する全てのデータを格納する必要がある。このため、データの数が増大すると、全てのデータベースで、記憶領域の拡張が必要となり、また、データの同期処理の負荷も増大する。即ち、データベースを管理するサーバの管理・運用や処理の負荷が増大する。   In the technique described in Patent Document 1, a large number of databases are distributed in the system, all data in the system is stored in each database, and the stored data is always kept synchronized. This realizes information sharing / distribution to any node in the system. Therefore, the technique described in Patent Document 1 needs to store all data used in the system in each database regardless of the data transmission source, usage frequency, and the like. For this reason, when the number of data increases, it is necessary to expand the storage area in all databases, and the load of data synchronization processing also increases. That is, the load of management / operation and processing of the server that manages the database increases.

また、特許文献2に記載の技術は、システムのネットワーク内へのデータソースからのデータのマルチキャスト送信と、データ要求側での選択受信により、システム内の任意のノードに対する情報共有・流通を実現する。従って、マルチキャスト通信のために、データを要求していないノードにまでメッセージが到達する。このメッセージを受信した全てのノードは、受信データが自ノードには必要か否かの判定処理を行う。このため、ノードの数が増加すると、ネットワーク負荷及び各ノードでの受信データの判定処理の負荷が増大する。   The technology described in Patent Document 2 realizes information sharing / distribution to any node in the system by multicast transmission of data from a data source into the network of the system and selective reception on the data request side. . Therefore, the message reaches a node that does not request data for multicast communication. All the nodes that have received this message perform a process for determining whether or not the received data is necessary for the own node. For this reason, when the number of nodes increases, the network load and the load of received data determination processing at each node increase.

本発明は上記課題を鑑みてなされたものであり、1つ以上のネットワークが含まれ、それらが相互に接続する分散システムにおいて、データの数及びノード数が増大しても、データベースを管理するサーバの管理・運用や処理の負荷が増大することなく、かつ、ネットワーク負荷及び各ノードでの処理負荷の増大することのない技術を提供することを目的とする。   The present invention has been made in view of the above problems, and in a distributed system including one or more networks and interconnecting them, a server that manages a database even if the number of data and the number of nodes increase It is an object of the present invention to provide a technology that does not increase the load of management / operation and processing, and does not increase the network load and the processing load at each node.

本発明は上記の目的を達成するためになされたもので、互いに接続されている複数の通信ネットワークの各々に、データ管理サーバ、データ値を提供するデータソース、及び、ユーザ端末のうち少なくとも1つが接続され、前記データ管理サーバの各々が、前記データソースから取得したデータ値を前記各ユーザ端末に送信する分散システムであって、前記データ管理サーバの各々は、以前データ値を取得したことのあるデータ値のデータ識別情報と、該データ値を提供するデータソースのデータソース識別情報とが対応付けられている管理情報を記憶する記憶装置と、データソースの各々からデータ値を取得し、前記記憶装置に、該取得したデータ値と、該データ値のデータ識別情報とを対応付けた収集情報を記憶させるデータ取得手段と、前記収集情報に含まれるデータ識別情報と、該データ識別情報に対応するデータ値とをユーザ端末に送信するデータ提供手段と、ユーザ端末から送信された、要求するデータ値のデータ識別情報を含むデータ要求を受信するデータ要求受信手段と、他のデータ管理サーバに、データ要求に含まれるデータ識別情報のデータ値を記憶するか否かを問い合わせる問合せ情報を送信する問合せ手段と、他のデータ管理サーバからの問合せ情報を受信した場合、前記収集情報に、該問合せ情報に含まれるデータ識別情報が含まれているか否か、或いは、前記管理情報に、該問合せ情報に含まれるデータ識別情報が含まれているか否か判定し、該当するデータが前記収集情報及び前記管理情報のうち少なくとも一方に含まれている場合、この判定結果を含む応答を送信する応答手段と、前記収集情報に、データ要求に含まれるデータ識別情報が含まれているか否か、前記管理情報に、該データ要求に含まれるデータ識別情報が含まれているか否か判定する判定手段と、データ要求に応じて、データ値を送信するデータ管理サーバを選択する選択手段と、を有し、前記ユーザ端末からのデータ要求を受信した場合、前記選択手段が、他のデータ管理サーバから送信された応答に含まれる判定結果、及び、前記判定手段による判定結果に、収集情報に該当するデータ識別情報が含まれていることを通知するものがある場合、その判定結果を得たデータ管理サーバのうち1つを選択し、他のデータ管理サーバから送信された応答に含まれる判定結果、及び、前記判定手段による判定結果に、収集情報に該当するデータ識別情報が含まれていることを通知するものが無く、かつ、管理情報に該当するデータ識別情報が含まれていることを通知するものがある場合、管理情報に該当するデータ識別情報が含まれていることを通知する判定結果を得たデータ管理サーバのうち1つを選択し、前記選択したデータ管理サーバが自身である場合、前記データ取得手段が、前記管理情報から、前記データ要求に含まれるデータ識別情報と対応付けられているデータソース識別情報を抽出し、該抽出したデータソース識別情報のデータソースからデータ値を取得して、該取得したデータ値を、前記データ要求に含まれるデータ識別情報と対応付けて収集情報として記憶させ、前記データ提供手段が、前記収集情報から、前記データ要求に含まれるデータ識別情報と対応するデータ値を抽出して、該データ要求を送信したユーザ端末に送信し、前記選択したデータ管理サーバが他のデータ管理サーバである場合、前記データ提供手段が、該選択した他のデータ管理サーバに、前記受信したデータ要求に含まれるデータ識別情報と、該データ要求を送信したユーザ端末の端末識別情報とを含むデータ応答実行指示を送信し、前記データ応答実行指示を受信したデータ管理サーバの前記データ取得手段が、自身の前記管理情報から、前記データ応答実行指示に含まれるデータ識別情報と対応付けられているデータソース識別情報を抽出し、該抽出したデータソース識別情報のデータソースからデータ値を取得し、該取得したデータ値を、該データ値のデータ識別情報と対応付けて自身の収集情報として記憶させ、前記データ応答実行指示を受信したデータ管理サーバの前記データ提供手段が、自身の前記収集情報から、前記データ応答実行指示に含まれるデータ識別情報と対応付けられているデータ値を抽出し、前記データ応答実行指示に含まれる端末識別情報のユーザ端末に送信することを特徴とする。 The present invention has been made to achieve the above object, and at least one of a data management server, a data source for providing a data value, and a user terminal is connected to each of a plurality of communication networks connected to each other. A distributed system in which each of the data management servers transmits a data value acquired from the data source to each user terminal, each of the data management servers having previously acquired a data value and data identification information of data values, a storage device for storing management information and data source identification information for the data source that provides the data values are associated, and obtains the data value from each data source, the storage Data acquisition means for storing collected information in which the acquired data value is associated with the data identification information of the data value; Data providing means for transmitting data identification information included in the collected information and a data value corresponding to the data identification information to the user terminal, and data including data identification information of the requested data value transmitted from the user terminal Data request receiving means for receiving the request, inquiry means for sending inquiry information as to whether or not to store the data value of the data identification information included in the data request to another data management server, and another data management server When the inquiry information is received , whether or not the collected information includes the data identification information included in the inquiry information , or the management information includes the data identification information included in the inquiry information. and whether determined that, if the corresponding data is included in at least one of said collecting information and the management information, the determination result And response means for transmitting a response including, on the collection information, whether whether the data identification information included in the data request is included in the management information includes data identifying information included in the data request Determining means for determining whether or not to select a data management server that transmits a data value in response to a data request, and when the data request from the user terminal is received, the selecting means If the determination result included in the response transmitted from the data management server and the determination result by the determination means notify that the data identification information corresponding to the collection information is included, the determination result Information is collected in the determination result included in the response transmitted from the other data management server and the determination result by the determination means. If there is nothing to notify that the data identification information corresponding to the management information is included and there is a notification notifying that the management information includes the data identification information, the data identification corresponding to the management information If one of the data management servers that has obtained the determination result for notifying that the information is included is selected and the selected data management server is itself, the data acquisition means is configured to Data source identification information associated with data identification information included in the data request is extracted, a data value is acquired from a data source of the extracted data source identification information, and the acquired data value is obtained from the data request is stored as the collected information in association with data identifying information contained in the data identification the data providing means, included from the collected information, to the data request Information and extracts the corresponding data value, and transmits to the user terminal transmitting the data request, if the selected data management server is another data management server, the data providing means, the other was the selected Data response execution instruction including data identification information included in the received data request and terminal identification information of the user terminal that transmitted the data request is transmitted to the data management server, and the data response execution instruction is received. The data acquisition unit of the management server extracts data source identification information associated with the data identification information included in the data response execution instruction from the management information of the management server, and data of the extracted data source identification information Acquire the data value from the source, and associate the acquired data value with the data identification information of the data value as own collection information Is憶, the data providing means of the data management server which has received the data response execution instruction, from said collected information thereof, extract the data values associated with the data identification information included in the data response execution instruction And transmitting to the user terminal of the terminal identification information included in the data response execution instruction.

本発明の技術によれば、要求されたデータを保持しているデータ管理サーバが優先してデータを提供するため、各データ管理サーバが全てのデータを保持する必要がない。そのため、データ量が増大しても、データ管理サーバの管理・運用や処理の負荷が増大することはない。また、複数のデータ管理サーバのうち1つが、データを要求した端末のみに送信するため、データを要求する利用者の端末の数が増加しても、ネットワーク負荷及び各データソースでの処理負荷が増大することはない。即ち、データソース及びデータソースの接続するネットワークにおけるリアルタイムな処理や、通信を妨害することなく、任意の通信経路からのデータ要求に対する応答性を保証することが可能となる。   According to the technology of the present invention, since the data management server that holds the requested data provides the data with priority, it is not necessary for each data management server to hold all the data. Therefore, even if the amount of data increases, the load of management / operation and processing of the data management server does not increase. In addition, since one of the plurality of data management servers transmits only to the terminal that requested the data, even if the number of user terminals requesting the data increases, the network load and the processing load at each data source are increased. There is no increase. That is, it is possible to guarantee responsiveness to a data request from an arbitrary communication path without interfering with real-time processing and communication in a data source and a network to which the data source is connected.

以下、本発明の一実施形態を、図面を参照して詳細に説明する。   Hereinafter, an embodiment of the present invention will be described in detail with reference to the drawings.

図1は、本実施形態のシステム構成例を示す図である。図1において、本実施形態のシステムは、拠点101、拠点102、工場103の各々内の機器から成る。拠点101、拠点102、工場103の各々内の機器は、通信ネットワーク104を介して接続されている。拠点101、拠点102内の機器は、例えば、情報系のネットワークを構成する。また、工場103内の機器は、制御系のネットワークを構成する。通信ネットワーク104は、例えば、WAN(Wide Area Network)、LAN、専用線、公衆網等、任意の通信ネットワークである。   FIG. 1 is a diagram illustrating a system configuration example of the present embodiment. In FIG. 1, the system according to the present embodiment includes devices in each of a base 101, a base 102, and a factory 103. Devices in each of the base 101, the base 102, and the factory 103 are connected via a communication network 104. The devices in the base 101 and the base 102 constitute, for example, an information network. The devices in the factory 103 constitute a control system network. The communication network 104 is an arbitrary communication network such as a WAN (Wide Area Network), a LAN, a dedicated line, or a public network.

以下、拠点101、拠点102、工場103の各々内の機器において同じ機能を有するものを区別する場合、それらの機器に例えば「-a1」、「-b」等の符号を付与して説明する。   Hereinafter, when the devices having the same function among the devices in each of the base 101, the base 102, and the factory 103 are distinguished from each other, description will be given by assigning, for example, “-a1” and “-b” to the devices.

拠点101は、データ管理サーバ111-a、ユーザ端末121-a、アプリケーションサーバ131‐a、ゲートウェイサーバ141-a等を有する。データ管理サーバ111-a、ユーザ端末121-a、アプリケーションサーバ131‐a、ゲートウェイサーバ141-a等は、通信ネットワーク151-aを介して互いに接続される。通信ネットワーク151-aは、ゲートウェイサーバ141-aを介して通信ネットワーク104と接続する。   The base 101 includes a data management server 111-a, a user terminal 121-a, an application server 131-a, a gateway server 141-a, and the like. The data management server 111-a, user terminal 121-a, application server 131-a, gateway server 141-a, and the like are connected to each other via a communication network 151-a. The communication network 151-a is connected to the communication network 104 via the gateway server 141-a.

拠点102は、データ管理サーバ111-b、ユーザ端末121-b1、ユーザ端末121-b2、ゲートウェイサーバ141-b等を有する。データ管理サーバ111-b、ユーザ端末121-b1、ユーザ端末121-b2、ゲートウェイサーバ141-b等は、通信ネットワーク151-bを介して互いに接続される。通信ネットワーク151-bは、ゲートウェイサーバ141-bを介して通信ネットワーク104と接続する。   The base 102 includes a data management server 111-b, a user terminal 121-b1, a user terminal 121-b2, a gateway server 141-b, and the like. The data management server 111-b, user terminal 121-b1, user terminal 121-b2, gateway server 141-b, and the like are connected to each other via a communication network 151-b. The communication network 151-b is connected to the communication network 104 via the gateway server 141-b.

工場103は、通信ネットワーク151-c、通信ネットワーク151-d、通信ネットワーク151-e、通信ネットワーク151-f等を有する。通信ネットワーク151-cには、通信ネットワーク151-d、通信ネットワーク151-e、通信ネットワーク151-fの各々が接続される。通信ネットワーク151-d、通信ネットワーク151-e、通信ネットワーク151-fの各々は、通信ネットワーク151-cを介して通信ネットワーク104と接続する。   The factory 103 includes a communication network 151-c, a communication network 151-d, a communication network 151-e, a communication network 151-f, and the like. Each of the communication network 151-d, the communication network 151-e, and the communication network 151-f is connected to the communication network 151-c. Each of the communication network 151-d, the communication network 151-e, and the communication network 151-f is connected to the communication network 104 via the communication network 151-c.

通信ネットワーク151-cには、データ管理サーバ111-c、ユーザ端末121-c1、ユーザ端末121-c2、ゲートウェイサーバ141-c等が接続される。通信ネットワーク151-cは、ゲートウェイサーバ141-cを介して通信ネットワーク104と接続する。   The data management server 111-c, user terminal 121-c1, user terminal 121-c2, gateway server 141-c, and the like are connected to the communication network 151-c. The communication network 151-c is connected to the communication network 104 via the gateway server 141-c.

通信ネットワーク151-dには、データ管理サーバ111-d、ユーザ端末121-d、機器161-d1、機器161-d2、機器161-d3、ゲートウェイサーバ141-d等が接続される。通信ネットワーク151-dは、ゲートウェイサーバ141-dを介して通信ネットワーク151-cと接続する。   A data management server 111-d, a user terminal 121-d, a device 161-d1, a device 161-d2, a device 161-d3, a gateway server 141-d, and the like are connected to the communication network 151-d. The communication network 151-d is connected to the communication network 151-c via the gateway server 141-d.

通信ネットワーク151-eには、データ管理サーバ111-e、機器161e、ゲートウェイサーバ141-e等が接続される。通信ネットワーク151-eは、ゲートウェイサーバ141-eを介して通信ネットワーク151-cと接続する。   A data management server 111-e, a device 161e, a gateway server 141-e, and the like are connected to the communication network 151-e. The communication network 151-e is connected to the communication network 151-c via the gateway server 141-e.

通信ネットワーク151-fには、データ管理サーバ111-f、機器161-f、ゲートウェイサーバ141-f等が接続される。通信ネットワーク151-fは、ゲートウェイサーバ141-fを介して通信ネットワーク151-cと接続する。   A data management server 111-f, equipment 161-f, gateway server 141-f, and the like are connected to the communication network 151-f. The communication network 151-f is connected to the communication network 151-c via the gateway server 141-f.

各データ管理サーバ111は、例えば、情報処理装置であり、データを一時的に蓄積し、そのデータの流通を管理する。ユーザ端末121は、例えば、PC(Personal Computer)や携帯電話等の任意の情報端末である。ユーザ端末121は、ユーザプログラムを稼動させ、ユーザがデータを要求するのに用いる。アプリケーションサーバ131は、業務用途で用いる任意のプログラムが導入されている。機器161は、データを取得し、データ管理サーバ111に提供するものである。この機器161は任意であるが、例えば、センサや、各種設備や機器を制御する制御装置(コントローラ、PLC)等を含む。例えば、図1の例では、工場103内で、測定値や測定時間、制御実績、設備の稼動状況、接点データ、I/O出力等のデータを取得し、取得したデータを何れかのデータ管理サーバ111に出力する。機器161は特に限定するわけではなく、通信機能及びデータ取得機能を有するものであればよい。機器161の具体例は、例えば、任意の設備やデバイス、短距離無線通信により最寄りのアクセスポイント等(図示略)を介して測定値等のデータを発信するセンサやRFID(Radio Frequency Identification)タグ等である。なお、機器161の通信機能及びデータ取得機能は、同じ機器により実現するものでもよく、また、複数の機器により実現するものでもよい。各ゲートウェイサーバ141は、各通信ネットワーク151に設置され、ネットワーク間の通信の中継等を行う。通信ネットワーク151は、例えば、WAN、LAN、専用線、公衆網等、任意の通信ネットワークである。   Each data management server 111 is, for example, an information processing apparatus, temporarily stores data, and manages the distribution of the data. The user terminal 121 is an arbitrary information terminal such as a PC (Personal Computer) or a mobile phone. The user terminal 121 runs a user program and is used by a user to request data. The application server 131 is installed with an arbitrary program used for business purposes. The device 161 acquires data and provides it to the data management server 111. The device 161 is arbitrary, but includes, for example, a sensor, a control device (controller, PLC) that controls various facilities and devices, and the like. For example, in the example of FIG. 1, data such as measurement values, measurement time, control results, equipment operation status, contact data, I / O output, and the like are acquired in the factory 103, and the acquired data is managed as any data. Output to the server 111. The device 161 is not particularly limited as long as it has a communication function and a data acquisition function. Specific examples of the device 161 include, for example, an arbitrary facility or device, a sensor that transmits data such as a measurement value via a nearby access point (not shown), etc. by short-range wireless communication, an RFID (Radio Frequency Identification) tag, or the like It is. Note that the communication function and the data acquisition function of the device 161 may be realized by the same device, or may be realized by a plurality of devices. Each gateway server 141 is installed in each communication network 151 and relays communication between the networks. The communication network 151 is an arbitrary communication network such as a WAN, a LAN, a dedicated line, or a public network.

ユーザ端末121、アプリケーションサーバ131、ゲートウェイサーバ141、通信ネットワーク151、機器161等は、従来技術と特に異なるものではないので、詳細な説明は省略する。   Since the user terminal 121, the application server 131, the gateway server 141, the communication network 151, the device 161, and the like are not particularly different from the conventional technology, detailed description thereof is omitted.

なお、本実施形態のシステム構成は任意であり、図1に示すものに限られるわけではない。本実施形態は、1つ以上の通信ネットワークが相互に接続されるシステムに適用可能である。また、各通信ネットワーク151に接続されるデータ管理サーバ111、ユーザ端末121、アプリケーションサーバ131、ゲートウェイサーバ141、機器161の数は任意であり、図1に示すものに限られるわけではない。   The system configuration of this embodiment is arbitrary and is not limited to that shown in FIG. The present embodiment is applicable to a system in which one or more communication networks are connected to each other. Further, the number of data management servers 111, user terminals 121, application servers 131, gateway servers 141, and devices 161 connected to each communication network 151 is arbitrary, and is not limited to that shown in FIG.

次に、図2を参照し、データ管理サーバ111の構成例を説明する。   Next, a configuration example of the data management server 111 will be described with reference to FIG.

まず、図2(a)を参照し、データ管理サーバ111のハードウエア構成例を説明する。   First, a hardware configuration example of the data management server 111 will be described with reference to FIG.

図2(a)において、データ管理サーバ111は、演算装置201、メモリ202、2次記憶装置203、入力装置204、出力装置205、通信装置206等を有する。演算装置201、メモリ202、2次記憶装置203、入力装置204、出力装置205、通信装置206等はバス207により互いに接続する。   2A, the data management server 111 includes an arithmetic device 201, a memory 202, a secondary storage device 203, an input device 204, an output device 205, a communication device 206, and the like. The arithmetic device 201, the memory 202, the secondary storage device 203, the input device 204, the output device 205, the communication device 206, and the like are connected to each other via a bus 207.

演算装置201は、例えばCPU(Central Processing Unit)等である。演算装置201は、メモリ202にロードしたプログラム(図示略)を実行することにより、後述する機能を実現する。   The arithmetic device 201 is, for example, a CPU (Central Processing Unit). The arithmetic device 201 implements functions to be described later by executing a program (not shown) loaded in the memory 202.

2次記憶装置203は、例えば、CD(Compact Disc)やDVD(Digital Versatile Disk)等の記憶メディア及び当該記憶メディアの駆動装置、HDD(Hard Disk Drive)やシリコンディスク等、データ書き込み及び読出し可能な記憶媒体である。   The secondary storage device 203 can write and read data such as a storage medium such as a CD (Compact Disc) or a DVD (Digital Versatile Disk) and a drive device of the storage medium, an HDD (Hard Disk Drive) or a silicon disk. It is a storage medium.

入力装置204は、例えば、マウス、キーボード、スキャナ、マイク等である。出力装置205は、例えば、ディスプレイ装置、スピーカ、プリンタ等である。通信装置206は、例えば、LANユニット等の任意の通信装置である。   The input device 204 is, for example, a mouse, a keyboard, a scanner, a microphone, or the like. The output device 205 is, for example, a display device, a speaker, a printer, or the like. The communication device 206 is an arbitrary communication device such as a LAN unit, for example.

次に、図2(b)を参照し、データ管理サーバ111の機能ブロックの例を説明する。   Next, an example of functional blocks of the data management server 111 will be described with reference to FIG.

図2(b)において、データ管理サーバ111のメモリ202は、収集データテーブル231、利用者管理情報テーブル232、自ネットワーク情報テーブル233、履歴管理情報テーブル234等を有する。収集データテーブル231は、現在、各機器161から収集しているデータ値、及び、それらのデータの収集・蓄積に関連する情報を格納する。なお、収集データテーブル231に格納されるデータに重複は無い。利用者管理情報テーブル232は、機器161からデータを取得する条件、データをユーザ端末121に送信する条件等を格納する。自ネットワーク情報テーブル233は、自身と同じ通信ネットワーク151と接続する機器161から取得可能なデータに関する情報を格納する。履歴管理情報テーブル234は、機器161等から収集・蓄積したデータの収集実績に関する情報を格納する。履歴管理情報テーブル234には、過去に収集・蓄積及び送信していたものの、現在は収集・蓄積及び送信していないデータに関する情報が格納される。   2B, the memory 202 of the data management server 111 has a collection data table 231, a user management information table 232, a local network information table 233, a history management information table 234, and the like. The collected data table 231 stores data values currently collected from each device 161 and information related to collection / accumulation of those data. The data stored in the collected data table 231 is not duplicated. The user management information table 232 stores conditions for acquiring data from the device 161, conditions for transmitting data to the user terminal 121, and the like. The own network information table 233 stores information related to data that can be acquired from the device 161 connected to the same communication network 151 as the own network information table 233. The history management information table 234 stores information related to the collection results of data collected and accumulated from the device 161 and the like. The history management information table 234 stores information related to data that has been collected, stored, and transmitted in the past but is not currently collected, stored, or transmitted.

なお、収集データテーブル231、利用者管理情報テーブル232、自ネットワーク情報テーブル233、履歴管理情報テーブル234等の詳細については後述する。   Details of the collected data table 231, user management information table 232, own network information table 233, history management information table 234, etc. will be described later.

演算装置201は、上述のように、メモリ202にロードしたプログラムを実行することにより、ミドルウェア211を実現する。ミドルウェア211は、データ提供部221、受付部222、データ利用者管理部223、データ管理部224、通信制御部225等を有する。   The arithmetic unit 201 implements the middleware 211 by executing the program loaded in the memory 202 as described above. The middleware 211 includes a data providing unit 221, a receiving unit 222, a data user management unit 223, a data management unit 224, a communication control unit 225, and the like.

データ提供部221は、利用者管理情報テーブル232のユーザ毎の送信条件に基づいて、収集データテーブル231からデータを抽出し、ユーザ端末121に送信する。受付部222は、データ要求受付部226、応答処理部227、実行指示判定部228等を有する。データ要求受付部226は、ユーザ端末121からのデータ要求を受け付けると、該当するデータを収集データテーブル231、自ネットワーク情報テーブル233、履歴管理情報テーブル234等から検索等する。さらに、データ要求受付部226は、他のデータ管理サーバ111に、要求されたデータの問合せを送信し、この問合せに対する応答と、自身の検索結果等とから、複数のデータ管理サーバ111のうち1つを選択し、選択したデータ管理サーバ111に対しデータ応答実行指示を発行する。応答処理部227は、収集データテーブル231、自ネットワーク情報テーブル233、履歴管理情報テーブル234等を参照し、他のデータ管理サーバ111からの問合せに対し応答する。実行指示判定部228は、データ応答実行指示を受け付けると、複数のデータ管理サーバ111のうち、予め定められたポリシーに適合するものを選択し、選択したデータ管理サーバ111に、データ応答実行指示を発行する。なお、データ応答実行指示の発行先は、自身の場合もある。データ利用者管理部223は、利用者管理情報テーブル232を更新等する。データ管理部224は、収集データテーブル231等を更新すると共に、収集データテーブル231内の情報を参照し、各機器161からデータを取得する。通信制御部225は、ミドルウェア211によるデータの送受信を制御する。この通信制御部225の機能は従来技術と同じである。   The data providing unit 221 extracts data from the collected data table 231 based on the transmission conditions for each user in the user management information table 232 and transmits the data to the user terminal 121. The reception unit 222 includes a data request reception unit 226, a response processing unit 227, an execution instruction determination unit 228, and the like. When the data request accepting unit 226 accepts a data request from the user terminal 121, the data request accepting unit 226 searches for the corresponding data from the collected data table 231, the own network information table 233, the history management information table 234, and the like. Further, the data request receiving unit 226 transmits an inquiry about the requested data to the other data management server 111, and 1 of the plurality of data management servers 111 is obtained from a response to the inquiry and its own search result. And issues a data response execution instruction to the selected data management server 111. The response processing unit 227 refers to the collected data table 231, the own network information table 233, the history management information table 234, etc., and responds to inquiries from other data management servers 111. When receiving the data response execution instruction, the execution instruction determining unit 228 selects a data management server 111 that conforms to a predetermined policy, and sends a data response execution instruction to the selected data management server 111. Issue. In some cases, the data response execution instruction is issued to itself. The data user management unit 223 updates the user management information table 232 or the like. The data management unit 224 updates the collected data table 231 and the like and refers to information in the collected data table 231 to acquire data from each device 161. The communication control unit 225 controls data transmission / reception by the middleware 211. The function of this communication control unit 225 is the same as that of the prior art.

次に、データ管理サーバ111のメモリ202内の各テーブルの詳細を説明する。   Next, details of each table in the memory 202 of the data management server 111 will be described.

まず、図3を参照し、収集データテーブル231の一例を説明する。   First, an example of the collected data table 231 will be described with reference to FIG.

図3において、収集データテーブル231は、データ名301、データ値302、タイムスタンプ303、収集周期304、利用者数305、データソース情報306等のフィールドを含む。各行のデータ名301、データ値302、タイムスタンプ303、収集周期304、利用者数305、データソース情報306等は互いに対応付けられている。   In FIG. 3, the collected data table 231 includes fields such as a data name 301, a data value 302, a time stamp 303, a collection period 304, the number of users 305, and data source information 306. The data name 301, the data value 302, the time stamp 303, the collection cycle 304, the number of users 305, the data source information 306, etc. of each row are associated with each other.

データ名301は、ユーザにより要求されたデータのデータ名である。本実施形態では、データ名は、システム内で流通するデータに対し一意であるものとする。データ値302は、対応するデータ名301のデータ値である。本実施形態では、1つのデータ名301に対し、時系列に複数のデータ値302が格納されるものとする。なお、1つのデータ名301に対応するデータ値302の個数は任意である。この個数は、例えば、システム毎に決定されてもよい。タイムスタンプ303は、対応する各データ値302を取得した日時等である。収集周期304は、対応するデータ名301のデータ値を収集する周期である。利用者数305は、現在、対応するデータ名301のデータを要求しているユーザのうち、自身が応答を返す利用者の数を格納する。この利用者数305の値は、データ要求の有効期間が無効となる度に更新される。データソース情報306は、対応するデータ名301のデータソース(機器161)に関する情報である。本実施形態では、データソース情報306は、経路情報311、プロパティ312等を有する。経路情報311は、対応するデータ名301のデータソースである機器161と自身(データ管理サーバ111)との間でデータの送受信を行う際に通過するネットワークやゲートウェイサーバ等(何れも図示略)である。プロパティ情報312は、対応するデータ名301のデータソースの有効期間、サンプリング周期等である。   The data name 301 is the data name of the data requested by the user. In the present embodiment, it is assumed that the data name is unique for data distributed in the system. The data value 302 is the data value of the corresponding data name 301. In the present embodiment, it is assumed that a plurality of data values 302 are stored in time series for one data name 301. Note that the number of data values 302 corresponding to one data name 301 is arbitrary. This number may be determined for each system, for example. The time stamp 303 is the date and time when each corresponding data value 302 is acquired. The collection cycle 304 is a cycle in which the data value of the corresponding data name 301 is collected. The number of users 305 stores the number of users who return a response from among users who currently request the data of the corresponding data name 301. The value of the number of users 305 is updated every time the validity period of the data request becomes invalid. The data source information 306 is information related to the data source (device 161) of the corresponding data name 301. In the present embodiment, the data source information 306 includes path information 311 and properties 312. The path information 311 is a network or gateway server (not shown) that passes when data is transmitted and received between the device 161 that is the data source of the corresponding data name 301 and itself (the data management server 111). is there. The property information 312 is a valid period of the data source of the corresponding data name 301, a sampling cycle, and the like.

次に、図4を参照し、利用者管理情報テーブル232の一例を説明する。   Next, an example of the user management information table 232 will be described with reference to FIG.

図4において、利用者管理情報テーブル232は、ユーザ名401、要求データ402、フィルタリング条件403、有効期間404、ユーザ端末情報405、最終送信日時406等のフィールドを有する。各行のユーザ名401、要求データ402、フィルタリング条件403、有効期間404、ユーザ端末情報405、最終送信日時406等は互いに対応付けられている。   In FIG. 4, the user management information table 232 has fields such as a user name 401, request data 402, filtering conditions 403, validity period 404, user terminal information 405, and last transmission date and time 406. The user name 401, request data 402, filtering condition 403, validity period 404, user terminal information 405, last transmission date and time 406, etc. of each row are associated with each other.

ユーザ名401は、自身(データ管理サーバ111)が応答データを送信するユーザのユーザ名である。要求データ402は、対応するユーザ名401のユーザの要求する全てのデータ名である。なお、この要求データ402のデータ名のデータに関する情報は、上述の収集データテーブル231に格納されている。フィルタリング条件403は、対応する要求データ402のデータ値を、対応するユーザ名401のユーザのユーザ端末121に対して送信する際の条件である。例えば、フィルタリング条件403「cycle=20」は、20秒に1回、対応する要求データ402のデータ値を取得し、さらに、対応するユーザ名401のユーザのユーザ端末121に送信することを示す。また、例えば、フィルタリング条件403「Line=X」は、対応する要求データ402のうち、「X」番目の製造ラインのデータ値を、対応するユーザ名401のユーザのユーザ端末121に送信することを示す。なお、フィルタリング条件403は任意であり、上述のほかに、例えば、データ要求を受け付けてから5時間等所定時間や、毎日10:00から13:00等所定時間帯等でもよい。有効期間404は、対応するユーザ名401のユーザのユーザ端末121に対して、対応する要求データ402のデータ値の送信を行う残りの時間である。ユーザ端末情報405は、対応するユーザ名401のユーザに関する情報である。ユーザ端末情報405は、経路情報411、識別情報412等を含む。経路情報411は、ユーザのユーザ端末121の接続される通信ネットワーク151と自身(データ管理サーバ111)との間でデータの送受信を行う際に通過するネットワークやゲートウェイサーバ等である。識別情報412は、ユーザ端末121の識別情報である。本実施形態では、ユーザ端末の識別情報は特に限定するものではないが、例えば、ユーザ端末121のアドレス、携帯電話であるユーザ端末121の電話番号、ホスト名等である。最終送信日時406は、対応するユーザ名401のユーザのユーザ端末121に対して送信した日時のうち、最新のものを送信した日時である。   The user name 401 is a user name of a user who himself (the data management server 111) transmits response data. The request data 402 is all the data names requested by the user with the corresponding user name 401. Information regarding the data of the data name of the request data 402 is stored in the collected data table 231 described above. The filtering condition 403 is a condition for transmitting the data value of the corresponding request data 402 to the user terminal 121 of the user with the corresponding user name 401. For example, the filtering condition 403 “cycle = 20” indicates that the data value of the corresponding request data 402 is acquired once every 20 seconds and further transmitted to the user terminal 121 of the user with the corresponding user name 401. Further, for example, the filtering condition 403 “Line = X” indicates that the data value of the “X” -th manufacturing line in the corresponding request data 402 is transmitted to the user terminal 121 of the user with the corresponding user name 401. Show. The filtering condition 403 is arbitrary. In addition to the above, for example, a predetermined time such as 5 hours after receiving a data request or a predetermined time period such as 10:00 to 13:00 every day may be used. The valid period 404 is the remaining time during which the data value of the corresponding request data 402 is transmitted to the user terminal 121 of the user with the corresponding user name 401. The user terminal information 405 is information regarding the user with the corresponding user name 401. The user terminal information 405 includes route information 411, identification information 412 and the like. The route information 411 is a network, a gateway server, or the like that passes when data is transmitted / received between the communication network 151 to which the user terminal 121 of the user is connected and itself (the data management server 111). Identification information 412 is identification information of the user terminal 121. In this embodiment, the identification information of the user terminal is not particularly limited, but is, for example, the address of the user terminal 121, the telephone number of the user terminal 121 that is a mobile phone, the host name, and the like. The last transmission date and time 406 is the date and time when the latest one of the date and time transmitted to the user terminal 121 of the user with the corresponding user name 401 is transmitted.

次に、図5を参照し、自ネットワーク情報テーブル233の一例を説明する。   Next, an example of the own network information table 233 will be described with reference to FIG.

図5において、自ネットワーク情報テーブル233は、データ名501、プロパティ502等のフィールドを有する。各行のデータ名501、プロパティ502等は互いに対応付けられている。   In FIG. 5, the own network information table 233 has fields such as a data name 501 and a property 502. The data name 501, property 502, etc. of each row are associated with each other.

データ名501は、データのデータ名である。プロパティ502は、対応するデータ名501のデータソース(機器161)に関する情報である。ここでは、プロパティ502は、アドレス511、インタフェース512、データ型513、データサイズ514等を有する。アドレス511は、対応するデータ名501のデータソースである機器161のアドレスである。インタフェース512は、対応するデータ名501のデータソースである機器161のインタフェースである。データ型513は、対応するデータ名501のデータソースである機器161が送信するデータ値のデータ型である。データサイズ514は、対応するデータ名501のデータソースである機器161が送信するデータ値のデータサイズである。   The data name 501 is the data name of data. The property 502 is information regarding the data source (device 161) of the corresponding data name 501. Here, the property 502 includes an address 511, an interface 512, a data type 513, a data size 514, and the like. The address 511 is the address of the device 161 that is the data source of the corresponding data name 501. The interface 512 is an interface of the device 161 that is the data source of the corresponding data name 501. The data type 513 is a data type of a data value transmitted by the device 161 that is the data source of the corresponding data name 501. The data size 514 is the data size of the data value transmitted by the device 161 that is the data source of the corresponding data name 501.

なお、自ネットワーク情報テーブル233には、その自ネットワーク情報テーブル233を有するデータ管理サーバ111と同じ通信ネットワーク151と接続する機器161の取得するデータ名及びプロパティのみが格納される。具体的には、例えば、図1に一例を示すデータ管理サーバ111-dの場合、自ネットワーク情報テーブル233には、機器161-d1、機器161-d2、機器161-d3各々の取得するデータのデータ名及びそのデータのプロパティが格納される。図5に一例を示す自ネットワーク情報テーブル233は、図1に一例を示すデータ管理サーバ111-dの記憶するテーブルの例である。   The own network information table 233 stores only the data name and property acquired by the device 161 connected to the same communication network 151 as the data management server 111 having the own network information table 233. Specifically, for example, in the case of the data management server 111-d shown in FIG. 1 as an example, the own network information table 233 stores the data acquired by each of the devices 161-d1, 161-d2, and 161-d3. The data name and the property of the data are stored. The own network information table 233 shown as an example in FIG. 5 is an example of a table stored in the data management server 111-d shown as an example in FIG.

次に、図6を参照し、履歴管理情報テーブル234の一例を説明する。   Next, an example of the history management information table 234 will be described with reference to FIG.

図6において、履歴管理情報テーブル234は、データ名601、データソース情報602、最終収集日時603等のフィールドを有する。各行のデータ名601、データソース情報602、最終収集日時603等は互いに対応付けられている。   In FIG. 6, the history management information table 234 has fields such as a data name 601, data source information 602, and a final collection date / time 603. The data name 601, the data source information 602, the last collection date and time 603 of each row are associated with each other.

データ名601は、データのデータ名である。データソース情報602は、対応するデータ名601のデータソース(機器161)に関する情報である。データソース情報602は、経路情報611、プロパティ612等を有する。経路情報611は、対応するデータ名601のデータソースである機器161と自身(データ管理サーバ111)との間でデータの送受信を行う際に通過するネットワークやゲートウェイサーバ等である。プロパティ情報612は、対応するデータ名601のデータソースの有効期間、サンプリング周期等である。最終収集日時603は、対応するデータ名601のデータソースから送信されたデータ値のうち、最新のものを受信した日時である。   The data name 601 is the data name of data. The data source information 602 is information related to the data source (device 161) of the corresponding data name 601. The data source information 602 includes path information 611, properties 612, and the like. The path information 611 is a network, gateway server, or the like that passes when data is transmitted and received between the device 161 that is the data source of the corresponding data name 601 and itself (the data management server 111). The property information 612 is a valid period of the data source corresponding to the data name 601, a sampling cycle, and the like. The final collection date and time 603 is the date and time when the latest data value transmitted from the data source of the corresponding data name 601 is received.

次に、本実施形態のシステムの動作例を説明する。   Next, an example of the operation of the system of this embodiment will be described.

まず、図7を参照し、本実施形態のシステムの概要を説明する。   First, the outline of the system of the present embodiment will be described with reference to FIG.

図7は、図1に一例を示すシステム構成において、データソースである機器161と、ユーザのユーザ端末121との間の情報流通を行う概要の一例を示す。   FIG. 7 shows an example of an outline of information distribution between the device 161 as a data source and the user terminal 121 of the user in the system configuration shown in FIG. 1 as an example.

ここでは、前提条件として、誰もデータの収集・蓄積及び送信を行なっていない状態であるものとする。このような場合に、まず、ユーザc1が、通信ネットワーク151-cに接続しているユーザ端末121-c1を用いて、データ名「dataA」、「dataB」のデータ値を要求するものとする。さらに、ユーザc2が、通信ネットワーク151-cに接続しているユーザ端末121-c2を用いて、データ名「dataA」、「dataC」のデータ値を要求するものとする。また、通信ネットワーク151-dに接続されている機器161-d1、機器161-d2、機器161-d3の各々は、データ名「dataA」、「dataB」、「dataC」であるデータ値を送信するものとする。   Here, as a precondition, it is assumed that no one is collecting, storing and transmitting data. In such a case, first, it is assumed that the user c1 requests the data values of the data names “dataA” and “dataB” using the user terminal 121-c1 connected to the communication network 151-c. Furthermore, it is assumed that the user c2 requests the data values of the data names “dataA” and “dataC” using the user terminal 121-c2 connected to the communication network 151-c. In addition, each of the devices 161-d1, 161-d2, and 161-d3 connected to the communication network 151-d transmits data values having data names “dataA”, “dataB”, and “dataC”. Shall.

上述のようにデータが要求されると、データ管理サーバ111が、データ管理サーバ111のうちいずれか1つに対し、データ応答実行指示を発行する。このデータ応答実行指示が発行されたデータ管理サーバ111は、データ管理サーバ111のうち、予め定められたポリシーに従うものから1つ選択する。選択されたデータ管理サーバ111が、要求されたデータの収集・蓄積及び送信を行なう。ここでは、このポリシーは、ユーザへの応答性を優先するか、或いは、データソースである機器161からデータ管理サーバ111までの通信負荷の低減を優先するか、何れか一方であるものとする。ここでは、要求されたデータの収集・蓄積及び送信を行なうデータ管理サーバ111として、データ管理サーバ111-dが選択されるものとする。データ管理サーバ111-dは、データ名「dataA」、「dataB」、「dataC」の各々のデータ値の収集・蓄積を開始する。データ管理サーバ111-dは、ユーザ端末121-c1に対してデータ名「dataA」、「dataB」のデータ値を送信する。さらに、データ管理サーバ111-dは、ユーザ端末121-c2に対してデータ名「dataA」、「dataC」のデータ値を送信する。   When data is requested as described above, the data management server 111 issues a data response execution instruction to any one of the data management servers 111. The data management server 111 to which this data response execution instruction is issued selects one of the data management servers 111 that conforms to a predetermined policy. The selected data management server 111 collects, stores, and transmits the requested data. Here, it is assumed that this policy either gives priority to the responsiveness to the user or gives priority to the reduction of the communication load from the device 161 as the data source to the data management server 111. Here, it is assumed that the data management server 111-d is selected as the data management server 111 that collects, stores, and transmits requested data. The data management server 111-d starts collecting and accumulating data values of the data names “dataA”, “dataB”, and “dataC”. The data management server 111-d transmits the data values of the data names “dataA” and “dataB” to the user terminal 121-c1. Further, the data management server 111-d transmits the data values of the data names “dataA” and “dataC” to the user terminal 121-c2.

上述のようにデータ送信を開始した後、ユーザb1が、通信ネットワーク151-bに接続しているユーザ端末121-b1を用いて、データ名「dataA」、「dataB」、「dataD」のデータを要求するものとする。さらに、ユーザb2が、通信ネットワーク151-bに接続しているユーザ端末121-b2を用いて、データ名「dataC」、「dataD」のデータを要求するものとする。また、通信ネットワーク151-eに接続されている機器161-eは、データ名「dataD」であるデータ値を送信するものとする。   After starting the data transmission as described above, the user b1 uses the user terminal 121-b1 connected to the communication network 151-b to transfer the data with the data names “dataA”, “dataB”, and “dataD”. Shall be requested. Furthermore, it is assumed that the user b2 requests data with the data names “dataC” and “dataD” using the user terminal 121-b2 connected to the communication network 151-b. In addition, the device 161-e connected to the communication network 151-e transmits a data value having the data name “dataD”.

この場合、各データ管理サーバ111は、上述のように、データ応答実行指示が発行されたデータ管理サーバ111が、データ管理サーバ111のうち、予め定められたポリシーに従うものから1つ選択する。選択されたデータ管理サーバ111が、要求されたデータの収集・蓄積及び送信を行なう。ここでは、要求されたデータの収集・蓄積及び送信を行なうデータ管理サーバ111として、データ管理サーバ111-cが選択されるものとする。また、現在、データ値を収集・蓄積及び送信しているデータ名と、今回要求されたデータ名とが少なくとも一部一致するので、新たに選択されたデータ管理サーバ111-cが、現在データ管理サーバ111-dの行なっているデータ値の収集・蓄積及び送信を引き継ぐ。即ち、データ管理サーバ111-dは、データ名「dataA」、「dataB」、「dataC」の各々のデータ値の収集・蓄積及び送信を停止する。一方、データ管理サーバ111-cは、データ名「dataA」、「dataB」、「dataC」、「dataD」の各々のデータ値の収集・蓄積を開始する。データ管理サーバ111-cは、ユーザ端末121-c1に、データ名「dataA」、「dataB」の各々のデータ値を送信する。データ管理サーバ111-cは、ユーザ端末121-c2に、データ名「dataA」、「dataC」の各々のデータ値を送信する。データ管理サーバ111-cは、ユーザ端末121-b1に、データ名「dataA」、「dataB」、「dataD」の各々のデータ値を送信する。データ管理サーバ111-cは、ユーザ端末121-b2に、データ名「dataC」、「dataD」の各々のデータ値を送信する。   In this case, as described above, each data management server 111 selects one of the data management servers 111 to which a data response execution instruction is issued, from the data management servers 111 that comply with a predetermined policy. The selected data management server 111 collects, stores, and transmits the requested data. Here, it is assumed that the data management server 111-c is selected as the data management server 111 that collects, stores, and transmits requested data. In addition, since the data name currently collecting, storing and transmitting the data value and the data name requested this time at least partially match, the newly selected data management server 111-c The data collection / storage and transmission performed by the server 111-d is taken over. That is, the data management server 111-d stops collecting, storing, and transmitting data values of the data names “dataA”, “dataB”, and “dataC”. On the other hand, the data management server 111-c starts collecting and accumulating data values of data names “dataA”, “dataB”, “dataC”, and “dataD”. The data management server 111-c transmits the data values of the data names “dataA” and “dataB” to the user terminal 121-c1. The data management server 111-c transmits the data values of the data names “dataA” and “dataC” to the user terminal 121-c2. The data management server 111-c transmits the data values of the data names “dataA”, “dataB”, and “dataD” to the user terminal 121-b1. The data management server 111-c transmits the data values of the data names “dataC” and “dataD” to the user terminal 121-b2.

次に、図8を参照し、上述の図7に一例を示す概要のシーケンスの例を説明する。図8では、ユーザ端末121-b1からのデータ要求を受信した場合以降の例を説明する。なお、図示していないが、他のユーザ端末121にも同じ処理を行なうことはいうまでもない。   Next, an example of a schematic sequence shown in FIG. 7 will be described with reference to FIG. FIG. 8 illustrates an example after a data request is received from the user terminal 121-b1. Although not shown, it goes without saying that the same processing is performed on the other user terminals 121.

図8において、ユーザ端末121-b1は、データ要求を送信する(S801)。ここで、各ユーザ端末121のデータ要求の宛先は、自身と同じ通信ネットワーク151に接続されているデータ管理サーバ111である。従って、ユーザ端末121-b1は、データ管理サーバ111-bにデータ要求を送信する。このデータ要求には、ユーザb1のユーザ名やユーザ端末121-b1の識別情報、要求したいデータのデータ名、データ収集及び送信の条件等が含まれる。ユーザ端末121-b1からのデータ要求を受信すると、データ管理サーバ111-bは、他のデータ管理サーバ111に、受信したデータ要求に関する問合せをマルチキャストで送信する(S802、S803)。この問合せには、データ要求に含まれていたデータ名等が含まれる。さらに、データ管理サーバ111-bは、自身のメモリ202内を参照し、受信したデータ要求に含まれていた名称のデータを検索する(S804)。   In FIG. 8, the user terminal 121-b1 transmits a data request (S801). Here, the destination of the data request of each user terminal 121 is the data management server 111 connected to the same communication network 151 as itself. Accordingly, the user terminal 121-b1 transmits a data request to the data management server 111-b. This data request includes the user name of the user b1, the identification information of the user terminal 121-b1, the data name of the data desired to be requested, data collection and transmission conditions, and the like. Upon receiving the data request from the user terminal 121-b1, the data management server 111-b transmits an inquiry regarding the received data request to the other data management server 111 by multicast (S802, S803). This inquiry includes the data name included in the data request. Further, the data management server 111-b refers to its own memory 202 and searches for the data with the name included in the received data request (S804).

問合せを受信したデータ管理サーバ111-c、データ管理サーバ111-dの各々は、自身のメモリ202内を参照し、受信したデータ要求で要求されたデータを検索する(S805、S806)。なお、図示していないが、データ管理サーバ111-bは、同じ問合せをデータ管理サーバ111-a、111-e、データ管理サーバ111-fの各々に送信してもよい。この問合せを受信したデータ管理サーバ111-a、111-e、データ管理サーバ111-f各々の動作例は、データ管理サーバ111-c、データ管理サーバ111-dと同じである。S805、S806の検索の結果、該当するデータを収集・蓄積及び送信等している場合、データ管理サーバ111-c、データ管理サーバ111-dの各々は、該当するデータを収集・蓄積及び送信等していることを、問合せを送信したデータ管理サーバ111-bに送信する。ここでは、データ管理サーバ111-dが、該当するデータを収集・蓄積及び送信等していることをデータ管理サーバ111-bに送信したものとする(S807)。また、図示していないが、ここでは、データ管理サーバ111-eが、該当するデータを自身と同じ通信ネットワーク151に接続されている機器161から取得可能なことをデータ管理サーバ111-bに送信する。   Each of the data management server 111-c and data management server 111-d that received the inquiry refers to its own memory 202 and searches for the data requested by the received data request (S805, S806). Although not shown, the data management server 111-b may transmit the same inquiry to each of the data management servers 111-a and 111-e and the data management server 111-f. The operation examples of the data management servers 111-a and 111-e and the data management server 111-f that have received this inquiry are the same as those of the data management server 111-c and the data management server 111-d. As a result of the search in S805 and S806, when the corresponding data is collected / stored / transmitted, etc., each of the data management server 111-c and the data management server 111-d collects / stores / transmits the corresponding data, etc. Is transmitted to the data management server 111-b that transmitted the inquiry. Here, it is assumed that the data management server 111-d transmits to the data management server 111-b that the corresponding data is collected / stored / transmitted (S807). Although not shown, here, the data management server 111-e transmits to the data management server 111-b that the corresponding data can be acquired from the device 161 connected to the same communication network 151 as itself. To do.

データ管理サーバ111-bは、他のデータ管理サーバ111からの応答、及び、自身の検索結果から、受信したデータ要求への応答処理を行うデータ管理サーバ111を選択する(S808)。ここでは、データ管理サーバ111-bは、データ管理サーバ111-dを選択するものとする。データ管理サーバ111-bは、受信したデータ要求のデータ応答実行指示をデータ管理サーバ111-dに送信する(S809)。このデータ応答実行指示には、データ要求に含まれていたユーザb1のユーザ名や識別情報、要求したいデータ名、データ収集及び送信の条件に加え、データ管理サーバ111-bが現在収集・蓄積及び送信していたデータのうち、S801で受信したデータ要求で要求されたデータと同じものを要求しているユーザに送信するデータのデータ名、そのデータを送信するユーザやユーザ端末121に関する情報が含まれる。   The data management server 111-b selects the data management server 111 that performs a response process to the received data request from the response from the other data management server 111 and its search result (S808). Here, it is assumed that the data management server 111-b selects the data management server 111-d. The data management server 111-b transmits a data response execution instruction for the received data request to the data management server 111-d (S809). In this data response execution instruction, in addition to the user name and identification information of the user b1 included in the data request, the data name to be requested, the data collection and transmission conditions, the data management server 111-b Includes the data name of the data to be transmitted to the user who is requesting the same data requested in the data request received in S801 among the data that has been transmitted, and information regarding the user transmitting the data and the user terminal 121 It is.

データ応答実行指示を受信したデータ管理サーバ111-dは、予め定められている負荷軽減優先、応答性優先のうち一方のポリシーに従い、データ応答をするのに適したデータ管理サーバ111を選択する(S810)。ここでは、データ管理サーバ111-dは、データ管理サーバ111-cを選択するものとする。データ管理サーバ111-dは、データ管理サーバ111-cに、データ応答実行指示を行なう(S811)。このデータ応答実行指示に含まれる情報は、上述と同じである。   The data management server 111-d that has received the data response execution instruction selects the data management server 111 that is suitable for sending a data response according to one of the load reduction priority and the response priority priority. S810). Here, it is assumed that the data management server 111-d selects the data management server 111-c. The data management server 111-d issues a data response execution instruction to the data management server 111-c (S811). The information included in this data response execution instruction is the same as described above.

データ応答実行指示を受信したデータ管理サーバ111-cは、予め定められている負荷軽減優先、応答性優先のうち一方のポリシーに従い、データ応答をするのに適したデータ管理サーバ111を選択する(S812)。ここでは、データ管理サーバ111-cは、自身を選択するものとする。データ管理サーバ111-cは、データ応答実行指示に含まれるデータ収集条件に基づき、機器161からデータの収集・蓄積を行う(S813)。また、データ管理サーバ111-cは、収集・蓄積したデータを、データ応答実行指示に含まれるデータ送信条件に従い、ユーザ端末121-b1に送信する(S814)。図8には図示しないが、ユーザ端末121-c1、ユーザ端末121-c2、ユーザ端末121-b2の各々にも、同様にデータを送信する。   The data management server 111-c that has received the data response execution instruction selects the data management server 111 that is suitable for sending a data response according to one of the load reduction priority and the response priority priority. S812). Here, it is assumed that the data management server 111-c selects itself. The data management server 111-c collects and accumulates data from the device 161 based on the data collection condition included in the data response execution instruction (S813). Further, the data management server 111-c transmits the collected / accumulated data to the user terminal 121-b1 in accordance with the data transmission condition included in the data response execution instruction (S814). Although not shown in FIG. 8, data is similarly transmitted to each of the user terminal 121-c1, the user terminal 121-c2, and the user terminal 121-b2.

なお、図3に一例を示す収集データテーブル231は、上述の図7、図8に一例を示す動作例において、ユーザ端末121-c1、ユーザ端末121-c2の各々にデータの送信を開始してから、ユーザ端末121-b1、ユーザ端末121-b2の各々からのデータ要求を受信するまでの間の、データ管理サーバ111-dのものである。また、図4に一例を示す利用者管理情報テーブル232は、上述の図7、図8に一例を示す動作例において、ユーザ端末121-c1、ユーザ端末121-c2の各々にデータの送信を開始してから、ユーザ端末121-b1、ユーザ端末121-b2の各々からのデータ要求を受信するまでの間の、データ管理サーバ111-dのものである。   Note that the collected data table 231 shown as an example in FIG. 3 starts transmission of data to each of the user terminals 121-c1 and 121-c2 in the operation examples shown in FIGS. To the data management server 111-d from when the data request is received from each of the user terminal 121-b1 and the user terminal 121-b2. 4 starts transmission of data to each of the user terminal 121-c1 and the user terminal 121-c2 in the operation example illustrated in FIG. 7 and FIG. 8 described above. And the data management server 111-d from when the data request is received from each of the user terminal 121-b1 and the user terminal 121-b2.

次に、データ管理サーバ111単体の動作例を詳細に説明する。   Next, an operation example of the data management server 111 alone will be described in detail.

まず、図9を参照し、ユーザ端末121の何れかから、最初にデータ要求を受信した場合の動作例を説明する。   First, with reference to FIG. 9, an operation example when a data request is first received from any of the user terminals 121 will be described.

データ管理サーバ111のデータ要求受付部226は、ユーザ端末121から送信されたデータ要求を受け付ける(S901)。このデータ要求には、ユーザ名、そのユーザのユーザ端末の識別情報、要求するデータのデータ名、要求するデータのフィルタリング条件、データを送信する残りの時間等が含まれる。   The data request accepting unit 226 of the data management server 111 accepts the data request transmitted from the user terminal 121 (S901). This data request includes a user name, identification information of the user terminal of the user, a data name of the requested data, a filtering condition for the requested data, a remaining time for transmitting the data, and the like.

具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、ユーザc1の用いるユーザ端末121-c1から送信されるデータ要求には、ユーザ名「user c1」、識別情報「ID_c1」、要求するデータ毎のデータ名「dataA、dataB」、フィルタリング条件「cycle=20」、データを送信する残りの時間「06:00:00」等が含まれる。データ管理サーバ111-cは、これらの情報が含まれるデータ要求を受信する。   Specifically, for example, in the case of the operation example shown in FIGS. 7 and 8 described above, the data request transmitted from the user terminal 121-c1 used by the user c1 includes the user name “user c1”, the identification information “ID_c1”, data name “dataA, dataB” for each requested data, filtering condition “cycle = 20”, remaining time “06:00:00” for transmitting data, and the like are included. The data management server 111-c receives a data request including these pieces of information.

また、具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、ユーザb1の用いるユーザ端末121-b1から送信されるデータ要求には、ユーザ名「user b1」、識別情報「ID_b1」、及び、要求するデータ毎のデータ名「dataA、dataB、dataD」、フィルタリング条件「cycle=10」、データを送信する残りの時間「18:00:00」等が含まれる。データ管理サーバ111-bは、これらの情報が含まれるデータ要求を受信する。   Specifically, for example, in the case of the operation example shown in FIGS. 7 and 8 described above, the data request transmitted from the user terminal 121-b1 used by the user b1 includes the user name “user b1”, The identification information “ID_b1”, the data names “dataA, dataB, dataD” for each requested data, the filtering condition “cycle = 10”, the remaining time “18:00:00” for transmitting data, and the like are included. The data management server 111-b receives a data request including these pieces of information.

データ要求受付部226は、他のデータ管理サーバ111に、S901で受け付けたデータ要求で要求されたデータに関する情報を保有するか否かの問合せを、マルチキャスト送信する(S902)。このとき、データ要求受付部226は、この問合せに、少なくとも、受信したデータ要求に含まれるデータ名を含ませる。   The data request accepting unit 226 multicasts to another data management server 111 an inquiry as to whether or not to hold information related to the data requested by the data request accepted in S901 (S902). At this time, the data request receiving unit 226 includes at least the data name included in the received data request in the inquiry.

具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、ユーザ端末121-c1から送信されるデータ要求を受信したデータ管理サーバ111-cは、データ管理サーバ111-a、データ管理サーバ111-b、データ管理サーバ111-d、データ管理サーバ111-e、データ管理サーバ111-fの各々に、データ名「dataA」、「dataB」等を含む問合せを送信する。   Specifically, for example, in the case of the operation example shown in FIGS. 7 and 8, the data management server 111-c that has received the data request transmitted from the user terminal 121-c1 a, the data management server 111-b, the data management server 111-d, the data management server 111-e, and the data management server 111-f are each transmitted an inquiry including the data names “dataA”, “dataB”, and the like.

また、具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、ユーザ端末121-b1から送信されるデータ要求を受信したデータ管理サーバ111-bは、データ管理サーバ111-a、データ管理サーバ111-c、データ管理サーバ111-d、データ管理サーバ111-e、データ管理サーバ111-fの各々に、データ名「dataA」、「dataB」、「dataD」等を含む問合せを送信する。   Specifically, for example, in the case of the operation example shown in FIGS. 7 and 8 described above, the data management server 111-b that has received the data request transmitted from the user terminal 121-b1 is the data management server. 111-a, data management server 111-c, data management server 111-d, data management server 111-e, and data management server 111-f are assigned data names “dataA”, “dataB”, “dataD”, etc. Send a containing query.

次に、データ要求受付部226は、メモリ202を参照し、S901で受け付けたデータ要求で要求されたデータを検索する(S903)。そのために、データ要求受付部226は、収集データテーブル231のデータ名301を参照し、S901で受け付けたデータ要求に含まれるデータ名と一致するものを検索する。この検索により一致するものが、現在、収集・蓄積及び送信しているデータのうち、データ要求に含まれるデータと一致するものである。また、データ要求受付部226は、履歴管理情報テーブル234のデータ名601を参照し、S901で受け付けたデータ要求に含まれるデータ名と一致するものを検索する。この検索により一致するものが、過去に、収集・蓄積及び送信したデータのうち、データ要求に含まれるデータと一致するものである。さらに、データ要求受付部226は、自ネットワーク情報テーブル233のデータ名501を参照し、S901で受け付けたデータ要求に含まれるデータ名と一致するものを検索する。この検索により一致するものが、自身と同じ通信ネットワーク151と接続されている機器161から取得可能なデータのうち、データ要求に含まれるデータと一致するものである。   Next, the data request receiving unit 226 refers to the memory 202 and searches for data requested by the data request received in S901 (S903). For this purpose, the data request receiving unit 226 refers to the data name 301 of the collected data table 231 and searches for a data name that matches the data name included in the data request received in S901. What is matched by this search is the data that is currently collected / stored / transmitted and that matches the data included in the data request. Further, the data request receiving unit 226 refers to the data name 601 in the history management information table 234 and searches for a data name that matches the data name included in the data request received in S901. What is matched by this search is data that matches the data included in the data request among the data collected, stored and transmitted in the past. Further, the data request receiving unit 226 refers to the data name 501 of the own network information table 233, and searches for a data name that matches the data name included in the data request received in S901. What is matched by this search is data that matches data included in the data request among data that can be acquired from the device 161 connected to the same communication network 151 as that of the search.

具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、ユーザ端末121-c1から送信されるデータ要求を受信したデータ管理サーバ111-cのデータ要求受付部226は、収集データテーブル231のデータ名301を参照し、「dataA」、「dataB」の各々と一致するものを検索する。データ要求受付部226は、履歴管理情報テーブル234のデータ名601を参照し、「dataA」、「dataB」の各々と一致するものを検索する。さらに、データ要求受付部226は、自ネットワーク情報テーブル233のデータ名501を参照し、「dataA」、「dataB」の各々と一致するものを検索する。図7、図8に一例を示す動作例の場合、上述のように、ユーザ端末121-c1からのデータ要求を受信した時点では、誰もデータの収集・蓄積及び送信を行なっていない状態であるので、データ要求受付部226は、収集データテーブル231、自ネットワーク情報テーブル233、履歴管理情報テーブル234の何れにも、該当する情報が含まれていないと判定する。   Specifically, for example, in the case of the operation example shown in FIG. 7 and FIG. 8 described above, the data request reception unit 226 of the data management server 111-c that has received the data request transmitted from the user terminal 121-c1 is Then, the data name 301 of the collected data table 231 is referred to search for data that matches each of “dataA” and “dataB”. The data request receiving unit 226 refers to the data name 601 of the history management information table 234 and searches for data that matches each of “dataA” and “dataB”. Further, the data request receiving unit 226 refers to the data name 501 of the own network information table 233 and searches for data that matches each of “dataA” and “dataB”. In the case of the operation example shown in FIGS. 7 and 8, as described above, when receiving a data request from the user terminal 121-c 1, no one is collecting, storing, or transmitting data. Therefore, the data request accepting unit 226 determines that the corresponding information is not included in any of the collected data table 231, the own network information table 233, and the history management information table 234.

また、具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、ユーザ端末121-b1から送信されるデータ要求を受信したデータ管理サーバ111-bのデータ要求受付部226は、収集データテーブル231のデータ名301を参照し、「dataA」、「dataB」、「dataD」の各々と一致するものを検索する。データ要求受付部226は、履歴管理情報テーブル234のデータ名601を参照し、「dataA」、「dataB」、「dataD」の各々と一致するものを検索する。さらに、データ要求受付部226は、自ネットワーク情報テーブル233のデータ名501を参照し、「dataA」、「dataB」、「dataD」の各々と一致するものを検索する。図7、図8に一例を示す動作例の場合、上述のように、ユーザ端末121-b1からのデータ要求を受信した時点では、データ管理サーバ111-dのみがデータの収集・蓄積及び送信を行なっている状態である。従って、データ管理サーバ111-bのデータ要求受付部226は、収集データテーブル231、自ネットワーク情報テーブル233、履歴管理情報テーブル234の何れにも、該当する情報が含まれていないと判定する。   Specifically, for example, in the case of the operation example shown in FIGS. 7 and 8 described above, the data request reception unit of the data management server 111-b that has received the data request transmitted from the user terminal 121-b1. 226 refers to the data name 301 of the collected data table 231 and searches for data that matches each of “dataA”, “dataB”, and “dataD”. The data request reception unit 226 refers to the data name 601 in the history management information table 234 and searches for data that matches each of “dataA”, “dataB”, and “dataD”. Further, the data request receiving unit 226 refers to the data name 501 of the own network information table 233 and searches for data that matches each of “dataA”, “dataB”, and “dataD”. In the operation example shown in FIGS. 7 and 8, as described above, when the data request from the user terminal 121-b1 is received, only the data management server 111-d collects, stores, and transmits data. It is in the state of doing. Therefore, the data request reception unit 226 of the data management server 111-b determines that the corresponding information is not included in any of the collected data table 231, the own network information table 233, and the history management information table 234.

データ要求受付部226は、他のデータ管理サーバ111への問合せに対する応答を待ち受ける(S904)。なお、各データ管理サーバ111から送信される応答には、現在、収集・蓄積及び送信しているデータのうち問合せに含まれるデータと一致するもののデータ名、過去に収集・蓄積及び送信しているデータのうち問合せに含まれるデータと一致するもののデータ名、及び、自身と同じ通信ネットワーク151に接続されている機器161から取得するデータ名等のうち、少なくとも1つが含まれる。この詳細は後述する。   The data request receiving unit 226 waits for a response to an inquiry to another data management server 111 (S904). The response sent from each data management server 111 includes the data name of the data currently collected / stored / transmitted that matches the data included in the query, collected / stored / transmitted in the past At least one of the data name of the data that matches the data included in the query and the data name acquired from the device 161 connected to the same communication network 151 as the data is included. Details of this will be described later.

具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、上述のように、ユーザ端末121-c1からのデータ要求を受信した時点では、誰もデータの収集・蓄積及び送信を行なっていない状態である。従って、データ管理サーバ111-dのみが、データ名「dataA」、「dataB」と、これらのデータが自身と同じ通信ネットワーク151-dに接続されている機器161-dから取得可能なことを示す情報等を含む応答を送信する。データ管理サーバ111-cは、データ管理サーバ111-dから送信された応答を受信する。   Specifically, for example, in the case of the operation example shown in FIG. 7 and FIG. 8 described above, as described above, when receiving a data request from the user terminal 121-c1, no one collects and stores data. In this state, transmission is not performed. Accordingly, only the data management server 111-d indicates that the data names “dataA” and “dataB” and that these data can be acquired from the device 161-d connected to the same communication network 151-d as itself. A response including information etc. is transmitted. The data management server 111-c receives the response transmitted from the data management server 111-d.

また、具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、上述のように、ユーザ端末121-b1からのデータ要求を受信した時点では、データ管理サーバ111-dのみが、データ名「dataA」、「dataB」、「dataC」のデータの収集・蓄積及び送信を行なっている状態である。従って、データ管理サーバ111-dが、データ名「dataA」、「dataB」と、これらのデータを現在、収集・蓄積及び送信していることを示す情報等を含む応答を送信する。また、データ管理サーバ111-eが、データ名「dataD」と、このデータが自身と同じ通信ネットワーク151-eに接続されている機器161-eから取得可能なことを示す情報等を含む応答を送信する。データ管理サーバ111-cは、データ管理サーバ111-dから送信された応答と、データ管理サーバ111-eから送信された応答とを受信する。   Specifically, for example, in the case of the operation example shown in FIGS. 7 and 8 described above, as described above, when the data request from the user terminal 121-b1 is received, the data management server 111- Only d is a state in which data of data names “dataA”, “dataB”, and “dataC” are collected, stored, and transmitted. Accordingly, the data management server 111-d transmits a response including data names “dataA” and “dataB” and information indicating that these data are currently being collected, stored, and transmitted. In addition, the data management server 111-e sends a response including the data name “dataD” and information indicating that this data can be acquired from the device 161-e connected to the same communication network 151-e as itself. Send. The data management server 111-c receives the response transmitted from the data management server 111-d and the response transmitted from the data management server 111-e.

データ要求受付部226は、上述のS901で受け付けたデータ要求に応答するデータ管理サーバ111を選択する(S905)。この選択処理の詳細は後述する。次に、データ要求受付部226は、S905で選択したデータ管理サーバ111に、データ応答実行指示を行なう(S906)。このデータ応答実行指示には、要求するデータのデータ名、要求するデータのフィルタリング条件、データを送信する残りの時間、及び、データを要求するユーザのユーザ名、そのユーザのユーザ端末の識別情報等が含まれる。なお、ここで、S905で選択したデータ管理サーバ111が自身である場合、データ要求受付部226は、後述する収集データテーブル231、利用者管理情報テーブル232等の更新処理を起動する。   The data request reception unit 226 selects the data management server 111 that responds to the data request received in S901 described above (S905). Details of this selection process will be described later. Next, the data request accepting unit 226 issues a data response execution instruction to the data management server 111 selected in S905 (S906). In this data response execution instruction, the data name of the requested data, the filtering condition of the requested data, the remaining time for transmitting the data, the user name of the user requesting the data, the identification information of the user terminal of the user, etc. Is included. Here, when the data management server 111 selected in S905 is itself, the data request accepting unit 226 activates update processing of a collection data table 231, a user management information table 232, and the like which will be described later.

具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、ユーザ端末121-c1からのデータ要求を受信したデータ管理サーバ111-cのデータ要求受付部226は、S905の処理で、データ管理サーバ111-dを選択するものとする。この場合、データ要求受付部226は、データ管理サーバ111-dに、ユーザ名「user c1」、識別情報「ID_c1」、及び、要求するデータ毎のデータ名「dataA、dataB」、フィルタリング条件「cycle=20」、データを送信する残りの時間「06:00:00」等を含むデータ応答実行指示を行なう。   Specifically, for example, in the case of the operation example shown in FIGS. 7 and 8 described above, the data request reception unit 226 of the data management server 111-c that has received the data request from the user terminal 121-c1 In this process, the data management server 111-d is selected. In this case, the data request receiving unit 226 sends the user name “user c1”, the identification information “ID_c1”, the data name “dataA, dataB” for each requested data, and the filtering condition “cycle” to the data management server 111-d. = 20 ”, and the data response execution instruction including the remaining time“ 06:00:00 ”for transmitting data is issued.

また、具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、ユーザ端末121-b1からのデータ要求を受信したデータ管理サーバ111-bのデータ要求受付部226は、S905の処理で、データ管理サーバ111-dを選択するものとする。この場合、データ要求受付部226は、データ管理サーバ111-dに、ユーザ名「user b1」、識別情報「ID_b1」、及び、要求するデータ毎のデータ名「dataA、dataB、dataD」、フィルタリング条件「cycle=10」、データを送信する残りの時間「18:00:00」等を含むデータ応答実行指示を行なう。   Specifically, for example, in the case of the operation example shown in FIGS. 7 and 8 described above, the data request receiving unit 226 of the data management server 111-b that has received the data request from the user terminal 121-b1 is In step S905, the data management server 111-d is selected. In this case, the data request accepting unit 226 sends the user name “user b1”, the identification information “ID_b1”, the data name “dataA, dataB, dataD” for each requested data, the filtering condition to the data management server 111-d. A data response execution instruction including “cycle = 10”, the remaining time “18:00:00” for transmitting data, and the like is issued.

ここで、同じ図9を参照し、上述のS905の、データ管理サーバ111の選択処理例の詳細を説明する。   Here, the details of the selection processing example of the data management server 111 in S905 described above will be described with reference to FIG.

図9において、データ要求受付部226は、まず、上述のS902の処理で送信した問合せの応答を受信したか否か判定する(S911)。この判定は任意でよく、データ要求受付部226は、例えば、上述のS902の問合せを送信してから所定時間の間に応答を受信したか否か、又は、問合せに対する応答を所定数以上受信した否か等により判定してもよい。   In FIG. 9, the data request accepting unit 226 first determines whether or not an inquiry response transmitted in the above-described processing of S902 has been received (S911). This determination may be arbitrary. For example, the data request receiving unit 226 determines whether or not a response has been received within a predetermined time after transmitting the inquiry in S902 described above, or has received a predetermined number of responses to the inquiry. It may be determined based on whether or not.

S911の判定の結果、応答を受信していない場合、データ要求受付部226は、自身を、上述のS901で受け付けたデータ要求に応答するものとして選択する(S912)。   If no response has been received as a result of the determination in S911, the data request receiving unit 226 selects itself as a response to the data request received in S901 described above (S912).

S911の判定の結果、応答を受信している場合、データ要求受付部226は、受信した応答、及び、上述のS903の検索結果のうち少なくとも1つが、上述のS901で受け付けたデータ要求で要求されたデータを、現在、収集・蓄積及び送信しているか否か判定する(S913)。   If a response is received as a result of the determination in S911, the data request reception unit 226 is requested by the data request received in S901 described above, at least one of the received response and the search result in S903 described above. It is determined whether the collected data is currently collected / stored / transmitted (S913).

S913の判定の結果、上述のS901で受け付けたデータ要求で要求されたデータを、現在、収集・蓄積及び送信しているものがある場合、データ要求受付部226は、その応答を送信したデータ管理サーバ111及び自身のうち、要求されたデータと同じデータを、最も多く、収集・蓄積及び送信しているものを、上述のS901で受け付けたデータ要求に応答するものとして選択する(S914)。そのために、データ要求受付部226は、応答の各々に対し、現在、収集・蓄積及び送信しているデータのデータ名の件数をカウントする。さらに、データ要求受付部226は、上述のS903の処理で検索したデータの件数をカウントする。データ要求受付部226は、これらの件数を比較して、最も件数の大きい応答を送信したデータ管理サーバ111又は自身を選択する。   As a result of the determination in S913, when there is data that is currently collected / stored / transmitted in the data request received in S901, the data request receiving unit 226 transmits the response to the data management Of the servers 111 and themselves, the one that collects, stores, and transmits the same data as the requested data is selected as the one that responds to the data request received in S901 (S914). For this purpose, the data request accepting unit 226 counts the number of data names of data currently collected, stored, and transmitted for each response. Further, the data request receiving unit 226 counts the number of data searched in the above-described processing of S903. The data request receiving unit 226 compares these numbers and selects the data management server 111 or the one that has transmitted the response having the largest number.

一方、S913の判定の結果、上述のS901で受け付けたデータ要求で要求されたデータを、現在、収集・蓄積及び送信しているものがない場合、データ要求受付部226は、上述のS901で受け付けたデータ要求で要求されたデータを、過去に、収集・蓄積及び送信したものがあるか否か判定する(S915)。   On the other hand, as a result of the determination in S913, if there is no data currently collected / stored / transmitted in the data request accepted in S901, the data request accepting unit 226 accepts the data requested in S901. In step S915, it is determined whether there is data collected, stored, and transmitted in the past for the data requested by the data request.

S915の判定の結果、上述のS901で受け付けたデータ要求で要求されたデータを、過去に、収集・蓄積及び送信したものがある場合、データ要求受付部226は、その応答を送信したデータ管理サーバ111及び自身のうち、要求されたデータと同じデータを、最も多く、収集・蓄積及び送信しているものを、上述のS901で受け付けたデータ要求に応答するものとして選択する(S916)。この具体的な処理例は、過去に収集・蓄積及び送信したデータのデータ名の件数をカウントする点を除き、上述のS914と同じであるので省略する。   As a result of the determination in S915, when there is data that has been collected / stored and transmitted in the past for the data requested in the data request received in S901, the data request reception unit 226 transmits the response. Among 111 and itself, the one that collects, accumulates, and transmits the same data as the requested data is selected as the one that responds to the data request received in S901 described above (S916). This specific processing example is the same as S914 described above except that the number of data names of data collected, stored, and transmitted in the past is counted, and thus will not be described.

S915の判定の結果、上述のS901で受け付けたデータ要求で要求されたデータを、過去に、収集・蓄積及び送信したものがない場合、データ要求受付部226は、応答を送信したデータ管理サーバ111及び自身のうち、要求されたデータのデータソースとなる機器161と、最も多く、同じ通信ネットワーク151と接続されているものを、上述のS901で受け付けたデータ要求に応答するものとして選択する(S917)。この具体的な処理例は、同じ通信ネットワーク151と接続されている機器161から取得可能なデータのうち、問合せに含まれるデータと一致するデータのデータ名の件数をカウントする点を除き、上述のS914、S916と同じであるので省略する。   As a result of the determination in S915, if there is no data that has been collected, stored and transmitted in the past for the data requested in the data request received in S901, the data request accepting unit 226 transmits the response. Among them, the device 161 that is the data source of the requested data and the device that is connected to the same communication network 151 as the data source are selected as the one that responds to the data request received in S901 (S917). ). This specific processing example is the above-mentioned except that the number of data names of data that matches the data included in the query among the data that can be acquired from the devices 161 connected to the same communication network 151 is counted. Since it is the same as S914 and S916, it abbreviate | omits.

具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、上述のように、ユーザ端末121-c1からのデータ要求を受信したデータ管理サーバ111-cのデータ要求受付部226は、S903の処理で、収集データテーブル231、自ネットワーク情報テーブル233、履歴管理情報テーブル234の何れにも、該当する情報が含まれていないと判定しており、かつ、S904で、データ管理サーバ111-dからの、データ名「dataA」、「dataB」と、これらのデータが自身と同じ通信ネットワーク151-dに接続されている機器161から取得することを示す情報等を含む応答を受信している。従って、データ管理サーバ111-cのデータ要求受付部226は、S917の処理で、要求されたデータと同じデータのデータソースとなる機器161と、最も多く、同じ通信ネットワーク151と接続されているデータ管理サーバ111-dを選択する。   Specifically, for example, in the case of the operation example shown in FIGS. 7 and 8, the data management server 111-c receives the data request from the user terminal 121-c1 as described above. In step S903, the unit 226 determines that the collection data table 231, the own network information table 233, and the history management information table 234 do not include the corresponding information. In step S904, the data A response including the data names “dataA” and “dataB” from the management server 111-d and information indicating that these data are acquired from the device 161 connected to the same communication network 151-d as itself. Receiving. Therefore, the data request accepting unit 226 of the data management server 111-c has the largest number of data connected to the same communication network 151 as the device 161 that is the data source of the same data as the requested data in the process of S917. The management server 111-d is selected.

また、具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、上述のように、ユーザ端末121-b1からのデータ要求を受信したデータ管理サーバ111-bのデータ要求受付部226は、S903の処理で、収集データテーブル231、自ネットワーク情報テーブル233、履歴管理情報テーブル234の何れにも、該当する情報が含まれていないと判定しており、かつ、S904で、データ管理サーバ111-dからの、データ名「dataA」、「dataB」と、これらのデータを現在、収集・蓄積及び送信していることを示す情報とを含む応答と、データ管理サーバ111-eからの、データ名「dataD」と、これらのデータが自身と同じ通信ネットワーク151-eに接続されている機器161から取得することを示す情報等を含む応答とを受信している。従って、データ管理サーバ111-cのデータ要求受付部226は、S914の処理で、要求されたデータと同じデータを現在、収集・蓄積及び送信しているデータ管理サーバ111-dを選択する。   Specifically, for example, in the case of the operation example shown in FIGS. 7 and 8, the data of the data management server 111-b that has received the data request from the user terminal 121-b1 as described above. In step S903, the request reception unit 226 determines that the corresponding data is not included in any of the collection data table 231, the own network information table 233, and the history management information table 234, and in step S904. , A response including data names “dataA” and “dataB” from the data management server 111-d and information indicating that these data are currently being collected, stored, and transmitted, and the data management server 111- a response including the data name “dataD” from e and information indicating that these data are acquired from the device 161 connected to the same communication network 151-e as itself It has been received. Therefore, the data request receiving unit 226 of the data management server 111-c selects the data management server 111-d that is currently collecting, storing, and transmitting the same data as the requested data in the process of S914.

なお、S915の判定の結果、上述のS901で受け付けたデータ要求で要求されたデータを、過去に、収集・蓄積及び送信したものがない場合とは、即ち、上述のS901で受け付けたデータ要求で要求されたデータを、これまでに収集・蓄積及び送信していない場合である。   As a result of the determination in S915, the case where the data requested in the data request accepted in S901 described above has not been collected / stored / transmitted in the past, that is, the data request accepted in S901 mentioned above. This is a case where the requested data has not been collected, stored and transmitted so far.

次に、図10を参照し、他のデータ管理サーバ111から送信された問合せを受け付けた場合の動作例を説明する。   Next, an operation example when an inquiry transmitted from another data management server 111 is received will be described with reference to FIG.

上述の図9で説明したように、ユーザ端末121からのデータ要求を受け付けると、データ管理サーバ111は、他のデータ管理サーバ111に、要求されたデータのデータ名を含む問合せをマルチキャスト送信する。   As described above with reference to FIG. 9, when receiving a data request from the user terminal 121, the data management server 111 multicasts an inquiry including the data name of the requested data to the other data management server 111.

図10において、データ管理サーバ111の応答処理部227は、問合せを受け付けると(S1001)、収集データテーブル231を参照し、現在、収集・蓄積及び送信しているデータのデータ名のうち、問合せに含まれるものと一致するものが含まれているか否か判定する(S1002)。そのために、応答処理部227は、例えば、収集データテーブル231の各行のデータ名301を参照し、問合せに含まれるデータ名と一致するものを検索する。   In FIG. 10, when the response processing unit 227 of the data management server 111 receives the inquiry (S1001), the response processing unit 227 refers to the collected data table 231 and selects the data name of the data currently collected / stored / transmitted. It is determined whether or not a matching item is included (S1002). For this purpose, for example, the response processing unit 227 refers to the data name 301 of each row of the collected data table 231 and searches for a data name that matches the data name included in the query.

具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、上述のように、ユーザ端末121-c1からのデータ要求を受信したデータ管理サーバ111-cは、データ管理サーバ111-a、データ管理サーバ111-b、データ管理サーバ111-d、データ管理サーバ111-e、データ管理サーバ111-fの各々に、データ名「dataA」、「dataB」等を含む問合せを送信する。上述のように、ユーザ端末121-c1からのデータ要求を受信した時点では、誰もデータの収集・蓄積及び送信を行なっていない状態である。従って、データ管理サーバ111-a、データ管理サーバ111-b、データ管理サーバ111-d、データ管理サーバ111-e、データ管理サーバ111-fの各々の応答処理部227は、収集データテーブル231には、該当する情報が含まれていないと判定する。   Specifically, for example, in the case of the operation example shown in FIG. 7 and FIG. 8 described above, as described above, the data management server 111-c that has received the data request from the user terminal 121-c1 Queries including data names “dataA”, “dataB”, etc. are sent to each of the server 111-a, the data management server 111-b, the data management server 111-d, the data management server 111-e, and the data management server 111-f. Send. As described above, when receiving a data request from the user terminal 121-c1, no one is collecting, storing, or transmitting data. Accordingly, the response processing units 227 of the data management server 111-a, the data management server 111-b, the data management server 111-d, the data management server 111-e, and the data management server 111-f are stored in the collected data table 231. Determines that the corresponding information is not included.

また、具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、上述のように、ユーザ端末121-b1からのデータ要求を受信したデータ管理サーバ111-bは、データ管理サーバ111-a、データ管理サーバ111-c、データ管理サーバ111-d、データ管理サーバ111-e、データ管理サーバ111-fの各々に、データ名「dataA」、「dataB」、「dataD」等を含む問合せを送信する。この問合せを受信したデータ管理サーバ111-dの応答処理部227は、図3に一例を示す収集データテーブル231の各行のデータ名301を参照し、「dataA」、「dataB」、「dataD」の各々と一致するものを検索する。図3に一例を示す収集データテーブル231の場合、データ名301「dataA」、データ名301「dataB」が含まれているので、応答処理部227は、該当する情報が含まれていると判定する。   Specifically, for example, in the case of the operation example shown in FIG. 7 and FIG. 8 described above, as described above, the data management server 111-b that has received the data request from the user terminal 121-b1 Each of the data management server 111-a, the data management server 111-c, the data management server 111-d, the data management server 111-e, and the data management server 111-f has a data name “dataA”, “dataB”, “dataD Send inquiry including " Upon receiving this inquiry, the response processing unit 227 of the data management server 111-d refers to the data name 301 of each row of the collected data table 231 shown in FIG. 3 as an example, and sets “dataA”, “dataB”, “dataD”. Search for a match for each. In the case of the collected data table 231 illustrated in FIG. 3, since the data name 301 “dataA” and the data name 301 “dataB” are included, the response processing unit 227 determines that the corresponding information is included. .

S1002の判定の結果、一致するものが含まれている場合、応答処理部227は、一致するデータのデータ名を、現在、収集・蓄積及び送信中のものとして、メモリ202の所定領域等に保持する(S1003)。このとき、応答処理部227は、該当するものが2つ以上ある場合、全てのデータ名をメモリ202の所定領域に格納する。   If a match is found as a result of the determination in S1002, the response processing unit 227 holds the data name of the matching data in a predetermined area or the like of the memory 202 as being currently collected, stored, and transmitted. (S1003). At this time, the response processing unit 227 stores all data names in a predetermined area of the memory 202 when there are two or more corresponding items.

具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、ユーザ端末121-b1から送信されたデータ要求に対する問合せを受信したデータ管理サーバ111-dの応答処理部227は、上述のS1002の処理で、図3に一例を示す収集データテーブル231に、データ名「dataA」、「dataB」が含まれていると判定している。従って、応答処理部227は、メモリ202の所定領域等に、現在、収集・蓄積及び送信しているものとして、データ名「dataA」、「dataB」を格納する。   Specifically, for example, in the case of the operation example illustrated in FIG. 7 and FIG. 8 described above, the response processing unit 227 of the data management server 111-d that has received the inquiry for the data request transmitted from the user terminal 121-b1. In the processing of S1002 described above, it is determined that the data names “dataA” and “dataB” are included in the collected data table 231 shown as an example in FIG. Therefore, the response processing unit 227 stores the data names “dataA” and “dataB” in the predetermined area of the memory 202 as what is currently collected, stored, and transmitted.

S1002の判定の結果、一致するものが含まれていない場合、又は、上述のS1003の処理の後、応答処理部227は、履歴管理情報テーブル234を参照し、過去に、収集・蓄積及び送信したデータのデータ名のうち、問合せに含まれるものと一致するものが含まれているか否か判定する(S1004)。そのために、応答処理部227は、例えば、履歴管理情報テーブル234の各行のデータ名601を参照し、問合せに含まれるデータのデータ名と一致するものを検索する。   As a result of the determination in S1002, if there is no match, or after the processing in S1003 described above, the response processing unit 227 refers to the history management information table 234 and has collected, accumulated, and transmitted in the past. It is determined whether a data name that matches the data name included in the query is included (S1004). For this purpose, for example, the response processing unit 227 refers to the data name 601 of each row of the history management information table 234 and searches for data that matches the data name of the data included in the query.

具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、上述のように、ユーザ端末121-c1からのデータ要求を受信したデータ管理サーバ111-cは、データ管理サーバ111-a、データ管理サーバ111-b、データ管理サーバ111-d、データ管理サーバ111-e、データ管理サーバ111-fの各々に、データ名「dataA」、「dataB」等を含む問合せを送信する。上述のように、ユーザ端末121-c1からのデータ要求を受信した時点では、誰もデータの収集・蓄積及び送信を行なっていない状態である。従って、データ管理サーバ111-a、データ管理サーバ111-b、データ管理サーバ111-d、データ管理サーバ111-e、データ管理サーバ111-fの各々の応答処理部227は、履歴管理情報テーブル234には、該当する情報が含まれていないと判定する。   Specifically, for example, in the case of the operation example shown in FIG. 7 and FIG. 8 described above, as described above, the data management server 111-c that has received the data request from the user terminal 121-c1 Queries including data names “dataA”, “dataB”, etc. are sent to each of the server 111-a, the data management server 111-b, the data management server 111-d, the data management server 111-e, and the data management server 111-f. Send. As described above, when receiving a data request from the user terminal 121-c1, no one is collecting, storing, or transmitting data. Accordingly, the response processing unit 227 of each of the data management server 111-a, the data management server 111-b, the data management server 111-d, the data management server 111-e, and the data management server 111-f includes the history management information table 234. Is determined to contain no relevant information.

S1004の判定の結果、一致するものが含まれている場合、応答処理部227は、一致するデータのデータ名を、過去に収集・蓄積及び送信したものとして、メモリ202の所定領域等に保持する(S1005)。このとき、応答処理部227は、該当するものが2つ以上ある場合、全てのデータ名をメモリ202の所定領域に格納する。   If a match is found as a result of the determination in S1004, the response processing unit 227 stores the data name of the matching data in a predetermined area or the like of the memory 202 as having been collected, stored, and transmitted in the past. (S1005). At this time, the response processing unit 227 stores all data names in a predetermined area of the memory 202 when there are two or more corresponding items.

S1004の判定の結果、一致するものが含まれていない場合、又は、上述のS1005の処理の後、応答処理部227は、自ネットワーク情報テーブル233を参照し、自身と同じ通信ネットワーク151に接続されている機器161から取得するデータのデータ名のうち、問合せに含まれるものと一致するものが含まれているか否か判定する(S1006)。そのために、応答処理部227は、例えば、自ネットワーク情報テーブル233の各行のデータ名501を参照し、問合せに含まれるデータのデータ名と一致するものを検索する。   As a result of the determination in S1004, if a match is not included, or after the processing in S1005 described above, the response processing unit 227 refers to the own network information table 233 and is connected to the same communication network 151 as itself. It is determined whether or not the data names of the data acquired from the devices 161 that are included include data that matches those included in the inquiry (S1006). For this purpose, for example, the response processing unit 227 refers to the data name 501 of each row of the own network information table 233 and searches for data that matches the data name of the data included in the query.

具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、上述のように、ユーザ端末121-c1からのデータ要求を受信したデータ管理サーバ111-cは、データ管理サーバ111-a、データ管理サーバ111-b、データ管理サーバ111-d、データ管理サーバ111-e、データ管理サーバ111-fの各々に、データ名「dataA」、「dataB」等を含む問合せを送信する。この問合せを受信したデータ管理サーバ111-dの応答処理部227は、図5に一例を示す自ネットワーク情報テーブル233の各行のデータ名501を参照する。図5に一例を示す自ネットワーク情報テーブル233の場合、データ名501に「dataA」、「dataB」が含まれている。従って、データ管理サーバ111-dの応答処理部227は、収集データテーブル231には、該当する情報が含まれていると判定する。   Specifically, for example, in the case of the operation example shown in FIG. 7 and FIG. 8 described above, as described above, the data management server 111-c that has received the data request from the user terminal 121-c1 Queries including data names “dataA”, “dataB”, etc. are sent to each of the server 111-a, the data management server 111-b, the data management server 111-d, the data management server 111-e, and the data management server 111-f. Send. The response processing unit 227 of the data management server 111-d that has received this inquiry refers to the data name 501 of each row of the own network information table 233 shown in FIG. In the case of the own network information table 233 shown in FIG. 5 as an example, the data name 501 includes “dataA” and “dataB”. Therefore, the response processing unit 227 of the data management server 111-d determines that the collected data table 231 includes the corresponding information.

S1006の判定の結果、一致するものが含まれている場合、応答処理部227は、一致するデータのデータ名を、自身と同じ通信ネットワーク151に接続されている機器161から取得するものとして、メモリ202の所定領域等に保持する(S1007)。このとき、応答処理部227は、該当するものが2つ以上ある場合、全てのデータ名をメモリ202の所定領域に格納する。   If a match is found as a result of the determination in S1006, the response processing unit 227 obtains the data name of the matching data from the device 161 connected to the same communication network 151 as that of the memory. It is held in a predetermined area 202 or the like (S1007). At this time, the response processing unit 227 stores all data names in a predetermined area of the memory 202 when there are two or more corresponding items.

具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、上述のS1006の処理で、ユーザ端末121-c1から送信されたデータ要求に対する問合せを受信したデータ管理サーバ111-dの応答処理部227は、自ネットワーク情報テーブル233に、データ名「dataA」、「dataB」が含まれていると判定している。従って、応答処理部227は、メモリ202の所定領域等に、自身と同じ通信ネットワーク151に接続されている機器161から取得するものとして、データ名「dataA」、「dataB」を格納する。   Specifically, for example, in the case of the operation example shown in FIG. 7 and FIG. 8 described above, the data management server 111 that received the inquiry for the data request transmitted from the user terminal 121-c1 in the processing of S1006 described above. The -d response processing unit 227 determines that the data names “dataA” and “dataB” are included in the own network information table 233. Accordingly, the response processing unit 227 stores the data names “dataA” and “dataB” in a predetermined area of the memory 202 as data acquired from the device 161 connected to the same communication network 151 as that of the response processing unit 227.

S1006の判定の結果、一致するものが含まれていない場合、又は、上述のS1007の処理の後、応答処理部227は、メモリ202の所定領域を参照し、上述のS1003、S1005、S1007のうち少なくとも1つの処理で格納されたデータ名があるか否か判定する(S1008)。   As a result of the determination in S1006, if a match is not included, or after the process of S1007 described above, the response processing unit 227 refers to a predetermined area of the memory 202 and It is determined whether there is a data name stored in at least one process (S1008).

S1008の判定の結果、データ名が格納されている場合、応答処理部227は、応答を送信する(S1009)。このとき、応答処理部227は、応答に、そのデータ名と、その各データが現在、収集・蓄積及び送信中のものか、過去に収集・蓄積及び送信したものか、あるいは、自身と同じ通信ネットワーク151に接続されている機器161から取得するものかを示す情報とを含めて送信する。   When the data name is stored as a result of the determination in S1008, the response processing unit 227 transmits a response (S1009). At this time, the response processing unit 227 responds with the data name and whether each data is currently being collected / stored / transmitted, collected / stored / transmitted in the past, or the same communication as itself. And information indicating whether the information is acquired from the device 161 connected to the network 151.

具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、ユーザ端末121-c1から送信されたデータ要求に対する問合せを受信したデータ管理サーバ111-dの応答処理部227は、上述のS1007の処理で、メモリ202の所定領域等に、自身と同じ通信ネットワーク151に接続されている機器161から取得するものとして、データ名「dataA」、「dataB」を格納している。従って、応答処理部227は、自身と同じ通信ネットワーク151に接続されている機器161から取得するデータであることを示す情報と、データ名「dataA」、「dataB」とを含む応答を、データ管理サーバ111-cに送信する。   Specifically, for example, in the case of the operation example shown in FIG. 7 and FIG. 8 described above, the response processing unit 227 of the data management server 111-d that has received the inquiry for the data request transmitted from the user terminal 121-c1. Stores the data names “dataA” and “dataB” to be acquired from the device 161 connected to the same communication network 151 in the predetermined area or the like of the memory 202 in the processing of S1007 described above. . Accordingly, the response processing unit 227 transmits a response including information indicating that the data is acquired from the device 161 connected to the same communication network 151 as the self and the data names “dataA” and “dataB” to the data management. Send to server 111-c.

また、具体的には、例えば、上述の図7、図8に一例を示す動作例の場合、ユーザ端末121-b1から送信されたデータ要求に対する問合せを受信したデータ管理サーバ111-dの応答処理部227は、上述のS1002の処理で、メモリ202の所定領域等に、現在、収集・蓄積及び送信しているものとして、データ名「dataA」、「dataB」を格納している。従って、応答処理部227は、現在、収集・蓄積及び送信しているデータであることを示す情報と、データ名「dataA」、「dataB」とを含む応答を、データ管理サーバ111-bに送信する。   Specifically, for example, in the case of the operation example shown in FIG. 7 and FIG. 8 described above, the response processing of the data management server 111-d that has received the inquiry for the data request transmitted from the user terminal 121-b1 The unit 227 stores the data names “dataA” and “dataB” in the predetermined area or the like of the memory 202 in the above-described processing of S1002, assuming that they are currently collected, stored, and transmitted. Accordingly, the response processing unit 227 transmits a response including information indicating that the data is currently collected / stored / transmitted and the data names “dataA” and “dataB” to the data management server 111-b. To do.

S1008の判定の結果、データのデータ名が格納されていない場合、応答処理部227は、処理を終了する。   As a result of the determination in S1008, if the data name of the data is not stored, the response processing unit 227 ends the process.

次に、図11を参照し、他のデータ管理サーバ111から送信されたデータ応答実行指示、又は、自身に対し実行指示されたデータ応答実行指示を受け付けた場合の動作例を説明する。   Next, with reference to FIG. 11, an operation example when a data response execution instruction transmitted from another data management server 111 or a data response execution instruction instructed to be executed by itself is received will be described.

上述の図9で説明したように、データ管理サーバ111は、選択したデータ管理サーバ111に、データ応答実行指示を行なう。図11において、選択されたデータ管理サーバ111は、データ応答実行指示を受け付ける(S1101)。上述のように、データ応答実行指示には、要求するデータのデータ名、要求するデータのフィルタリング条件、データを要求する期限、及び、データを要求するユーザのユーザ名、そのユーザのユーザ端末121の識別情報等が含まれる。   As described above with reference to FIG. 9, the data management server 111 issues a data response execution instruction to the selected data management server 111. In FIG. 11, the selected data management server 111 accepts a data response execution instruction (S1101). As described above, the data response execution instruction includes the data name of the requested data, the filtering condition of the requested data, the time limit for requesting the data, the user name of the user requesting the data, the user terminal 121 of the user Identification information and the like are included.

次に、実行指示判定部228は、要求されたデータのデータソースとなる機器161に関する情報を取得する(S1102)。そのために、例えば、実行指示判定部228は、要求されたデータを、現在、収集・蓄積及び送信しているか否か判定する。そのために、実行指示判定部228は、例えば、収集データテーブル231の各行のデータ名301を参照し、データ応答実行指示に含まれるデータ名と一致するものが含まれているか否か判定する。この判定の結果、データ応答実行指示に含まれるデータ名と一致するものが含まれている場合、実行指示判定部228は、収集データテーブル231から、データ応答実行指示に含まれるデータ名と一致するデータ名301を検索し、該当するデータ名301に対応する経路情報311及びプロパティ312を参照する。また、要求されたデータを、現在、収集・蓄積及び送信していない場合、実行指示判定部228は、要求されたデータを、過去に、収集・蓄積及び送信してしたか否か判定する。そのために、実行指示判定部228は、例えば、履歴管理情報テーブル234の各行のデータ名601を参照し、データ応答実行指示に含まれるデータのデータ名と一致するものが含まれているか否か判定する。この判定の結果、データ応答実行指示に含まれるデータのデータ名と一致するものが含まれている場合、実行指示判定部228は、履歴管理情報テーブル234から、データ応答実行指示に含まれるデータのデータ名と一致するデータ名601を検索し、該当するデータ名601に対応する経路情報611及びプロパティ612を参照する。また、要求されたデータを、現在及び過去にも、収集・蓄積及び送信していない場合、実行指示判定部228は、要求されたデータのデータソースとなる機器161が、自身の接続する通信ネットワーク151に接続されているものか否か判定する。そのために、実行指示判定部228は、例えば、自ネットワーク情報テーブル233の各行のデータ名501を参照し、データ応答実行指示に含まれるデータのデータ名と一致するものが含まれているか否か判定する。この判定の結果、データ応答実行指示に含まれるデータのデータ名と一致するものが含まれている場合、実行指示判定部228は、自ネットワーク情報テーブル233から、データ応答実行指示に含まれるデータのデータ名と一致するデータ名501を検索し、該当するデータ名501に対応するプロパティ502を参照する。要求されたデータのデータ名と一致するものが、収集データテーブル231、自ネットワーク情報テーブル233、履歴管理情報テーブル234の何れにも含まれていない場合、実行指示判定部228は、他のデータ管理サーバ111に、要求されたデータのデータ名を含むデータソース問合せを送信してもよい。このデータソース問合せを受信した各データ管理サーバ111は、自身の自ネットワーク情報テーブル233の各行のデータ名501を参照して、データソース問合せに含まれるデータ名と一致するものを検索し、該当するデータ名501が有る場合、そのデータ名501に対応するプロパティ502を読出し、読み出したプロパティ502のデータを、応答として送信してもよい。この応答を受信したデータ管理サーバ111は、応答に含まれるプロパティ502のアドレス511を含む所定コマンドを送信等することにより、要求されたデータのデータソースとなる機器161までの経路情報を取得しても良い。また、例えば、データソースとなる機器161の各々は、自ネットワーク内に、自身の取得するデータ名及びデータ値や、上述のようなデータ管理サーバ111からの問い合わせに対する応答等をブロードキャスト送信する。データ管理サーバ111は、各機器161によりブロードキャスト送信されたデータ名及びデータ値や応答等のうち、取得対象となる機器161のものを選択受信することにより、経路情報を取得してもよい。   Next, the execution instruction determination unit 228 acquires information regarding the device 161 that is the data source of the requested data (S1102). For this purpose, for example, the execution instruction determination unit 228 determines whether the requested data is currently collected / stored and transmitted. For this purpose, the execution instruction determination unit 228 refers to, for example, the data name 301 of each row of the collected data table 231 and determines whether or not the data name included in the data response execution instruction is included. As a result of the determination, if the data name included in the data response execution instruction is included, the execution instruction determining unit 228 matches the data name included in the data response execution instruction from the collected data table 231. The data name 301 is searched, and the path information 311 and the property 312 corresponding to the corresponding data name 301 are referred to. When the requested data is not currently collected / stored / transmitted, the execution instruction determination unit 228 determines whether the requested data has been collected / stored / transmitted in the past. For this purpose, the execution instruction determination unit 228 refers to, for example, the data name 601 of each row of the history management information table 234 and determines whether or not a data that matches the data name of the data included in the data response execution instruction is included. To do. As a result of this determination, when the data response execution instruction includes data that matches the data name of the data, the execution instruction determination unit 228 determines from the history management information table 234 the data included in the data response execution instruction. A data name 601 that matches the data name is searched, and path information 611 and property 612 corresponding to the corresponding data name 601 are referred to. When the requested data has not been collected / stored / transmitted at present and in the past, the execution instruction determination unit 228 indicates that the device 161 serving as the data source of the requested data is connected to the communication network to which the device 161 is connected. It is determined whether or not it is connected to 151. For this purpose, the execution instruction determination unit 228 refers to, for example, the data name 501 of each row of the own network information table 233, and determines whether or not a data name that matches the data name included in the data response execution instruction is included. To do. As a result of the determination, when the data response execution instruction includes data that matches the data name of the data, the execution instruction determination unit 228 determines from the own network information table 233 the data included in the data response execution instruction. A data name 501 that matches the data name is searched, and a property 502 corresponding to the corresponding data name 501 is referred to. If the data that matches the data name of the requested data is not included in any of the collected data table 231, the own network information table 233, and the history management information table 234, the execution instruction determination unit 228 A data source query including the data name of the requested data may be sent to the server 111. Each data management server 111 that has received this data source query refers to the data name 501 in each row of its own network information table 233 and searches for a data name that matches the data name included in the data source query. When there is a data name 501, the property 502 corresponding to the data name 501 may be read, and the read data of the property 502 may be transmitted as a response. The data management server 111 that has received this response acquires route information to the device 161 that is the data source of the requested data by transmitting a predetermined command including the address 511 of the property 502 included in the response. Also good. Further, for example, each of the devices 161 serving as the data source broadcasts and transmits the data name and data value acquired by the device 161 and the response to the inquiry from the data management server 111 as described above. The data management server 111 may acquire the route information by selectively receiving the data 161, the data value, the response, and the like of the device 161 to be acquired from the data 161 broadcasted by each device 161.

具体的には、例えば、図7、図8に一例を示す動作例の場合、上述のように、ユーザ端末121-c1からのデータ要求を受信したデータ管理サーバ111-cは、データ管理サーバ111-dに、ユーザ名「user c1」、識別情報「ID_c1」、及び、要求するデータ毎のデータ名「dataA、dataB」、フィルタリング条件「cycle=20」、データを送信する残りの時間「06:00:00」等を含むデータ応答実行指示を行なう。この場合、データ管理サーバ111-dの実行指示判定部228は、データ名「dataA」、「dataB」の各々のデータのデータソースとなる機器161に関する情報を取得する。そのために、実行指示判定部228は、収集データテーブル231の各行のデータ名301を参照し、データ名「dataA」、「dataB」の各々と一致するものが含まれているか否か判定する。また、実行指示判定部228は、例えば、履歴管理情報テーブル234の各行のデータ名601を参照し、データ名「dataA」、「dataB」の各々と一致するものが含まれているか否か判定する。上述のように、ユーザ端末121-c1からのデータ要求を受信した時点では、誰もデータの収集・蓄積及び送信を行なっていない状態である。従って、収集データテーブル231、履歴管理情報テーブル234の何れにも、該当するデータは含まれていない。さらに、実行指示判定部228は、図5に一例を示す自ネットワーク情報テーブル233の各行のデータ名501を参照し、データ名「dataA」、「dataB」の各々と一致するものが含まれているか否か判定する。この判定の結果、該当するデータが含まれているので、実行指示判定部228は、自ネットワーク情報テーブル233から、データ名501「dataA」に対応するプロパティ502、及び、データ名501「dataB」に対応するプロパティ502を参照する。   Specifically, for example, in the case of the operation example illustrated in FIGS. 7 and 8, as described above, the data management server 111-c that has received the data request from the user terminal 121-c 1 is the data management server 111. -d, user name “user c1”, identification information “ID_c1”, data name “dataA, dataB” for each requested data, filtering condition “cycle = 20”, remaining time “06: A data response execution instruction including “00:00” is issued. In this case, the execution instruction determination unit 228 of the data management server 111-d acquires information regarding the device 161 that is the data source of each data of the data names “dataA” and “dataB”. For this purpose, the execution instruction determination unit 228 refers to the data name 301 of each row of the collected data table 231 and determines whether or not the data names “dataA” and “dataB” are included. Further, the execution instruction determination unit 228 refers to, for example, the data name 601 of each row of the history management information table 234 and determines whether or not the data names “dataA” and “dataB” are included. . As described above, when receiving a data request from the user terminal 121-c1, no one is collecting, storing, or transmitting data. Accordingly, neither the collected data table 231 nor the history management information table 234 includes the corresponding data. Furthermore, the execution instruction determination unit 228 refers to the data name 501 of each row of the own network information table 233 shown in FIG. 5 as an example, and whether the data matches the data names “dataA” and “dataB”. Judge whether or not. As a result of the determination, since the corresponding data is included, the execution instruction determination unit 228 changes the property 502 corresponding to the data name 501 “dataA” and the data name 501 “dataB” from the own network information table 233. Refer to the corresponding property 502.

また、具体的には、例えば、図7、図8に一例を示す動作例の場合、上述のように、ユーザ端末121-b1からのデータ要求を受信したデータ管理サーバ111-bは、データ管理サーバ111-dに、ユーザ名「user b1」、識別情報「ID_b1」、及び、要求するデータ毎のデータ名「dataA、dataB、dataD」、フィルタリング条件「cycle=10」、データを送信する残りの時間「18:00:00」等を含むデータ応答実行指示を行なう。この場合、データ管理サーバ111-dの実行指示判定部228は、データ名「dataA」、「dataB」、「dataD」の各々のデータのデータソースとなる機器161に関する情報を取得する。上述のように、ユーザ端末121-b1からのデータ要求を受信した時点では、データ名「dataA」、「dataB」のデータの収集・蓄積及び送信を行なっている状態である。従って、実行指示判定部228は、図3に一例を示す収集データテーブル231の各行のデータ名301を参照し、データ名「dataA」、「dataB」の各々と一致するものが含まれているか否か判定する。この判定の結果、該当するデータが含まれているので、実行指示判定部228は、収集データテーブル231から、データ名301「dataA」に対応するデータソース情報306、データ名301「dataB」に対応するデータソース情報306を参照する。また、実行指示判定部228は、他のデータ管理サーバ111に、データ名「dataD」を含むデータソース問合せを送信する。このデータソース問合せを受信したデータ管理サーバ111-eが、自身の自ネットワーク情報テーブル233から、データ名501「dataD」に対応するプロパティ502を読出し、応答としてデータ管理サーバ111-dに送信する。   More specifically, for example, in the case of the operation example shown in FIGS. 7 and 8, as described above, the data management server 111-b that has received the data request from the user terminal 121-b1 User name “user b1”, identification information “ID_b1”, data name “dataA, dataB, dataD” for each requested data, filtering condition “cycle = 10”, remaining data to be transmitted to server 111-d A data response execution instruction including the time “18:00:00” is issued. In this case, the execution instruction determination unit 228 of the data management server 111-d acquires information regarding the device 161 that is the data source of each data name “dataA”, “dataB”, and “dataD”. As described above, when the data request from the user terminal 121-b1 is received, the data names “dataA” and “dataB” are being collected, stored, and transmitted. Therefore, the execution instruction determination unit 228 refers to the data name 301 in each row of the collected data table 231 shown in FIG. 3 as an example, and whether or not a data that matches the data names “dataA” and “dataB” is included. To determine. As a result of this determination, since the corresponding data is included, the execution instruction determination unit 228 corresponds to the data source information 306 corresponding to the data name 301 “dataA” and the data name 301 “dataB” from the collected data table 231. Data source information 306 to be referred to is referred to. In addition, the execution instruction determination unit 228 transmits a data source query including the data name “dataD” to the other data management server 111. The data management server 111-e that has received this data source query reads the property 502 corresponding to the data name 501 “dataD” from its own network information table 233, and transmits it as a response to the data management server 111-d.

次に、実行指示判定部228は、システム全体のポリシーとして、「負荷軽減優先」が設定されているか、或いは、「応答性優先」が設定されているか否か判定する(S1103)。なお、ここでは、このポリシーは、予め、全てのデータ管理サーバ111の各々に対し、同じポリシーが定められ、各々の2次記憶装置203等の所定領域等に何れかのポリシーを示す情報が格納されており、実行指示判定部228は、この情報を参照することで判定するものとする。ここで「負荷軽減優先」は、データ管理サーバ111が、ユーザの要求するデータを収集・蓄積する際に発生するネットワーク負荷等を軽減することを優先するものである。また、「応答性優先」は、データ管理サーバ111が、ユーザ端末121に要求されたデータを含む応答を送信する際の確実性を優先するものである。   Next, the execution instruction determination unit 228 determines whether “load reduction priority” or “responsiveness priority” is set as a policy of the entire system (S1103). Here, this policy is determined in advance for each of all the data management servers 111, and information indicating any policy is stored in a predetermined area or the like of each secondary storage device 203 or the like. The execution instruction determination unit 228 determines this by referring to this information. Here, “load reduction priority” gives priority to reducing the network load and the like that occurs when the data management server 111 collects and stores data requested by the user. Further, “response priority” gives priority to certainty when the data management server 111 transmits a response including the requested data to the user terminal 121.

S1103の判定の結果、「負荷軽減優先」である場合、実行指示判定部228は、データ管理サーバ111のうち、要求されたデータのデータソースの機器161からのデータ取得に関し最も負荷の少ないものを選択する(S1104)。ここで、負荷の少ないデータ管理サーバ111を選択する技術は特に限定するものではない。例えば、実行指示判定部228は、データ管理サーバ111の各々と、要求されたデータのデータソースの機器161の各々との間の経路情報を参照し、この経路が最小となるデータ管理サーバ111を選択してもよい。また、例えば、実行指示判定部228は、各通信ネットワーク151のネットワーク負荷や、各データ管理サーバ111のサーバ負荷等を取得し、ネットワーク負荷が最小である通信ネットワーク151に接続されているデータ管理サーバ111、サーバ負荷が最小であるデータ管理サーバ111を選択しても良い。経路が最小であるか否かによりデータ管理サーバ111を選択する場合、実行指示判定部228は、まず、経路情報を取得する。この経路情報は、上述のS1102の処理で取得した情報に含まれるものである。即ち、例えば、収集データテーブル231のデータ名301に、データ応答実行指示に含まれるデータのデータ名と一致するものが含まれている場合、実行指示判定部228は、該当するデータ名301に対応する経路情報311を参照する。また、例えば、履歴管理情報テーブル234のデータ名601に、データ応答実行指示に含まれるデータのデータ名と一致するものが含まれている場合、実行指示判定部228は、該当するデータ名601に対応する経路情報611を参照する。また、例えば、自ネットワーク情報テーブル233のデータ名501に、データ応答実行指示に含まれるデータのデータ名と一致するものが含まれている場合、実行指示判定部228は、該当するデータ名501に対応するプロパティ502を参照する。また、例えば、他のデータ管理サーバ111からの、要求されたデータのデータ名を含むデータソース問合せに対する応答に含まれるプロパティ502等から取得した経路情報を参照する。実行指示判定部228は、データ管理サーバ111の各々と、要求されたデータのデータソースの機器161の各々との間のゲートウェイ、ルータ等の数をカウントし、この数が最小になるものを選択する。また、各通信ネットワーク151のネットワーク負荷や、各データ管理サーバ111のサーバ負荷等からデータ管理サーバ111を選択する場合、実行指示判定部228は、例えば、ネットワーク負荷、サーバ負荷のうち少なくとも一方を取得する。この、ネットワーク負荷、サーバ負荷の各々は、例えば、トラフィック量やリソース使用率等である。これらを取得する技術そのものは従来技術と同じであり、自身の問合せに対する応答やブロードキャストされた情報から抽出するものでもよく、また、図示しない他機器が取得したものでもよい。実行指示判定部228は、取得したネットワーク負荷、サーバ負荷等から、ネットワーク負荷、サーバ負荷が最小となるデータ管理サーバ111を選択する。   If the result of the determination in S1103 is “load reduction priority”, the execution instruction determination unit 228 selects the data management server 111 that has the least load related to data acquisition from the data source device 161 of the requested data. Select (S1104). Here, the technique for selecting the data management server 111 with a low load is not particularly limited. For example, the execution instruction determination unit 228 refers to the path information between each of the data management servers 111 and each of the data source devices 161 of the requested data, and determines the data management server 111 having the minimum path. You may choose. Further, for example, the execution instruction determination unit 228 acquires the network load of each communication network 151, the server load of each data management server 111, and the like, and the data management server connected to the communication network 151 having the minimum network load. 111, the data management server 111 with the smallest server load may be selected. When the data management server 111 is selected based on whether or not the route is the smallest, the execution instruction determination unit 228 first acquires route information. This route information is included in the information acquired by the processing of S1102 described above. That is, for example, when the data name 301 of the collected data table 231 includes data that matches the data name of the data included in the data response execution instruction, the execution instruction determination unit 228 corresponds to the corresponding data name 301. The route information 311 to be referred to is referred to. For example, when the data name 601 of the history management information table 234 includes a data name that matches the data name of the data included in the data response execution instruction, the execution instruction determination unit 228 sets the corresponding data name 601 to the corresponding data name 601. The corresponding route information 611 is referred to. For example, when the data name 501 of the local network information table 233 includes a data name that matches the data name of the data included in the data response execution instruction, the execution instruction determination unit 228 sets the corresponding data name 501. Refer to the corresponding property 502. In addition, for example, the path information acquired from the property 502 included in the response to the data source query including the data name of the requested data from the other data management server 111 is referred to. The execution instruction determination unit 228 counts the number of gateways, routers, etc. between each of the data management servers 111 and each of the data source devices 161 of the requested data, and selects the one that minimizes this number To do. When selecting the data management server 111 from the network load of each communication network 151, the server load of each data management server 111, etc., the execution instruction determination unit 228 acquires at least one of the network load and the server load, for example. To do. Each of the network load and the server load is, for example, a traffic amount or a resource usage rate. The technology for acquiring these is the same as that of the prior art, and it may be extracted from the response to the inquiry or broadcast information, or may be acquired by another device (not shown). The execution instruction determination unit 228 selects the data management server 111 having the smallest network load and server load from the acquired network load and server load.

なお、このとき、実行指示判定部228は、要求されたデータと同じものを、現在、収集・蓄積及び送信しているか否か判定する。そのために、実行指示判定部228は、収集データテーブル231の各行のデータ名301を参照し、S1101で受け付けたデータ応答実行指示に含まれるデータ名と同じものがあるか否か判定する。この判定の結果、同じものがある場合、実行指示判定部228は、そのデータのデータ名等を、メモリ202の所定領域等に格納する。このデータ名が、S1104で選択したデータ管理サーバ111に、自身の代わりに、収集・蓄積及び送信させるデータのデータ名である。   At this time, the execution instruction determination unit 228 determines whether the same data as the requested data is currently being collected / stored / transmitted. Therefore, the execution instruction determination unit 228 refers to the data name 301 of each row of the collected data table 231 and determines whether there is the same data name included in the data response execution instruction received in S1101. As a result of this determination, if there is the same data, the execution instruction determination unit 228 stores the data name of the data in a predetermined area of the memory 202. This data name is the data name of the data to be collected / stored / transmitted instead of the data management server 111 selected in S1104.

一方、S1103の判定の結果、「応答性優先」である場合、実行指示判定部228は、データ管理サーバ111のうち、データ要求を送信したユーザ端末121までの応答性が最良となるものを選択する(S1105)。ここで、応答性が最良となるものを選択する技術は特に限定するものではないが、例えば、データ管理サーバ111の各々と、データ要求を送信したユーザ端末121との間の経路情報から、応答性が最良となるものを選択してもよい。また、例えば、また、例えば、予め、ユーザ端末121毎のネットワーク環境情報から、応答性が最良となるものを選択してもよい。また、例えば、各データ管理サーバ111の性能情報から、応答性が最良となるものを選択してもよい。経路情報から選択する場合、実行指示判定部228は、まず、経路情報を取得する。この経路情報は、例えば、データ管理サーバ111の各々のアドレスと、データ応答実行指示に含まれるデータ要求を送信したユーザ端末121の識別情報(アドレス等)とを含む所定コマンド(例えば“telnet”や“traceroute”等)を発行することにより取得するものである。実行指示判定部228は、経路情報に含まれる、経路上のゲートウェイ、ルータ等の数をカウントし、この数が最小になるものを選択する。また、例えば、ネットワーク環境情報から選択する場合、実行指示判定部228は、2次記憶装置203等に予め記憶しているネットワーク環境情報、及び、ネットワーク構成情報(何れも図示略)を参照する。このネットワーク環境情報には、ユーザ端末121の識別情報の各々と対応付けて、そのユーザ端末121が有線接続か無線接続であるか、又は、常時接続であるか否かを示す情報が含まれる。また、このネットワーク構成情報には、データ管理サーバ111毎の位置情報、ユーザ端末121毎の位置情報、ユーザ端末121等のアクセスポイント毎の位置情報等が含まれる。実行指示判定部228は、ネットワーク環境情報を参照し、データ応答実行指示に含まれるユーザ端末121の識別情報から、そのユーザの用いるユーザ端末121が有線接続か無線接続であるか、又は、常時接続であるか否かを判定する。この判定の結果、そのユーザの用いるユーザ端末121が無線接続である場合、又は、常時接続でない場合、実行指示判定部228は、ネットワーク構成情報を参照し、そのユーザ端末121の位置情報を検索する。実行指示判定部228は、ネットワーク構成情報の各アクセスポイントの位置情報を参照し、検索したユーザ端末121に最も近いアクセスポイントを検索する。次に、実行指示判定部228は、ネットワーク構成情報の各データ管理サーバ111の位置情報を参照し、検索したアクセスポイントに最も近いものを選択する。また、例えば、各データ管理サーバ111の性能情報から選択する場合、実行指示判定部228は、予め2次記憶装置203等に性能情報を記憶しておく。この性能情報は、データ管理サーバ111毎に、現在収集・蓄積及び送信しているデータの数、現在及び過去に収集・蓄積したデータを記憶する記憶領域の容量、現在収集・蓄積しているデータを送信しているユーザの数等を含む。実行指示判定部228は、性能情報を参照し、現在収集・蓄積及び送信しているデータの数、現在及び過去に収集・蓄積したデータを記憶する記憶領域の容量、現在収集・蓄積しているデータを送信しているユーザの数等のうち1つ又は組合せから、データ管理サーバ111のうち現在最もデータ応答の性能の高いものを選択する。   On the other hand, if the result of the determination in S1103 is “responsiveness priority”, the execution instruction determining unit 228 selects the data management server 111 that has the best response to the user terminal 121 that transmitted the data request. (S1105). Here, the technique for selecting the best response is not particularly limited. For example, the response information is obtained from the path information between each of the data management servers 111 and the user terminal 121 that has transmitted the data request. You may select the one that gives the best performance. In addition, for example, for example, the network environment information for each user terminal 121 may be selected in advance so that the responsiveness is the best. In addition, for example, the performance information of each data management server 111 may be selected to have the best responsiveness. When selecting from the route information, the execution instruction determination unit 228 first acquires the route information. The route information includes, for example, a predetermined command (for example, “telnet”) including each address of the data management server 111 and identification information (address, etc.) of the user terminal 121 that has transmitted the data request included in the data response execution instruction. It is obtained by issuing "traceroute" etc.). The execution instruction determination unit 228 counts the number of gateways, routers, and the like on the route included in the route information, and selects the one having the smallest number. For example, when selecting from network environment information, the execution instruction determination unit 228 refers to network environment information and network configuration information (both not shown) stored in advance in the secondary storage device 203 or the like. The network environment information includes information indicating whether the user terminal 121 is wired connection, wireless connection, or always connection in association with each piece of identification information of the user terminal 121. The network configuration information includes location information for each data management server 111, location information for each user terminal 121, location information for each access point such as the user terminal 121, and the like. The execution instruction determination unit 228 refers to the network environment information, and from the identification information of the user terminal 121 included in the data response execution instruction, whether the user terminal 121 used by the user is a wired connection or a wireless connection, or is always connected It is determined whether or not. As a result of this determination, if the user terminal 121 used by the user is wirelessly connected or not always connected, the execution instruction determining unit 228 refers to the network configuration information and searches for position information of the user terminal 121. . The execution instruction determination unit 228 refers to the location information of each access point in the network configuration information and searches for the access point closest to the searched user terminal 121. Next, the execution instruction determination unit 228 refers to the location information of each data management server 111 in the network configuration information, and selects the one closest to the searched access point. For example, when selecting from the performance information of each data management server 111, the execution instruction determination unit 228 stores the performance information in advance in the secondary storage device 203 or the like. This performance information includes, for each data management server 111, the number of data currently collected / stored and transmitted, the capacity of a storage area for storing data collected / stored at present and the past, and data currently collected / stored. Including the number of users who are sending. The execution instruction determination unit 228 refers to the performance information, the number of data currently collected / accumulated and transmitted, the capacity of the storage area for storing data collected / accumulated in the past and the past, and the current collection / accumulation The data management server 111 having the highest data response performance is selected from one or a combination of the number of users transmitting data.

なお、このとき、実行指示判定部228は、要求されたデータを送信するユーザ端末121と同じユーザ端末121に、現在、データを送信しているか否か判定する。そのために、実行指示判定部228は、利用者管理情報テーブル232の各行の識別情報412等を参照し、S1101で受け付けたデータ応答実行指示に含まれる識別情報と同じものがあるか否か判定する。この判定の結果、同じものがある場合、実行指示判定部228は、その識別情報等を、メモリ202の所定領域等に格納する。この識別情報のユーザ端末121が、S1104で選択したデータ管理サーバ111に、自身の代わりにデータ等を送信させる宛先のものである。   At this time, the execution instruction determination unit 228 determines whether data is currently being transmitted to the same user terminal 121 as the user terminal 121 that transmits the requested data. Therefore, the execution instruction determination unit 228 refers to the identification information 412 of each row of the user management information table 232 and determines whether there is the same identification information included in the data response execution instruction received in S1101. . If there is the same result as a result of the determination, the execution instruction determination unit 228 stores the identification information or the like in a predetermined area or the like of the memory 202. The user terminal 121 having this identification information is a destination that causes the data management server 111 selected in S1104 to transmit data or the like instead of itself.

具体的には、例えば、図7、図8に一例を示す動作例の場合、上述のように、データ管理サーバ111-b1からのデータ応答実行指示を受信したデータ管理サーバ111-dの実行指示判定部228は、上述のS1105の処理で、データ管理サーバ111-cを選択したものとする。この場合、図3に一例を示す収集データテーブル231の各行のデータ名301には、受信したデータ応答実行指示に含まれているデータ名と同じデータ名「dataA」、「dataB」が含まれているので、実行指示判定部228は、「dataA」、「dataB」等を、メモリ202の所定領域等に格納する。また、実行指示判定部228は、図4に一例を示す利用者管理情報テーブル232の各行の要求データ402を参照し、「dataA」、「dataB」の各々が含まれているものと対応する識別情報412「ID_c1」、「ID_c2」を読出し、メモリ202の所定領域に格納する。   Specifically, for example, in the operation example shown in FIGS. 7 and 8, as described above, the execution instruction of the data management server 111-d that has received the data response execution instruction from the data management server 111-b1. It is assumed that the determination unit 228 has selected the data management server 111-c in the process of S1105 described above. In this case, the data names 301 of each row of the collected data table 231 illustrated in FIG. 3 include the same data names “dataA” and “dataB” as the data names included in the received data response execution instruction. Therefore, the execution instruction determination unit 228 stores “dataA”, “dataB”, and the like in a predetermined area of the memory 202. In addition, the execution instruction determination unit 228 refers to the request data 402 in each row of the user management information table 232 illustrated in FIG. 4 as an example, and identifies corresponding to those including “dataA” and “dataB”. Information 412 “ID_c1” and “ID_c2” are read and stored in a predetermined area of the memory 202.

次に、実行指示判定部228は、上述のS1104、又は、S1105の処理で選択したデータ管理サーバ111が自身であるか否か判定する(S1106)。   Next, the execution instruction determination unit 228 determines whether or not the data management server 111 selected in the process of S1104 or S1105 described above is itself (S1106).

S1106の判定の結果、選択したデータ管理サーバ111が自身である場合、実行指示判定部228は、収集データテーブル231、利用者管理情報テーブル232等を更新する(S1107)。そのために、例えば、実行指示判定部228は、まず、要求されたデータを既に収集・蓄積及び送信しているか否か、及び、要求されたデータのデータソースとなる機器161が自身と同じ通信ネットワーク151に接続されているか否か判定する。そのために、実行指示判定部228は、例えば、収集データテーブル231の各行のデータ名301を参照し、データ応答実行指示に含まれるデータ名と一致するものがあるか否か判定する。また、実行指示判定部228は、例えば、履歴管理情報テーブル234の各行のデータ名601を参照し、データ応答実行指示に含まれるデータ名と一致するものがあるか否か判定する。また、実行指示判定部228は、例えば、自ネットワーク情報テーブル233の各行のデータ名501を参照し、データ応答実行指示に含まれるデータ名と一致するものがあるか否か判定する。   As a result of the determination in S1106, when the selected data management server 111 is itself, the execution instruction determination unit 228 updates the collection data table 231, the user management information table 232, and the like (S1107). Therefore, for example, the execution instruction determination unit 228 first determines whether or not the requested data has already been collected, stored, and transmitted, and the device 161 that is the data source of the requested data is the same communication network as itself. 151 is determined whether it is connected. Therefore, for example, the execution instruction determination unit 228 refers to the data name 301 of each row of the collected data table 231 and determines whether there is a data name that matches the data name included in the data response execution instruction. For example, the execution instruction determination unit 228 refers to the data name 601 of each row of the history management information table 234 and determines whether there is a data name included in the data response execution instruction. For example, the execution instruction determination unit 228 refers to the data name 501 in each row of the own network information table 233 and determines whether there is a data name that matches the data name included in the data response execution instruction.

これらの判定の結果、収集データテーブル231に該当するデータが含まれている場合、実行指示判定部228は、収集データテーブル231の、データ応答実行指示に含まれるデータ名の各々と一致する各データ名301に対応する収集周期304、利用者数305を更新する。ここで、実行指示判定部228は、データ応答実行指示に含まれるフィルタリング条件「cycle」の値と、データ応答実行指示に含まれるデータ名の各々と一致するデータ名301に対応する収集周期304の値とが異なる場合、それらの周期の最大公約数を、新たな収集周期304とする。また、実行指示判定部228は、収集データテーブル231の、データ応答実行指示に含まれるデータ名の各々と一致するデータ名301に対応する利用者数305の値を更新する。また、データ利用者管理部223は、利用者管理情報テーブル232に新たな行を追加し、追加した行のユーザ名401、要求データ402、フィルタリング条件403、有効期間404、経路情報411、識別情報412等として、データ応答実行指示に含まれるユーザのユーザ名、フィルタリング条件、データを送信する残りの時間、自身からユーザ端末121までの経路情報、ユーザ端末121の識別情報等を格納する。ここで、自身からユーザ端末121までの経路情報は、例えば、上述と同様に、自身のアドレスと、データの送信先となるユーザ端末121の識別情報とを含む所定コマンドを発行することにより取得してもよい。   As a result of these determinations, if the collected data table 231 includes corresponding data, the execution instruction determining unit 228 causes each data that matches each of the data names included in the data response execution instruction in the collected data table 231. The collection period 304 and the number of users 305 corresponding to the name 301 are updated. Here, the execution instruction determination unit 228 sets the value of the filtering condition “cycle” included in the data response execution instruction and the collection period 304 corresponding to the data name 301 that matches each of the data names included in the data response execution instruction. If the values are different, the greatest common divisor of those periods is set as a new collection period 304. Further, the execution instruction determination unit 228 updates the value of the number of users 305 corresponding to the data name 301 that matches each of the data names included in the data response execution instruction in the collected data table 231. In addition, the data user management unit 223 adds a new line to the user management information table 232, and adds the user name 401, request data 402, filtering condition 403, validity period 404, path information 411, identification information of the added line. As 412 and the like, the user name of the user included in the data response execution instruction, the filtering condition, the remaining time for transmitting data, the route information from itself to the user terminal 121, the identification information of the user terminal 121, and the like are stored. Here, the route information from itself to the user terminal 121 is acquired by issuing a predetermined command including its own address and identification information of the user terminal 121 that is a data transmission destination, for example, as described above. May be.

また、例えば、上述の判定の結果、収集データテーブル231に該当するデータが含まれてなく、かつ、履歴管理情報テーブル234に該当するデータが含まれている場合、実行指示判定部228は、履歴管理情報テーブル234から、データ応答実行指示に含まれているデータ名と一致するデータ名601、このデータ名601に対応するデータソース情報602等を読出し、収集データテーブル231に追加した新たな行のデータ名301、データソース情報306等として格納する。さらに、実行指示判定部228は、このデータ名301に対応する収集周期304、利用者数305等に、データ応答実行指示に含まれるフィルタリング条件「cycle」の値、利用者数「1」を格納する。さらに、データ利用者管理部223は、利用者管理情報テーブル232に新たな行を追加し、追加した行のユーザ名401、要求データ402、フィルタリング条件403、有効期間404、経路情報411、識別情報412等として、データ応答実行指示に含まれるユーザ名、フィルタリング条件、データを送信する残りの時間、自身からユーザ端末121までの経路情報、ユーザ端末121の識別情報等を格納する。ここで、自身からユーザ端末121までの経路情報は、例えば、上述と同様に、自身のアドレスと、データの送信先となるユーザ端末121の識別情報とを含む所定コマンドを発行することにより取得してもよい。   Further, for example, when the above-described determination result indicates that the data corresponding to the collection data table 231 is not included and the data corresponding to the history management information table 234 is included, the execution instruction determination unit 228 From the management information table 234, the data name 601 that matches the data name included in the data response execution instruction, the data source information 602 corresponding to the data name 601 and the like are read, and the new row added to the collected data table 231 is read. Data name 301, data source information 306, etc. are stored. Further, the execution instruction determination unit 228 stores the value of the filtering condition “cycle” and the number of users “1” included in the data response execution instruction in the collection cycle 304 and the number of users 305 corresponding to the data name 301. To do. Further, the data user management unit 223 adds a new line to the user management information table 232, and the user name 401, the request data 402, the filtering condition 403, the validity period 404, the path information 411, and the identification information of the added line. As 412 and the like, the user name included in the data response execution instruction, the filtering condition, the remaining time for transmitting data, the route information from itself to the user terminal 121, the identification information of the user terminal 121, and the like are stored. Here, the route information from itself to the user terminal 121 is acquired by issuing a predetermined command including its own address and identification information of the user terminal 121 that is a data transmission destination, for example, as described above. May be.

また、例えば、上述の判定の結果、収集データテーブル231、履歴管理情報テーブル234の両方に該当するデータが含まれてなく、かつ、自ネットワーク情報テーブル233に該当するデータが含まれている場合、実行指示判定部228は、収集データテーブル231に追加した新たな行のデータ名301、収集周期304、利用者数305として、データ応答実行指示に含まれるデータ名、フィルタリング条件「cycle」の値、利用者数「1」等を格納する。なお、上述のように、収集データテーブル231のデータソース情報306は、経路情報311、プロパティ312等を含む。経路情報311を取得するために、実行指示判定部228は、上述と同様に、自身のアドレスと、データソースとなる機器161のアドレスとを含む所定コマンドを発行することにより取得してもよい。また、プロパティ311を取得するために、実行指示判定部228は、自ネットワーク情報テーブル233の各行のデータ名501のうち、データ応答実行指示に含まれるデータ名と一致するものと対応するプロパティ502を読み出す。実行指示判定部228は、このように取得した経路情報、プロパティを、上記処理で追加したデータ名301に対応するデータソース情報306として格納する。さらに、データ利用者管理部223は、利用者管理情報テーブル232に新たな行を追加し、追加した行のユーザ名401、要求データ402、フィルタリング条件403、有効期間404、経路情報411、識別情報412等として、データ応答実行指示に含まれるユーザの識別情報、フィルタリング条件、データを送信する残りの時間、自身からユーザ端末121までの経路情報、ユーザ端末121の識別情報等を格納する。ここで、自身からユーザ端末121までの経路情報は、例えば、上述と同様に、自身のアドレスと、データの送信先となるユーザ端末121の識別情報とを含む所定コマンドを発行することにより取得してもよい。   In addition, for example, as a result of the above-described determination, when data corresponding to both the collection data table 231 and the history management information table 234 is not included, and data corresponding to the own network information table 233 is included, The execution instruction determination unit 228 includes, as the data name 301, the collection cycle 304, and the number of users 305 of the new row added to the collection data table 231, the data name included in the data response execution instruction, the value of the filtering condition “cycle”, The number of users “1” and the like are stored. As described above, the data source information 306 of the collected data table 231 includes path information 311 and properties 312. In order to acquire the path information 311, the execution instruction determination unit 228 may acquire the path information 311 by issuing a predetermined command including its own address and the address of the device 161 serving as a data source, as described above. In addition, in order to obtain the property 311, the execution instruction determination unit 228 displays a property 502 corresponding to the data name 501 of each row of the own network information table 233 that matches the data name included in the data response execution instruction. read out. The execution instruction determination unit 228 stores the path information and properties acquired in this way as data source information 306 corresponding to the data name 301 added in the above processing. Further, the data user management unit 223 adds a new line to the user management information table 232, and the user name 401, the request data 402, the filtering condition 403, the validity period 404, the path information 411, and the identification information of the added line. As 412 and the like, user identification information, filtering conditions, remaining time for transmitting data, route information from itself to the user terminal 121, identification information of the user terminal 121, and the like are stored. Here, the route information from itself to the user terminal 121 is acquired by issuing a predetermined command including its own address and identification information of the user terminal 121 that is a data transmission destination, for example, as described above. May be.

なお、上述の処理において、データ応答実行指示にユーザ毎の最終送信日時が含まれている場合、実行指示判定部228は、最終送信日時の各々を、各ユーザのユーザ名401に対応する最終送信日時406の各々に格納する。データ応答実行指示に最終送信日時が含まれていない場合、実行指示判定部228は、このユーザ名401に対応する最終送信日時406の値を「NULL」としてもよい。   In the above-described processing, when the data response execution instruction includes the last transmission date and time for each user, the execution instruction determination unit 228 sets each final transmission date and time for the final transmission corresponding to the user name 401 of each user. Stored in each date and time 406. When the data transmission execution instruction does not include the final transmission date and time, the execution instruction determination unit 228 may set the value of the final transmission date and time 406 corresponding to the user name 401 to “NULL”.

具体的には、例えば、図7、図8に一例を示す動作例の場合、上述のように、データ管理サーバ111-cは、データ管理サーバ111-dに、ユーザ名「user c1」、識別情報「ID_c1」、及び、要求するデータ毎のデータ名「dataA、dataB」、フィルタリング条件「cycle=20」、データを送信する残りの時間「06:00:00」等を含むデータ応答実行指示を送信している。上述のように、この時点では、どのデータ管理サーバ111も、データの収集・蓄積及び送信をしていない。従って、データ管理サーバ111-dの実行指示判定部228は、収集データテーブル231のデータ名301、収集周期304、利用者数305等として、「dataA」、「20」、「1」を格納する。また、実行指示判定部228は、上述した動作例により、自身から機器161-d1までの経路情報「AAAAA」を取得し、収集データテーブル231のデータ名301「dataA」に対応する経路情報311として格納する。さらに、実行指示判定部228は、図5に一例を示す自ネットワーク情報テーブル233から、データ名501「dataA」に対応するプロパティ502を読出し、収集データテーブル231のデータ名301「dataA」に対応するプロパティ312として格納する。さらに、データ利用者管理部223は、利用者管理情報テーブル232に新たな行を追加し、追加した行のユーザ名401、要求データ402、フィルタリング条件403、有効期間404、識別情報412等として、「user c1」、「cycle=20」、「06:00:00」、「ID_c1」等を格納する。また、実行指示判定部228は、上述した動作例により、自身からユーザ端末121-c1までの経路情報「ccc1」を取得し、利用者管理情報テーブル232のユーザ名401「user c1」に対応する経路情報411として格納する。実行指示判定部228は、「dataB」に対しても同じ処理を行なう。   Specifically, for example, in the case of the operation example shown in FIGS. 7 and 8, as described above, the data management server 111-c sends the user name “user c1” and the identification to the data management server 111-d. Data response execution instruction including information “ID_c1”, data name “dataA, dataB” for each requested data, filtering condition “cycle = 20”, remaining time “06:00:00” for transmitting data, etc. Sending. As described above, at this time, no data management server 111 collects, stores, or transmits data. Therefore, the execution instruction determination unit 228 of the data management server 111-d stores “dataA”, “20”, and “1” as the data name 301, the collection cycle 304, the number of users 305, and the like of the collection data table 231. . Further, the execution instruction determination unit 228 acquires the route information “AAAAA” from itself to the device 161-d1 by the above-described operation example, and as the route information 311 corresponding to the data name 301 “dataA” of the collected data table 231. Store. Further, the execution instruction determination unit 228 reads the property 502 corresponding to the data name 501 “dataA” from the own network information table 233 illustrated in FIG. 5 as an example, and corresponds to the data name 301 “dataA” of the collected data table 231. Store as property 312. Furthermore, the data user management unit 223 adds a new line to the user management information table 232, and includes the user name 401, request data 402, filtering condition 403, validity period 404, identification information 412 and the like of the added line. “User c1”, “cycle = 20”, “06:00:00”, “ID_c1”, and the like are stored. Further, the execution instruction determination unit 228 acquires the route information “ccc1” from the user terminal 121-c1 to the user name 401 “user c1” in the user management information table 232 by the above-described operation example. Stored as route information 411. The execution instruction determination unit 228 performs the same process on “dataB”.

なお、ここで、図7、図8に一例を示す動作例の場合、上述のように、ユーザ端末121-c1からのデータ要求を受けて、データ管理サーバ111-cが自身の収集データテーブル231、利用者管理情報テーブル232等に必要な情報を格納した後に、ユーザ端末121-c2から、ユーザ名「user c2」、識別情報「ID_c2」、及び、要求するデータ毎のデータ名「dataA、dataC」、フィルタリング条件「cycle =30、Line=X」、データを送信する残りの時間「03:30:00」等を含むデータ要求を送信し、データ管理サーバ111-dが、S1107の処理で自身を選択した場合の例を説明する。この場合、上述のように、収集データテーブル231には、データ名301「dataA」、収集周期304「20」、利用者数305「1」、データソース情報306等が格納されている。この場合、実行指示判定部228は、収集データテーブル231の、データ名301「dataA」に対応する収集周期304「20」の値と、ユーザ端末121-c2から要求された「dataA」のフィルタリング条件「cycle =30」との最大公約数「10」を取得する。実行指示判定部228は、収集データテーブル231の、データ名301「dataA」に対応する収集周期304の値を、取得した最大公約数「10」に置換え、さらに、データ名301「dataA」に対応する利用者数305の値を、新たに送信するユーザの数を加算した値「2」に置き換える。   Here, in the case of the operation example shown in FIGS. 7 and 8, as described above, the data management server 111-c receives its own data request from the user terminal 121-c1, and the collected data table 231 thereof. After the necessary information is stored in the user management information table 232 and the like, the user name “user c2”, the identification information “ID_c2”, and the data name “dataA, dataC” for each requested data are received from the user terminal 121-c2. ”, The filtering condition“ cycle = 30, Line = X ”, the data request including the remaining time“ 03:30:00 ”to transmit the data, etc., and the data management server 111-d performs the process of S1107 An example in the case of selecting will be described. In this case, as described above, the collection data table 231 stores the data name 301 “dataA”, the collection cycle 304 “20”, the number of users 305 “1”, the data source information 306, and the like. In this case, the execution instruction determination unit 228 includes the value of the collection period 304 “20” corresponding to the data name 301 “dataA” in the collection data table 231 and the filtering condition of “dataA” requested from the user terminal 121-c2. Get the greatest common divisor "10" with "cycle = 30". The execution instruction determination unit 228 replaces the value of the collection period 304 corresponding to the data name 301 “dataA” in the collection data table 231 with the acquired greatest common divisor “10”, and further corresponds to the data name 301 “dataA”. The value of the number of users 305 to be replaced is replaced with a value “2” obtained by adding the number of users to be newly transmitted.

一方、S1106の判定の結果、選択したデータ管理サーバ111が自身でない場合、実行指示判定部228は、選択したデータ管理サーバ111に、データ応答実行指示を行なう(S1108)。このデータ応答実行指示には、少なくとも、S1101で受信したデータ応答実行指示と同じ情報が含まれる。さらに、上述のS1104の処理で、メモリ202の所定領域にデータ名が格納されている場合、このデータ名のデータを収集・蓄積及び送信するための情報がさらに含まれる。この情報は、実行指示判定部228が、利用者管理情報テーブル232の各行の要求データ402のうち、メモリ202の所定領域に含まれるデータ名と一致するものが含まれているものを検索し、該当する要求データ402と、その要求データ402に対応するユーザ名401、フィルタリング条件403、有効期間404、ユーザ端末情報405、最終送信日時406等を読み出すことで取得する。また、上述のS1105の処理で、メモリ202の所定領域にユーザ端末121の識別情報が格納されている場合、この識別情報のユーザのユーザ端末121に収集・蓄積したデータを送信するための情報がさらに含まれる。この情報は、実行指示判定部228が、利用者管理情報テーブル232の各行の識別情報412のうち、メモリ202の所定領域に含まれる識別情報と一致するものが含まれているものを検索し、その識別情報412に対応するユーザ名401、要求データ402、フィルタリング条件403、有効期間404、ユーザ端末情報405、最終送信日時406等を読み出すことで取得する。なお、これらの情報をデータ応答実行指示にさらに追加して送信した場合、データ利用者管理部223、実行指示判定部228の各々は、収集データテーブル231、利用者管理情報テーブル232を更新する。そのために、例えば、データ利用者管理部223は、利用者管理情報テーブル232の各行のうち、上述の処理でデータ応答実行指示に含めたユーザ名401、要求データ402、フィルタリング条件403、有効期間404、ユーザ端末情報405(経路情報411、識別情報412)、最終送信日時406等を削除する。さらに、実行指示判定部228は、収集データテーブル231の各行のデータ名301を参照し、上述の処理で利用者管理情報テーブル232から削除した要求データ402に含まれるデータ名を検索する。実行指示判定部228は、該当するデータ名301に対応する利用者数305の値を、削除したユーザに送信していた数の分減算し、新たな値として上書き等する。この更新の結果、利用者数305が「ゼロ」となった場合、実行指示判定部228は、その利用者数305と対応するデータ名301、データソース情報306、タイムスタンプ303のうち最新の日時を、履歴管理情報テーブル234の新たに追加した行のデータ名601、データソース602、最終収集日時603として格納する。さらに、実行指示判定部228は、その利用者数305と対応するデータ名301、データ値302、タイムスタンプ303、収集周期304、利用者数305、データソース情報306等を削除する。   On the other hand, as a result of the determination in S1106, if the selected data management server 111 is not itself, the execution instruction determination unit 228 issues a data response execution instruction to the selected data management server 111 (S1108). This data response execution instruction includes at least the same information as the data response execution instruction received in S1101. Furthermore, when a data name is stored in a predetermined area of the memory 202 in the above-described processing of S1104, information for collecting, storing, and transmitting data of this data name is further included. For this information, the execution instruction determination unit 228 searches the request data 402 in each row of the user management information table 232 for data that matches the data name included in the predetermined area of the memory 202. It is obtained by reading out the corresponding request data 402, the user name 401, the filtering condition 403, the valid period 404, the user terminal information 405, the last transmission date and time 406, etc. corresponding to the request data 402. Further, when the identification information of the user terminal 121 is stored in a predetermined area of the memory 202 in the processing of S1105 described above, information for transmitting the collected / accumulated data to the user terminal 121 of the user of this identification information is included. Further included. For this information, the execution instruction determination unit 228 searches the identification information 412 of each row of the user management information table 232 for information that includes the identification information included in the predetermined area of the memory 202, The user name 401, request data 402, filtering condition 403, validity period 404, user terminal information 405, last transmission date and time 406, etc. corresponding to the identification information 412 are obtained by reading. When these pieces of information are further added to the data response execution instruction and transmitted, the data user management unit 223 and the execution instruction determination unit 228 update the collected data table 231 and the user management information table 232, respectively. For this purpose, for example, the data user management unit 223 includes the user name 401, request data 402, filtering condition 403, and valid period 404 included in the data response execution instruction in the above-described processing among the rows of the user management information table 232. , User terminal information 405 (route information 411, identification information 412), last transmission date 406, and the like are deleted. Furthermore, the execution instruction determination unit 228 refers to the data name 301 of each row of the collected data table 231 and searches for the data name included in the request data 402 deleted from the user management information table 232 in the above-described processing. The execution instruction determination unit 228 subtracts the value of the number of users 305 corresponding to the corresponding data name 301 by the number transmitted to the deleted user, and overwrites it as a new value. When the number of users 305 becomes “zero” as a result of this update, the execution instruction determination unit 228 displays the latest date and time among the data name 301, data source information 306, and time stamp 303 corresponding to the number of users 305. Are stored as the data name 601, the data source 602, and the last collection date and time 603 of the newly added row in the history management information table 234. Further, the execution instruction determination unit 228 deletes the data name 301, the data value 302, the time stamp 303, the collection cycle 304, the number of users 305, the data source information 306, and the like corresponding to the number of users 305.

具体的には、例えば、図7、図8に一例を示す動作例の場合、上述のように、ユーザ端末121-b1からのデータ要求を受信したデータ管理サーバ111-bは、データ管理サーバ111-dに、ユーザ名「user b1」、識別情報「ID_b1」、及び、要求するデータ毎のデータ名「dataA、dataB、dataC」、フィルタリング条件「cycle=10」、データを送信する残りの時間「18:00:00」等を含むデータ応答実行指示を行なう。この場合、データ管理サーバ111-dの実行指示判定部228は、上述のように、S1105の処理で、データ管理サーバ111-cを選択する。上述のように、データ管理サーバ111-dの実行指示判定部228は、S1105の処理で、ユーザ端末121の識別情報「ID_c1」、「ID_c2」等を、メモリ202の所定領域等に格納している。従って、実行指示判定部228は、図4に一例を示す利用者管理情報テーブル232から、ユーザ名401「user c1」、要求データ402「dataA,dataB」、フィルタリング条件403「cycle=20」、有効期間404「05:00:30」、経路情報411「ccc1」、識別情報412「ID_c1」、最終送信日時406「2006.12.11 13:00:20」、及び、ユーザ名401「user c2」、要求データ402「dataA,dataC」、フィルタリング条件403「cycle=30、Line=X」、有効期間404「02:30:00」、経路情報411「ccc2」、識別情報412「ID_c2」、最終送信日時406「2006.12.11 13:00:00」等を読出し、データ応答実行指示にさらに含めて、データ管理サーバ111-cに送信する。さらに、データ利用者管理部223は、利用者管理情報テーブル232から、ユーザ名401「user c1」に対応付けられている情報と、ユーザ名401「user c2」に対応付けられている情報とを削除する。実行指示判定部228は、図3に一例を示す収集データテーブル231の、データ名301「dataA」に対応する利用者数305「2」から、削除したユーザの数「2」を減算する。この減算した値は「ゼロ」となる。従って、実行指示判定部228は、データ名「dataA」、このデータ名301「dataA」に対応するデータソース情報306、及び、タイムスタンプ303のうち最も新しいものを、履歴管理情報テーブル234に新たに追加した行のデータ名601、データソース情報602、最終収集日時603等として格納すると共に、収集データテーブル231のデータ名301「dataA」に対応付けられている情報を削除する。これと同様に、実行指示判定部228は、収集データテーブル231のデータ名301「dataB」、「dataC」の各々に対応するデータソース情報306、及び、タイムスタンプ303のうち最も新しいものを、履歴管理情報テーブル234に新たに追加した各行のデータ名601、データソース情報602、最終収集日時603等として格納すると共に、収集データテーブル231のデータ名301「dataB」、「dataC」の各々に対応付けられている情報を削除する。   Specifically, for example, in the case of the operation example illustrated in FIGS. 7 and 8, as described above, the data management server 111-b that has received the data request from the user terminal 121-b 1 -d includes user name “user b1”, identification information “ID_b1”, data name “dataA, dataB, dataC” for each requested data, filtering condition “cycle = 10”, remaining time “ A data response execution instruction including “18:00:00” is issued. In this case, the execution instruction determination unit 228 of the data management server 111-d selects the data management server 111-c in the process of S1105 as described above. As described above, the execution instruction determination unit 228 of the data management server 111-d stores the identification information “ID_c1”, “ID_c2”, and the like of the user terminal 121 in a predetermined area or the like of the memory 202 in the process of S1105. Yes. Accordingly, the execution instruction determination unit 228 determines that the user name 401 “user c1”, request data 402 “dataA, dataB”, filtering condition 403 “cycle = 20”, and valid from the user management information table 232 shown in FIG. Period 404 “05:00:30”, route information 411 “ccc1”, identification information 412 “ID_c1”, last transmission date and time 406 “2006.12.11 13:00:20”, and user name 401 “user c2”, request Data 402 “dataA, dataC”, filtering condition 403 “cycle = 30, Line = X”, validity period 404 “02:30:00”, route information 411 “ccc2”, identification information 412 “ID_c2”, last transmission date 406 “2006.12.11 13:00:00” or the like is read, and further included in the data response execution instruction and transmitted to the data management server 111-c. Furthermore, the data user management unit 223 obtains information associated with the user name 401 “user c1” and information associated with the user name 401 “user c2” from the user management information table 232. delete. The execution instruction determination unit 228 subtracts the number “2” of deleted users from the number of users 305 “2” corresponding to the data name 301 “dataA” in the collected data table 231 illustrated in FIG. This subtracted value is “zero”. Therefore, the execution instruction determination unit 228 newly adds the newest data name “dataA”, data source information 306 corresponding to the data name 301 “dataA”, and time stamp 303 to the history management information table 234. The data is stored as the data name 601 of the added row, the data source information 602, the last collection date and time 603, and the information associated with the data name 301 “dataA” in the collection data table 231 is deleted. Similarly, the execution instruction determination unit 228 uses the latest data source information 306 and time stamp 303 corresponding to each of the data names 301 “dataB” and “dataC” in the collected data table 231 as the history. Stored as data name 601, data source information 602, last collection date and time 603 of each newly added row in the management information table 234, and associated with each of the data names 301 “dataB” and “dataC” in the collection data table 231 Delete the stored information.

S1108の処理で送信されたデータ応答実行指示を受信したデータ管理サーバ111は、図11を参照して説明した上述の動作を行なう。   The data management server 111 that has received the data response execution instruction transmitted in the process of S1108 performs the above-described operation described with reference to FIG.

次に、図12を参照し、データ管理サーバ111が、各機器161からデータを収集・蓄積する動作例を説明する。図12に一例を示す動作例は、例えば、所定時間毎に起動するものである。   Next, an operation example in which the data management server 111 collects and accumulates data from each device 161 will be described with reference to FIG. The operation example shown in FIG. 12 is activated every predetermined time, for example.

図12において、データ管理部224は、収集データテーブル231を参照する(S1201)。次に、データ管理部224は、収集データテーブル231から、降順等により1つのデータを選択する(S1202)。次に、データ管理部224は、選択したデータの収集条件が満たされているか否か判定する(S1203)。そのために、データ管理部224は、収集データテーブル231を参照し、上述のS1202で選択したデータのデータ名301と対応するタイムスタンプ303のうち最新のもの、及び、S1202で選択したデータのデータ名301と対応する収集周期304を参照する。次に、データ管理部224は、読み出したタイムスタンプ303の日時と、読み出した収集周期304とから、前回のデータ収集・蓄積から収集周期経過したか否か判定する。そのために、データ管理部224は、現在の日時が、読み出したタイムスタンプ303の日時から、読み出した収集周期304を経過しているか否か判定する。この判定の結果、経過している場合、データ管理部224は、選択したデータの収集条件が満たされていると判定する。   In FIG. 12, the data management unit 224 refers to the collected data table 231 (S1201). Next, the data management unit 224 selects one piece of data from the collected data table 231 in descending order or the like (S1202). Next, the data management unit 224 determines whether or not the selected data collection condition is satisfied (S1203). For this purpose, the data management unit 224 refers to the collected data table 231 and selects the latest one of the time stamps 303 corresponding to the data name 301 of the data selected in S1202 and the data name of the data selected in S1202. Reference is made to the collection period 304 corresponding to 301. Next, the data management unit 224 determines whether the collection period has elapsed since the previous data collection / accumulation based on the date and time of the read time stamp 303 and the read collection period 304. Therefore, the data management unit 224 determines whether or not the current collection date / time has passed the read collection cycle 304 from the date / time of the read time stamp 303. As a result of this determination, when the time has elapsed, the data management unit 224 determines that the selected data collection condition is satisfied.

S1203の判定の結果、選択したデータの収集条件が満たされている場合、データ管理部224は、選択したデータを取得し(S1204)、取得したデータを格納する(S1205)。そのために、データ管理部224は、例えば、上述のS1202で選択したデータのデータ名301と対応するデータソース情報306を参照して機器161を特定し、特定した機器161からデータを取得する。この取得技術は特に限定するものではないが、例えば、データ管理部224は、参照したデータソース情報306に含まれる経路情報311から機器161のアドレス等を取得し、取得したアドレス等宛てに、データの送信を要求するコマンド等を送信してもよい。また、例えば、データソースとなる機器161の各々は、自ネットワーク内に、自身の取得するデータ名及びデータ値等をブロードキャスト送信する。データ管理サーバ111は、各機器161によりブロードキャスト送信されたデータ名及びデータ値等のうち、取得対象となるものを選択受信することにより、データを取得してもよい。データ管理部224は、取得したデータを、上述のS1202で選択したデータのデータ名301と対応するデータ値302に追加し、さらに、おなじデータ名301と対応するタイムスタンプ303に現在の日時を追加する。   As a result of the determination in S1203, if the collection condition of the selected data is satisfied, the data management unit 224 acquires the selected data (S1204) and stores the acquired data (S1205). For this purpose, for example, the data management unit 224 identifies the device 161 with reference to the data source information 306 corresponding to the data name 301 of the data selected in S1202 described above, and acquires data from the identified device 161. Although this acquisition technique is not particularly limited, for example, the data management unit 224 acquires the address of the device 161 from the path information 311 included in the referenced data source information 306, and sends the data to the acquired address or the like. A command or the like for requesting transmission of the above may be transmitted. Further, for example, each of the devices 161 serving as the data source broadcasts and transmits the data name, data value, and the like acquired by itself within the network. The data management server 111 may acquire data by selectively receiving the acquisition target of the data names and data values broadcasted by the devices 161. The data management unit 224 adds the acquired data to the data value 302 corresponding to the data name 301 of the data selected in S1202 described above, and further adds the current date and time to the time stamp 303 corresponding to the same data name 301 To do.

S1203の判定の結果、選択したデータの収集条件が満たされていない場合、又は、上述のS1205の処理の後、データ管理部224は、収集データテーブル231内のデータの全てを選択したか否か判定する(S1206)。   As a result of the determination in S1203, if the collection condition of the selected data is not satisfied, or after the processing in S1205 described above, the data management unit 224 has selected all the data in the collection data table 231. Determination is made (S1206).

S1206の判定の結果、全てのデータを選択していない場合、データ管理部224は、上述のS1202以降の処理を再度行ない、未選択のデータを選択する。   If all the data has not been selected as a result of the determination in S1206, the data management unit 224 performs the above-described processing after S1202 again, and selects unselected data.

S1206の判定の結果、全てのデータを選択している場合、データ管理部224は、処理を終了する。   If all the data has been selected as a result of the determination in S1206, the data management unit 224 ends the process.

次に、図13を参照し、データ管理サーバ111が、各機器161から収集・蓄積したデータを各ユーザ端末121に送信する動作例を説明する。図13に一例を示す動作例は、例えば、所定時間毎に起動するものである。   Next, an operation example in which the data management server 111 transmits data collected / stored from each device 161 to each user terminal 121 will be described with reference to FIG. The operation example shown in FIG. 13 is activated every predetermined time, for example.

図13において、データ提供部221は、利用者管理情報テーブル232を参照する(S1301)。次に、データ提供部221は、利用者管理情報テーブル232から、降順等により1つのユーザを選択する(S1302)。次に、データ提供部221は、選択したユーザのデータ送信条件が満たされているか否か判定する(S1303)。そのために、データ提供部221は、例えば、利用者管理情報テーブル232の、上述のS1302の処理で選択したユーザのユーザ名401と対応するフィルタリング条件403及び最終送信日時406等を参照する。データ提供部221は、参照したフィルタリング条件403が送信の日時条件を含んでおり、かつ、最終送信日時406及び現在の日時のうち少なくとも一方がそのフィルタリング条件403の条件を満たしているか否か判定する。   In FIG. 13, the data providing unit 221 refers to the user management information table 232 (S1301). Next, the data providing unit 221 selects one user from the user management information table 232 in descending order or the like (S1302). Next, the data providing unit 221 determines whether the data transmission condition of the selected user is satisfied (S1303). Therefore, for example, the data providing unit 221 refers to the filtering condition 403 and the last transmission date and time 406 corresponding to the user name 401 of the user selected in the above-described processing of S1302 in the user management information table 232. The data providing unit 221 determines whether the referenced filtering condition 403 includes a transmission date and time condition and at least one of the last transmission date and time 406 and the current date and time satisfies the filtering condition 403. .

S1303の判定の結果、選択したユーザのデータ送信条件が満たされている場合、データ提供部221は、そのユーザに送信すべきデータを読みだし(S1304)、読み出したデータを、そのユーザのユーザ端末121に送信する(S1305)。そのために、データ提供部221は、例えば、上述のS1302の処理で選択したユーザのユーザ名401と対応する要求データ402及びユーザ端末情報405等を読み出す。次に、データ提供部221は、収集データテーブル231から、読み出した要求データ402のデータ名の各々と一致するデータ名301に対応するデータ値302を読み出す。このとき、データ提供部221は、そのユーザのフィルタリング条件403がデータ条件(例えば「Line=X」等)を含む場合、その条件に合致するデータ値302のみを読み出す。データ提供部221は、読み出したデータ値302を、読み出したユーザ端末情報405の経路情報411に含まれる識別情報宛て等に送信する。さらに、データ提供部221は、利用者管理情報テーブル232の、上述のS1302の処理で選択したユーザのユーザ名401と対応する最終送信日時406を、現在の日時に更新する。   If the data transmission condition of the selected user is satisfied as a result of the determination in S1303, the data providing unit 221 reads data to be transmitted to the user (S1304), and the read data is transmitted to the user terminal of the user. It transmits to 121 (S1305). For this purpose, the data providing unit 221 reads, for example, the request data 402 and user terminal information 405 corresponding to the user name 401 of the user selected in the above-described processing of S1302. Next, the data providing unit 221 reads from the collected data table 231 the data value 302 corresponding to the data name 301 that matches each data name of the read request data 402. At this time, when the filtering condition 403 of the user includes a data condition (for example, “Line = X” or the like), the data providing unit 221 reads only the data value 302 that matches the condition. The data providing unit 221 transmits the read data value 302 to the identification information included in the route information 411 of the read user terminal information 405. Further, the data providing unit 221 updates the last transmission date and time 406 corresponding to the user name 401 of the user selected in the above-described processing of S1302 in the user management information table 232 to the current date and time.

S1303の判定の結果、選択したユーザのデータ送信条件が満たされていない場合、又は、上述のS1305の処理の後、データ提供部221は、利用者管理情報テーブル232内のデータの全てを選択したか否か判定する(S1306)。   As a result of the determination in S1303, when the data transmission condition of the selected user is not satisfied, or after the processing in S1305 described above, the data providing unit 221 has selected all of the data in the user management information table 232 It is determined whether or not (S1306).

S1306の判定の結果、全てのデータを選択していない場合、データ提供部221は、上述のS1302以降の処理を再度行ない、未選択のデータを選択する。   As a result of the determination in S1306, if all the data has not been selected, the data providing unit 221 performs the above-described processing after S1302 again, and selects unselected data.

S1306の判定の結果、全てのデータを選択している場合、データ提供部221は、処理を終了する。   If all the data has been selected as a result of the determination in S1306, the data providing unit 221 ends the process.

次に、図14を参照し、各データ管理サーバ111が利用者管理情報テーブル232を更新する動作例を説明する。この動作例は、例えば、所定時間毎に起動するものである。   Next, an operation example in which each data management server 111 updates the user management information table 232 will be described with reference to FIG. This operation example is activated at predetermined time intervals, for example.

図14において、データ管理サーバ111のデータ利用者管理部223は、利用者管理情報テーブル232の、各ユーザのデータ送信の有効期限を更新する(S1401)。具体的には、例えば、図14に一例を示す動作例が時間「t」毎に起動される場合、データ利用者管理部223は、利用者管理情報テーブル232の各行の有効期間404の値から「t」を減算した値を、新たな有効期間404の値とする。次に、データ利用者管理部223は、利用者管理情報テーブル232に、データ送信の有効期限の切れたものがあるか否か判定する(S1402)。そのために、データ利用者管理部223は、例えば、利用者管理情報テーブル232の各行の有効期間404に、「ゼロ」等所定値以下のものが含まれているか否か判定する。   In FIG. 14, the data user management unit 223 of the data management server 111 updates the expiration date of data transmission for each user in the user management information table 232 (S1401). Specifically, for example, when the operation example illustrated in FIG. 14 is activated every time “t”, the data user management unit 223 determines the value of the valid period 404 in each row of the user management information table 232. The value obtained by subtracting “t” is set as the value of the new effective period 404. Next, the data user management unit 223 determines whether there is a data transmission expiration date in the user management information table 232 (S1402). Therefore, for example, the data user management unit 223 determines whether or not the valid period 404 of each row of the user management information table 232 includes a value equal to or less than a predetermined value such as “zero”.

S1402の判定の結果、有効期限の切れたものがない場合、データ利用者管理部223は、処理を終了する。   If the result of determination in S1402 is that there is no expired expiration date, the data user management unit 223 ends the process.

S1402の判定の結果、有効期限の切れたものがある場合、データ利用者管理部223は、その情報を利用者管理情報テーブル232から削除する(S1403)。さらに、データ利用者管理部223は、収集データテーブル231を更新する(S1404)。そのために、例えば、まず、データ利用者管理部223は、所定値以下の有効期間404と対応付けられている要求データ402に含まれているデータ名を読み出す。次に、データ利用者管理部223は、収集データテーブル231の各行のデータ名301のうち、読み出した要求データ402に含まれるデータ名と一致するものを選択し、選択したデータ名301と対応する利用者数305の数を、「1」減算した値に置き換える。さらに、データ利用者管理部223は、利用者管理情報テーブル232の、所定値以下の有効期間404と対応付けられている情報を削除する。データ管理部224は、この処理を、所定値以下の有効期間404の各々に対し行なう。   As a result of the determination in S1402, when there is an expired one, the data user management unit 223 deletes the information from the user management information table 232 (S1403). Further, the data user management unit 223 updates the collected data table 231 (S1404). For this purpose, for example, first, the data user management unit 223 reads the data name included in the request data 402 associated with the valid period 404 equal to or less than a predetermined value. Next, the data user management unit 223 selects the data name 301 in each row of the collected data table 231 that matches the data name included in the read request data 402, and corresponds to the selected data name 301. The number of users 305 is replaced with a value obtained by subtracting “1”. Further, the data user management unit 223 deletes information associated with the valid period 404 equal to or less than a predetermined value in the user management information table 232. The data management unit 224 performs this process for each valid period 404 equal to or less than a predetermined value.

データ利用者管理部223は、S1404の処理で更新した収集データテーブル231に、データ送信するユーザ数が「ゼロ」となったものがあるか否か判定する(S1405)。そのために、データ利用者管理部223は、収集データテーブル231の各行の利用者数305を参照し、値が「ゼロ」であるものがあるか否か判定する。   The data user management unit 223 determines whether or not the collection data table 231 updated in the processing of S1404 has a data transmission user count of “zero” (S1405). For this purpose, the data user management unit 223 refers to the number of users 305 in each row of the collected data table 231 and determines whether there is a value of “zero”.

S1405の判定の結果、データ送信するユーザ数が「ゼロ」となったものがある場合、データ管理部224は、収集データテーブル231のそのデータを削除する(S1408)。そのために、データ管理部224は、収集データテーブル231の利用者数305「ゼロ」に対応するデータ名301、データソース情報306等を、履歴管理情報テーブル234のデータ名601、データソース情報602等として格納する。さらに、データ管理部224は、このデータ名301等に対応するタイムスタンプ303のうち最新のものを、履歴管理情報テーブル234の最終収集日時603として格納する。データ管理部224は、収集データテーブル231の利用者数305「ゼロ」に対応する情報を削除する。   As a result of the determination in S1405, if there is a user whose number of data transmissions is “zero”, the data management unit 224 deletes the data in the collected data table 231 (S1408). For this purpose, the data management unit 224 displays the data name 301 and data source information 306 corresponding to the number of users 305 “zero” in the collected data table 231, the data name 601 and data source information 602 in the history management information table 234, and the like. Store as. Further, the data management unit 224 stores the latest time stamp 303 corresponding to the data name 301 or the like as the last collection date and time 603 of the history management information table 234. The data management unit 224 deletes information corresponding to the number of users 305 “zero” in the collected data table 231.

上述のように収集データテーブル231が更新され、収集するデータに関する情報が削除される。従って、データ管理部224は、収集データテーブル231に情報が無いため、以降のデータの収集・蓄積を停止する。   As described above, the collected data table 231 is updated, and information regarding the data to be collected is deleted. Therefore, the data management unit 224 stops collecting / accumulating data thereafter because there is no information in the collected data table 231.

次に、上述の本実施形態のシステムを適用する具体的な例を説明する。   Next, a specific example to which the system of the above-described embodiment is applied will be described.

まず、図15を参照し、本実施形態のシステムを、製造業における情報制御システムに適用する場合の例を説明する。   First, an example in the case of applying the system of this embodiment to an information control system in the manufacturing industry will be described with reference to FIG.

図15において、情報制御システムは、広域網1503を介して、拠点1501、工場1502等が相互接続されている。工場1502では、複数の生産工程により製品を生産する。ここでは、工場1502では、材料、部品、中間品を加工する「工程A」、製品を検査する「工程B」から製品を生産するものとする。   In FIG. 15, the information control system includes a base 1501, a factory 1502, and the like interconnected via a wide area network 1503. The factory 1502 produces products through a plurality of production processes. Here, it is assumed that the factory 1502 produces products from “Process A” for processing materials, parts, and intermediate products, and “Process B” for inspecting products.

拠点1501では、データ管理サーバ111g、ユーザ端末121g、ゲートウェイサーバ141gの各々が、通信ネットワーク151gを介して接続されている。通信ネットワーク151gは、ゲートウェイサーバ141gを介して広域網1503と接続する。   In the base 1501, each of the data management server 111g, the user terminal 121g, and the gateway server 141g is connected via a communication network 151g. The communication network 151g is connected to the wide area network 1503 via the gateway server 141g.

工場1502には、通信ネットワーク151h、通信ネットワーク151i、通信ネットワーク151jが設置されている。通信ネットワーク151hは、広域網1503と接続する。通信ネットワーク151i、通信ネットワーク151jの各々は、通信ネットワーク151hを介して広域網1503と接続する。   In the factory 1502, a communication network 151h, a communication network 151i, and a communication network 151j are installed. The communication network 151h is connected to the wide area network 1503. Each of the communication network 151i and the communication network 151j is connected to the wide area network 1503 via the communication network 151h.

通信ネットワーク151hには、データ管理サーバ111h、ユーザ端末121h、ゲートウェイサーバ141hが接続されている。通信ネットワーク151hは、ゲートウェイサーバ141hを介して広域網1503と接続する。通信ネットワーク151iには、データ管理サーバ111i、ゲートウェイサーバ141i、制御装置161iが接続されている。この制御装置161iは、「工程A」の工程に関わる情報を取得するものである。制御装置161iには、設備・機器1501iが接続される。設備・機器1501iは、「工程A」にて加工等するためのものである。ここでは、制御装置161iは、設備・機器1501iを制御する。さらに、制御装置161iは、設備・機器1501iの稼働実績、制御実績等を送信するものとする。通信ネットワーク151iは、ゲートウェイサーバ141iを介して通信ネットワーク151hと接続する。通信ネットワーク151jには、データ管理サーバ111j、ゲートウェイサーバ141j、制御装置161jが接続されている。この制御装置161jは、「工程B」の工程に関わる情報を取得するものである。制御装置161jには、設備・機器1501jが接続される。設備・機器1501jは、「工程B」にて検査等をするためのものである。ここでは、制御装置161jは、設備・機器1501jの稼動実績、品質検査結果、測定値等を送信するものとする。通信ネットワーク151jは、ゲートウェイサーバ141jを介して通信ネットワーク151hと接続する。   A data management server 111h, a user terminal 121h, and a gateway server 141h are connected to the communication network 151h. The communication network 151h is connected to the wide area network 1503 via the gateway server 141h. A data management server 111i, a gateway server 141i, and a control device 161i are connected to the communication network 151i. The control device 161 i acquires information related to the process “process A”. A facility / equipment 1501i is connected to the control device 161i. The equipment / equipment 1501i is used for processing in “Process A”. Here, the control device 161i controls the facility / equipment 1501i. Furthermore, the control apparatus 161i shall transmit the operation results, control results, etc. of the installation / equipment 1501i. The communication network 151i is connected to the communication network 151h via the gateway server 141i. A data management server 111j, a gateway server 141j, and a control device 161j are connected to the communication network 151j. The control device 161j acquires information related to the process “process B”. A facility / equipment 1501j is connected to the control device 161j. The facility / equipment 1501j is used for inspection in “Process B”. Here, it is assumed that the control device 161j transmits the operation results, quality inspection results, measurement values, and the like of the facility / device 1501j. The communication network 151j is connected to the communication network 151h via the gateway server 141j.

図15に一例を示すシステムでは、例えば、ユーザgは、資産管理の業務として、拠点1501のユーザ端末121gを用いて、「工程A」で使用する設備・機器1501iの稼働実績であるデータ名「dataE」、「工程B」で使用する設備・機器1501jの稼動実績であるデータ名「dataF」の各々のデータ値を取得するものとする。この業務は、ユーザgの定型的な業務である。また、ユーザhは、品質維持のための製品追跡の業務として、「A工程」で使用する設備・機器1501iの稼働実績であるデータ名「dataE」、「B工程」で使用する設備・機器1501jの品質検査結果であるデータ名「dataG」の各々のデータ値を取得するものとする。この業務は、ユーザhの、定型的な業務ではなく、必要なときのみに行なうものである。   In the system illustrated in FIG. 15, for example, the user g uses the user terminal 121 g at the base 1501 as the asset management job, and uses the data name “which is the operation result of the facility / equipment 1501 i used in“ process A ”. It is assumed that each data value of the data name “dataF” which is the operation result of the facility / equipment 1501j used in “dataE” and “process B” is acquired. This task is a routine task of user g. In addition, the user h uses the data name “dataE” and the equipment / equipment 1501j used in the “B process”, which are the operation results of the equipment / equipment 1501i used in the “A process”, as a product tracking operation for maintaining quality. Each data value of the data name “dataG” which is the quality inspection result is acquired. This task is not a routine task of user h, but is performed only when necessary.

ユーザ端末121gは、「工程A」で使用する設備・機器1501iの稼働実績を示すデータ名「dataE」、「工程B」で使用する設備・機器1501jの稼動実績を示すデータ名「dataF」を含むデータ要求をデータ管理サーバ111gに送信する。データ管理サーバ111gは、上述の動作を行う。これにより、データ管理サーバ111g、データ管理サーバ111h、データ管理サーバ111i、データ管理サーバ111jのうち1つが、制御装置161i、制御装置161jの各々から、「工程A」で使用する設備・機器1501iの稼働実績のデータ値と、「工程B」で使用する設備・機器1501jの稼動実績のデータ値とを取得し、ユーザ端末121gに送信する。   The user terminal 121g includes a data name “dataE” indicating the operation result of the facility / equipment 1501i used in “process A” and a data name “dataF” indicating the operation result of the facility / equipment 1501j used in “process B”. A data request is transmitted to the data management server 111g. The data management server 111g performs the above-described operation. As a result, one of the data management server 111g, the data management server 111h, the data management server 111i, and the data management server 111j has the facility / equipment 1501i used in the “process A” from each of the control device 161i and the control device 161j. The data value of the operation record and the data value of the operation record of the facility / equipment 1501j used in “Process B” are acquired and transmitted to the user terminal 121g.

ユーザ端末121hは、「工程A」で使用する設備・機器1501iの稼働実績を示すデータ名「dataE」、「工程B」で使用する設備・機器1501jの品質検査結果を示すデータ名「dataG」を含むデータ要求をデータ管理サーバ111hに送信する。データ管理サーバ111hは、上述の動作を行う。これにより、データ管理サーバ111h、データ管理サーバ111h、データ管理サーバ111i、データ管理サーバ111jのうち1つが、制御装置161i、制御装置161jの各々から、「工程A」で使用する設備・機器1501iの稼働実績のデータ値と、「工程B」で使用する設備・機器1501jの品質検査結果のデータ値とを取得し、ユーザ端末121hに送信する。   The user terminal 121h receives the data name “dataE” indicating the operation result of the facility / equipment 1501i used in “process A” and the data name “dataG” indicating the quality inspection result of the facility / equipment 1501j used in “process B”. The data request containing is transmitted to the data management server 111h. The data management server 111h performs the above-described operation. As a result, one of the data management server 111h, the data management server 111h, the data management server 111i, and the data management server 111j has the facilities / equipment 1501i used in the “process A” from each of the control device 161i and the control device 161j. The data value of the operation result and the data value of the quality inspection result of the facility / equipment 1501j used in “Process B” are acquired and transmitted to the user terminal 121h.

このように、本実施形態のシステムでは、定型業務のデータ取得と、定型業務でないデータ取得とを、同一の環境で同時に実現することができる。   As described above, in the system according to the present embodiment, it is possible to simultaneously realize data acquisition for routine work and data acquisition for non-standard work in the same environment.

次に、図16を参照し、本実施形態のシステムを、走行する列車と線路沿いに設置された無線局の間で無線通信を行う車上-地上間通信システムに適用した場合の例を説明する。このシステムは、列車の乗客が要求したデータを収集・蓄積し、その情報をサービスとして提供するものである。   Next, an example in which the system of this embodiment is applied to an on-vehicle communication system that performs wireless communication between a traveling train and a wireless station installed along a track will be described with reference to FIG. To do. This system collects and stores data requested by train passengers and provides that information as a service.

図16において、システムは、拠点1601、拠点1602、中継局1603、中継局1604、複数の無線基地局1611、列車1605、通信網1606等がある。   In FIG. 16, the system includes a base 1601, a base 1602, a relay station 1603, a relay station 1604, a plurality of radio base stations 1611, a train 1605, a communication network 1606, and the like.

無線基地局1611-1、無線基地局1611-2、無線基地局1611-3、無線基地局1611-4の各々は、列車1605の走行する線路に沿って一定間隔で設置される。無線基地局1611-1、無線基地局1611-2、無線基地局1611-3、無線基地局1611-4の各々は、中継局1603、中継局1604の各々と接続される。   Each of the radio base station 1611-1, the radio base station 1611-2, the radio base station 1611-3, and the radio base station 1611-4 is installed at regular intervals along the track on which the train 1605 runs. Radio base station 1611-1, radio base station 1611-2, radio base station 1611-3, and radio base station 1611-4 are connected to relay station 1603 and relay station 1604, respectively.

列車1605には、機器161-o、無線通信装置1621等が搭載される。また、列車1605には、ユーザ端末121-oを有するユーザoが乗車する。機器161-oは、例えば、列車1605の速度等を取得する。ユーザ端末121-o、機器161-oは、無線通信装置1621と接続する。無線通信装置1621は、通信可能な領域内の無線基地局1611と接続する。   The train 1605 is equipped with a device 161-o, a wireless communication device 1621, and the like. In addition, the user 1 having the user terminal 121-o gets on the train 1605. For example, the device 161-o acquires the speed of the train 1605 and the like. The user terminal 121-o and the device 161-o are connected to the wireless communication device 1621. The wireless communication device 1621 is connected to a wireless base station 1611 in a communicable area.

拠点1601は、データ管理サーバ111-k1、ユーザ端末121-k、アプリケーションサーバ131-k、ゲートウェイサーバ141-k、通信ネットワーク151-k等を有する。データ管理サーバ111-k1、ユーザ端末121-k、アプリケーションサーバ131-k、ゲートウェイサーバ141-k等は通信ネットワーク151-kと接続する。また、ゲートウェイサーバ141-kは、通信網1606と接続する。拠点1602は、データ管理サーバ111-l、ユーザ端末121-l、ゲートウェイサーバ141-l、通信ネットワーク151-l等を有する。データ管理サーバ111-l、ユーザ端末121-l、ゲートウェイサーバ141-l等は通信ネットワーク151-lと接続する。また、ゲートウェイサーバ141-lは、通信網1606と接続する。   The base 1601 includes a data management server 111-k1, a user terminal 121-k, an application server 131-k, a gateway server 141-k, a communication network 151-k, and the like. The data management server 111-k1, user terminal 121-k, application server 131-k, gateway server 141-k, etc. are connected to the communication network 151-k. The gateway server 141-k is connected to the communication network 1606. The base 1602 includes a data management server 111-l, a user terminal 121-l, a gateway server 141-l, a communication network 151-l, and the like. The data management server 111-l, user terminal 121-l, gateway server 141-l, etc. are connected to the communication network 151-l. The gateway server 141-1 is connected to the communication network 1606.

データ管理サーバ111-k1、データ管理サーバ111-k2、データ管理サーバ111-lの各々は、列車1605の機器161-oから取得したデータを蓄積する。   Each of the data management server 111-k1, the data management server 111-k2, and the data management server 111-l accumulates data acquired from the equipment 161-o of the train 1605.

中継局1603は、データ管理サーバ111m、ゲートウェイサーバ141m、通信ネットワーク151m等を有する。データ管理サーバ111m、ゲートウェイサーバ141m等は互いに接続する。また、ゲートウェイサーバ141mは、通信網1606と接続する。中継局1604は、データ管理サーバ111n、ゲートウェイサーバ141n、通信ネットワーク151n等を有する。データ管理サーバ111n、ゲートウェイサーバ141n等は互いに接続する。また、ゲートウェイサーバ141nは、通信網1606と接続する。   The relay station 1603 includes a data management server 111m, a gateway server 141m, a communication network 151m, and the like. The data management server 111m, the gateway server 141m, and the like are connected to each other. The gateway server 141m is connected to the communication network 1606. The relay station 1604 includes a data management server 111n, a gateway server 141n, a communication network 151n, and the like. The data management server 111n, the gateway server 141n, etc. are connected to each other. The gateway server 141n is connected to the communication network 1606.

データ管理サーバ111m、データ管理サーバ111nの各々は、列車1605の機器161-oから取得したデータを蓄積する。   Each of the data management server 111m and the data management server 111n accumulates data acquired from the equipment 161-o of the train 1605.

なお、中継局1603、中継局1604の各々は、列車1605の走行する線路に沿って設置される。   Note that each of the relay station 1603 and the relay station 1604 is installed along a track on which the train 1605 travels.

ユーザは、ユーザ端末121に、データ要求の送信を指示する。例えば、ユーザk、ユーザlの各々は、ユーザ端末121-k、ユーザ端末121-lの各々に、機器161-oの取得するデータを要求する。ユーザ端末121-k、ユーザ端末121-lの各々は、要求されたデータのデータ名を含むデータ要求をデータ管理サーバ111-k、データ管理サーバ111-lの各々に送信する。また、例えば、ユーザoは、ユーザ端末121-oに、データ要求の送信を指示する。ユーザ端末121-oは、要求されたデータのデータ名を含むデータ要求を無線通信装置1621に送信する。無線通信装置1621は、無線基地局1611-1、無線基地局1611-2、無線基地局1611-3、無線基地局1611-4等のうち、通信範囲内にあるものと通信し、このデータ要求を、データ管理サーバ111-m、データ管理サーバ111-nのうち一方に送信する。即ち、無線通信装置1621は、無線基地局1611-1又は無線基地局1611-2と通信した場合、データ要求をデータ管理サーバ111-mに送信する。また、無線通信装置1621は、無線基地局1611-3又は無線基地局1611-4と通信した場合、データ要求をデータ管理サーバ111-nに送信する。   The user instructs the user terminal 121 to transmit a data request. For example, each of the user k and the user l requests data acquired by the device 161-o from the user terminal 121-k and the user terminal 121-l. Each of the user terminal 121-k and the user terminal 121-l transmits a data request including the data name of the requested data to each of the data management server 111-k and the data management server 111-l. For example, the user o instructs the user terminal 121-o to transmit a data request. The user terminal 121-o transmits a data request including the data name of the requested data to the wireless communication device 1621. The wireless communication device 1621 communicates with the wireless base station 1611-1, the wireless base station 1611-2, the wireless base station 1611-3, the wireless base station 1611-4, etc. that are within the communication range, and this data request Is transmitted to one of the data management server 111-m and the data management server 111-n. That is, when the wireless communication device 1621 communicates with the wireless base station 1611-1 or the wireless base station 1611-2, it transmits a data request to the data management server 111-m. Further, when the wireless communication device 1621 communicates with the wireless base station 1611-3 or the wireless base station 1611-4, the wireless communication device 1621 transmits a data request to the data management server 111-n.

データ管理サーバ111の各々は、受信したデータ要求に対し、上述の処理を行なう。この処理は上述とおなじであるので省略する。   Each of the data management servers 111 performs the above-described processing for the received data request. Since this process is the same as described above, a description thereof will be omitted.

以上、この発明の実施形態を、図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計変更等も含まれる。   The embodiment of the present invention has been described in detail with reference to the drawings. However, the specific configuration is not limited to this embodiment, and design changes and the like within a scope not departing from the gist of the present invention are included. .

例えば、上述の実施形態では、各通信ネットワークには1つのデータ管理サーバが接続されているものとするが、これに限られるわけではない。各通信ネットワークに接続されるデータ管理サーバの数は任意である。   For example, in the above-described embodiment, one data management server is connected to each communication network. However, the present invention is not limited to this. The number of data management servers connected to each communication network is arbitrary.

また、例えば、上述の実施形態では、データ要求は、同一の通信ネットワークと接続されているデータ管理サーバが受信するものとしたが、これに限られるわけではない。データ要求を受信するデータ管理サーバは任意である。
なお、このデータ要求では、1つのデータ要求で複数のデータを要求してもよい。また、データ毎に、異なる収集条件、フィルタリング条件等を設定してもよい。その場合、データ要求には、フィルタリング条件、データを送信する残りの時間等が含まれる。データ管理サーバは、異なるフィルタリング条件毎等に、上述の処理を行なうと良い。
For example, in the above-described embodiment, the data request is received by the data management server connected to the same communication network. However, the present invention is not limited to this. The data management server that receives the data request is arbitrary.
In this data request, a plurality of data may be requested by one data request. Different collection conditions, filtering conditions, etc. may be set for each data. In that case, the data request includes filtering conditions, the remaining time for transmitting data, and the like. The data management server may perform the above processing for each different filtering condition.

また、例えば、データ応答実行指示には、転送回数情報をさらに含めても良い。各データ管理サーバ111は、S1108の処理でデータ応答実行指示を転送する度に、この転送回数情報に「1」を加算して送信し、自身の受信したデータ応答実行指示の転送回数情報が所定数以上である場合、上述のS1103〜S1106等の処理を行なわず、自身がデータ収集・蓄積及び送信処理を行なうものとして、S1107等の処理を行なっても良い。   Further, for example, the data response execution instruction may further include transfer count information. Each time the data management server 111 transfers a data response execution instruction in the process of S1108, it adds “1” to this transfer count information and transmits it. The transfer count information of the received data response execution instruction is predetermined. If the number is greater than or equal to the number, the processing of S1107 and the like may be performed on the assumption that the processing itself of data collection / accumulation and transmission is performed without performing the processing of S1103 to S1106.

本発明の一実施形態において、システム構成例を示す図である。1 is a diagram illustrating a system configuration example according to an embodiment of the present invention. 同実施形態において、データ管理サーバの構成例を示す図である。In the same embodiment, it is a figure which shows the structural example of a data management server. 同実施形態において、収集データテーブルの一例を示す図である。In the same embodiment, it is a figure which shows an example of a collection data table. 同実施形態において、利用者管理情報テーブルの一例を示す図である。In the embodiment, it is a figure which shows an example of a user management information table. 同実施形態において、自ネットワーク情報テーブルの一例を示す図である。In the same embodiment, it is a figure which shows an example of an own network information table. 同実施形態において、履歴情報管理テーブルの一例を示す図である。5 is a diagram illustrating an example of a history information management table in the embodiment. FIG. 同実施形態において、概要を説明する図である。In the same embodiment, it is a figure explaining an outline. 同実施形態において、シーケンスの一例を説明する図である。In the embodiment, it is a figure explaining an example of a sequence. 同実施形態において、データ管理サーバの動作例を示す図である。5 is a diagram illustrating an operation example of a data management server in the embodiment. FIG. 同実施形態において、データ管理サーバの動作例を示す図である。5 is a diagram illustrating an operation example of a data management server in the embodiment. FIG. 同実施形態において、データ管理サーバの動作例を示す図である。5 is a diagram illustrating an operation example of a data management server in the embodiment. FIG. 同実施形態において、データ管理サーバの動作例を示す図である。5 is a diagram illustrating an operation example of a data management server in the embodiment. FIG. 同実施形態において、データ管理サーバの動作例を示す図である。5 is a diagram illustrating an operation example of a data management server in the embodiment. FIG. 同実施形態において、データ管理サーバの動作例を示す図である。5 is a diagram illustrating an operation example of a data management server in the embodiment. FIG. 同実施形態のシステムを適用する具体的な例を説明する図である。It is a figure explaining the specific example to which the system of the embodiment is applied. 同実施形態のシステムを適用する具体的な例を説明する図である。It is a figure explaining the specific example to which the system of the embodiment is applied.

符号の説明Explanation of symbols

111:データ管理サーバ、121:ユーザ端末、131:アプリケーションサーバ、141:ゲートウェイサーバ、151:通信ネットワーク、201:演算装置、202:メモリ、203:2次記憶装置、204:入力装置、205:出力装置、206:通信装置、211:ミドルウェア、221:データ提供部、222:受付部、223:データ利用者管理部、224:データ管理部、225:通信制御部、226:データ要求受付部、227:応答処理部、228:実行指示判定部、231:収集データテーブル、232:利用者管理情報テーブル、233:自ネットワーク情報テーブル、234:履歴管理情報テーブル、161:機器   111: Data management server 121: User terminal 131: Application server 141: Gateway server 151: Communication network 201: Computing device 202: Memory 203: Secondary storage device 204: Input device 205: Output Device: 206: Communication device 211: Middleware 221: Data providing unit 222: Accepting unit 223: Data user managing unit 224: Data managing unit 225: Communication control unit 226: Data request receiving unit 227 : Response processing unit, 228: Execution instruction determination unit, 231: Collection data table, 232: User management information table, 233: Local network information table, 234: History management information table, 161: Device

Claims (9)

互いに接続されている複数の通信ネットワークの各々に、データ管理サーバ、データ値を提供するデータソース、及び、ユーザ端末のうち少なくとも1つが接続され、前記データ管理サーバの各々が、前記データソースから取得したデータ値を前記各ユーザ端末に送信する分散システムであって、
前記データ管理サーバの各々は、
以前データ値を取得したことのあるデータ値のデータ識別情報と、該データ値を提供するデータソースのデータソース識別情報とが対応付けられている管理情報を記憶する記憶装置と、
データソースの各々からデータ値を取得し、前記記憶装置に、該取得したデータ値と、該データ値のデータ識別情報とを対応付けた収集情報を記憶させるデータ取得手段と、
前記収集情報に含まれるデータ識別情報と、該データ識別情報に対応するデータ値とをユーザ端末に送信するデータ提供手段と、
ユーザ端末から送信された、要求するデータ値のデータ識別情報を含むデータ要求を受信するデータ要求受信手段と、
他のデータ管理サーバに、データ要求に含まれるデータ識別情報のデータ値を記憶するか否かを問い合わせる問合せ情報を送信する問合せ手段と、
他のデータ管理サーバからの問合せ情報を受信した場合、前記収集情報に、該問合せ情報に含まれるデータ識別情報が含まれているか否か、或いは、前記管理情報に、該問合せ情報に含まれるデータ識別情報が含まれているか否か判定し、該当するデータが前記収集情報及び前記管理情報のうち少なくとも一方に含まれている場合、この判定結果を含む応答を送信する応答手段と、
前記収集情報に、データ要求に含まれるデータ識別情報が含まれているか否か、前記管理情報に、該データ要求に含まれるデータ識別情報が含まれているか否か判定する判定手段と、
データ要求に応じて、データ値を送信するデータ管理サーバを選択する選択手段と、を有し、
前記ユーザ端末からのデータ要求を受信した場合、前記選択手段が、
他のデータ管理サーバから送信された応答に含まれる判定結果、及び、前記判定手段による判定結果に、収集情報に該当するデータ識別情報が含まれていることを通知するものがある場合、その判定結果を得たデータ管理サーバのうち1つを選択し、
他のデータ管理サーバから送信された応答に含まれる判定結果、及び、前記判定手段による判定結果に、収集情報に該当するデータ識別情報が含まれていることを通知するものが無く、かつ、管理情報に該当するデータ識別情報が含まれていることを通知するものがある場合、管理情報に該当するデータ識別情報が含まれていることを通知する判定結果を得たデータ管理サーバのうち1つを選択し、
前記選択したデータ管理サーバが自身である場合、前記データ取得手段が、前記管理情報から、前記データ要求に含まれるデータ識別情報と対応付けられているデータソース識別情報を抽出し、該抽出したデータソース識別情報のデータソースからデータ値を取得して、該取得したデータ値を、前記データ要求に含まれるデータ識別情報と対応付けて収集情報として記憶させ、前記データ提供手段が、前記収集情報から、前記データ要求に含まれるデータ識別情報と対応するデータ値を抽出して、該データ要求を送信したユーザ端末に送信し、
前記選択したデータ管理サーバが他のデータ管理サーバである場合、前記データ提供手段が、該選択した他のデータ管理サーバに、前記受信したデータ要求に含まれるデータ識別情報と、該データ要求を送信したユーザ端末の端末識別情報とを含むデータ応答実行指示を送信し、
前記データ応答実行指示を受信したデータ管理サーバの前記データ取得手段が、自身の前記管理情報から、前記データ応答実行指示に含まれるデータ識別情報と対応付けられているデータソース識別情報を抽出し、該抽出したデータソース識別情報のデータソースからデータ値を取得し、該取得したデータ値を、該データ値のデータ識別情報と対応付けて自身の収集情報として記憶させ、前記データ応答実行指示を受信したデータ管理サーバの前記データ提供手段が、自身の前記収集情報から、前記データ応答実行指示に含まれるデータ識別情報と対応付けられているデータ値を抽出し、前記データ応答実行指示に含まれる端末識別情報のユーザ端末に送信すること
を特徴とする分散システム。
At least one of a data management server, a data source providing data values, and a user terminal is connected to each of a plurality of communication networks connected to each other, and each of the data management servers obtains from the data source A distributed system for transmitting the obtained data value to each of the user terminals,
Each of the data management servers
A storage device that stores management information in which data identification information of a data value that has been obtained in the past and data source identification information of a data source that provides the data value are associated;
Retrieve data values from each data source, in the storage device, the data value the acquired data acquisition means for storing the collected information associating the data identification information of said data values,
Data providing means for transmitting data identification information included in the collected information and a data value corresponding to the data identification information to a user terminal;
Data request receiving means for receiving a data request including data identification information of a requested data value transmitted from a user terminal;
Inquiry means for sending inquiry information for inquiring whether or not to store the data value of the data identification information included in the data request to another data management server,
When the inquiry information from another data management server is received , whether or not the data identification information included in the inquiry information is included in the collected information , or the data included in the inquiry information in the management information A response means for determining whether or not identification information is included, and when the corresponding data is included in at least one of the collected information and the management information, a response means for transmitting a response including the determination result;
Determining means for determining whether the collected information includes data identification information included in the data request; and determining whether the management information includes data identification information included in the data request ;
Selecting means for selecting a data management server to transmit a data value in response to a data request;
When receiving a data request from the user terminal, the selection means,
If the determination result included in the response transmitted from another data management server and the determination result by the determination means notify that the data identification information corresponding to the collection information is included, the determination Select one of the data management servers that got the results,
There is no notification that the determination result included in the response transmitted from another data management server and the determination result by the determination means include the data identification information corresponding to the collected information, and the management One of the data management servers that has obtained the determination result for notifying that the data identification information corresponding to the management information is included when there is something that notifies that the data identification information corresponding to the information is included select,
When the selected data management server is itself, the data acquisition means extracts data source identification information associated with the data identification information included in the data request from the management information, and the extracted data A data value is acquired from the data source of the source identification information, the acquired data value is stored as collection information in association with the data identification information included in the data request, and the data providing means is , Extracting the data value corresponding to the data identification information included in the data request, and transmitting to the user terminal that transmitted the data request,
When the selected data management server is another data management server, the data providing means transmits the data identification information included in the received data request and the data request to the selected other data management server. A data response execution instruction including the terminal identification information of the user terminal
The data acquisition means of the data management server that has received the data response execution instruction extracts data source identification information associated with the data identification information included in the data response execution instruction from the management information of itself. A data value is acquired from the data source of the extracted data source identification information, the acquired data value is stored in association with the data identification information of the data value as own collection information, and the data response execution instruction is received The data providing means of the data management server extracts the data value associated with the data identification information included in the data response execution instruction from the collected information of itself, and the terminal included in the data response execution instruction A distributed system characterized by transmitting identification information to user terminals.
請求項記載の分散システムであって、
前記データ管理サーバの各々は、
前記記憶装置は、自身と同じ通信ネットワークに接続されているデータソースから取得されるデータ値のデータ識別情報と、そのデータソースのデータソース識別情報とが対応付けられているネットワーク情報をさらに有し、
前記応答手段が、他のデータ管理サーバからの問合せ情報を受信した場合、前記収集情報に、該問合せ情報に含まれるデータ識別情報が含まれているか否か、前記管理情報に、該問合せ情報に含まれるデータ識別情報が含まれているか否か、前記ネットワーク情報に、該問合せ情報に含まれるデータ識別情報が含まれているか否か判定し、前記収集情報、前記管理情報、及び、前記ネットワーク情報のうち少なくとも1つに該当するデータが含まれている場合、この判定結果を含む応答を送信し、
前記判定手段が、前記収集情報に、データ要求に含まれるデータ識別情報が含まれているか否か、前記管理情報に、該データ要求に含まれるデータ識別情報が含まれているか否か、前記ネットワーク情報に、該データ要求に含まれるデータ識別情報が含まれているか否か判定し、
前記選択手段が、他のデータ管理サーバから送信された応答に含まれる判定結果、及び、前記判定手段による判定結果に、前記収集情報及び前記管理情報に該当するデータが含まれているものが無く、かつ、前記ネットワーク情報に該当するデータが含まれているものがある場合、ネットワーク情報に該当するデータが含まれている判定結果を得たデータ管理サーバのうち1つを選択し、
前記選択したデータ管理サーバが自身である場合、前記データ取得手段が、前記ネットワーク情報から、前記データ要求に含まれているデータ識別情報と対応付けられているデータソース識別情報を抽出し、該抽出したデータソース識別情報のデータソースからデータ値を取得して、該取得したデータ値を、該データ値のデータ識別情報と対応付けて収集情報として記憶させ、前記データ提供手段が、前記収集情報から、前記データ要求に含まれているデータ識別情報と対応付けられているデータ値を抽出して、該データ要求を送信したユーザ端末に送信し、
前記選択したデータ管理サーバが他のデータ管理サーバである場合、該他のデータ管理サーバに、前記受信したデータ要求に含まれるデータ識別情報と、該データ要求を送信したユーザ端末の端末識別情報とを含むデータ応答実行指示を送信し、
前記データ応答実行指示を受信したデータ管理サーバの前記データ取得手段が、自身の前記ネットワーク情報から、前記データ応答実行指示に含まれているデータ識別情報と対応付けられているデータソース識別情報を抽出し、該抽出したデータソース識別情報のデータソースからデータ値を取得し、該取得したデータ値を、該データ値のデータ識別情報と対応付けて、自身の収集情報として記憶させ、前記データ応答実行指示を受信したデータ管理サーバの前記データ提供手段が、自身の前記収集情報から、前記データ応答実行指示に含まれているデータ識別情報と対応付けられているデータ値を抽出し、前記データ応答実行指示に含まれる端末識別情報のユーザ端末に送信すること
を特徴とする分散システム。
The distributed system of claim 1 ,
Each of the data management servers
The storage device further includes network information in which data identification information of a data value acquired from a data source connected to the same communication network as the storage device is associated with data source identification information of the data source. ,
When the response means receives inquiry information from another data management server, whether or not the collected information includes the data identification information included in the inquiry information, the management information includes the inquiry information. It is determined whether or not included data identification information is included, whether or not the network information includes data identification information included in the inquiry information, and the collected information, the management information, and the network information When the data corresponding to at least one of the above is included, a response including the determination result is transmitted,
Whether the collected information includes the data identification information included in the data request; whether the management information includes the data identification information included in the data request; Determining whether the information includes the data identification information included in the data request;
In the determination result included in the response transmitted from the other data management server and the determination result by the determination unit, the selection unit does not include data corresponding to the collection information and the management information. And, if there is data that includes the data corresponding to the network information, select one of the data management servers that obtained the determination result that includes the data corresponding to the network information,
When the selected data management server is itself, the data acquisition means extracts data source identification information associated with the data identification information included in the data request from the network information, and extracts the data A data value is obtained from the data source of the data source identification information, the obtained data value is stored as collection information in association with the data identification information of the data value, and the data providing means Extracting a data value associated with the data identification information included in the data request and transmitting the data value to the user terminal that transmitted the data request;
If the selected data management server is another data management server, the data identification information included in the received data request and the terminal identification information of the user terminal that transmitted the data request to the other data management server Send data response execution instruction including
The data acquisition means of the data management server that has received the data response execution instruction extracts data source identification information associated with the data identification information included in the data response execution instruction from its network information. And acquiring the data value from the data source of the extracted data source identification information, storing the acquired data value in association with the data identification information of the data value as its own collection information, and executing the data response The data providing means of the data management server that has received the instruction extracts the data value associated with the data identification information included in the data response execution instruction from the collected information of itself, and executes the data response A distributed system, wherein terminal identification information included in an instruction is transmitted to a user terminal.
請求項1又は2に記載の分散システムであって、
前記データ管理サーバの各々が、
前記選択されたデータ管理サーバが、前記データ要求に含まれるデータ識別情報のデータ値を提供するデータソースと、データ管理サーバの各々との間の通信負荷情報を取得し、該取得した通信負荷情報から、データ管理サーバの各々のうち、通信負荷の最も軽いものを選択し、該選択したデータ管理サーバが他のデータ管理サーバである場合、該選択したデータ管理サーバに、前記受信したデータ応答実行指示に含まれるデータ識別情報と端末識別情報とを含むデータ応答実行指示を送信する実行判定手段、をさらに有すること
を特徴とする分散システム。
The distributed system according to claim 1 or 2 ,
Each of the data management servers
The selected data management server acquires communication load information between each data management server and a data source that provides a data value of data identification information included in the data request, and the acquired communication load information From the data management servers, the one with the lightest communication load is selected, and when the selected data management server is another data management server, the received data response execution is sent to the selected data management server. A distributed system, further comprising execution determination means for transmitting a data response execution instruction including data identification information and terminal identification information included in the instruction.
請求項1又は2に記載の分散システムであって、
前記データ管理サーバの各々が、
前記選択されたデータ管理サーバが、前記データ管理サーバの各々と前記データ要求を送信したユーザ端末との間の応答性を示す応答性情報を取得し、該取得した応答性情報から、前記データ管理サーバの各々のうち、前記データ要求を送信したユーザ端末との間の応答性の最も良いものを選択し、該選択したデータ管理サーバが他のデータ管理サーバである場合、該選択したデータ管理サーバに、前記受信したデータ応答実行指示に含まれるデータ識別情報と端末識別情報とを含むデータ応答実行指示を送信する実行判定手段、をさらに有すること
特徴とする分散システム。
The distributed system according to claim 1 or 2 ,
Each of the data management servers
The selected data management server acquires responsiveness information indicating responsiveness between each of the data management servers and the user terminal that has transmitted the data request, and the data management is obtained from the acquired responsiveness information. When the server having the best responsiveness with the user terminal that has transmitted the data request is selected from each of the servers, and the selected data management server is another data management server, the selected data management server In addition, the distributed system further includes execution determination means for transmitting a data response execution instruction including data identification information and terminal identification information included in the received data response execution instruction.
請求項記載の分散システムであって、
前記データ管理サーバの各々は、
前記記憶装置は、自身の前記データ提供手段がデータ値を送信しているユーザ端末の端末識別情報と、該ユーザ端末に送信しているデータ値のデータ識別情報とが対応付けられているユーザ管理情報をさらに有し、
前記選択されたデータ管理サーバの実行判定手段が、自身の前記ユーザ管理情報に、該データ応答実行指示に含まれるデータ識別情報が含まれているか否か判定し、該当するデータが含まれている場合、前記選択したデータ管理サーバに、該データ識別情報と対応付けられている端末識別情報をさらに含むデータ応答実行指示を送信すると共に、自身の、このユーザ端末へのデータ送信を停止させること
を特徴とする分散システム。
The distributed system according to claim 3 ,
Each of the data management servers
The storage device has user management in which terminal identification information of a user terminal that is transmitting a data value by the data providing unit thereof is associated with data identification information of a data value that is transmitted to the user terminal. Have more information,
The execution determination means of the selected data management server determines whether or not the user management information of itself includes the data identification information included in the data response execution instruction, and the corresponding data is included. A data response execution instruction further including terminal identification information associated with the data identification information is transmitted to the selected data management server, and data transmission to the user terminal is stopped. A featured distributed system.
請求項記載の分散システムであって、
前記データ管理サーバの各々は、
前記記憶装置は、自身の前記データ提供手段がデータ値を送信しているユーザ端末の端末識別情報と、該ユーザ端末に送信しているデータ値のデータ識別情報とが対応付けられているユーザ管理情報をさらに有し、
前記選択されたデータ管理サーバの実行判定手段が、自身の前記ユーザ管理情報に、該データ応答実行指示に含まれる端末識別情報が含まれている場合、前記選択したデータ管理サーバに、該端末識別情報と対応付けられているデータ識別情報をさらに含むデータ応答実行指示を送信すると共に、自身の、このユーザ端末へのデータ送信を停止させること
を特徴とする分散システム。
The distributed system according to claim 4 ,
Each of the data management servers
The storage device has user management in which terminal identification information of a user terminal that is transmitting a data value by the data providing unit thereof is associated with data identification information of a data value that is transmitted to the user terminal. Have more information,
When the execution determination unit of the selected data management server includes the terminal identification information included in the data response execution instruction in its user management information, the terminal identification is included in the selected data management server. A distributed system characterized by transmitting a data response execution instruction further including data identification information associated with the information and stopping its own data transmission to the user terminal.
請求項1乃至何れか1つ記載の分散システムであって、
前記データ要求には、データ値を送信する条件である条件情報をさらに含み、
前記各データ管理サーバのデータ提供手段が、前記データ要求に含まれている条件情報に従い、データ値をユーザ端末に送信すること
を特徴とする分散システム。
A distributed system according to any one of claims 1 to 6 ,
The data request further includes condition information that is a condition for transmitting a data value,
The distributed system characterized in that the data providing means of each of the data management servers transmits a data value to the user terminal according to the condition information included in the data request.
互いに接続されている複数の通信ネットワークの各々に、データ管理サーバ、データ値を提供するデータソース、及び、ユーザ端末のうち少なくとも1つが接続され、前記データソースから取得したデータ値を前記各ユーザ端末に送信する前記データ管理サーバであって、
以前データ値を取得したことのあるデータ値のデータ識別情報と、該データ値を提供するデータソースのデータソース識別情報とが対応付けられている管理情報を記憶する記憶装置と、
データソースの各々からデータ値を取得し、前記記憶装置に、該取得したデータ値と、該データ値のデータ識別情報とを対応付けて収集情報として記憶させるデータ取得手段と、
前記収集情報に含まれるデータ識別情報と、該データ識別情報に対応するデータ値とをユーザ端末に送信するデータ提供手段と、
ユーザ端末から送信された、要求するデータ値のデータ識別情報を含むデータ要求を受信するデータ要求受信手段と、
他のデータ管理サーバに、データ要求に含まれるデータ識別情報のデータ値を記憶するか否かを問い合わせる問合せ情報を送信する問合せ手段と、
他のデータ管理サーバからの問合せ情報を受信した場合、前記収集情報に、該問合せ情報に含まれるデータ識別情報が含まれているか否か、或いは、前記管理情報に、該問合せ情報に含まれるデータ識別情報が含まれているか否か判定し、該当するデータが前記収集情報及び前記管理情報のうち少なくとも一方に含まれている場合、この判定結果を含む応答を送信する応答手段と、
前記収集情報に、データ要求に含まれるデータ識別情報が含まれているか否か、前記管理情報に、該データ要求に含まれるデータ識別情報が含まれているか否か判定する判定手段と、
データ要求に応じて、データ値を送信するデータ管理サーバを選択する選択手段と、を有し、
前記ユーザ端末からのデータ要求を受信した場合、前記選択手段が、
他のデータ管理サーバから送信された応答に含まれる判定結果、及び、前記判定手段による判定結果に、収集情報に該当するデータ識別情報が含まれていることを通知するものがある場合、その判定結果を得たデータ管理サーバのうち1つを選択し、
他のデータ管理サーバから送信された応答に含まれる判定結果、及び、前記判定手段による判定結果に、収集情報に該当するデータ識別情報が含まれていることを通知するものが無く、かつ、管理情報に該当するデータ識別情報が含まれていることを通知するものがある場合、管理情報に該当するデータ識別情報が含まれていることを通知する判定結果を得たデータ管理サーバのうち1つを選択し、
前記選択したデータ管理サーバが自身である場合、前記データ取得手段が、前記管理情報から、前記データ要求に含まれるデータ識別情報と対応付けられているデータソース識別情報を抽出し、該抽出したデータソース識別情報のデータソースからデータ値を取得して、該取得したデータ値を、前記データ要求に含まれるデータ識別情報と対応付けて収集情報として記憶させ、前記データ提供手段が、前記収集情報から、前記データ要求に含まれるデータ識別情報と対応するデータ値を抽出して、該データ要求を送信したユーザ端末に送信し、
前記選択したデータ管理サーバが他のデータ管理サーバである場合、前記データ提供手段が、選択した他のデータ管理サーバに、前記受信したデータ要求に含まれるデータ識別情報と、該データ要求を送信したユーザ端末の端末識別情報とを含むデータ応答実行指示を送信し、
前記データ応答実行指示を受信した場合、前記データ取得手段が、自身の前記管理情報から、前記データ応答実行指示に含まれるデータ識別情報と対応付けられているデータソース識別情報を抽出し、該抽出したデータソース識別情報のデータソースからデータ値を取得し、該取得したデータ値を、該データ値のデータ識別情報と対応付けて自身の収集情報として記憶させ、前記データ提供手段が、自身の前記収集情報から、前記データ応答実行指示に含まれるデータ識別情報と対応付けられているデータ値を抽出し、前記データ応答実行指示に含まれる端末識別情報のユーザ端末に送信すること
を特徴とするデータ管理サーバ。
At least one of a data management server, a data source providing a data value, and a user terminal is connected to each of a plurality of communication networks connected to each other, and the data value acquired from the data source is transmitted to each user terminal. The data management server for transmitting to
A storage device that stores management information in which data identification information of a data value that has been obtained in the past and data source identification information of a data source that provides the data value are associated;
Retrieve data values from each data source, in the storage device, the data value the acquired data acquisition means for storing the collected information in association with data identifying information of said data values,
Data providing means for transmitting data identification information included in the collected information and a data value corresponding to the data identification information to a user terminal;
Data request receiving means for receiving a data request including data identification information of a requested data value transmitted from a user terminal;
Inquiry means for sending inquiry information for inquiring whether or not to store the data value of the data identification information included in the data request to another data management server,
When the inquiry information from another data management server is received , whether or not the data identification information included in the inquiry information is included in the collected information , or the data included in the inquiry information in the management information A response means for determining whether or not identification information is included, and when the corresponding data is included in at least one of the collected information and the management information, a response means for transmitting a response including the determination result;
Determining means for determining whether the collected information includes data identification information included in the data request; and determining whether the management information includes data identification information included in the data request ;
Selecting means for selecting a data management server to transmit a data value in response to a data request;
When receiving a data request from the user terminal, the selection means,
If the determination result included in the response transmitted from another data management server and the determination result by the determination means notify that the data identification information corresponding to the collection information is included, the determination Select one of the data management servers that got the results,
There is no notification that the determination result included in the response transmitted from another data management server and the determination result by the determination means include the data identification information corresponding to the collected information, and the management One of the data management servers that has obtained the determination result for notifying that the data identification information corresponding to the management information is included when there is something that notifies that the data identification information corresponding to the information is included select,
When the selected data management server is itself, the data acquisition means extracts data source identification information associated with the data identification information included in the data request from the management information, and the extracted data A data value is acquired from the data source of the source identification information, the acquired data value is stored as collection information in association with the data identification information included in the data request, and the data providing means is , Extracting the data value corresponding to the data identification information included in the data request, and transmitting to the user terminal that transmitted the data request,
When the selected data management server is another data management server, the data providing means transmits the data identification information included in the received data request and the data request to the selected other data management server. A data response execution instruction including the terminal identification information of the user terminal
When the data response execution instruction is received, the data acquisition unit extracts data source identification information associated with the data identification information included in the data response execution instruction from the management information of the data acquisition unit, and the extraction A data value is acquired from the data source of the data source identification information, the acquired data value is stored as its collected information in association with the data identification information of the data value, and the data providing means A data value associated with the data identification information included in the data response execution instruction is extracted from the collected information and transmitted to the user terminal of the terminal identification information included in the data response execution instruction. Management server.
互いに接続されている複数の通信ネットワークの各々に、データ管理サーバ、データ値を提供するデータソース、及び、ユーザ端末のうち少なくとも1つが接続され、前記データ管理サーバの各々が、前記データソースから取得したデータ値を前記各ユーザ端末に送信する分散システムにおけるデータ流通方法であって、
前記データ管理サーバの各々は、
以前データ値を取得したことのあるデータ値のデータ識別情報と、該データ値を提供するデータソースのデータソース識別情報とが対応付けられている管理情報を記憶する記憶装置と、
データソースの各々からデータ値を取得し、前記記憶装置に、該取得したデータ値と、該データ値のデータ識別情報とを対応付けた収集情報を記憶させるデータ取得手段と、
前記収集情報に含まれるデータ識別情報と、該データ識別情報に対応するデータ値とをユーザ端末に送信するデータ提供手段と、
ユーザ端末から送信された、要求するデータ値のデータ識別情報を含むデータ要求を受信するデータ要求受信手段と、
他のデータ管理サーバに、データ要求に含まれるデータ識別情報のデータ値を記憶するか否かを問い合わせる問合せ情報を送信する問合せ手段と、
他のデータ管理サーバからの問合せ情報を受信した場合、前記収集情報に、該問合せ情報に含まれるデータ識別情報が含まれているか否か、或いは、前記管理情報に、該問合せ情報に含まれるデータ識別情報が含まれているか否か判定し、該当するデータが前記収集情報及び前記管理情報のうち少なくとも一方に含まれている場合、この判定結果を含む応答を送信する応答手段と、
前記収集情報に、データ要求に含まれるデータ識別情報が含まれているか否か、前記管理情報に、該データ要求に含まれるデータ識別情報が含まれているか否か判定する判定手段と、
データ要求に応じて、データ値を送信するデータ管理サーバを選択する選択手段と、を有し、
前記データ要求を受信したデータ管理サーバ(以下、第1のデータ管理サーバ)の前記選択手段が、
他のデータ管理サーバから送信された応答に含まれる判定結果、及び、前記判定手段による判定結果に、収集情報に該当するデータ識別情報が含まれていることを通知するものがある場合、その判定結果を得たデータ管理サーバのうち1つを選択し、他のデータ管理サーバから送信された応答に含まれる判定結果、及び、前記判定手段による判定結果に、収集情報に該当するデータ識別情報が含まれていることを通知するものが無く、かつ、管理情報に該当するデータ識別情報が含まれていることを通知するものがある場合、管理情報に該当するデータ識別情報が含まれていることを通知する判定結果を得たデータ管理サーバのうち1つを選択するステップ、を実行し、
前記選択したデータ管理サーバが自身である場合、
前記第1のデータ管理サーバの前記データ取得手段が、前記管理情報から、前記データ要求に含まれるデータ識別情報と対応付けられているデータソース識別情報を抽出し、該抽出したデータソース識別情報のデータソースからデータ値を取得して、該取得したデータ値を、前記データ要求に含まれるデータ識別情報と対応付けて収集情報として記憶させるステップと、
前記第1のデータ管理サーバの前記データ提供手段が、前記収集情報から、前記データ要求に含まれるデータ識別情報と対応するデータ値を抽出して、該データ要求を送信したユーザ端末に送信するステップと、を実行し、
前記選択したデータ管理サーバが他のデータ管理サーバ(以下、第2のデータ管理サーバ)である場合、
前記第1のデータ管理サーバの前記データ提供手段が、前記第2のデータ管理サーバに、前記受信したデータ要求に含まれるデータ識別情報と、該データ要求を送信したユーザ端末の端末識別情報とを含むデータ応答実行指示を送信するステップと、
前記第2のデータ管理サーバの前記データ取得手段が、自身の前記管理情報から、前記データ応答実行指示に含まれるデータ識別情報と対応付けられているデータソース識別情報を抽出し、該抽出したデータソース識別情報のデータソースからデータ値を取得し、該取得したデータ値を、該データ値のデータ識別情報と対応付けて自身の収集情報として記憶させるステップと、
前記第2のデータ管理サーバの前記データ提供手段が、自身の前記収集情報から、前記データ応答実行指示に含まれるデータ識別情報と対応付けられているデータ値を抽出し、前記データ応答実行指示に含まれる端末識別情報のユーザ端末に送信するステップと、を実行ること
を特徴とするデータ流通方法。
At least one of a data management server, a data source providing data values, and a user terminal is connected to each of a plurality of communication networks connected to each other, and each of the data management servers obtains from the data source A data distribution method in a distributed system for transmitting the data value to each user terminal,
Each of the data management servers
A storage device that stores management information in which data identification information of a data value that has been obtained in the past and data source identification information of a data source that provides the data value are associated;
Data acquisition means for acquiring a data value from each of the data sources, and storing in the storage device collection information in which the acquired data value is associated with data identification information of the data value;
Data providing means for transmitting data identification information included in the collected information and a data value corresponding to the data identification information to a user terminal;
Data request receiving means for receiving a data request including data identification information of a requested data value transmitted from a user terminal;
Inquiry means for sending inquiry information for inquiring whether or not to store the data value of the data identification information included in the data request to another data management server,
When the inquiry information from another data management server is received, whether or not the data identification information included in the inquiry information is included in the collected information, or the data included in the inquiry information in the management information A response means for determining whether or not identification information is included, and when the corresponding data is included in at least one of the collected information and the management information, a response means for transmitting a response including the determination result;
Determining means for determining whether the collected information includes data identification information included in the data request; and determining whether the management information includes data identification information included in the data request;
Selecting means for selecting a data management server to transmit a data value in response to a data request;
The selection means of the data management server (hereinafter, first data management server) that has received the data request includes:
If the determination result included in the response transmitted from another data management server and the determination result by the determination means notify that the data identification information corresponding to the collection information is included, the determination The data identification information corresponding to the collection information is selected in the determination result included in the response transmitted from the other data management server, and the determination result by the determination means. If there is nothing to notify that it is included, and there is something to notify that the data identification information corresponding to the management information is included, the data identification information corresponding to the management information is included Selecting one of the data management servers that have obtained the determination result to notify
If the selected data management server is itself,
The data acquisition means of the first data management server extracts data source identification information associated with the data identification information included in the data request from the management information, and the data source identification information of the extracted data source identification information Acquiring a data value from a data source and storing the acquired data value in association with data identification information included in the data request as collection information;
A step in which the data providing means of the first data management server extracts a data value corresponding to the data identification information included in the data request from the collected information and transmits the data value to the user terminal that has transmitted the data request; And run
When the selected data management server is another data management server (hereinafter referred to as a second data management server),
The data providing means of the first data management server sends, to the second data management server, data identification information included in the received data request and terminal identification information of the user terminal that has transmitted the data request. Transmitting a data response execution instruction including:
The data acquisition unit of the second data management server extracts data source identification information associated with data identification information included in the data response execution instruction from the management information of the second data management server, and the extracted data Acquiring a data value from the data source of the source identification information, storing the acquired data value in association with the data identification information of the data value as own collection information;
The data providing unit of the second data management server extracts a data value associated with the data identification information included in the data response execution instruction from the collected information of the second data management server, and the data response execution instruction data distribution and wherein that you run the steps, a to be transmitted to the user terminal of the terminal identification information included.
JP2007076093A 2007-03-23 2007-03-23 Distributed system, data management server, and data distribution method Active JP4808173B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2007076093A JP4808173B2 (en) 2007-03-23 2007-03-23 Distributed system, data management server, and data distribution method
TW096132729A TWI348100B (en) 2007-03-23 2007-09-03 Distributed system, data management server and data distribution method
CN200710152417XA CN101272263B (en) 2007-03-23 2007-10-11 Dispersing system, data managing server and data circulation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007076093A JP4808173B2 (en) 2007-03-23 2007-03-23 Distributed system, data management server, and data distribution method

Publications (2)

Publication Number Publication Date
JP2008234522A JP2008234522A (en) 2008-10-02
JP4808173B2 true JP4808173B2 (en) 2011-11-02

Family

ID=39907189

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007076093A Active JP4808173B2 (en) 2007-03-23 2007-03-23 Distributed system, data management server, and data distribution method

Country Status (3)

Country Link
JP (1) JP4808173B2 (en)
CN (1) CN101272263B (en)
TW (1) TWI348100B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010113400A1 (en) * 2009-03-31 2010-10-07 日本電気株式会社 Data replication system and client device thereof
JP5416619B2 (en) * 2010-03-05 2014-02-12 株式会社フジクラ RFID platform system, logger device, and management method
US9619668B2 (en) * 2013-09-16 2017-04-11 Axis Ab Managing application data in distributed control systems
JP6469148B2 (en) * 2017-02-23 2019-02-13 株式会社コンテック Communications system
JP2019161434A (en) * 2018-03-13 2019-09-19 本田技研工業株式会社 System and method for vehicle data management

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002116939A (en) * 2000-10-06 2002-04-19 Telecommunication Advancement Organization Of Japan Distributed database system
JP3248530B2 (en) * 2001-02-27 2002-01-21 日本電気株式会社 Search system and computer-readable recording medium storing program for generating search system
JP2003018215A (en) * 2001-07-02 2003-01-17 Meidensha Corp Distributed control system
JP4675631B2 (en) * 2005-01-11 2011-04-27 Kddi株式会社 Index server and P2P network system
JP4241660B2 (en) * 2005-04-25 2009-03-18 株式会社日立製作所 Load balancer
JP2007025964A (en) * 2005-07-14 2007-02-01 Mitsubishi Electric Corp Data location management server and data location management program

Also Published As

Publication number Publication date
CN101272263A (en) 2008-09-24
CN101272263B (en) 2011-02-02
TW200839534A (en) 2008-10-01
JP2008234522A (en) 2008-10-02
TWI348100B (en) 2011-09-01

Similar Documents

Publication Publication Date Title
US20230162069A1 (en) Moveable Storage
JP4808173B2 (en) Distributed system, data management server, and data distribution method
CN101221435B (en) System and method for module positioning in industrial environment
JP2010541077A (en) Exchange of synchronization data and metadata
JP5112087B2 (en) Information distribution server, information distribution system, and information distribution method
KR101764979B1 (en) Method for providing real time business information
JP2014229166A (en) Communication system, communication method, business management system, management device, program, relay device, and data position management device
CN104685529A (en) Scheduling device, scheduling system, scheduling method, and program
JP2017182221A (en) Automatic load distribution information processing system
JP4498262B2 (en) Information sharing method in distributed system
US11343750B2 (en) Method for the identification of a connected object in a network infrastructure
JP2016091064A (en) Device management repeating device, method, and program
JP6204933B2 (en) Information collection system
JP6851112B2 (en) Railway signal equipment monitoring support program
EP3420683B1 (en) System and method for smart event paging
JPWO2017141339A1 (en) Processing control program, processing control method, information processing apparatus, and communication apparatus
JP2016009447A (en) Continuous passenger transfer system by information distribution
US20170286562A1 (en) Information processing apparatus, data providing system, and data providing method
CN104683619A (en) Image processing apparatus, image processing system, and image processing method
JP5649457B2 (en) Database system and its clients
JP2017090991A (en) Apparatus control method, controller, and program
JP5962196B2 (en) Monitoring server
JP5678819B2 (en) COMMUNICATION DEVICE, COMMUNICATION PROGRAM, AND COMMUNICATION METHOD
JP2019208112A (en) Relay server and relay method
JP2014035650A (en) Automatic information input system and method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090529

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110526

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110531

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110725

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: 20110809

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: 20110816

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

Free format text: PAYMENT UNTIL: 20140826

Year of fee payment: 3

R151 Written notification of patent or utility model registration

Ref document number: 4808173

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151