JP2020126508A - Controller, method for controlling processor, and program - Google Patents

Controller, method for controlling processor, and program Download PDF

Info

Publication number
JP2020126508A
JP2020126508A JP2019019347A JP2019019347A JP2020126508A JP 2020126508 A JP2020126508 A JP 2020126508A JP 2019019347 A JP2019019347 A JP 2019019347A JP 2019019347 A JP2019019347 A JP 2019019347A JP 2020126508 A JP2020126508 A JP 2020126508A
Authority
JP
Japan
Prior art keywords
processing
queue
control
verification
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.)
Granted
Application number
JP2019019347A
Other languages
Japanese (ja)
Other versions
JP7251182B2 (en
Inventor
真実雄 外園
Mamio Sotozono
真実雄 外園
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2019019347A priority Critical patent/JP7251182B2/en
Publication of JP2020126508A publication Critical patent/JP2020126508A/en
Application granted granted Critical
Publication of JP7251182B2 publication Critical patent/JP7251182B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To extremely increase the control performance of a controller which controls a plurality of processors at the same time.SOLUTION: The controller includes: a control processor for processing a control request of a plurality of controllers by using queue set at different priorities; a verification processor for sending a verification packet to the processors; and a queue management unit for storing a control request of a processor which has required the length of time not longer than a threshold value to response to the verification packet into a first queue set at a higher priority and storing control requests of the other processors into a second queue set at a lower priority than the first queue.SELECTED DRAWING: Figure 1

Description

本発明は、制御装置、処理装置の制御方法及びプログラムに関する。 The present invention relates to a control device, a processing device control method, and a program.

特許文献1、2に、複数の処理装置に分散処理や並列処理を行わせるシステムが開示されている。この種のシステムでは、複数の処理装置を集中的に制御する制御装置が用いられる。この制御装置は、多数の処理装置を同時に制御する際に、通常は個々の処理装置に対する制御を並列処理する。 Patent Documents 1 and 2 disclose systems that allow a plurality of processing devices to perform distributed processing or parallel processing. In this type of system, a control device that centrally controls a plurality of processing devices is used. When controlling a large number of processing devices at the same time, this control device normally performs parallel processing of control for individual processing devices.

特許文献1の制御装置(情報処理装置10)は、複数の装置のうち、処理に要する時間が所定値より長い装置への処理要求が、他の装置よりも先に送信されるように、処理要求の送信順を決定する。そして、この制御装置(情報処理装置10)は、前記決定した送信順で、複数の装置それぞれに対して処理要求を送信し、複数の装置に並列に処理を実行させる。 The control device (information processing device 10) of Patent Document 1 performs processing so that a processing request to a device of which processing time is longer than a predetermined value is transmitted before other devices. Determine the order of sending requests. Then, the control device (information processing device 10) transmits a processing request to each of the plurality of devices in the determined transmission order, and causes the plurality of devices to execute the processing in parallel.

特許文献2の制御装置(管理ノード)は、各処理ノードに依頼したテスト処理の処理結果に基づいて分散処理の対象とする処理ノードを選択する。 The control device (management node) of Patent Document 2 selects a processing node to be the target of distributed processing based on the processing result of the test processing requested to each processing node.

さらに、特許文献3には、システムの信頼性を向上させることができるという情報処理装置(待機系サーバ)が開示されている。この情報処理装置は、運用系サーバに障害が発生し処理が待機系サーバに移行された場合に、優先度にしたがいコネクション毎に送信間隔を空けてダミーパケットを送信するダミーパケット送信制御部を備える。さらに、この情報処理装置は、パケットの応答を基に各コネクションが使用可能か否かを判定するダミーパケット受信制御部を備える。さらに、この情報処理装置は、通信が使用可能と判定されたコネクションを用いて、運用系サーバが行っていたクライアントとの通信を継続する通信処理部を備える。 Further, Patent Document 3 discloses an information processing device (standby system server) capable of improving the reliability of the system. This information processing apparatus includes a dummy packet transmission control unit that transmits a dummy packet with a transmission interval for each connection according to the priority when a failure occurs in the active server and the processing is transferred to the standby server. .. Further, the information processing apparatus includes a dummy packet reception control unit that determines whether each connection can be used based on the packet response. Further, the information processing apparatus includes a communication processing unit that continues communication with the client, which was performed by the active server, using the connection determined to be usable for communication.

特開2014−199534号公報JP, 2014-199534, A 特開2006−344068号公報JP, 2006-344068, A 特開2018−28787号公報JP, 2018-287787, A

以下の分析は、本発明によって与えられたものである。上記した制御装置が、複数の処理装置を制御する構成においては、並列数に上限を設けて運用がなされている。その理由は、制御装置の処理能力をすべて使用すると他の処理ができなくなるからである。 The following analysis is given by the present invention. In the configuration in which the above-described control device controls a plurality of processing devices, the upper limit is set for the number of parallel operations. The reason is that if the processing capacity of the control device is used up, other processing cannot be performed.

このような制御装置では、同時に制御する処理装置の数が前記所定の並列数を超えると、先行の処理装置の制御が完了するまで、後続の処理装置の制御は待たされることになる。このとき、制御装置から、先行の処理装置に接続できない状態では、後続の処理装置の制御開始がさらに遅延するという問題点がある。この問題は、コネクション型のプロトコルを使用する制御で顕著であり、コネクション確立待ちや応答のタイムアウト待ちが処理遅延時間の大部分を占める。 In such a control device, when the number of processing devices to be controlled simultaneously exceeds the predetermined parallel number, the control of the subsequent processing device is made to wait until the control of the preceding processing device is completed. At this time, if the control device cannot connect to the preceding processing device, the control start of the subsequent processing device is further delayed. This problem is remarkable in the control using the connection type protocol, and waiting for connection establishment and waiting for timeout of response occupy most of the processing delay time.

また、制御装置が先行の処理装置に接続できない状態は、制御装置と処理装置間のネットワーク障害や、処理装置の故障など、予期せぬ要因で発生する。この場合、障害が復旧するまでの時間を予測することは困難であり、接続復旧の見込みのない処理装置に対する処理(待機を含む)は、時間と処理リソースの無駄な消費である。このような非効率な動作は、利用者が制御装置への設定を行った際に、処理が全く進んでいないように見えるなど、利用者から制御装置の動作正常性を疑われるという問題にも繋がる。 Further, the state in which the control device cannot connect to the preceding processing device occurs due to an unexpected factor such as a network failure between the control device and the processing device or a failure of the processing device. In this case, it is difficult to predict the time until the failure is recovered, and the processing (including waiting) for the processing device that is not likely to recover the connection is a waste of time and processing resources. Such an inefficient operation also causes a problem that the user suspects that the operation of the control device is normal, such as when the user makes settings in the control device, it seems that the process has not progressed at all. Connect.

本発明は、複数の処理装置を同時に制御する制御装置の制御性能の向上に貢献できる制御装置、処理装置の制御方法及びプログラムを提供することを目的とする。 It is an object of the present invention to provide a control device, a control method for a processing device, and a program that can contribute to improving the control performance of a control device that simultaneously controls a plurality of processing devices.

第1の視点によれば、異なる優先度が設定されたキューを用いて複数の処理装置から制御要求を処理する制御処理部と、前記複数の処理装置に対し、検証パケットを送信する検証処理部と、前記検証パケットに対する応答に要した時間が所定の閾値以下である処理装置の制御要求を優先度の高い第1のキューに格納し、その他の処理装置の制御要求を前記第1のキューよりも優先度の低い第2のキューに格納するキュー管理部と、を備える制御装置が提供される。 According to the first aspect, a control processing unit that processes control requests from a plurality of processing devices using queues with different priorities, and a verification processing unit that transmits a verification packet to the plurality of processing devices. A control request of a processing device whose response time to the verification packet is equal to or less than a predetermined threshold is stored in a first queue having a high priority, and control requests of other processing devices are stored in the first queue. Also provided is a control device that includes a queue management unit that stores in a second queue having a low priority.

第2の視点によれば、異なる優先度が設定されたキューを用いて複数の処理装置から制御要求を処理する制御処理部を備えた制御装置が、前記複数の処理装置に対し、検証パケットを送信し、前記検証パケットに対する応答に要した時間が所定の閾値以下である処理装置の制御要求を優先度の高い第1のキューに格納し、前記検証パケットに対する応答に要した時間が所定の閾値を超えている処理装置の制御要求を、前記第1のキューよりも優先度の低い第2のキューに格納する処理装置の制御方法が提供される。本方法は、複数の処理装置を制御する制御装置という、特定の機械に結びつけられている。 According to the second aspect, a control device including a control processing unit that processes control requests from a plurality of processing devices using queues with different priorities sets verification packets to the plurality of processing devices. The control request of the processing device which is transmitted and the time required for the response to the verification packet is equal to or less than a predetermined threshold is stored in the first queue having a high priority, and the time required for the response to the verification packet is the predetermined threshold. There is provided a method for controlling a processing device, wherein a control request for a processing device exceeding the above is stored in a second queue whose priority is lower than that of the first queue. The method is tied to a particular machine, a controller that controls multiple processing devices.

第3の視点によれば、異なる優先度が設定されたキューを用いて複数の処理装置から制御要求を処理する制御処理部を備えた制御装置に搭載されたコンピュータに、前記複数の処理装置に対し、検証パケットを送信する処理と、前記検証パケットに対する応答に要した時間が所定の閾値以下である処理装置の制御要求を優先度の高い第1のキューに格納する処理と、前記検証パケットに対する応答に要した時間が所定の閾値を超えている処理装置の制御要求を、前記第1のキューよりも優先度の低い第2のキューに格納する処理とを、実行させるプログラムが提供される。このプログラムは、コンピュータ装置に入力装置又は外部から通信インタフェースを介して入力され、記憶装置に記憶されて、プロセッサを所定のステップないし処理に従って駆動させる。また、このプログラムは、必要に応じ中間状態を含めその処理結果を段階毎に表示装置を介して表示することができ、あるいは通信インタフェースを介して、外部と交信することができる。そのためのコンピュータ装置は、一例として、典型的には互いにバスによって接続可能なプロセッサ、記憶装置、入力装置、通信インタフェース、及び必要に応じ表示装置を備える。 According to a third aspect, a computer mounted on a control device including a control processing unit that processes control requests from a plurality of processing devices by using queues with different priorities is assigned to the plurality of processing devices. On the other hand, a process of transmitting a verification packet, a process of storing a control request of a processing device whose response time to the verification packet is equal to or less than a predetermined threshold value in a first queue having a high priority, and a process for the verification packet. A program is provided for executing a process of storing a control request of a processing device whose response time exceeds a predetermined threshold value in a second queue having a lower priority than the first queue. This program is input to a computer device from an input device or an external device via a communication interface, stored in a storage device, and drives a processor in accordance with predetermined steps or processes. Further, this program can display the processing result including the intermediate state at each stage through the display device as required, or can communicate with the outside through the communication interface. As an example, a computer device therefor includes a processor, a storage device, an input device, a communication interface, and optionally a display device, which are typically connectable to each other by a bus.

本発明によれば、複数の処理装置を同時に制御する制御装置の制御性能を飛躍的に向上させることが可能となる。 According to the present invention, it is possible to dramatically improve the control performance of a control device that simultaneously controls a plurality of processing devices.

本発明の一実施形態の構成を示す図である。It is a figure which shows the structure of one Embodiment of this invention. 本発明の一実施形態の動作を説明するための図である。It is a figure for demonstrating operation|movement of one Embodiment of this invention. 本発明の一実施形態の動作を説明するための図である。It is a figure for demonstrating operation|movement of one Embodiment of this invention. 本発明の一実施形態の動作を説明するための図である。It is a figure for demonstrating operation|movement of one Embodiment of this invention. 本発明の第1の実施形態の制御装置の構成を示す図である。It is a figure which shows the structure of the control apparatus of the 1st Embodiment of this invention. 本発明の第1の実施形態の制御装置の検証データ記憶部に保持される接続検証結果の一例を示す図である。It is a figure which shows an example of the connection verification result hold|maintained at the verification data memory|storage part of the control apparatus of the 1st Embodiment of this invention. 本発明の第1の実施形態の制御装置の動作(接続検証)を表した流れ図である。It is a flow chart showing operation (connection verification) of a control device of a 1st embodiment of the present invention. 本発明の第1の実施形態の制御装置の動作(処理装置制御)を表した流れ図である。It is a flow chart showing operation (processing device control) of a control device of a 1st embodiment of the present invention. 本発明の第3の実施形態の制御装置の検証データ記憶部に保持される接続検証結果の一例を示す図である。It is a figure which shows an example of the connection verification result hold|maintained at the verification data memory|storage part of the control apparatus of the 3rd Embodiment of this invention. 本発明の制御装置を構成するコンピュータの構成を示す図である。It is a figure which shows the structure of the computer which comprises the control apparatus of this invention.

はじめに本発明の一実施形態の概要について図面を参照して説明する。なお、この概要に付記した図面参照符号は、理解を助けるための一例として各要素に便宜上付記したものであり、本発明を図示の態様に限定することを意図するものではない。また、以降の説明で参照する図面等のブロック間の接続線は、双方向及び単方向の双方を含む。一方向矢印については、主たる信号(データ)の流れを模式的に示すものであり、双方向性を排除するものではない。プログラムはコンピュータ装置を介して実行され、コンピュータ装置は、例えば、プロセッサ、記憶装置、入力装置、通信インタフェース、及び必要に応じ表示装置を備える。このコンピュータ装置は、通信インタフェースを介して装置内又は外部の機器(コンピュータを含む)と、有線、無線を問わず、交信可能に構成される。また、図中の各ブロックの入出力の接続点には、ポート乃至インタフェースがあるが図示省略する。また、以下の説明において、「A及び/又はB」は、A及びBの少なくともいずれかという意味で用いる。 First, an outline of an embodiment of the present invention will be described with reference to the drawings. Note that the reference numerals in the drawings attached to this outline are added to the respective elements for convenience as an example for facilitating understanding, and are not intended to limit the present invention to the illustrated modes. Further, the connecting lines between blocks in the drawings and the like referred to in the following description include both bidirectional and unidirectional. The unidirectional arrows schematically show the flow of main signals (data), and do not exclude bidirectionality. The program is executed via a computer device, and the computer device includes, for example, a processor, a storage device, an input device, a communication interface, and a display device as necessary. The computer device is configured to be capable of communicating with a device (including a computer) inside or outside the device via a communication interface, whether wired or wireless. Further, although there are ports or interfaces at the input/output connection points of each block in the figure, they are not shown. In the following description, “A and/or B” is used to mean at least one of A and B.

本発明は、その一実施形態において、図1に示すように、制御処理部13と、検証処理部12と、キュー管理部11と、を備える制御装置1にて実現できる。より具体的には、制御処理部13は、異なる優先度が設定されたキュー14B、14Cを用いて複数の処理装置2A、2Bの制御要求を処理する。ここで、キュー14Bはキュー14Cよりも高い優先度が設定されているものとする。 In one embodiment thereof, the present invention can be realized by a control device 1 including a control processing unit 13, a verification processing unit 12, and a queue management unit 11, as shown in FIG. More specifically, the control processing unit 13 processes the control requests of the plurality of processing devices 2A and 2B by using the queues 14B and 14C to which different priorities are set. Here, it is assumed that the queue 14B has a higher priority than the queue 14C.

検証処理部12は、図2に示すように、前記複数の処理装置2A、2Bに対し、検証パケットを送信する。検証パケットの送信タイミングは、図2のように同時でなくてもよく、検証パケットに対する応答に要した時間を計測できれば良い。 As shown in FIG. 2, the verification processing unit 12 transmits a verification packet to the plurality of processing devices 2A and 2B. The transmission timing of the verification packet does not have to be the same as in FIG. 2, and it is sufficient that the time required for the response to the verification packet can be measured.

ここでは、図3に示すように、制御装置1は、処理装置2Aから、前記検証パケットに対する応答パケットを受信したものとする。一方、制御装置1は、処理装置2Bから、前記検証パケットに対する応答パケットを受信できなかったものとする。この応答パケットの受信障害の原因としては、処理装置2Bが応答パケットを送信しなかった場合、処理装置2Bが応答パケットを送信したが制御装置1に届かなかった場合、処理装置2Bの応答が遅かった場合などが考えられる。 Here, as shown in FIG. 3, the control device 1 is assumed to have received a response packet to the verification packet from the processing device 2A. On the other hand, it is assumed that the control device 1 cannot receive the response packet to the verification packet from the processing device 2B. The cause of the reception failure of the response packet is that the processing device 2B does not transmit the response packet, the processing device 2B transmits the response packet but does not reach the control device 1, and the response of the processing device 2B is delayed. It is possible that

この場合、キュー管理部11は、図4に示すように、優先度の高い第1のキュー14Bに、前記検証パケットに対する応答に要した時間が所定の閾値以下である処理装置2Aの制御要求を格納する。一方、キュー管理部11は、前記第1のキューよりも優先度の低い第2のキュー14Cに、その他の処理装置2Bの制御要求を格納する。 In this case, as shown in FIG. 4, the queue management unit 11 sends to the first queue 14B having a high priority a control request of the processing device 2A in which the time required to respond to the verification packet is equal to or less than a predetermined threshold value. Store. On the other hand, the queue management unit 11 stores the control request of the other processing device 2B in the second queue 14C having a lower priority than the first queue.

制御処理部13は、キュー14Cよりも、優先度の高いキュー14Bから制御要求を取り出して処理する。これにより、検証パケットに対する応答に要した時間が所定の閾値以下である処理装置2Aの制御要求を優先し、処理装置2Bの制御要求を後回しにして処理する。 The control processing unit 13 extracts and processes the control request from the queue 14B having a higher priority than the queue 14C. As a result, the control request of the processing device 2A whose time required for the response to the verification packet is equal to or less than the predetermined threshold is given priority, and the control request of the processing device 2B is postponed and processed.

結果として、本実施形態によれば、接続不可等の処理装置2A、2Bのコネクション確立待ちや応答のタイムアウト待ちで無駄な時間を消費することなく、接続可の処理装置2A、2Bから順次制御処理を処理することが可能となる。また、上記に伴い、制御装置1は、動作正常性を疑われるような挙動を見せなくなり、利用者もその動作正常性を容易に確認することができるようになる。 As a result, according to the present embodiment, the control processing is sequentially performed from the connectable processing apparatuses 2A and 2B without wasting time waiting for connection establishment of the connection impossible processing apparatuses 2A and 2B and waiting for the response timeout. Can be processed. Further, in accordance with the above, the control device 1 does not behave as if the operation normality is suspected, and the user can easily confirm the operation normality.

[第1の実施形態]
続いて、本発明の第1の実施形態について図面を参照して詳細に説明する。図5は、本発明の第1の実施形態の制御装置の構成を示す図である。図5を参照すると、処理要求部110と、検証処理部120と、制御処理部130と、処理キュー140A〜140Cと、受信キュー150と、検証データ記憶部160とを備えた制御装置100が示されている。また、図5の下段の処理装置200A〜処理装置200Eは、制御装置100の制御対象の処理装置を示している。以下、処理装置200A〜処理装置200Eを特に区別しない場合、「処理装置200」と記す。
[First Embodiment]
Subsequently, a first embodiment of the present invention will be described in detail with reference to the drawings. FIG. 5: is a figure which shows the structure of the control apparatus of the 1st Embodiment of this invention. Referring to FIG. 5, a control device 100 including a processing request unit 110, a verification processing unit 120, a control processing unit 130, processing queues 140A to 140C, a reception queue 150, and a verification data storage unit 160 is shown. Has been done. Further, processing devices 200A to 200E in the lower part of FIG. 5 indicate processing devices to be controlled by the control device 100. Hereinafter, the processing apparatuses 200A to 200E will be referred to as "processing apparatus 200" unless otherwise distinguished.

処理要求部110は、定期的に、処理キュー140Aに対して、管理対象の処理装置200に対する接続検証要求を追加する。また、処理要求部110は、処理装置200への制御処理の実行時に、検証データ記憶部160から該当する処理装置200の接続検証結果を取得する。そして、処理要求部110は、該当する処理装置200の接続検証結果に応じて、処理キュー140Bまたは処理キュー140Cに制御要求を追加する。従って、処理要求部110が、上記したキュー管理部として機能することになる。 The processing request unit 110 periodically adds a connection verification request to the processing device 200 to be managed to the processing queue 140A. Further, the process requesting unit 110 acquires the connection verification result of the corresponding processing device 200 from the verification data storage unit 160 when executing the control process for the processing device 200. Then, the processing request unit 110 adds a control request to the processing queue 140B or the processing queue 140C according to the connection verification result of the corresponding processing device 200. Therefore, the processing request unit 110 functions as the queue management unit described above.

検証処理部120は、処理スレッド121を用いて、以下の処理を実施する。
(1)検証パケットの送信
まず、検証処理部120は、処理キュー140Aから接続検証要求を取り出し、接続検証要求に基づき、当該処理装置200へコネクションレス型のプロトコルで検証パケットを送信する。
The verification processing unit 120 uses the processing thread 121 to perform the following processing.
(1) Transmission of Verification Packet First, the verification processing unit 120 extracts a connection verification request from the processing queue 140A, and based on the connection verification request, transmits the verification packet to the processing device 200 using a connectionless protocol.

接続検証にコネクション型のプロトコルを使用しない理由は、特定の処理装置200に接続できない場合に、コネクション確立待ちや応答のタイムアウト待ちの時間を無駄に消費することを回避するためである。これにより、単一の処理スレッド121でも多数の処理装置200への接続検証を処理できるようになる。なお、一般的な処理装置200ではSNMP(Simple Network Management Protocol)によるMIB(Management Information Base)情報取得をサポートしている。この場合、データ量が少なく不変な任意のMIBオブジェクト取得を検証パケットに用いることもできる。 The reason why the connection-type protocol is not used for the connection verification is to avoid wasting the time for waiting for connection establishment and waiting for timeout of response when the connection with the specific processing device 200 cannot be established. As a result, even a single processing thread 121 can process connection verification to multiple processing devices 200. It should be noted that the general processing apparatus 200 supports MIB (Management Information Base) information acquisition by SNMP (Simple Network Management Protocol). In this case, any MIB object acquisition that has a small amount of data and is invariable can be used for the verification packet.

(2)検証パケットに対する応答の監視
検証処理部120は、検証パケットの送信後、検証用のタイマを起動し、受信キューへの応答パケットの格納を監視する。
(2) Monitoring Response to Verification Packet After the verification packet is transmitted, the verification processing unit 120 activates a timer for verification and monitors the storage of the response packet in the reception queue.

(3)接続検証結果の記録
所定のタイムアウト期間内に、受信キュー150に応答パケットが格納された場合、検証処理部120は、受信キュー150からの応答パケット取り出し時、検証データ記憶部160に、該当する処理装置200の接続検証結果として「接続可」を格納する。また、検証処理部120は、応答パケットの取り出し後、検証用のタイマを停止する。一方、所定のタイムアウト期間内に、受信キュー150に応答パケットが格納されず、前記検証用のタイマが満了した場合、検証処理部120は、該当する処理装置200の接続検証結果として「接続不可」を格納する。
(3) Recording of Connection Verification Result When a response packet is stored in the reception queue 150 within a predetermined time-out period, the verification processing unit 120 causes the verification data storage unit 160 to store the response packet when the response packet is extracted from the reception queue 150. “Connectable” is stored as the connection verification result of the corresponding processing device 200. Further, the verification processing unit 120 stops the verification timer after extracting the response packet. On the other hand, when the response packet is not stored in the reception queue 150 within the predetermined timeout period and the verification timer expires, the verification processing unit 120 determines that the connection verification result of the corresponding processing device 200 is “connection disabled”. To store.

(4)接続検証結果に基づいた制御要求の移動
また、検証処理部120は、接続検証結果の格納後、前回と今回の接続検証結果が異なるか否かを確認する。ここで、接続検証結果に変化が生じている場合、検証処理部120は、処理キュー140Bに格納されている制御要求又は処理キュー140Cに格納されている制御要求の移動を行う。例えば、接続検証結果が「接続可」であった処理装置200が、「接続不可」となった場合、検証処理部120は、処理キュー140Bに格納されている該当する処理装置200の制御要求を、処理キュー140Cに移動する。また例えば、接続検証結果が「接続不可」であった処理装置200が、「接続可」となった場合、検証処理部120は、処理キュー140Cに格納されている該当する処理装置200の制御要求を、処理キュー140Bに移動するようにしてもよい。ここで「制御要求を移動する」とは、移動元のキューから該当する制御要求を削除し、移動先のキューに該当する制御要求を格納することを意味する。
(4) Movement of Control Request Based on Connection Verification Result After the connection verification result is stored, the verification processing unit 120 confirms whether or not the connection verification results of the previous time and this time are different. Here, when the connection verification result has changed, the verification processing unit 120 moves the control request stored in the processing queue 140B or the control request stored in the processing queue 140C. For example, when the processing device 200 whose connection verification result is “connection possible” becomes “connection impossible”, the verification processing unit 120 sends a control request for the corresponding processing device 200 stored in the processing queue 140B. , To the processing queue 140C. Further, for example, when the processing device 200 whose connection verification result is “connection disabled” becomes “connection enabled”, the verification processing unit 120 requests the control request for the corresponding processing device 200 stored in the processing queue 140C. May be moved to the processing queue 140B. Here, “moving the control request” means deleting the corresponding control request from the transfer source queue and storing the corresponding control request in the transfer destination queue.

制御処理部130は、複数の処理スレッド131A、131Bを用いて、以下の処理を並列で処理する。なお、以下の説明において、処理スレッド131A、131Bを特に区別しない場合、「処理スレッド131」と記す。 The control processing unit 130 uses the plurality of processing threads 131A and 131B to perform the following processing in parallel. In the following description, the processing threads 131A and 131B will be referred to as "processing threads 131" unless otherwise distinguished.

(1)制御要求の処理
制御処理部130は、高優先の処理キュー140Bまたは低優先の処理キュー140Cから制御要求を取り出し、制御要求に基づき、当該処理装置200を制御する。なお、処理キュー140Cからの制御要求の取り出しは、処理キュー140Bに制御要求が存在しない場合に行われる。また、処理キュー140Cから取り出した制御要求の同時処理数が所定の上限値に達している場合、制御処理部130は、処理キュー140Cからの制御要求の取り出しを抑止する。
(1) Processing of Control Request The control processing unit 130 takes out a control request from the high-priority processing queue 140B or the low-priority processing queue 140C, and controls the processing device 200 based on the control request. The control request is extracted from the processing queue 140C when there is no control request in the processing queue 140B. Further, when the number of simultaneous processing of the control request fetched from the processing queue 140C has reached a predetermined upper limit value, the control processing unit 130 suppresses the fetching of the control request from the processing queue 140C.

(2)接続検証結果に基づいた制御要求の移動
また、制御処理部130は、1つの制御要求を処理したタイミングで接続検証結果の格納後、前回と今回の接続検証結果が異なるか否かを確認する。ここで、接続検証結果に変化が生じている場合、制御処理部130は、検証処理部120と同様に、処理キュー140Bに格納されている制御要求又は処理キュー140Cに格納されている制御要求の移動を行う。例えば、接続検証結果が「接続可」であった処理装置200が、「接続不可」となった場合、制御処理部130は、処理キュー140Bに格納されている該当する処理装置200の制御要求を、処理キュー140Cに移動する。また例えば、接続検証結果が「接続不可」であった処理装置200が、「接続可」となった場合、制御処理部130は、処理キュー140Cに格納されている該当する処理装置200の制御要求を、処理キュー140Bに移動するようにしてもよい。
(2) Movement of control request based on connection verification result Further, after storing the connection verification result at the timing of processing one control request, the control processing unit 130 determines whether or not the connection verification results of the previous time and this time are different. Check. Here, when there is a change in the connection verification result, the control processing unit 130, like the verification processing unit 120, sends the control request stored in the processing queue 140B or the control request stored in the processing queue 140C. Make a move. For example, when the processing device 200 whose connection verification result is “connectable” becomes “not connectable”, the control processing unit 130 sends a control request for the corresponding processing device 200 stored in the processing queue 140B. , To the processing queue 140C. Further, for example, when the processing device 200 whose connection verification result is “connection disabled” becomes “connection enabled”, the control processing unit 130 requests the control request of the corresponding processing device 200 stored in the processing queue 140C. May be moved to the processing queue 140B.

処理キュー140Aは、接続検証要求の追加と取り出しが可能なキューである。 The processing queue 140A is a queue that can add and retrieve connection verification requests.

処理キュー140Bと処理キュー140Cは、制御要求の追加と取り出しが可能なキューである。処理キュー140Bが高優先用、処理キュー140Cが低優先用であり、優先度に従って、制御処理部130は制御要求を取り出す。 The processing queues 140B and 140C are queues that can add and retrieve control requests. The processing queue 140B is for high priority and the processing queue 140C is for low priority, and the control processing unit 130 takes out the control request according to the priority.

受信キュー150は、応答パケットの追加と取り出しが可能なキューである。 The reception queue 150 is a queue that can add and retrieve response packets.

検証データ記憶部160は、接続検証結果を蓄積する。図6は、制御装置100の検証データ記憶部160に保持される接続検証結果の一例を示す図である。図6の例では、処理装置毎に、接続検証結果を過去所定回数分、蓄積可能となっている。 The verification data storage unit 160 stores the connection verification result. FIG. 6 is a diagram showing an example of the connection verification result held in the verification data storage unit 160 of the control device 100. In the example of FIG. 6, the connection verification result can be accumulated a predetermined number of times in the past for each processing device.

処理装置200は、制御装置100からの検証パケットに対する応答パケットの送信や、制御装置100からの制御要求に基づく処理を実施する。 The processing device 200 transmits a response packet in response to the verification packet from the control device 100 and performs a process based on a control request from the control device 100.

続いて、本実施形態の動作について図面を参照して詳細に説明する。図7は、本発明の第1の実施形態の制御装置の動作(接続検証)を表した流れ図である。制御装置100で管理している処理装置200それぞれに対して、処理要求部110が定期的に接続検証を要求することで、接続検証処理が開始する。ここでは、処理装置200Bに対する接続検証を例に説明する。 Next, the operation of this embodiment will be described in detail with reference to the drawings. FIG. 7 is a flowchart showing the operation (connection verification) of the control device according to the first embodiment of the present invention. The connection verification process starts when the processing request unit 110 periodically requests connection verification for each of the processing devices 200 managed by the control device 100. Here, the connection verification for the processing device 200B will be described as an example.

処理要求部110は、処理キュー140Aに処理装置200Bの接続検証要求を追加する(ステップS101)。 The processing request unit 110 adds a connection verification request for the processing device 200B to the processing queue 140A (step S101).

検証処理部120は、処理キュー140Aの更新を検知すると、処理キュー140Aから接続検証要求を取り出す(ステップS102)。 Upon detecting the update of the processing queue 140A, the verification processing unit 120 takes out a connection verification request from the processing queue 140A (step S102).

接続検証要求に基づき、検証処理部120が処理装置200Bへコネクションレス型のプロトコル(例えば、UDPでのSNMP)で検証パケットを送信する(ステップS103)。 Based on the connection verification request, the verification processing unit 120 transmits a verification packet to the processing device 200B by a connectionless protocol (for example, SNMP in UDP) (step S103).

次に、検証処理部120は、検証用のタイマを起動し(ステップS104)、検証用のタイマ満了までに、応答パケットを受信したか否かを確認する(ステップS105)。 Next, the verification processing unit 120 activates a verification timer (step S104), and confirms whether or not a response packet has been received before the verification timer expires (step S105).

前記確認の結果、検証用のタイマ満了までに、処理装置200Bからの応答パケットを受信した場合(ステップS105のYES)、検証処理部120は、受信キュー150から応答パケットを取り出す(ステップS106)。次に、検証処理部120は、検証用のタイマを停止する(ステップS107)。さらに、検証処理部120は、検証データ記憶部160に、処理装置200Bの接続検証結果「接続可」を登録する(ステップS108)。 As a result of the confirmation, when the response packet from the processing device 200B is received before the expiration of the verification timer (YES in step S105), the verification processing unit 120 extracts the response packet from the reception queue 150 (step S106). Next, the verification processing unit 120 stops the verification timer (step S107). Further, the verification processing unit 120 registers the connection verification result “connectable” of the processing device 200B in the verification data storage unit 160 (step S108).

一方、前記確認の結果、検証用のタイマ満了までに、処理装置200Bからの応答パケットを受信できなかった場合(ステップS105のNO)、タイムアウトとなる。この場合、検証処理部120は検証データ記憶部160に、処理装置200Bの接続検証結果「接続不可」を登録する(ステップS109)。 On the other hand, as a result of the confirmation, if the response packet from the processing device 200B cannot be received before the expiration of the verification timer (NO in step S105), a timeout occurs. In this case, the verification processing unit 120 registers the connection verification result “connection impossible” of the processing device 200B in the verification data storage unit 160 (step S109).

次に、検証処理部120は、検証データ記憶部160を参照して、前回と今回の接続検証結果が異なるか否かを確認する(ステップS110)。前記確認の結果、前回と今回の接続検証結果が異なる場合(ステップS110のYES)、検証処理部120が処理キュー140Bと処理キュー140Cの制御要求の配置を調整する(ステップS111)。 Next, the verification processing unit 120 refers to the verification data storage unit 160 and confirms whether or not the connection verification results of the previous time and this time are different (step S110). As a result of the confirmation, if the connection verification result of the previous time is different from the connection verification result of this time (YES in step S110), the verification processing unit 120 adjusts the arrangement of the control requests of the processing queue 140B and the processing queue 140C (step S111).

ここで、検証処理部120による制御要求の配置の調整について説明する。前回と今回の接続検証結果が異なる場合としては、「接続可」から「接続不可」に変化した場合と、「接続不可」から「接続可」に変化した場合との2通りがある。例えば、上述の接続検証処理の結果、「接続可」の処理装置200が、「接続不可」となった場合、検証処理部120は、処理キュー140Bの当該処理装置200の制御要求を、処理キュー140Cに移動する。逆に、「接続不可」だった処理装置200が「接続可」となった場合、検証処理部120は、処理キュー140Cの当該処理装置200の制御要求を、処理キュー140Bに移動する。 Here, the adjustment of the allocation of control requests by the verification processing unit 120 will be described. There are two cases in which the connection verification results of the previous time and the current time are different, that is, the case where “connection is possible” is changed to “connection is not possible” and the case where “connection is impossible” is changed to “connection is possible”. For example, as a result of the above-described connection verification processing, when the processing device 200 that is “connectable” is “not connectable”, the verification processing unit 120 sends the control request of the processing device 200 of the processing queue 140B to the processing queue. Move to 140C. On the contrary, when the processing device 200 that has been “not connectable” becomes “connectable”, the verification processing unit 120 moves the control request of the processing device 200 of the processing queue 140C to the processing queue 140B.

なお、ステップS110において、前回と今回の接続検証結果が同じであった場合、検証処理部120は、一連の処理を終了する(ステップS110のNO)。 In addition, in step S110, when the previous and present connection verification results are the same, the verification processing unit 120 ends the series of processes (NO in step S110).

以上の接続検証処理の結果、検証データ記憶部160に保持された検証データを参照することで、処理装置200Bが接続可能な装置であるか否かを判断することが可能となる。 By referring to the verification data held in the verification data storage unit 160 as a result of the above connection verification processing, it is possible to determine whether or not the processing device 200B is a connectable device.

続いて、検証データ記憶部160に保持された検証データを用いた処理装置200の制御について説明する。図8は、本発明の第1の実施形態の制御装置の動作(処理装置制御)を表した流れ図である。図8の処理は、利用者から制御装置100に処理装置200の制御が要求されることで、開始される。なお、以下の説明では、各処理装置200において、図7に示した接続検証処理が少なくとも一回実施されていることを前提とする。接続検証が一度も実施されていない場合、制御装置100は、図7の接続検証の処理を先に行い、接続検証処理が完了するまで待機してから、図8の処理装置の制御を開始することになる。 Next, control of the processing device 200 using the verification data held in the verification data storage unit 160 will be described. FIG. 8 is a flowchart showing the operation (processing device control) of the control device according to the first embodiment of the present invention. The process of FIG. 8 is started when the user requests the control device 100 to control the processing device 200. In the following description, it is assumed that the connection verification process shown in FIG. 7 is performed at least once in each processing device 200. If the connection verification has never been performed, the control device 100 first performs the connection verification process of FIG. 7, waits until the connection verification process is completed, and then starts the control of the processing device of FIG. 8. It will be.

以下の説明では、処理装置200Dまたは処理装置200Eに対する制御を行うものとして説明する。処理装置200D、処理装置200Eの接続検証の結果が、それぞれ図6に示すとおり、「接続可」、「接続不可」であるものとして説明する。 In the following description, it is assumed that the processing device 200D or the processing device 200E is controlled. It is assumed that the results of the connection verification of the processing devices 200D and 200E are “connectable” and “not connectable” as shown in FIG. 6, respectively.

図8を参照すると、まず、処理要求部110が検証データ記憶部160から制御対象の処理装置200の接続検証結果を参照する(ステップS201)。 Referring to FIG. 8, first, the process requesting unit 110 refers to the connection verification result of the control target processing device 200 from the verification data storage unit 160 (step S201).

処理要求部110は、接続検証結果が接続可であるか否かを確認する(ステップS202)。処理装置200Dの場合、接続検証結果は「接続可」であるので(ステップS202のYES)、ステップS203へ処理を進めることになる。一方、処理装置200Eの場合、接続検証結果は「接続不可」であるので(ステップS202のNO)、ステップS204へ処理を進めることになる。 The process requesting unit 110 confirms whether the connection verification result indicates that the connection is possible (step S202). In the case of the processing device 200D, the connection verification result is "connection is possible" (YES in step S202), and thus the process proceeds to step S203. On the other hand, in the case of the processing device 200E, since the connection verification result is "connection impossible" (NO in step S202), the process proceeds to step S204.

接続検証結果が「接続可」である場合、処理要求部110は、高優先の処理キュー140Bに処理装置200Dの制御要求を追加する(ステップS203)。 When the connection verification result is “connection possible”, the processing request unit 110 adds a control request for the processing device 200D to the high-priority processing queue 140B (step S203).

一方、接続検証結果が「接続不可」である場合、処理要求部110は、低優先の処理キュー140Cに処理装置200Eの制御要求を追加する(ステップS204)。 On the other hand, when the connection verification result is “connection disabled”, the processing request unit 110 adds a control request for the processing device 200E to the low-priority processing queue 140C (step S204).

処理キュー140Bまたは処理キュー140Cの更新を検知した制御処理部130は、高優先である処理キュー140Bの制御要求を先に確認する(ステップS205)。 The control processing unit 130, which has detected the update of the processing queue 140B or the processing queue 140C, first confirms the control request of the processing queue 140B having high priority (step S205).

前記確認の結果、処理キュー140Bに制御要求が存在する場合(ステップS206のYES)、制御処理部130は、処理スレッド131Aで処理キュー140Bから処理装置200Dの制御要求を取り出す(ステップS207)。 As a result of the confirmation, when the control request exists in the processing queue 140B (YES in step S206), the control processing unit 130 takes out the control request for the processing device 200D from the processing queue 140B by the processing thread 131A (step S207).

一方、前記確認の結果、処理キュー140Bに制御要求が存在しない場合(ステップS206のNO)、制御処理部130は、低優先の制御要求の同時処理数の確認を行う。具体的には、制御処理部130は、処理スレッド131Bで低優先の制御要求を処理している処理スレッド131の数が、低優先の制御要求の同時処理数の上限に達しているか否かを確認する(ステップS208)。ここで、低優先の制御要求の同時処理数が上限に達している場合、制御処理部130は処理を終了する(ステップS208のYES)。 On the other hand, as a result of the confirmation, if there is no control request in the processing queue 140B (NO in step S206), the control processing unit 130 confirms the number of simultaneous processing of low-priority control requests. Specifically, the control processing unit 130 determines whether or not the number of processing threads 131 processing low priority control requests in the processing threads 131B has reached the upper limit of the number of simultaneous processing of low priority control requests. Confirm (step S208). Here, when the number of concurrently processed low-priority control requests reaches the upper limit, the control processing unit 130 ends the processing (YES in step S208).

ここで、低優先の制御要求の同時処理数に上限を設けている理由について説明する。すべての処理スレッド131が処理キュー140Cから取り出した低優先の制御要求を処理している状態では、処理キュー140Bに高優先の新規制御要求が追加された際に、この高優先の制御要求の処理を開始できなくなるためである。例えば、N個の処理スレッド131を使用できる場合に、処理スレッド131は処理キュー140Bから取り出す高優先の制御要求を同時にN個まで処理できる。このとき、処理キュー140Cから取り出す低優先の制御要求の同時処理数の上限をN/2個とすることで、優先度に反して高優先の制御要求が待たされることを防ぐことができる。もちろん、上記低優先の制御要求の同時処理数(N/2)個は、あくまで一例であり、Nを超えない範囲で、制御装置100の性能や利用者から求められる要求性能に応じて変更することが可能である。 Here, the reason why the upper limit is set for the number of simultaneous processing of low-priority control requests will be described. When all the processing threads 131 are processing the low-priority control request fetched from the processing queue 140C, when a new high-priority control request is added to the processing queue 140B, the high-priority control request is processed. Because it will not be possible to start. For example, when N processing threads 131 can be used, the processing thread 131 can simultaneously process up to N high-priority control requests fetched from the processing queue 140B. At this time, by setting the upper limit of the number of simultaneous processing of the low-priority control requests to be taken out from the processing queue 140C to N/2, it is possible to prevent the high-priority control requests from being awaited against the priority. Of course, the simultaneous processing number (N/2) of the low-priority control requests is just an example, and is changed according to the performance of the control device 100 and the required performance required by the user within a range not exceeding N. It is possible.

一方、低優先の制御要求の同時処理数が上限に達していない場合(ステップS208のNO)、制御処理部130は、処理スレッド131Bで処理キュー140Cから処理装置200Eの制御要求を取り出す(ステップS209)。 On the other hand, when the number of concurrently processed low-priority control requests has not reached the upper limit (NO in step S208), the control processing unit 130 takes out the control request for the processing device 200E from the processing queue 140C by the processing thread 131B (step S209). ).

なお、上記ステップS207およびS209では、先行の制御要求で特定の処理装置200の制御処理中に、それと同一の処理装置200に対する制御要求をスキップすることが好ましい。その理由は、複数の処理スレッド131で同一の処理装置200を制御すると、制御内容の競合が発生する場合があるためである。よって、このスキップ処理により、同一の処理装置200に対して同時に一つの制御要求のみを処理することができるようになる。 In steps S207 and S209, it is preferable to skip the control request for the same processing device 200 during the control process of the specific processing device 200 by the preceding control request. The reason is that if the same processing apparatus 200 is controlled by a plurality of processing threads 131, control contention may occur. Therefore, by this skip processing, it becomes possible to process only one control request to the same processing device 200 at the same time.

上記ステップS207およびS209で制御要求を取り出した制御処理部130は、処理スレッド131で、制御要求に基づき、処理装置200に対する制御を実施する(ステップS210)。 The control processing unit 130, which has extracted the control request in steps S207 and S209, controls the processing device 200 in the processing thread 131 based on the control request (step S210).

なお、制御要求を複数の処理スレッド131で処理している理由は、複数の処理装置200を同時に制御できるようにするためである。処理スレッド131の数量は制御装置100の処理能力などにより調整するものとする。 The reason why the control request is processed by the plurality of processing threads 131 is that the plurality of processing devices 200 can be controlled simultaneously. The number of processing threads 131 is adjusted according to the processing capacity of the control device 100.

一般に、処理装置の制御は、接続検証処理のように、処理装置200への制御を非同期とし、単一の処理スレッド131で処理できない。これは、処理装置200に対する複数の制御を順番通りに漏れなく実施する必要があるためである。順序制御や再送制御を個々に実装することは非現実的であり、順序制御や再送制御はコネクション型のプロトコル(例えば、TCPでのSSHやHTTP)に委ねることが最適であるためである。また、一般的な処理装置200のサポートしている制御用のプロトコルが、コネクション型に限定されることも理由の一つである(一般的に、SNMPなどのコネクションレス型のプロトコルは制御用ではなく参照用のみでサポートしている)。なお、TCPは、Transmission Control Protocol、SSHは、Secure Shell、HTTPは、Hypertext Transfer Protocolの略である。 In general, in the control of the processing device, like the connection verification process, the control to the processing device 200 is asynchronous and cannot be processed by a single processing thread 131. This is because it is necessary to perform a plurality of controls on the processing device 200 in order without omission. This is because it is unrealistic to individually implement the order control and the retransmission control, and it is optimal to entrust the order control and the retransmission control to a connection-type protocol (for example, SSH and HTTP in TCP). Another reason is that the control protocol supported by the general processing device 200 is limited to the connection type (generally, a connectionless type protocol such as SNMP is not used for the control type). Not supported for reference only). It should be noted that TCP is an abbreviation for Transmission Control Protocol, SSH is an abbreviation for Secure Shell, and HTTP is an abbreviation for Hypertext Transfer Protocol.

例として、処理キュー140Bに処理装置200Dの制御要求、処理キュー140Cに処理装置200Eの制御要求が追加されている状態では、高優先である処理キュー140Bに追加された処理装置200Dの制御要求が優先して処理される。さらに、処理キュー140Bに多数の処理装置200の制御要求が追加されている状態では、低優先の処理キュー140Cに追加されている処理装置200Eの制御要求は、後回しにされることとなる。 As an example, in the state where the control request for the processing device 200D is added to the processing queue 140B and the control request for the processing device 200E is added to the processing queue 140C, the control request for the processing device 200D added to the processing queue 140B having the higher priority is It is processed with priority. Furthermore, in the state where the control requests for the large number of processing devices 200 are added to the processing queue 140B, the control requests for the processing devices 200E added to the low-priority processing queue 140C are postponed.

本実施形態では、処理装置200に対する制御を実施する都度、制御処理部130が、接続検証結果の検証を行い、その結果に基づいた制御要求の再配置の判定を行う。 In this embodiment, every time the control of the processing device 200 is performed, the control processing unit 130 verifies the connection verification result and determines the rearrangement of the control request based on the verification result.

具体的には、制御処理部130は、接続検証結果(高優先の制御要求を処理している場合は接続可、低優先の制御要求を処理している場合は接続不可)と、実際の処理装置200への制御での接続結果が異なるか否かを確認する(ステップS211)。 Specifically, the control processing unit 130 determines the connection verification result (connection is possible when a high-priority control request is processed, connection is not possible when a low-priority control request is processed), and the actual processing. It is confirmed whether or not the connection result under the control of the device 200 is different (step S211).

接続検証結果と実際の接続結果が異なるケースとしては次のようなものが考えられる。
(1)高優先の制御処理時に、処理装置200へ接続できなくなるケース
この場合、接続不可が継続する状況では、次回の制御要求を高優先で処理するのは、無駄な時間の消費となるため、制御要求の再配置を行う必要がある。
(2)低優先の制御処理時に、処理装置200へ接続できるようになっているケース
この場合も、次回の制御要求を低優先で処理すると、接続可となったにもかかわらず制御要求の処理開始が遅れるため、この場合も制御要求の再配置を行う必要がある。
The following cases can be considered as cases where the connection verification result and the actual connection result are different.
(1) Case in which connection to the processing device 200 cannot be established during high-priority control processing In this case, in the situation where the connection cannot be continued, processing the next control request with high priority results in waste of time. , It is necessary to relocate the control request.
(2) Case where connection to the processing device 200 is enabled during low-priority control processing In this case as well, if the next control request is processed with low priority, the control request is processed even though connection is possible. Since the start is delayed, it is necessary to rearrange the control requests in this case as well.

具体的には、制御処理部130は、前記接続検証結果と、実際の処理装置200への制御での接続結果が異なる場合、検証データ記憶部160に、接続検証結果として実際の接続結果を格納する(ステップS212)。この処理により、次回以降に処理要求部110が実際の接続結果に基づいて、処理キュー140Bまたは処理キュー140Cに制御要求を追加することになる。 Specifically, the control processing unit 130 stores the actual connection result as the connection verification result in the verification data storage unit 160 when the connection verification result is different from the actual connection result under control of the processing device 200. (Step S212). By this processing, the processing request unit 110 will add a control request to the processing queue 140B or the processing queue 140C based on the actual connection result after the next time.

そして、制御処理部130は、処理キュー140Bと処理キュー140Cの制御要求の配置を調整する(ステップS213)。例えば、処理要求部110が「接続可」の処理装置200の制御要求を処理キュー140Bに追加し、制御処理部130が同一の処理装置200の先行する制御要求を処理した段階で、該当処理装置200へ接続できなくなっていると、待ち状態が生じることになる。これを避けるため、制御処理部130は、処理キュー140Bの当該処理装置200の制御要求を、処理キュー140Cに移動する。逆に、接続不可だった処理装置200が接続できるようになった場合は、制御処理部130は、処理キュー140Cの当該処理装置200の制御要求を、処理キュー140Bに移動する。 Then, the control processing unit 130 adjusts the arrangement of the control requests in the processing queue 140B and the processing queue 140C (step S213). For example, when the processing request unit 110 adds the control request of the processing device 200 that is “connectable” to the processing queue 140B and the control processing unit 130 processes the preceding control request of the same processing device 200, the processing device concerned If the connection to 200 is no longer possible, a wait state will occur. In order to avoid this, the control processing unit 130 moves the control request of the processing device 200 of the processing queue 140B to the processing queue 140C. On the contrary, when the processing device 200 that cannot be connected becomes connectable, the control processing unit 130 moves the control request of the processing device 200 in the processing queue 140C to the processing queue 140B.

なお、ステップS211の判定の結果、記接続検証結果と、実際の処理装置200への制御での接続結果が同一であった場合、制御処理部130は、一連の処理を終了する(ステップS211のNO)。 As a result of the determination in step S211, if the connection verification result is the same as the actual connection result of control to the processing device 200, the control processing unit 130 ends the series of processes (step S211). NO).

なお、上記ステップS213の処理は、図7で説明したステップS111の制御要求の配置の調整と同一の処理である。これにより、検証結果が変更されたことに連動して、処理キュー140Bまたは処理キュー140Cに追加された制御要求を正しい優先度で処理させることが可能となる。 The process of step S213 is the same as the process of adjusting the allocation of the control request in step S111 described with reference to FIG. As a result, the control request added to the processing queue 140B or the processing queue 140C can be processed with the correct priority in synchronization with the change in the verification result.

これらの処理により、接続不可の処理装置200のコネクション確立待ちや応答のタイムアウト待ちで無駄な時間を消費することなく、接続可の処理装置200から順次制御処理が進捗する。これにより、利用者も制御装置100の動作正常性を確認できるようになる。 Through these processes, the control process proceeds sequentially from the connectable processing device 200 without wasting time waiting for connection establishment of the connectable processing device 200 and waiting for a response timeout. As a result, the user can also check the operation normality of the control device 100.

以上説明したように、本実施形態の制御装置100によれば、その制御性能の向上のほか、利用者のシステム運用負荷を軽減する効果がある。その理由は、利用者が制御装置100へ設定を実施した際に、接続可である処理装置200では優先的に制御が完了し、即時にサービスを開始可能となる構成を採用したことにある。また、本実施形態によれば、処理装置200の制御完了の進捗状況により、制御装置100の動作正常性を確認できる構成を採用しているため、この点でも利用者のシステム運用負荷を軽減するものとなっている。 As described above, according to the control device 100 of the present embodiment, the control performance is improved and the system operation load of the user is reduced. The reason is that, when the user sets the control device 100, the connectable processing device 200 preferentially completes the control and immediately starts the service. Further, according to the present embodiment, a configuration is adopted in which the operation normality of the control device 100 can be confirmed by the progress status of the control completion of the processing device 200, so that the user's system operation load is also reduced in this respect. It has become a thing.

[第2の実施形態]
続いて、本発明の第2の実施形態について図面を参照して説明する。第2の実施形態は、第1の実施形態と同様の構成にて実現できるので、以下、両者を対比しながら、その相違点を中心に説明する。
[Second Embodiment]
Subsequently, a second embodiment of the present invention will be described with reference to the drawings. The second embodiment can be realized with the same configuration as that of the first embodiment. Therefore, the differences will be mainly described below while comparing the two.

第1の実施形態では、接続不可の処理装置200でも接続状況が改善することを期待し、低優先の処理キュー140Cに制御要求を追加している。一方、第2の実施形態では、接続不可の処理装置200に対しては、処理キュー140Cに制御要求を追加せずに廃棄する。これにより、第2の実施形態では、接続不可の処理装置200での制御を待つ必要がなくなる。 In the first embodiment, the control request is added to the low-priority processing queue 140C in the expectation that the connection status will be improved even in the processing device 200 that cannot be connected. On the other hand, in the second embodiment, for the processing device 200 that cannot be connected, the control request is discarded without being added to the processing queue 140C. As a result, in the second embodiment, it is not necessary to wait for control by the processing device 200 that cannot connect.

この第2の実施形態では、利用者が制御装置100への設定を先に投入しており、処理装置200を後から順番に接続するなど、接続不可となる要因が判明している状況において、無駄な制御処理を実施しない方法として有用である。 In the second embodiment, in a situation where the user inputs the setting to the control device 100 first and connects the processing devices 200 in order afterwards, it is known that the connection is impossible. This is useful as a method for avoiding useless control processing.

[第3の実施形態]
続いて、本発明の第3の実施形態について図面を参照して説明する。第3の実施形態は、第2の実施形態と同様の構成にて実現できるので、以下、両者を対比しながら、その相違点を中心に説明する。
[Third Embodiment]
Subsequently, a third embodiment of the present invention will be described with reference to the drawings. Since the third embodiment can be realized with the same configuration as the second embodiment, the differences will be mainly described below while comparing the two.

上記した第2の実施形態では、接続検証処理において、処理装置200から送信された応答パケットが、検証用のタイマ満了後に到達した場合については一律に、破棄するものとしていた。第3の実施形態では、検証用のタイマ満了後に到達した場合であっても、その遅延量が少ない場合には、処理キューCに登録する点で変更を加えている。 In the second embodiment described above, in the connection verification process, if the response packet transmitted from the processing device 200 arrives after the verification timer expires, it is uniformly discarded. In the third embodiment, a change is made in that, even if the delay time is reached after the verification timer expires, if the delay amount is small, it is registered in the processing queue C.

より具体的には、図9に示すように、検証パケットの送信時刻と応答パケットの受信時刻(受信キュー150から応答パケットを取り出した時刻)の時刻差分を検証データ記憶部160に格納しておく。そして、この時刻差分を、制御要求をキューに格納するか否かの判定に利用する。 More specifically, as shown in FIG. 9, the time difference between the transmission time of the verification packet and the reception time of the response packet (the time when the response packet is extracted from the reception queue 150) is stored in the verification data storage unit 160. .. Then, this time difference is used to determine whether to store the control request in the queue.

例えば、図9の処理装置200Eの時刻差分XX秒が、所定の許容範囲内であった場合、第3の実施形態の処理要求部110は、低優先の処理キュー140Cに、処理装置200Eの制御要求を追加する。これにより、一部の処理装置200、例えば、処理装置200Eが物理的に遠距離に配置されていて、遅延が発生するような場合であっても、制御の対象に加えることが可能となる。一方、図9の処理装置200Fの時刻差分YY秒が、所定の許容範囲を超えている場合、第2の実施形態と同様に、処理装置200Fの制御要求を破棄する。これにより、処理装置200Fのコネクション確立待ちや応答のタイムアウト待ちで無駄な時間を消費することを回避することが可能となる。 For example, when the time difference XX seconds of the processing device 200E in FIG. 9 is within a predetermined allowable range, the processing requesting unit 110 of the third embodiment controls the processing device 200E in the low-priority processing queue 140C. Add a request. As a result, even when some of the processing devices 200, for example, the processing device 200E are physically located at a long distance and a delay occurs, it is possible to add them to the control targets. On the other hand, when the time difference YY seconds of the processing device 200F in FIG. 9 exceeds the predetermined allowable range, the control request of the processing device 200F is discarded as in the second embodiment. This makes it possible to avoid wasting time consuming waiting for a connection to be established by the processing device 200F and waiting for a response timeout.

以上、本発明の各実施形態を説明したが、本発明は、上記した実施形態に限定されるものではなく、本発明の基本的技術的思想を逸脱しない範囲で、更なる変形・置換・調整を加えることができる。例えば、各図面に示した装置構成、各要素の構成、データの表現形態は、本発明の理解を助けるための一例であり、これらの図面に示した構成に限定されるものではない。 Although the respective embodiments of the present invention have been described above, the present invention is not limited to the above-described embodiments, and further modifications, replacements, and adjustments can be made without departing from the basic technical idea of the present invention. Can be added. For example, the device configuration, the configuration of each element, and the expression form of data shown in each drawing are examples for helping understanding of the present invention, and are not limited to the configurations shown in these drawings.

また、上記した第1〜第3の実施形態に示した手順は、制御装置1、100として機能するコンピュータ(図10の9000)に、制御装置1、100としての機能を実現させるプログラムにより実現可能である。このようなコンピュータは、図10のCPU(Central Processing Unit)9010、通信インタフェース9020、メモリ9030、補助記憶装置9040を備える構成に例示される。すなわち、図10のCPU9010にて、検証処理プログラムや処理要求(キュー管理)プログラムを実行し、その補助記憶装置9040等に保持された各計算パラメーターの更新処理を実施させればよい。 Further, the procedures shown in the above-described first to third embodiments can be realized by a program that causes a computer (9000 in FIG. 10) functioning as the control device 1, 100 to realize the function as the control device 1, 100. Is. Such a computer is exemplified by the configuration including the CPU (Central Processing Unit) 9010, the communication interface 9020, the memory 9030, and the auxiliary storage device 9040 of FIG. That is, the CPU 9010 in FIG. 10 may execute the verification processing program and the processing request (queue management) program to update the respective calculation parameters held in the auxiliary storage device 9040 or the like.

即ち、上記した第1〜第3の実施形態に示した制御装置1、100の各部(処理手段、機能)は、これらの装置に搭載されたプロセッサに、そのハードウェアを用いて、上記した各処理を実行させるコンピュータプログラムにより実現することができる。 That is, the respective units (processing means, functions) of the control devices 1 and 100 shown in the above-described first to third embodiments use the hardware of the processors installed in these devices to perform the above-mentioned operations. It can be realized by a computer program that executes processing.

最後に、本発明の好ましい形態を要約する。
[第1の形態]
(上記第1の視点による制御装置参照)
[第2の形態]
上記した制御装置のキュー管理部は、第3のキューに、前記検証処理部に前記検証パケットの送信を要求する検証要求を格納し、
前記検証処理部は、前記第3のキューから前記検証要求を取り出して、前記検証パケットの送信を開始する構成を採ることができる。
[第3の形態]
上記した制御装置の前記検証処理部は、前記検証パケットに対する応答に要した時間が前記所定の閾値以下であるか否かの変化を記録し、
前記キュー管理部は、前記検証データを参照して、前記処理装置の前記検証パケットに対する応答に要した時間が前記所定の閾値以下であるか否かの状態に変更が生じたときに、前記第1のキューから前記第2のキューへの前記制御要求の移動、又は、前記第2のキューから前記第1のキューへの前記制御要求の移動を行う構成を採ることもできる。
[第4の形態]
上記した制御装置において、前記制御処理部における、前記第2のキューから取り出した制御要求の処理の同時処理数に上限が設けられていることが好ましい。
[第5の形態]
上記した制御装置の前記キュー管理部は、前記制御要求の処理の結果に応じて、前記第1のキューから前記第2のキューへの前記制御要求の移動、又は、前記第2のキューから前記第1のキューへの前記制御要求の移動を行う構成を採ることもできる。
[第6の形態]
上記した制御装置の前記キュー管理部は、前記検証パケットに対する応答がない処理装置の制御要求の、前記第2のキューへの登録を抑止する構成を採ることもできる。
[第7の形態]
上記した制御装置の前記キュー管理部は、前記処理装置の前記検証パケットに対する応答に要した時間が前記所定の閾値を超えていても、所定の範囲内である場合、前記第2のキューに前記処理装置の制御要求を格納する構成を採ることもできる。
[第8の形態]
上記した制御装置の前記検証処理部は、コネクションレス型のプロトコルを用いて、前記処理装置に対し、前記検証パケットを送信する構成を採ることができる。
[第9の形態]
(上記第2の視点による処理装置の制御方法参照)
[第10の形態]
(上記第3の視点によるプログラム参照)
なお、上記第9〜第10の形態は、第1の形態と同様に、第2〜第8の形態に展開することが可能である。
Finally, a preferred form of the invention is summarized.
[First mode]
(Refer to the control device according to the first aspect)
[Second mode]
The queue management unit of the control device stores a verification request for requesting the verification processing unit to transmit the verification packet in a third queue,
The verification processing unit may be configured to take out the verification request from the third queue and start transmitting the verification packet.
[Third mode]
The verification processing unit of the control device described above, records the change whether the time required for a response to the verification packet is less than or equal to the predetermined threshold value,
The queue management unit refers to the verification data, and when a change occurs in a state of whether the time required for the processing device to respond to the verification packet is equal to or less than the predetermined threshold value, A configuration in which the control request is moved from one queue to the second queue or the control request is moved from the second queue to the first queue can be adopted.
[Fourth form]
In the above-described control device, it is preferable that the control processing unit has an upper limit on the number of simultaneous processings of the control requests taken out from the second queue.
[Fifth form]
The queue management unit of the control device described above moves the control request from the first queue to the second queue or transfers the control request from the second queue to the second queue according to a result of processing of the control request. It is also possible to adopt a configuration in which the control request is moved to the first queue.
[Sixth form]
The queue management unit of the control device described above may be configured to suppress registration of a control request of a processing device that does not respond to the verification packet to the second queue.
[Seventh form]
The queue management unit of the above-described control device, when the time required for the processing device to respond to the verification packet exceeds the predetermined threshold value and is within a predetermined range, stores the data in the second queue. A configuration for storing the control request of the processing device can also be adopted.
[Eighth mode]
The verification processing unit of the control device may be configured to transmit the verification packet to the processing device using a connectionless protocol.
[Ninth mode]
(Refer to the above method for controlling the processing apparatus according to the second aspect)
[Tenth form]
(See the program from the third viewpoint above)
Note that the ninth to tenth modes can be expanded to the second to eighth modes as in the first mode.

なお、上記の特許文献の各開示を、本書に引用をもって繰り込むものとする。本発明の全開示(請求の範囲を含む)の枠内において、さらにその基本的技術思想に基づいて、実施形態ないし実施例の変更・調整が可能である。また、本発明の開示の枠内において種々の開示要素(各請求項の各要素、各実施形態ないし実施例の各要素、各図面の各要素等を含む)の多様な組み合わせ、ないし選択(部分的削除を含む)が可能である。すなわち、本発明は、請求の範囲を含む全開示、技術的思想にしたがって当業者であればなし得るであろう各種変形、修正を含むことは勿論である。特に、本書に記載した数値範囲については、当該範囲内に含まれる任意の数値ないし小範囲が、別段の記載のない場合でも具体的に記載されているものと解釈されるべきである。 It should be noted that the disclosures of the above patent documents are incorporated herein by reference. Modifications and adjustments of the exemplary embodiments and examples are possible within the scope of the overall disclosure (including the claims) of the present invention and based on the basic technical concept thereof. Further, within the framework of the disclosure of the present invention, various combinations of various disclosed elements (including each element of each claim, each element of each embodiment or example, each element of each drawing, etc.), or selection (part) (Including targeted deletion) is possible. That is, it goes without saying that the present invention includes various variations and modifications that can be made by those skilled in the art according to the entire disclosure including the claims and the technical idea. In particular, with regard to the numerical range described in this specification, any numerical value or small range included in the range should be construed as being specifically described even if not otherwise specified.

1、100 制御装置
11 キュー管理部
12、120 検証処理部
13、130 制御処理部
14B、14C キュー
2A、2B、200、200A〜200E 処理装置
110 処理要求部
140A〜140C 処理キュー
150 受信キュー
160 検証データ記憶部
121、131、131A、131B 処理スレッド
9000 コンピュータ
9010 CPU
9020 通信インタフェース
9030 メモリ
9040 補助記憶装置
1, 100 Control device 11 Queue management unit 12, 120 Verification processing unit 13, 130 Control processing unit 14B, 14C queue 2A, 2B, 200, 200A to 200E Processing device 110 Processing request unit 140A to 140C Processing queue 150 Reception queue 160 Verification Data storage unit 121, 131, 131A, 131B Processing thread 9000 Computer 9010 CPU
9020 Communication interface 9030 Memory 9040 Auxiliary storage device

Claims (10)

異なる優先度が設定されたキューを用いて複数の処理装置の制御要求を処理する制御処理部と、
前記複数の処理装置に対し、検証パケットを送信する検証処理部と、
前記検証パケットに対する応答に要した時間が所定の閾値以下である処理装置の制御要求を優先度の高い第1のキューに格納し、その他の処理装置の制御要求を前記第1のキューよりも優先度の低い第2のキューに格納するキュー管理部と、
を備える制御装置。
A control processing unit that processes control requests of a plurality of processing devices using queues with different priorities set;
A verification processing unit that transmits a verification packet to the plurality of processing devices,
A control request of a processing device whose response time to the verification packet is equal to or less than a predetermined threshold is stored in a first queue having a high priority, and control requests of other processing devices are given priority over the first queue. A queue management unit that stores in a second queue that has a low frequency,
A control device including.
前記キュー管理部は、第3のキューに、前記検証処理部に前記検証パケットの送信を要求する検証要求を格納し、
前記検証処理部は、前記第3のキューから前記検証要求を取り出して、前記検証パケットの送信を開始する請求項1の制御装置。
The queue management unit stores, in a third queue, a verification request for requesting the verification processing unit to transmit the verification packet,
The control device according to claim 1, wherein the verification processing unit extracts the verification request from the third queue and starts transmission of the verification packet.
前記検証処理部は、前記検証パケットに対する応答に要した時間が前記所定の閾値以下であるか否かの変化を検証データとして記録し、
前記キュー管理部は、前記検証データを参照して、前記処理装置の前記検証パケットに対する応答に要した時間が前記所定の閾値以下であるか否かの状態に変更が生じたときに、前記第1のキューから前記第2のキューへの前記制御要求の移動、又は、前記第2のキューから前記第1のキューへの前記制御要求の移動を行う、
請求項1又は2の制御装置。
The verification processing unit records, as verification data, a change in whether the time required for a response to the verification packet is equal to or less than the predetermined threshold value,
The queue management unit refers to the verification data, and when a change occurs in a state of whether the time required for the processing device to respond to the verification packet is equal to or less than the predetermined threshold value, Moving the control request from one queue to the second queue, or moving the control request from the second queue to the first queue,
The control device according to claim 1 or 2.
前記制御処理部における、前記第2のキューから取り出した制御要求の処理の同時処理数に上限が設けられている請求項1から3いずれか一の制御装置。 The control device according to any one of claims 1 to 3, wherein an upper limit is set for the number of simultaneous processings of the control request extracted from the second queue in the control processing unit. 前記キュー管理部は、前記制御要求の処理の結果に応じて、前記第1のキューから前記第2のキューへの前記制御要求の移動、又は、前記第2のキューから前記第1のキューへの前記制御要求の移動を行う、
請求項1から4いずれか一の制御装置。
The queue management unit moves the control request from the first queue to the second queue or moves the second queue to the first queue according to a result of processing of the control request. Of the control request of
The control device according to claim 1.
前記キュー管理部は、前記検証パケットに対する応答がない処理装置の制御要求の、前記第2のキューへの登録を抑止する請求項1から5いずれか一の制御装置。 6. The control device according to claim 1, wherein the queue management unit suppresses registration of a control request of a processing device that does not respond to the verification packet to the second queue. 前記キュー管理部は、前記処理装置の前記検証パケットに対する応答に要した時間が前記所定の閾値を超えていても、所定の範囲内である場合、前記第2のキューに前記処理装置の制御要求を格納する請求項1から6いずれか一の制御装置。 If the time required for the processing device to respond to the verification packet exceeds the predetermined threshold value and is within a predetermined range, the queue management unit sends a control request for the processing device to the second queue. The control device according to any one of claims 1 to 6, which stores 前記検証処理部は、コネクションレス型のプロトコルを用いて、前記処理装置に対し、前記検証パケットを送信する請求項1から7いずれか一の制御装置。 8. The control device according to claim 1, wherein the verification processing unit transmits the verification packet to the processing device using a connectionless protocol. 異なる優先度が設定されたキューを用いて複数の処理装置の制御要求を処理する制御処理部を備えた制御装置が、
前記複数の処理装置に対し、検証パケットを送信し、
前記検証パケットに対する応答に要した時間が所定の閾値以下である処理装置の制御要求を優先度の高い第1のキューに格納し、
前記検証パケットに対する応答に要した時間が所定の閾値を超えている処理装置の制御要求を、前記第1のキューよりも優先度の低い第2のキューに格納する、
処理装置の制御方法。
A control device including a control processing unit that processes control requests of a plurality of processing devices by using queues with different priorities set,
A verification packet is transmitted to the plurality of processing devices,
The control request of the processing device whose time required for the response to the verification packet is less than or equal to a predetermined threshold is stored in the first queue with high priority,
A control request of a processing device whose response time to the verification packet exceeds a predetermined threshold is stored in a second queue having a lower priority than the first queue.
A method for controlling a processing device.
異なる優先度が設定されたキューを用いて複数の処理装置の制御要求を処理する制御処理部を備えた制御装置に搭載されたコンピュータに、
前記複数の処理装置に対し、検証パケットを送信する処理と、
前記検証パケットに対する応答に要した時間が所定の閾値以下である処理装置の制御要求を優先度の高い第1のキューに格納する処理と、
前記検証パケットに対する応答に要した時間が所定の閾値を超えている処理装置の制御要求を、前記第1のキューよりも優先度の低い第2のキューに格納する処理とを、
実行させるプログラム。
In a computer mounted on a control device having a control processing unit that processes control requests of a plurality of processing devices using queues with different priorities set,
A process of transmitting a verification packet to the plurality of processing devices;
A process of storing a control request of a processing device whose time required for a response to the verification packet is equal to or less than a predetermined threshold value in a first queue having a high priority;
A process of storing a control request of a processing device in which a time required for a response to the verification packet exceeds a predetermined threshold value in a second queue having a lower priority than the first queue;
The program to run.
JP2019019347A 2019-02-06 2019-02-06 CONTROLLER, PROCESSING DEVICE CONTROL METHOD AND PROGRAM Active JP7251182B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019019347A JP7251182B2 (en) 2019-02-06 2019-02-06 CONTROLLER, PROCESSING DEVICE CONTROL METHOD AND PROGRAM

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019019347A JP7251182B2 (en) 2019-02-06 2019-02-06 CONTROLLER, PROCESSING DEVICE CONTROL METHOD AND PROGRAM

Publications (2)

Publication Number Publication Date
JP2020126508A true JP2020126508A (en) 2020-08-20
JP7251182B2 JP7251182B2 (en) 2023-04-04

Family

ID=72084062

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019019347A Active JP7251182B2 (en) 2019-02-06 2019-02-06 CONTROLLER, PROCESSING DEVICE CONTROL METHOD AND PROGRAM

Country Status (1)

Country Link
JP (1) JP7251182B2 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006340081A (en) * 2005-06-02 2006-12-14 Nippon Telegr & Teleph Corp <Ntt> Method and apparatus for controlling multicast communication flow
JP2008042757A (en) * 2006-08-09 2008-02-21 Ntt Docomo Inc Wireless system, wireless communication device, and communication method
US20150236821A1 (en) * 2012-12-27 2015-08-20 Microsoft Technology Licensing, Llc Message service downtime
JP2017090961A (en) * 2015-11-02 2017-05-25 キヤノン株式会社 Information processing device, control method thereof, and program
US20170317944A1 (en) * 2016-05-02 2017-11-02 Rhidian John System and method for latency-based queuing

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006340081A (en) * 2005-06-02 2006-12-14 Nippon Telegr & Teleph Corp <Ntt> Method and apparatus for controlling multicast communication flow
JP2008042757A (en) * 2006-08-09 2008-02-21 Ntt Docomo Inc Wireless system, wireless communication device, and communication method
US20150236821A1 (en) * 2012-12-27 2015-08-20 Microsoft Technology Licensing, Llc Message service downtime
JP2017090961A (en) * 2015-11-02 2017-05-25 キヤノン株式会社 Information processing device, control method thereof, and program
US20170317944A1 (en) * 2016-05-02 2017-11-02 Rhidian John System and method for latency-based queuing

Also Published As

Publication number Publication date
JP7251182B2 (en) 2023-04-04

Similar Documents

Publication Publication Date Title
CN107615709B (en) Forwarding unit and controller unit of SDN
JP4747307B2 (en) Network processing control device, program, and method
US9413851B2 (en) Information processing system, information processing device, client terminal, and computer readable medium
JP2009171265A (en) Supervisory control method and supervisory control device
US20130145025A1 (en) Programmable controller
JP3551905B2 (en) Management station, network system, and communication method in network system
US11929998B2 (en) Control apparatus, in-vehicle communication system, communication control method and program
JP7251182B2 (en) CONTROLLER, PROCESSING DEVICE CONTROL METHOD AND PROGRAM
JP5613119B2 (en) Master / slave system, control device, master / slave switching method, and master / slave switching program
US9544249B2 (en) Apparatus and method for aligning order of received packets
JP6494586B2 (en) Communication terminal and communication system
EP1694007A2 (en) Method and apparatus for transmitting data to a network and method and apparatus for receiving data from a network
WO2014010189A1 (en) Proxy device, communication system, program
JP4479564B2 (en) Channel control method, program, and computer system during network system initialization
CN110213364B (en) Express cabinet monitoring method, system, storage medium and equipment
JP2015053568A (en) Communication controller
WO2018150481A1 (en) Data control method for distributed processing system, and distributed processing system
US10263795B2 (en) System and method for reducing the energy consumption of an interconnection device
JP2008009852A (en) Load distribution control system and method, and server device
JP6757653B2 (en) Communications system
US11463373B2 (en) In-vehicle communication system, relay device, and communication method
JP7381146B1 (en) Management system, adapter device, management method and program
JP6528768B2 (en) Communication control device, communication control method and communication control program
JP2017046200A (en) Communication control device and transmission system
JP5965160B2 (en) Data synchronization system, operation computer, and standby computer

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220106

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220926

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220927

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20221122

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230306

R151 Written notification of patent or utility model registration

Ref document number: 7251182

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151