JP2014204136A - Congestion control system, congestion control method and congestion control program - Google Patents

Congestion control system, congestion control method and congestion control program Download PDF

Info

Publication number
JP2014204136A
JP2014204136A JP2013075693A JP2013075693A JP2014204136A JP 2014204136 A JP2014204136 A JP 2014204136A JP 2013075693 A JP2013075693 A JP 2013075693A JP 2013075693 A JP2013075693 A JP 2013075693A JP 2014204136 A JP2014204136 A JP 2014204136A
Authority
JP
Japan
Prior art keywords
processing
congestion
message
unit
information processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2013075693A
Other languages
Japanese (ja)
Inventor
中澤 正史
Masashi Nakazawa
正史 中澤
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 JP2013075693A priority Critical patent/JP2014204136A/en
Publication of JP2014204136A publication Critical patent/JP2014204136A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To effectively reduce a load applying to execution processing in response to a processing message and to continue congestion monitor even in the case where any failure occurs in a congestion monitoring section.SOLUTION: As an information processing execution section, an active main function section 11-1 includes means for estimating a processing time for a processing message by itself in the case where any fault occurs in a reserve main function section 11-2 as a congestion monitoring section, and determining whether the section is in a congestion state on the basis of the processing time, the number of processing messages and a determination threshold value; and means for suppressing processing for the processing message in the case where contents determined by the reserve main function section 11-2 or the active main function section 11-1 itself indicate the congestion state.

Description

本発明は、情報処理装置内に設置された中央演算処理部(CPU)で、送り込まれた処理対象情報の増大に伴い生じた輻輳を制御する手法に関する。   The present invention relates to a technique for controlling congestion caused by an increase in processing target information sent by a central processing unit (CPU) installed in an information processing apparatus.

情報処理装置を構成する各機能部は、通常の情報処理を行う他に、当該情報処理装置やプロセッサ(CPU)に生じ得る輻輳状況を、例えば、ソフトウェアの実行処理によって監視及び保護する必要がある。例えば、イントラネットのパケット中継を行う装置は、パケットトラヒックの増大に伴い、装置の処理能力を拡大する必要性が生じており、装置の処理能力を上回るトラヒックによって通信障害が発生するのを抑制する輻輳保護制御が必要となっている。   In addition to performing normal information processing, each functional unit constituting the information processing apparatus needs to monitor and protect a congestion situation that may occur in the information processing apparatus or the processor (CPU) by, for example, software execution processing. . For example, devices that perform intranet packet relays need to expand the processing capacity of the devices as packet traffic increases, and congestion that suppresses communication failures due to traffic exceeding the processing capabilities of the devices Protection control is needed.

しかしながら、情報処理装置における通常処理を行う機能部で輻輳監視処理や輻輳保護処理を実行する場合、当該輻輳監視処理や輻輳保護処理そのものの処理負荷によって、情報処理装置自体の処理能力(パフォーマンス)が劣化してしまうという不都合がある。また、通常の処理を行うプロセッサ周辺に輻輳監視処理を行う専用のハードウェア機能部を設置して輻輳監視処理を行う場合には、上記機能部の設置に対するコストが増大してしまう。例えば、上記輻輳監視処理を行う機能を専用のハードウェアを設置することにより実現することは、情報処理装置のコストアップとなってしまい、望ましくない。   However, when the congestion monitoring process and the congestion protection process are executed by the functional unit that performs the normal process in the information processing apparatus, the processing capability (performance) of the information processing apparatus itself is affected by the processing load of the congestion monitoring process and the congestion protection process itself. There is an inconvenience that it deteriorates. In addition, when a dedicated hardware function unit that performs congestion monitoring processing is installed around a processor that performs normal processing to perform congestion monitoring processing, the cost for installing the function unit increases. For example, realizing the function of performing the congestion monitoring process by installing dedicated hardware is not desirable because it increases the cost of the information processing apparatus.

これに対し、当該機能部の輻輳監視を当該機能部の周辺に位置する機能部、例えば現用予備構成の機能部であれば待機系の機能部が、現用系の機能部の輻輳状況を推定することにより、又は現用予備構成でない場合は、該当機能部とインタフェースを介した対向となる機能部で推定することにより、当該機能部の処理能力を劣化させることなく輻輳監視を実現可能とした、関連技術が開示されている(特許文献3)。   On the other hand, if the congestion monitoring of the function unit is a function unit located around the function unit, for example, the function unit of the active standby configuration, the standby function unit estimates the congestion status of the function unit of the active system. Or if it is not a working spare configuration, it is possible to realize congestion monitoring without degrading the processing capability of the functional unit by estimating with the functional unit that is opposite to the functional unit via the interface. A technique is disclosed (Patent Document 3).

特開2009−212862公報JP 2009-212862 A

しかしながら、上記関連技術においては、待機系の当該機能部が故障した場合に、輻輳監視が行えなくなるという課題があった。   However, the related art has a problem that congestion monitoring cannot be performed when the functional unit of the standby system fails.

[発明の目的]
そこで、本発明の目的は、上記関連技術の有する不都合を改善し、待機系の当該機能部が故障した場合にも、輻輳監視を行い得る、輻輳制御システム、輻輳制御方法及び輻輳制御プログラムを提供することにある。
[Object of the invention]
Accordingly, an object of the present invention is to provide a congestion control system, a congestion control method, and a congestion control program capable of improving the inconvenience of the related technology and capable of monitoring congestion even when the function unit of the standby system fails. There is to do.

上記目的を達成するために、本発明に係る輻輳制御システムは、
外部から送り込まれた処理メッセージに対して処理を行う情報処理実行部と、
当該情報処理実行部に併設され前記処理メッセージ数を監視する輻輳監視部と、
を備えた輻輳制御システムであって、
前記輻輳監視部は、
前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、
この判定した内容を前記情報処理実行部へ通知する手段と、を有し、
前記情報処理実行部は、
前記輻輳監視部が故障した場合に、自ら、前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、
前記輻輳監視部又は自らが判定した内容が輻輳状態を示す場合に前記処理メッセージに対する処理を抑制する手段と、を有する、
ことを特徴とする。
In order to achieve the above object, a congestion control system according to the present invention includes:
An information processing execution unit for processing a processing message sent from outside;
A congestion monitoring unit that is attached to the information processing execution unit and monitors the number of processing messages;
A congestion control system comprising:
The congestion monitoring unit
Means for estimating a processing time for the processing message, and determining whether the processing message is in a congestion state based on the processing time, the number of processing messages, and a determination threshold;
Means for notifying the determined content to the information processing execution unit,
The information processing execution unit
Means for estimating a processing time for the processing message by itself when the congestion monitoring unit fails, and determining whether or not a congestion state exists based on the processing time, the number of processing messages, and a determination threshold; ,
Means for suppressing the processing for the processing message when the congestion monitoring unit or the content determined by itself indicates a congestion state,
It is characterized by that.

また、本発明に係る輻輳制御方法は、
外部から送り込まれた処理メッセージに対して処理を行う情報処理実行部と、
当該情報処理実行部に併設され前記処理メッセージ数を監視する輻輳監視部と、
を備えたシステムに用いられる輻輳制御方法であって、
前記輻輳監視部が、前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する工程と、
前記輻輳監視部が、前記判定した内容を前記情報処理実行部へ通知する工程と、
前記輻輳監視部が故障した場合に、前記情報処理実行部が、自ら、前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する工程と、
前記輻輳監視部又は前記情報処理実行部が判定した内容が輻輳状態を示す場合に、前記情報処理実行部が前記処理メッセージに対する処理を抑制する工程と、
を含むことを特徴とする。
Further, the congestion control method according to the present invention includes:
An information processing execution unit for processing a processing message sent from outside;
A congestion monitoring unit that is attached to the information processing execution unit and monitors the number of processing messages;
A congestion control method used in a system equipped with
The congestion monitoring unit estimates a processing time for the processing message, and determines whether or not it is in a congestion state based on the processing time, the number of processing messages, and a determination threshold;
The congestion monitoring unit notifying the information processing execution unit of the determined content;
When the congestion monitoring unit fails, the information processing execution unit itself estimates the processing time for the processing message, and based on the processing time, the number of processing messages, and the determination threshold value, is the congestion state? Determining whether or not,
When the content determined by the congestion monitoring unit or the information processing execution unit indicates a congestion state, the information processing execution unit suppresses processing for the processing message; and
It is characterized by including.

更に、本発明に係る輻輳制御プログラムは、
外部から送り込まれた処理メッセージに対して処理を行う情報処理実行部と、
当該情報処理実行部に併設され前記処理メッセージ数を監視する輻輳監視部と、
を備えたシステムに用いられる輻輳制御プログラムであって、
前記輻輳監視部は、
前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、
この判定した内容を前記情報処理実行部へ通知する手段と、を有し、
前記情報処理実行部は、
前記輻輳監視部が故障した場合に、自ら、前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、
前記輻輳監視部又は自らが判定した内容が輻輳状態を示す場合に前記処理メッセージに対する処理を抑制する手段と、を有するとき、
前記輻輳監視部の有する各手段又は前記情報処理実行部の有する各手段をコンピュータに機能させるためのものである。
Furthermore, the congestion control program according to the present invention is:
An information processing execution unit for processing a processing message sent from outside;
A congestion monitoring unit that is attached to the information processing execution unit and monitors the number of processing messages;
A congestion control program used in a system equipped with
The congestion monitoring unit
Means for estimating a processing time for the processing message, and determining whether the processing message is in a congestion state based on the processing time, the number of processing messages, and a determination threshold;
Means for notifying the determined content to the information processing execution unit,
The information processing execution unit
Means for estimating a processing time for the processing message by itself when the congestion monitoring unit fails, and determining whether or not a congestion state exists based on the processing time, the number of processing messages, and a determination threshold; ,
When the congestion monitoring unit or content determined by itself indicates a congestion state, and having means for suppressing processing for the processing message,
This is for causing the computer to function each means of the congestion monitoring unit or each means of the information processing execution unit.

本発明は、以上のように構成され機能するので、これによると、処理メッセージに対する処理を行う情報処理実行部と、情報処理実行部における輻輳の発生を推定し通知する輻輳監視部とを備えた構成としたことにより、処理メッセージの実行処理にかかる処理負荷を有効に軽減し、且つ迅速に輻輳制御を行うとともに、輻輳監視部が故障した場合でも、情報処理実行部が代替することによりその輻輳制御を継続し得る、輻輳制御システム、輻輳制御方法、及び輻輳制御プログラムを提供することができる。   Since the present invention is configured and functions as described above, according to this, the information processing execution unit that performs processing on the processing message and the congestion monitoring unit that estimates and notifies the occurrence of congestion in the information processing execution unit are provided. The configuration effectively reduces the processing load on processing message execution processing, performs quick congestion control, and even if the congestion monitoring unit fails, the information processing execution unit replaces the congestion. It is possible to provide a congestion control system, a congestion control method, and a congestion control program that can continue control.

本発明による輻輳制御システムの一実施形態を示す概略ブロック図である。It is a schematic block diagram which shows one Embodiment of the congestion control system by this invention. 図1に開示した輻輳制御システムにおける予備主機能部の動作処理ステップを示したシーケンスチャートである。It is the sequence chart which showed the operation | movement process step of the backup main function part in the congestion control system disclosed in FIG. 図1に開示した輻輳制御システムにおける現用主機能部の動作処理ステップを示したシーケンスチャートである。It is the sequence chart which showed the operation | movement process step of the active main function part in the congestion control system disclosed in FIG. 本発明による輻輳制御システムの一実施形態を示す概略ブロック図である。It is a schematic block diagram which shows one Embodiment of the congestion control system by this invention. 図4に開示した輻輳制御システムにおける輻輳状態の監視を行うインタフェース機能部の動作処理ステップを示したシーケンスチャートである。6 is a sequence chart showing operation processing steps of an interface function unit that monitors a congestion state in the congestion control system disclosed in FIG. 4. 図4に開示した輻輳制御システムにおける輻輳状態の保護処理を行うインタフェース機能部の動作処理ステップを示したシーケンスチャートである。FIG. 5 is a sequence chart showing operation processing steps of an interface function unit that performs congestion state protection processing in the congestion control system disclosed in FIG. 4. 図1及び4に開示した輻輳制御システムにおける輻輳状態判定の判定基準の一例を示す説明図である。It is explanatory drawing which shows an example of the determination criteria of the congestion state determination in the congestion control system disclosed to FIG.

以下、添付図面を参照しながら、本発明を実施するための形態(以下「実施形態」という。)について説明する。なお、本明細書及び図面において、実質的に同一の構成要素については同一の符号を用いる。   DESCRIPTION OF EMBODIMENTS Hereinafter, embodiments for carrying out the present invention (hereinafter referred to as “embodiments”) will be described with reference to the accompanying drawings. In the present specification and drawings, the same reference numerals are used for substantially the same components.

[実施形態1]
図1に示す本実施形態1の輻輳制御システムとしての情報処理装置10は、外部から送り込まれた処理メッセージに対して処理を行う情報処理実行部としての現用主機能部11−1と、現用主機能部11−1に併設され処理メッセージ数を監視する輻輳監視部としての予備主機能部11−2と、を備える。現用主機能部11−1及び予備主機能部11−2は、同一の中央演算処理装置でプログラム制御により動作する機能部としての主機能部11である。
[Embodiment 1]
An information processing apparatus 10 serving as a congestion control system according to the first embodiment illustrated in FIG. 1 includes an active main function unit 11-1 as an information processing execution unit that performs processing on a processing message sent from the outside, A spare main function unit 11-2 serving as a congestion monitoring unit that is provided alongside the function unit 11-1 and monitors the number of processing messages. The active main function unit 11-1 and the standby main function unit 11-2 are the main function units 11 as function units that operate by program control in the same central processing unit.

予備主機能部11−2は、処理メッセージに対する処理時間を推定し、処理時間及び処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、判定した内容を現用主機能部11−1へ通知する手段と、を有する。   The spare main function unit 11-2 estimates the processing time for the processing message, determines whether or not there is a congestion state based on the processing time, the number of processing messages, and the determination threshold, and uses the determined content Means for notifying the main function unit 11-1.

現用主機能部11−1は、予備主機能部11−2が故障した場合に、自ら、処理メッセージに対する処理時間を推定し、この処理時間及び処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、予備主機能部11−2又は自らが判定した内容が輻輳状態を示す場合に処理メッセージに対する処理を抑制する手段と、を有する。また、現用主機能部11−1は、予備主機能部11−2が故障した場合に判定しきい値を低く設定し直す手段を、更に有する、としてもよい。なお、予備主機能部11−2の故障は、例えば予備主機能部11−2に対する定期的な通信が断絶することによって、現用主機能部11−1側で認識することができる。   When the standby main function unit 11-2 fails, the active main function unit 11-1 itself estimates the processing time for the processing message, and based on the processing time, the number of processing messages, and the determination threshold, the congestion state And means for suppressing processing for the processing message when the content determined by the spare main function unit 11-2 or itself indicates a congestion state. The active main function unit 11-1 may further include means for resetting the determination threshold value when the standby main function unit 11-2 fails. Note that the failure of the standby main function unit 11-2 can be recognized on the active main function unit 11-1 side, for example, when periodic communication with the backup main function unit 11-2 is interrupted.

本実施形態1の輻輳制御方法は、現用主機能部11−1及び予備主機能部11−2の動作を方法の発明として捉えたものである。本実施形態1の輻輳制御プログラムは、現用主機能部11−1の有する各手段又は予備主機能部11−2の有する各手段を、コンピュータに機能させるためのものである。   The congestion control method according to the first embodiment captures the operations of the active main function unit 11-1 and the standby main function unit 11-2 as the invention of the method. The congestion control program according to the first embodiment is a program for causing a computer to function each unit included in the active main function unit 11-1 or each unit included in the backup main function unit 11-2.

本実施形態1によれば、処理メッセージに対する処理を行う現用主機能部11−1と、現用主機能部11−1における輻輳の発生を推定し通知する予備主機能部11−2とを備えた構成としたことにより、処理メッセージの実行処理にかかる処理負荷を有効に軽減し、且つ迅速に輻輳制御を行うとともに、予備主機能部11−2が故障した場合でも、現用主機能部11−1が代替することによりその輻輳制御を継続できる。また、予備主機能部11−2が故障した場合に、輻輳状態にあるか否かを判定するための判定しきい値を現用主機能部11−1が低く設定し直すことにより、現用主機能部11−1での処理負荷の増加を抑えることができる。   According to the first embodiment, the active main function unit 11-1 that performs processing on the processing message and the standby main function unit 11-2 that estimates and notifies the occurrence of congestion in the active main function unit 11-1. By adopting the configuration, the processing load on the execution processing of the processing message is effectively reduced, the congestion control is performed quickly, and the active main function unit 11-1 can be used even when the spare main function unit 11-2 breaks down. By substituting, congestion control can be continued. Further, when the standby main function unit 11-2 breaks down, the active main function unit 11-1 resets the determination threshold value for determining whether or not the main function unit 11-1 is congested. The increase in processing load in the unit 11-1 can be suppressed.

次に、本発明の実施形態1について、その基本的構成内容を説明する。   Next, the basic configuration content of Embodiment 1 of the present invention will be described.

本実施形態1の輻輳制御システムは、プログラム制御により動作するCPUと、このCPUを制御するプログラムとプログラムが制御するデータを保持する記憶手段を有し機能する情報処理装置10であって、図1に示すように、上記情報処理装置10内における処理の命令やデータのアドレス等を示す処理メッセージを受け、当該処理メッセージに応じた処理を行う主機能部11と、上記CPUの周辺装置や上記プログラムの実行に伴い生じる処理メッセージを主機能部11に対して送信する従機能部12〜15を備えている。   The congestion control system according to the first embodiment is a functioning information processing apparatus 10 having a CPU that operates under program control, and a storage unit that holds a program that controls the CPU and data that is controlled by the program. As shown in FIG. 4, a main function unit 11 that receives a processing message indicating a processing instruction or data address in the information processing apparatus 10 and performs processing according to the processing message, a peripheral device of the CPU, and the program Are provided with sub-function units 12 to 15 that transmit processing messages generated by the execution to the main function unit 11.

また、上記主機能部11は、従機能部12〜15それぞれから送り込まれた処理メッセージに対して実際に実行処理を行う上記CPUの現用主機能部11−1と、この現用主機能部(情報処理実行部に相当)11−1による実行処理が行われている間、実行待機状態にある予備主機能部(輻輳監視部に相当)11−2からなる。更に、この予備主機能部11−2は、同一CPU内で現用主機能部11−1の周辺機能部として機能して、現用主機能部11−1の処理状態の監視を行う。   Further, the main function unit 11 includes the current main function unit 11-1 of the CPU for actually executing the processing message sent from each of the sub function units 12 to 15, and the current main function unit (information (Corresponding to a process execution unit) 11-1 includes a spare main function unit (corresponding to a congestion monitoring unit) 11-2 in an execution standby state while the execution process by 11-1 is being performed. Further, the spare main function unit 11-2 functions as a peripheral function unit of the active main function unit 11-1 in the same CPU, and monitors the processing state of the active main function unit 11-1.

これにより、CPU内で設定されたCPU機能部(現用主機能部)の輻輳状態を、専用のハードウェアを設けることなく、同一CPU内に設定された他のCPU機能部(予備主機能部)により監視することができる。なお、主機能部11と各従機能部12〜15との間の通信線は全てワイヤードオアで接続されており、各従機能部12〜15から送出される処理メッセージは、主機能部11−1、及び11−2に送り込まれるものとする。   As a result, the CPU function unit (active main function unit) set in the CPU can be set to another CPU function unit (standby main function unit) set in the same CPU without providing dedicated hardware. Can be monitored. Note that all the communication lines between the main function unit 11 and each of the sub function units 12 to 15 are connected by wired OR, and the processing message sent from each of the sub function units 12 to 15 is the main function unit 11-. 1 and 11-2.

以下、これを詳説する。   This will be described in detail below.

現用主機能部11−1は、情報処理装置10の従機能部12、13、14、及び15それぞれから送り込まれた処理メッセージ受信する処理メッセージ受信機能と、各従機能部12〜15から送り込まれた処理メッセージの内容を実行処理する処理メッセージ実行処理機能と、実行処理された結果を処理メッセージの送出元に返信する実行結果送信機能を備えている。   The active main function unit 11-1 receives a processing message received from each of the sub function units 12, 13, 14, and 15 of the information processing apparatus 10, and is input from each of the sub function units 12-15. A processing message execution processing function for executing processing of the contents of the processing message, and an execution result transmission function for returning the result of the execution processing to the sender of the processing message.

また、現用主機能部11−1は、各従機能部12〜15から送り込まれた処理メッセージの種別、及びその重要度を判別するメッセージ判別機能を備え、判別された処理メッセージの重要度に応じて処理方法を判定する。   In addition, the active main function unit 11-1 includes a message determination function for determining the type of processing message sent from each of the sub function units 12 to 15 and the importance level thereof, and according to the determined importance level of the processing message. To determine the processing method.

更に、現用主機能部11−1は、予備主機能部11−2から送り込まれた輻輳状態通知に基づいて、現用主機能部11−1の輻輳状態を確認する輻輳状態確認機能を備え、非輻輳状態であることが確認された場合に処理メッセージに対する通常処理を行う。   Further, the active main function unit 11-1 includes a congestion state confirmation function for confirming the congestion state of the active main function unit 11-1 based on the congestion state notification sent from the standby main function unit 11-2. When it is confirmed that the state is congested, normal processing for the processing message is performed.

また、現用主機能部11−1は、予備主機能部11−2から輻輳状態にあると判定された場合に、上記メッセージ判別機能により処理メッセージの種別、及びその重要度を予め設定された基準に基づき判別して、重要度が高いと判別された処理メッセージと、重要度が低いと判別された処理メッセージとに対して異なる処理を行う。   In addition, when the active main function unit 11-1 determines that there is a congestion state from the standby main function unit 11-2, the type of the processing message and the level of importance thereof are set in advance by the message determination function. Based on the above, different processing is performed on the processing message determined to be high in importance and the processing message determined to be low in importance.

ここで、現用主機能部11−1は、重要度の低い処理メッセージについては、破棄、又は異常終了とする処理(輻輳保護処理)を行う。これにより、輻輳状態にある現用主機能部11−1における実行処理にかかる負荷を軽減することができる。また、ここで、重要度の低いメッセージとしては、例えば、新たな通信リンクの確立要求に属するもの等を示すものとする。また、重要度の高いメッセージと判定された処理メッセージに対しては、通常の処理を行う。なお、重要度の高いメッセージとは、例えば、通信中の通信リンクの解放要求や保守監視要求に属するものを示す。   Here, the active main function unit 11-1 performs processing (congestion protection processing) for discarding or abnormally terminating a processing message with low importance. Thereby, the load concerning the execution process in the active main function unit 11-1 in the congestion state can be reduced. Here, as the low importance message, for example, a message belonging to a request for establishing a new communication link is shown. Further, normal processing is performed on a processing message determined to be a highly important message. Note that a message having high importance indicates, for example, a message belonging to a request to release a communication link during communication or a maintenance monitoring request.

なお、現用主機能部11−1は、上記通知された輻輳状態を、更に輻輳の度合いに応じて複数の状態に細分化し、かつメッセージの重要度もそれに応じて細分化することで、設定としてもよい。これにより、現用主機能部11−1は、より柔軟な輻輳保護制御を行うことができる。   The active main function unit 11-1 further subdivides the notified congestion state into a plurality of states according to the degree of congestion, and further subdivides the message importance according to the setting, thereby setting as the setting. Also good. Thereby, the working main function unit 11-1 can perform more flexible congestion protection control.

予備主機能部11−2は、各従機能部12〜15から送り込まれた処理メッセージの解析を行う処理メッセージ解析機能と、この解析結果に基づいて各従機能部から送り込まれた処理メッセージのメッセージ種別を特定するメッセージ種別特定機能を有する。ここで、予備主機能部11−2は、上記解析結果に基づいて、送り込まれた処理メッセージのうち受信メッセージとしてカウントするメッセージと、カウントしないメッセージとを選別する機能を有していてもよい。   The standby main function unit 11-2 analyzes the processing message sent from each of the sub function units 12 to 15 and the message of the processing message sent from each sub function unit based on the analysis result. A message type specifying function for specifying the type is provided. Here, the backup main function unit 11-2 may have a function of selecting a message that is counted as a received message and a message that is not counted based on the analysis result.

また、予備主機能部11−2は、従機能部12〜15それぞれから送り込まれた処理メッセージについて、予め設定されたメッセージ種別と、現用主機能部11−1が上記メッセージ種別の実行処理にかかる時間の推定値(以下「CPU走行時間」という)とを対応付けてリスト化した推定走行時間テーブル(処理時間記憶手段に相当)を有する。これにより、予備主機能部11−2は、現用主機能部11−1の処理メッセージに対する処理時間としてのCPU走行時間を、迅速に取得することができる。   In addition, the standby main function unit 11-2 takes a message type set in advance for the processing message sent from each of the sub function units 12 to 15 and the current main function unit 11-1 performs execution processing of the message type. It has an estimated travel time table (corresponding to processing time storage means) in which time estimated values (hereinafter referred to as “CPU travel time”) are listed in association with each other. Thereby, the standby main function unit 11-2 can quickly acquire the CPU running time as the processing time for the processing message of the active main function unit 11-1.

更に、予備主機能部11−2は、主機能部11が処理メッセージに対して行う処理の周期を、予め設定された測定周期に基づき計測する周期タイマと、各従機能部12〜15から送り込まれた処理メッセージの数をカウントする受信カウンタを有している。これにより、上記測定周期内の現用主機能部11−1のCPU走行時間を推定計測することができる。   Further, the standby main function unit 11-2 sends the processing cycle performed by the main function unit 11 to the processing message based on a preset measurement cycle and the sub function units 12-15. A reception counter for counting the number of processed messages received. Thereby, it is possible to estimate and measure the CPU running time of the active main function unit 11-1 within the measurement cycle.

また、予備主機能部11−2は、上記解析処理により特定されたメッセージ種別に対応したCPU走行時間を、推定走行時間テーブルを参照して読み出すとともに、読み出された推定走行時間を、上記測定周期内で加算して走行時間累計値を算出する累計値算出機能を有する。また、予備主機能部11−2は、走行時間累計値に推定走行時間が加算された処理メッセージの数をカウントする累計カウンタを備えている。   The standby main function unit 11-2 reads the CPU travel time corresponding to the message type specified by the analysis process with reference to the estimated travel time table, and reads the read estimated travel time by the measurement It has a cumulative value calculation function for calculating the running time cumulative value by adding within the period. In addition, the standby main function unit 11-2 includes a cumulative counter that counts the number of processing messages in which the estimated traveling time is added to the cumulative traveling time value.

更に、予備主機能部11−2は、取得された各推定走行時間を走行時間累計値に対して加算するごとに累計カウンタの数値を「1」増やし、累計カウンタと受信カウンタの数を比較するカウンタ数値比較機能を有する。ここで、受信カウンタの値と累計カウンタの値が等しいか否かを判定することにより、受信カウンタにカウントされた処理メッセージ全てについて走行時間が算出され、累計カウンタに加算されたか否かの判定を行うことができる。   Furthermore, every time the acquired estimated traveling time is added to the accumulated traveling time value, the standby main function unit 11-2 increases the value of the accumulated counter by “1”, and compares the number of accumulated counters with the number of reception counters. It has a counter numerical value comparison function. Here, by determining whether or not the value of the reception counter is equal to the value of the cumulative counter, it is determined whether or not the travel time has been calculated for all processing messages counted by the reception counter and added to the cumulative counter. It can be carried out.

また、予備主機能部11−2は、上記算出された走行時間累積値に基づいて、上記測定周期内で現用主機能部11−1にかかると推定される負荷量(以下「テンポラリ負荷量」という)を算出する負荷量算出機能を備えている。これにより、予備主機能部11−2は、受信された各処理メッセージのメッセージ種別を迅速に解析することができ、更には、推定走行時間を迅速に算出することができる。   Further, the standby main function unit 11-2 estimates the load amount (hereinafter referred to as “temporary load amount”) estimated to be applied to the active main function unit 11-1 within the measurement period based on the calculated travel time cumulative value. The load amount calculation function is calculated. Thereby, the standby main function unit 11-2 can quickly analyze the message type of each received processing message, and can further calculate the estimated travel time quickly.

また、予備主機能部11−2は、算出されたテンポラリ負荷量に基づき、現用主機能部11−1における処理負荷が、低負荷、中負荷、又は高負荷の何れの状況であるかを判定する処理負荷状況判定機能を備えている。ここで、上記テンポラリ負荷量の輻輳判定は、図7に示すように、現用主機能部11−1が輻輳状態にあるのか、非輻輳状態にあるのかを、一つ前の測定周期の負荷状況に基づき行われる。   Further, the standby main function unit 11-2 determines whether the processing load in the active main function unit 11-1 is low load, medium load, or high load based on the calculated temporary load amount. A processing load status determination function is provided. Here, as shown in FIG. 7, the congestion determination of the temporary load amount indicates whether the active main function unit 11-1 is in a congested state or a non-congested state. Based on

ここでは、前の測定周期で現用主機能部11−1が非輻輳状態であった場合は、後の測定周期で低負荷であれば非輻輳状態、中負荷であれば非輻輳状態と判定される。また、現用主機能部11−1高負荷である場合には、予め設定された閾値以上の保護段数(負荷)がかかっている場合、輻輳状態と判定、保護段数が閾値未満であれば、非輻輳状態と判定される。   Here, if the active main function unit 11-1 is in a non-congested state in the previous measurement cycle, it is determined as a non-congested state if the load is low in the subsequent measurement cycle, and a non-congested state if the load is medium. The In addition, when the active main function unit 11-1 has a high load, it is determined that the number of protection stages (load) is greater than or equal to a preset threshold value, the congestion state is determined, and the protection stage number is less than the threshold value. It is determined as a congestion state.

一方、前の測定周期で現用主機能部11−1が輻輳状態であった場合は、後の周期で現用主機能部11−1が低負荷である場合、予め設定された閾値以上の保護段数(負荷)がかかっている場合は、輻輳状態と判定、保護段数(負荷)が閾値未満であれば、非輻輳状態と判定される。また、後の測定周期で中負荷または高負荷であると判定された場合は、いずれの場合も輻輳状態と判定される。   On the other hand, if the active main function unit 11-1 is in a congested state in the previous measurement cycle, the number of protection stages equal to or greater than a preset threshold value if the active main function unit 11-1 has a low load in the subsequent cycle. When (load) is applied, it is determined as a congestion state, and when the number of protection stages (load) is less than a threshold value, it is determined as a non-congestion state. Further, when it is determined that the load is medium load or high load in the subsequent measurement cycle, it is determined that the congestion state occurs in any case.

なお、上記のように、連続する測定周期で非輻輳状態から輻輳状態への状態遷移が行われる場合には、状態遷移の保護段数を設けることで、輻輳状態及び非輻輳状態が頻繁に更新されるのを軽減することができる。ただし、非輻輳から輻輳状態への状態遷移が遅くなると、その分高い負荷が長い時間継続し、現用主機能部11−1の安定動作に支障をきたす恐れがあるので、非輻輳から輻輳状態への遷移に用いる保護段数は小さく設定してもよい。   As described above, when a state transition from a non-congested state to a congested state is performed in successive measurement cycles, the congestion state and the non-congested state are frequently updated by providing the number of protection stages for the state transition. Can be reduced. However, if the state transition from the non-congestion state to the congested state is delayed, the high load continues for a long time, and there is a possibility that the stable operation of the active main function unit 11-1 may be disturbed. The number of protection stages used for transition may be set small.

また、予備主機能部11−2は、現用主機能部11−1が輻輳状態であると判定された場合、又は現用主機能部11−1の状態が非輻輳状態から輻輳状態へ遷移したと判定された場合に、現用主機能部11−1に対して輻輳状態にあることを通知する輻輳状態通知機能を有する。これにより、上記通知に応じて現用主機能部11−1が迅速に輻輳保護動作を実行するのを促すことができる。   Further, the standby main function unit 11-2 determines that the active main function unit 11-1 is in a congested state, or the active main function unit 11-1 has transitioned from a non-congested state to a congested state. When it is determined, it has a congestion state notification function for notifying the active main function unit 11-1 that it is in a congestion state. As a result, the active main function unit 11-1 can promptly execute the congestion protection operation in response to the notification.

各従機能部12〜15は、それぞれ情報処理装置10内に予め設けられたCPUが実行されることにより機能するCPU機能部であって、主機能部11に対して予め設定されたメモリ(キャッシュ)から読み出された命令やデータアドレスを処理メッセージとして送信する機能を有する。また、各従機能部12〜15は、処理メッセージを複製するとともに、複製された各処理メッセージそれぞれを現用主機能部11−1及び予備主機能部11−2に対して送信するメッセージ複製送信機能を備えている。これにより、現用主機能部11−1で実行処理される処理メッセージは、全て予備主機能部11−2に対しても送信される。   Each of the slave function units 12 to 15 is a CPU function unit that functions when a CPU provided in advance in the information processing apparatus 10 is executed, and a memory (cache) set in advance for the main function unit 11. ) Is transmitted as a process message. Each of the slave function units 12 to 15 duplicates a processing message and transmits a duplicated processing message to each of the active main function unit 11-1 and the standby main function unit 11-2. It has. As a result, all processing messages executed by the active main function unit 11-1 are also transmitted to the spare main function unit 11-2.

[実施形態1の動作説明]
次に、本実施形態1の全体の動作について、説明する。
[Description of Operation of First Embodiment]
Next, the overall operation of the first embodiment will be described.

まず、予備主機能部11−2は、処理メッセージ数及び処理メッセージの処理にかかる時間として予め設定された処理時間値を読み出し(処理時間読出し工程)、この処理メッセージ数及び処理時間値に基づいて、現用主機能部11−1が、輻輳状態にあるか否かを判定する(輻輳状態判定工程)。次に、予備主機能部11−2は、上記判定内容を現用主機能部11−1に通知する(輻輳判定通知工程)と、この通知内容が輻輳状態を示す場合に、現用主機能部11−1は、処理メッセージに対する処理の抑制を行なう(輻輳保護処理工程)。   First, the standby main function unit 11-2 reads a processing time value set in advance as a processing message number and a processing time of the processing message (processing time reading step), and based on the processing message number and the processing time value. The active main function unit 11-1 determines whether or not it is in a congestion state (congestion state determination step). Next, the standby main function unit 11-2 notifies the current main function unit 11-1 of the determination content (congestion determination notification step). When the notification content indicates a congestion state, the current main function unit 11 -1 suppresses processing for processing messages (congestion protection processing step).

ここで、上記処理時間読出し工程、輻輳状態判定工程、及び輻輳状態通知工程については、その実行内容をプログラム化し、コンピュータに実行させるように構成してもよい。   Here, the processing time reading step, the congestion state determination step, and the congestion state notification step may be configured such that the execution contents are programmed and executed by a computer.

次に、上記実施形態1の動作を、図2及び図3のフローチャートに基づいて詳説する。ここでは、予備主機能部11−2における輻輳状態の監視動作について図2のフローチャートに基づき説明し、その後、現用主機能部11−1における輻輳保護動作について、図3のフローチャートに基づき説明する。   Next, the operation of the first embodiment will be described in detail based on the flowcharts of FIGS. Here, the monitoring operation of the congestion state in the standby main function unit 11-2 will be described based on the flowchart of FIG. 2, and then the congestion protection operation in the active main function unit 11-1 will be described based on the flowchart of FIG.

最初に、予備主機能部11−2における輻輳状態の監視動作について、図2のフローチャートに基づき説明する。   First, the monitoring operation of the congestion state in the standby main function unit 11-2 will be described based on the flowchart of FIG.

まず、予備主機能部11−2が、予め設定された周期タイマを起動して(ステップS101:周期タイマ割り込み)、累計カウンタ、及び推定走行時間累計値の初期化を行う(ステップS102)。   First, the standby main function unit 11-2 activates a preset cycle timer (step S101: cycle timer interruption), and initializes a cumulative counter and an estimated running time cumulative value (step S102).

続いて、予備主機能部11−2は、従機能部(ここでは、従機能部12とする)から送り込まれた処理メッセージの数を受信カウンタに登録するとともに、各処理メッセージを解析しメッセージ種別を特定する(ステップS103:メッセージ解析工程)   Subsequently, the standby main function unit 11-2 registers the number of processing messages sent from the sub function unit (here, the sub function unit 12) in the reception counter, analyzes each processing message, and analyzes the message type. (Step S103: message analysis step)

続いて、予備主機能部11−2は、予め設定された推定走行時間テーブルに基づき、メッセージ種別が特定された処理メッセージの推定走行時間値を読み出す(ステップS104:走行時間読出し工程)とともに、推定走行時間累計値に上記読み出された推定走行時間値を加算する(ステップS105)。   Subsequently, the standby main function unit 11-2 reads the estimated travel time value of the processing message in which the message type is specified based on the preset estimated travel time table (step S104: travel time reading step) and estimates. The read estimated travel time value is added to the travel time accumulated value (step S105).

続いて、予備主機能部11−2は、累計カウンタの値を「1」増やす(ステップS106)。ここで、受信カウンタと累計カウンタの値が等しいか否かの判定を行い(ステップS107)、異なる場合は、受信された他の処理メッセージの解析を行う(ステップS103へ)。ここで、受信カウンタと累計カウンタの値が等しい場合は、受信された処理メッセージ全ての推定走行時間値が設定されたと判定される(ステップS108へ)。   Subsequently, the standby main function unit 11-2 increases the value of the cumulative counter by “1” (step S106). Here, it is determined whether or not the values of the reception counter and the cumulative counter are equal (step S107), and if they are different, other received processing messages are analyzed (to step S103). Here, when the values of the reception counter and the cumulative counter are equal, it is determined that the estimated travel time values of all the received processing messages have been set (to step S108).

続いて、予備主機能部11−2は、推定走行時間累計値に基づきテンポラリ負荷量を算出するとともに、当該テンポラリ負荷量が、低負荷、中負荷、又は高負荷のいずれに該当するかを判定する(ステップS108)。続いて、予備主機能部11−2は、上記判定結果、及び現用主機能部11−1の前状態等に基づいて、現用主機能部11−1が輻輳状態にあるか、非輻輳状態にあるかの判定を行う(ステップS109:輻輳状態判定工程)。   Subsequently, the standby main function unit 11-2 calculates a temporary load amount based on the estimated running time cumulative value, and determines whether the temporary load amount corresponds to a low load, a medium load, or a high load. (Step S108). Subsequently, the standby main function unit 11-2 determines whether the active main function unit 11-1 is in a congested state or a non-congested state based on the determination result and the previous state of the active main function unit 11-1. It is determined whether or not there is (step S109: congestion state determination step).

ここで、予備主機能部11−2は、現用主機能部11−1の状態が非輻輳状態から輻輳状態に状態遷移した場合や、前状態によらず輻輳状態(高負荷状態)と判定された場合には、現用系主機能部11−1に輻輳状態であることを通知する(ステップS110)。   Here, the standby main function unit 11-2 is determined to be in a congested state (high load state) regardless of whether the state of the active main function unit 11-1 has transitioned from a non-congested state to a congested state. If this happens, the active main function unit 11-1 is notified that it is in a congested state (step S110).

これにより、現用系主機能部11−1の輻輳保護動作を促すことができる。ここで、非輻輳から輻輳状態への遷移が遅くなると、その分高い負荷が長い時間継続し、主機能部11−1の安定動作に支障をきたす恐れがあるので、非輻輳状態から輻輳状態への遷移に用いる保護段数は小さくしておくことが望ましい。   Thereby, the congestion protection operation of the active main function unit 11-1 can be promoted. Here, when the transition from the non-congestion state to the congested state is delayed, the high load continues for a long time, and there is a possibility that the stable operation of the main function unit 11-1 may be disturbed. It is desirable to keep the number of protection stages used for the transition of.

次いで、予備主機能部11−2から現用系主機能部11−1に対して輻輳又は非輻輳状態であることが通知された場合(〈1〉)の、現用系主機能部11−1における輻輳保護動作について、図3のフローチャートに基づき説明する。   Next, when the standby main function unit 11-2 notifies the active main function unit 11-1 that it is in a congestion or non-congested state (<1>), the active main function unit 11-1 The congestion protection operation will be described based on the flowchart of FIG.

まず、現用系主機能部11−1は、従機能部からの処理メッセージを受信するとともに当該処理メッセージの処理イベントを開始する(ステップS201)とともに、予備主機能部11−2から送り込まれた輻輳状態通知に基づいて、当該現用主機能部11−1が輻輳状態にあるのか、非輻輳状態にあるのかを判断する(ステップS202:輻輳状態判断工程)   First, the active main function unit 11-1 receives the processing message from the slave function unit and starts a processing event of the processing message (step S201), and the congestion sent from the standby main function unit 11-2. Based on the state notification, it is determined whether the current main function unit 11-1 is in a congestion state or a non-congestion state (step S202: congestion state determination step).

ここで、現用系主機能部11−1は、上記受信された処理メッセージについて、予め設定されたメッセージ種別の重要度に応じて重要度の高低を判定する(ステップS203:メッセージ重要度判定工程)。   Here, the active main function unit 11-1 determines the level of importance of the received processing message according to the importance of a preset message type (step S203: message importance determination step). .

ここで、新たな通信リンクの確立要求など重要度が低いと判断された処理メッセージに対しては、破棄処理又は異常終了処理(輻輳保護処理)が実行される(ステップS204)。一方、重要度が高いと判断された処理メッセージに対しては通常の処理が実行される(ステップS205)。   Here, a discarding process or an abnormal termination process (congestion protection process) is executed for a processing message determined to be low in importance, such as a request for establishing a new communication link (step S204). On the other hand, a normal process is executed for a process message determined to have a high importance (step S205).

以上のように、本実施形態1では、現用主機能部11−1宛ての処理メッセージが全て予備主機能部11−2にも送信されることにより、予備主機能部11−2が、現用主機能部11−1の輻輳状態を推定することができる。このため、処理メッセージに対する実行処理を行う現用機能部11−1の処理能力を劣化させることなく、現用機能部11−1の処理状態の監視を行うことができる。   As described above, in the first embodiment, all the processing messages addressed to the active main function unit 11-1 are also transmitted to the standby main function unit 11-2. The congestion state of the functional unit 11-1 can be estimated. For this reason, it is possible to monitor the processing state of the active function unit 11-1 without degrading the processing capability of the active function unit 11-1 that performs the execution process on the processing message.

また、現用機能部11−1の輻輳状態を推定することにより、より迅速に輻輳状態を通知することができる。このため、現用機能部11−1は、高負荷のかかった輻輳状態を軽減する処理を迅速に行うことができるため、現用主機能部11−1は、安定動作を維持することができる。   Further, the congestion state can be notified more quickly by estimating the congestion state of the active function unit 11-1. For this reason, since the active function unit 11-1 can quickly perform the process of reducing the congestion state under heavy load, the active main function unit 11-1 can maintain stable operation.

更に、上記現用主機能部11−1の輻輳保護処理、及び予備主機能部11−2の輻輳監視処理をソフトウェア制御によりで実現することで、情報処理装置の設置にかかるコストを軽減することができる。また、本発明における予備主機能部11−2は、現用機能部11−1の周辺機能部であり、ボトルネックでないので、輻輳監視処理を実行しても主機能部11全体としての処理能力低下は生じない。   Furthermore, by implementing the congestion protection process of the active main function unit 11-1 and the congestion monitoring process of the standby main function unit 11-2 by software control, the cost for installing the information processing apparatus can be reduced. it can. In addition, the spare main function unit 11-2 in the present invention is a peripheral function unit of the active function unit 11-1, and is not a bottleneck. Therefore, even if the congestion monitoring process is executed, the processing capability of the main function unit 11 as a whole decreases. Does not occur.

[実施形態2]
図4に示す本実施形態2の輻輳制御システムにおいて、情報処理実行部としてのインタフェース機能部17及び輻輳監視部としてのインタフェース機能部27、37は、通信回線を介して接続され相互に通信可能な異なる情報処理装置1〜3にそれぞれ別々に設けられている。インタフェース機能部17は、例えばインタフェース機能部27が故障した場合に、通信回線を介して接続され相互に通信可能な他の情報処理装置3に、外部から送り込まれた処理メッセージに対する処理の一部を移行する手段を、更に有する、としてもよい。
[Embodiment 2]
In the congestion control system of the second embodiment shown in FIG. 4, the interface function unit 17 as the information processing execution unit and the interface function units 27 and 37 as the congestion monitoring unit are connected via a communication line and can communicate with each other. Different information processing apparatuses 1 to 3 are provided separately. For example, when the interface function unit 27 fails, the interface function unit 17 performs a part of processing for a processing message sent from the outside to another information processing apparatus 3 that is connected via a communication line and can communicate with each other. It is good also as having the means to transfer.

本実施形態2の輻輳制御方法は、インタフェース機能部17、27、37の動作を方法の発明として捉えたものである。本実施形態2の輻輳制御プログラムは、インタフェース機能部17の有する各手段又はインタフェース機能部27、37の有する各手段を、コンピュータに機能させるためのものである。本実施形態2のその他の構成及び作用は、実施形態1のそれらと同様である。   The congestion control method according to the second embodiment captures the operations of the interface function units 17, 27, and 37 as a method invention. The congestion control program according to the second embodiment is for causing a computer to function each unit included in the interface function unit 17 or each unit included in the interface function units 27 and 37. Other configurations and operations of the second embodiment are the same as those of the first embodiment.

本実施形態2によれば、実施形態1の効果に加え、例えば輻輳監視部としてのインタフェース機能部27が故障した場合に情報処理装置3に処理メッセージに対する処理の一部を移行することにより、情報処理実行部としてのインタフェース機能部17の処理負担を軽減できる。   According to the second embodiment, in addition to the effects of the first embodiment, when the interface function unit 27 as a congestion monitoring unit fails, for example, the information processing device 3 shifts a part of the processing for the processing message to The processing burden on the interface function unit 17 as the processing execution unit can be reduced.

次に、本発明の実施形態2について、その基本的構成内容を説明する。   Next, the basic configuration content of Embodiment 2 of the present invention will be described.

本実施形態2の輻輳制御システムは、図4に示すように、他の情報処理装置から送り込まれる処理メッセージに対して処理を行う情報処理装置1と、当該情報処理装置1にそれぞれ通信回線を介して接続され、上記情報処理装置1における処理進捗状況の監視(以下「輻輳監視処理」という)を行う情報処理装置2及び3を備えた構成となっている。   As shown in FIG. 4, the congestion control system according to the second embodiment includes an information processing device 1 that performs processing on a processing message sent from another information processing device, and the information processing device 1 via a communication line. The information processing devices 2 and 3 that monitor the processing progress in the information processing device 1 (hereinafter referred to as “congestion monitoring processing”) are connected.

また、上記情報処理装置1、2及び3は、それぞれ処理メッセージの実行処理及び送受信を行うインタフェース機能部17(情報処理実行部に相当)、27及び37を備え、情報処理装置1のインタフェース機能部17は、情報処理装置2のインタフェース機能部27(輻輳監視部に相当)、及び情報処理装置3のインタフェース機能部37(輻輳監視部に相当)にそれぞれ接続され、相互に輻輳監視処理を行う構成をとっている。   The information processing apparatuses 1, 2, and 3 include interface function units 17 (corresponding to information processing execution units), 27, and 37 that perform processing message execution processing and transmission / reception, respectively. 17 is connected to the interface function unit 27 (corresponding to the congestion monitoring unit) of the information processing device 2 and the interface function unit 37 (corresponding to the congestion monitoring unit) of the information processing device 3, and performs a congestion monitoring process mutually. Have taken.

以下、これを詳説する。   This will be described in detail below.

インタフェース機能部17は、上述のように、対向して設置されたインタフェース機能部27又は37との間で実行される処理メッセージの送受信イベントをカウントするメッセージ送受信カウンタを備えている。このメッセージ送受信カウンタは、インタフェース機能部27又は37との間で実行される処理メッセージの送信又は受信イベントを処理するたびに、その処理数をカウントしていく。   As described above, the interface function unit 17 includes a message transmission / reception counter that counts transmission / reception events of processing messages executed between the interface function unit 27 and 37 installed opposite to each other. This message transmission / reception counter counts the number of processes each time a process message transmission or reception event executed with the interface function unit 27 or 37 is processed.

また、インタフェース機能部17は、インタフェース機能部27又は37が単一の処理メッセージの送受信処理にかかる処理時間が予め設定された送受信処理推定時間テーブルを備えている。これにより、インタフェース機能部17は、インタフェース機能部27又は37における送受信イベントの処理時間を、迅速に読み出すことができる。更に、インタフェース機能部17は、予め設定された測定周期を計測する周期タイマを有する。   The interface function unit 17 includes a transmission / reception processing estimated time table in which the processing time required for the interface function unit 27 or 37 to transmit / receive a single processing message is set in advance. Thereby, the interface function unit 17 can quickly read the processing time of the transmission / reception event in the interface function unit 27 or 37. Further, the interface function unit 17 includes a cycle timer that measures a preset measurement cycle.

更に、インタフェース機能部17は、予め設定された測定周期内で実行された処理メッセージの送信イベント又は受信イベントの数と、上記送受信処理推定時間テーブルから読み出された処理時間とを掛け合わせて、インタフェース機能部27又は37のCPUにおける推定CPU走行時間値を算出する走行時間値算出機能を備えている。これにより、インタフェース機能部17は、対向するインタフェース機能部27又は37における上記測定周期内の走行時間を、推定計測することができる。   Further, the interface function unit 17 multiplies the number of transmission events or reception events of processing messages executed within a preset measurement cycle by the processing time read from the transmission / reception processing estimated time table, A travel time value calculation function for calculating an estimated CPU travel time value in the CPU of the interface function unit 27 or 37 is provided. As a result, the interface function unit 17 can estimate and measure the travel time within the measurement period in the interface function unit 27 or 37 that faces the interface function unit 17.

また、インタフェース機能部17は、上記算出された推定CPU走行時間値に基づいて、上記周期内で、インタフェース機能部27又は37にかかると推定される負荷量(以下「テンポラリ負荷量」という)を算出する負荷量算出機能を備えている。これにより、インタフェース機能部17は、対向して設けられたインタフェース機能部27又は37にかかるテンポラリ負荷量を迅速に算出することができる。   Further, the interface function unit 17 calculates a load amount (hereinafter referred to as “temporary load amount”) estimated to be applied to the interface function unit 27 or 37 within the period based on the calculated estimated CPU travel time value. A load amount calculation function for calculating is provided. Thereby, the interface function part 17 can calculate the temporary load amount concerning the interface function part 27 or 37 provided in opposition rapidly.

また、インタフェース機能部17は、算出されたテンポラリ負荷量に基づいてインタフェース機能部27又は37の輻輳状態の判定が低負荷、中負荷、又は高負荷の何れであるかを判定する輻輳状態判定機能を備えている。ここで、テンポラリ負荷量の判定結果の1つである中負荷は、低負荷、高負荷の間に設定され、非輻輳状態を示す負荷レベルを示す。   Further, the interface function unit 17 is a congestion state determination function that determines whether the determination of the congestion state of the interface function unit 27 or 37 is a low load, a medium load, or a high load based on the calculated temporary load amount. It has. Here, the medium load, which is one of the determination results of the temporary load amount, is set between a low load and a high load, and indicates a load level indicating a non-congested state.

ここで、上記テンポラリ負荷量の輻輳判定は、図7に示すように、インタフェース機能部27又は37が輻輳状態にあるのか、非輻輳状態にあるのかを、一つ前の測定周期の負荷状況に基づき行われる。ここでは、前の測定周期でインタフェース機能部27又は37が非輻輳状態であった場合は、後の測定周期で低負荷であれば非輻輳状態、中負荷であれば非輻輳状態と判定される。また、前の測定周期でインタフェース機能部27又は37が高負荷であった場合には、予め設定された閾値以上の保護段数(負荷)がかかっている場合、輻輳状態と判定、保護段数が閾値未満であれば、非輻輳状態と判定される。   Here, as shown in FIG. 7, the congestion determination of the temporary load amount indicates whether the interface function unit 27 or 37 is in a congestion state or a non-congestion state based on the load state of the previous measurement cycle. Based on. Here, if the interface function unit 27 or 37 is in a non-congested state in the previous measurement cycle, it is determined as a non-congested state if the load is low in the subsequent measurement cycle, and a non-congested state if the load is medium. . In addition, when the interface function unit 27 or 37 is heavily loaded in the previous measurement cycle, when the number of protection stages (load) is greater than or equal to a preset threshold value, it is determined that the congestion state is present, and the protection stage number is the threshold value. If it is less, it is determined as a non-congested state.

一方、前の測定周期でインタフェース機能部27又は37が輻輳状態であった場合は、後の周期でインタフェース機能部27又は37が低負荷である場合、予め設定された閾値以上の保護段数(負荷)がかかっている場合は、輻輳状態と判定、保護段数(負荷)が閾値未満であれば、非輻輳状態と判定される。また、後の測定周期で中負荷または高負荷であると判定された場合は、いずれの場合も輻輳状態と判定される。   On the other hand, when the interface function unit 27 or 37 is in a congested state in the previous measurement cycle, when the interface function unit 27 or 37 is in a low load in the subsequent cycle, the number of protection stages (load) equal to or greater than a preset threshold value ) Is determined to be a congestion state, and if the number of protection stages (load) is less than a threshold value, it is determined to be a non-congestion state. Further, when it is determined that the load is medium load or high load in the subsequent measurement cycle, it is determined that the congestion state occurs in any case.

なお、上記のように、連続する測定周期で非輻輳状態から輻輳状態への状態遷移が行われる場合には、状態遷移の保護段数を設けることで、輻輳状態及び非輻輳状態が頻繁に更新されるのを軽減することができる。ただし、非輻輳から輻輳状態への状態遷移が遅くなると、その分高い負荷が長い時間継続し、インタフェース機能部27又は37の安定動作に支障をきたす恐れがあるので、非輻輳から輻輳状態への遷移に用いる保護段数は小さく設定してもよい。   As described above, when a state transition from a non-congested state to a congested state is performed in successive measurement cycles, the congestion state and the non-congested state are frequently updated by providing the number of protection stages for the state transition. Can be reduced. However, if the state transition from the non-congestion state to the congested state is delayed, the high load will continue for a long time and there is a possibility that the stable operation of the interface function unit 27 or 37 may be hindered. The number of protection stages used for transition may be set small.

また、インタフェース機能部17は、インタフェース機能部27又は37が輻輳状態であると判定された場合、あるいは、インタフェース機能部27又は37の状態が非輻輳状態から輻輳状態へ遷移したと判定された場合に、当該インタフェース機能部27又は37に対して輻輳状態にあることを通知する輻輳状態通知機能を有する。これにより、インタフェース機能部27又は37が、上記通知に応じて輻輳保護動作を実行するのを促すことができる。   Further, the interface function unit 17 determines that the interface function unit 27 or 37 is in a congested state, or the interface function unit 27 or 37 determines that the state of the interface function unit 27 or 37 has transitioned from a non-congested state to a congested state. In addition, the interface function unit 27 or 37 has a congestion state notification function for notifying that it is in a congestion state. As a result, the interface function unit 27 or 37 can be prompted to execute the congestion protection operation in response to the notification.

インタフェース機能部27は、当該インタフェース機能部27内で単一の受信メッセージの受信及び送信処理(イベント)にかかるCPU処理時間を記憶する処理時間記憶機能を備えている。また、インタフェース機能部37は、インタフェース機能部27と同様の構成を有するものとする。   The interface function unit 27 has a processing time storage function for storing the CPU processing time for the reception and transmission processing (event) of a single received message in the interface function unit 27. The interface function unit 37 has the same configuration as the interface function unit 27.

また、インタフェース機能部27又は37は、インタフェース機能部17から送り込まれた処理メッセージ受信する処理メッセージ受信機能と、当該処理メッセージの内容を実行処理する処理メッセージ実行処理機能とを備えている。更に、インタフェース機能部27又は37は、インタフェース機能部17から送り込まれた処理メッセージの種別、及びその重要度を判別するメッセージ判別機能を備え、判別された処理メッセージの重要度に応じて処理方法を判定する。   The interface function unit 27 or 37 includes a process message receiving function for receiving a process message sent from the interface function unit 17 and a process message execution processing function for executing the contents of the process message. Further, the interface function unit 27 or 37 includes a message discrimination function for discriminating the type of processing message sent from the interface function unit 17 and its importance, and a processing method is selected according to the importance of the determined processing message. judge.

また、インタフェース機能部27は、インタフェース機能部17から送り込まれた輻輳状態通知に基づいて、インタフェース機能部27の輻輳状態を確認する輻輳状態確認機能を備え、非輻輳状態であることが確認された場合に処理メッセージに対する通常処理を行う。また、インタフェース機能部37は、上記インタフェース機能部27と同様の構成を有するものとする。   Further, the interface function unit 27 is provided with a congestion state confirmation function for confirming the congestion state of the interface function unit 27 based on the congestion state notification sent from the interface function unit 17, and it has been confirmed that the interface function unit 27 is in a non-congested state. In this case, normal processing is performed on the processing message. The interface function unit 37 has the same configuration as the interface function unit 27 described above.

更に、インタフェース機能部27又は37は、インタフェース機能部17から輻輳状態にあると判定された場合に、上記メッセージ判別機能により処理メッセージの種別、及びその重要度を予め設定された基準に基づき判別して、重要度が高いと判別された処理メッセージと、重要度が低いと判別された処理メッセージとに対して異なる処理を行う。   Further, when the interface function unit 27 or 37 determines that the interface function unit 17 is in a congested state, the interface function unit 27 or 37 determines the type of processing message and its importance based on a preset criterion by the message determination function. Thus, different processing is performed on the processing message determined to be high in importance and the processing message determined to be low in importance.

ここで、インタフェース機能部27又は37は、重要度の低い処理メッセージについては、破棄、又は異常終了とする処理(輻輳保護処理)を行う。これにより、輻輳状態にあるインタフェース機能部27又は37における実行処理にかかる負荷を軽減することができる。また、ここで、重要度の低いメッセージとしては、例えば、新たな通信リンクの確立要求に属するもの等を示すものとする。また、重要度の高いメッセージと判定された処理メッセージに対しては、通常の処理を行う。なお、重要度の高いメッセージとは、例えば、通信中の通信リンクの解放要求や保守監視要求に属するものを示す。   Here, the interface function unit 27 or 37 performs processing (congestion protection processing) for discarding or abnormally terminating a processing message with low importance. Thereby, the load concerning the execution process in the interface function part 27 or 37 in a congestion state can be reduced. Here, as the low importance message, for example, a message belonging to a request for establishing a new communication link is shown. Further, normal processing is performed on a processing message determined to be a highly important message. Note that a message having high importance indicates, for example, a message belonging to a request to release a communication link during communication or a maintenance monitoring request.

なお、インタフェース機能部27又は37は、上記通知された輻輳状態を、更に輻輳の度合いに応じて複数の状態に細分化し、かつメッセージの重要度もそれに応じて細分化することで、設定としてもよい。これにより、インタフェース機能部27又は37は、より柔軟な輻輳保護制御を行うことができる。   The interface function unit 27 or 37 further subdivides the notified congestion state into a plurality of states according to the degree of congestion, and further subdivides the importance of the message accordingly, so that the setting can be made. Good. Thereby, the interface function unit 27 or 37 can perform more flexible congestion protection control.

[実施形態2の動作説明]
次に、本実施形態2の全体の動作について、説明する。
[Description of Operation of Embodiment 2]
Next, the overall operation of the second embodiment will be described.

まず、情報処理装置1のインタフェース機能部17は、処理メッセージ数及び処理メッセージの処理にかかる時間として予め設定された処理時間値を読み出し(処理時間読出し工程)、この処理メッセージ数及び処理時間値に基づいて、インタフェース機能部27が、輻輳状態にあるか否かを判定する(輻輳状態判定工程)。次に、インタフェース機能部17は、上記判定内容をインタフェース機能部27に通知する(輻輳判定通知工程)と、この通知内容が輻輳状態を示す場合に、インタフェース機能部27は、処理メッセージに対する処理の抑制を行なう(輻輳保護処理工程)。   First, the interface function unit 17 of the information processing apparatus 1 reads a processing time value set in advance as a processing message number and a processing time of the processing message (processing time reading step), and uses the processing message number and the processing time value. Based on this, the interface function unit 27 determines whether or not it is in a congestion state (congestion state determination step). Next, when the interface function unit 17 notifies the interface function unit 27 of the determination content (congestion determination notification step), when the notification content indicates a congestion state, the interface function unit 27 performs processing for the processing message. Suppression is performed (congestion protection processing step).

ここで、上記処理時間読出し工程、輻輳状態判定工程、及び輻輳状態通知工程については、その実行内容をプログラム化し、コンピュータに実行させるように構成してもよい。   Here, the processing time reading step, the congestion state determination step, and the congestion state notification step may be configured such that the execution contents are programmed and executed by a computer.

次に、上記実施形態2の動作を、図5及び図6のフローチャートに基づいて説明する。ここでは、情報処理装置1のインタフェース機能部17の輻輳監視動作について、図5のフローチャートに基づき説明し、その後、情報処理装置2のインタフェース機能部27における輻輳保護動作について、図6のフローチャートに基づき説明する。   Next, the operation of the second embodiment will be described based on the flowcharts of FIGS. Here, the congestion monitoring operation of the interface function unit 17 of the information processing apparatus 1 will be described based on the flowchart of FIG. 5, and then the congestion protection operation of the interface function unit 27 of the information processing apparatus 2 will be described based on the flowchart of FIG. explain.

最初に、情報処理装置1のインタフェース機能部17の輻輳監視動作について、図5のフローチャートに基づき説明する。   First, the congestion monitoring operation of the interface function unit 17 of the information processing apparatus 1 will be described based on the flowchart of FIG.

まず、インタフェース機能部17が、予め設定された周期タイマを起動する(ステップS301:周期タイマ割り込み)とともに、送受信処理推定時間テーブルからインタフェース機能部27(又は28)の送受信イベント処理時間を示す処理時間情報を読み出す(ステップS302:処理時間情報読出し工程)。   First, the interface function unit 17 starts a preset periodic timer (step S301: periodic timer interrupt), and processing time indicating the transmission / reception event processing time of the interface function unit 27 (or 28) from the transmission / reception processing estimated time table. Information is read (step S302: processing time information reading step).

続いて、インタフェース機能部17は、読み出された処理時間情報と、メッセージ送受信カウンタに予め記憶された処理メッセージの送信及び受信イベント数とを掛け合わせて推定CPU走行時間値を算出する(ステップS303:推定CPU走行時間値算出工程)。   Subsequently, the interface function unit 17 calculates the estimated CPU travel time value by multiplying the read processing time information by the number of transmission and reception events of the processing message stored in advance in the message transmission / reception counter (step S303). : Estimated CPU travel time value calculation step).

続いて、インタフェース機能部17は、推定CPU走行時間値からテンポラリ負荷量を算出するとともに、当該テンポラリ負荷量が、低負荷、中負荷、又は高負荷のいずれに該当するかを判定する(ステップS304)。   Subsequently, the interface function unit 17 calculates a temporary load amount from the estimated CPU running time value and determines whether the temporary load amount corresponds to a low load, a medium load, or a high load (step S304). ).

続いて、インタフェース機能部17は、上記判定結果に基づいて、インタフェース機能部27が輻輳状態にあるか、非輻輳状態にあるかの判定を行う(ステップS305:輻輳状態判定工程)。   Subsequently, the interface function unit 17 determines whether the interface function unit 27 is in a congestion state or a non-congestion state based on the determination result (step S305: congestion state determination step).

ここで、インタフェース機能部17は、インタフェース機能部27の状態が非輻輳状態から輻輳状態に状態遷移した場合や、前状態によらず輻輳状態(高負荷状態)と判定された場合には、インタフェース機能部27に輻輳状態であることを示す対向ノード輻輳状態通知を送信する。また、インタフェース機能部27が非輻輳状態である場合、インタフェース機能部17は、インタフェース機能部27に対して非輻輳状態であることを通知する(ステップS306)。   Here, when the state of the interface function unit 27 changes from a non-congested state to a congested state, or when it is determined that the state is a congested state (high load state) regardless of the previous state, the interface function unit 17 The opposite node congestion state notification indicating the congestion state is transmitted to the function unit 27. If the interface function unit 27 is in a non-congested state, the interface function unit 17 notifies the interface function unit 27 that it is in a non-congested state (step S306).

これにより、インタフェース機能部17は、インタフェース機能部27の輻輳保護動作を促すことができる。ここで、非輻輳から輻輳状態への遷移が遅くなると、その分高い負荷が長い時間継続し、インタフェース機能部27の安定動作に支障をきたす恐れがあるので、非輻輳状態から輻輳状態への遷移に用いる保護段数は小さくしておくことが望ましい。   Thereby, the interface function unit 17 can prompt the congestion protection operation of the interface function unit 27. Here, when the transition from the non-congestion state to the congestion state is delayed, the high load continues for a long time, and there is a possibility that the stable operation of the interface function unit 27 may be disturbed. It is desirable to keep the number of protection stages used for the above.

なお、ここでは、インタフェース機能部17が、インタフェース機能部27に対して輻輳監視処理を行う場合について説明したが、インタフェース機能部37に対しても同様にして輻輳監視処理を行うことができる。   Although the case where the interface function unit 17 performs the congestion monitoring process on the interface function unit 27 has been described here, the congestion monitoring process can be performed on the interface function unit 37 in the same manner.

次いで、インタフェース機能部17からインタフェース機能部27又は37に対して輻輳状態であることが通知された場合(図5及び6の〈2〉)に、現用系主機能部11−1における輻輳保護動作について、図6のフローチャートに基づき説明する。   Next, when the interface function unit 17 notifies the interface function unit 27 or 37 that there is a congestion state (<2> in FIGS. 5 and 6), the congestion protection operation in the active main function unit 11-1 Will be described with reference to the flowchart of FIG.

まず、インタフェース機能部27又は37は、インタフェース機能部17からの処理メッセージを受信するとともに当該処理メッセージの処理イベントを開始する(ステップS401)とともに、インタフェース機能部17から送り込まれた対向ノード輻輳状態通知に基づいて、インタフェース機能部27又は37が、輻輳状態にあるのか、非輻輳状態にあるのかを判断する(ステップS402:輻輳状態判断工程)   First, the interface function unit 27 or 37 receives a processing message from the interface function unit 17 and starts a processing event of the processing message (step S401), and also notifies the opposite node congestion state notification sent from the interface function unit 17 Based on the above, the interface function unit 27 or 37 determines whether it is in a congestion state or a non-congestion state (step S402: congestion state determination step).

ここで、インタフェース機能部17は、上記受信された処理メッセージについて、予め設定されたメッセージ種別に応じて、処理メッセージの重要度の高低を判定する(ステップS403:メッセージ重要度判定工程)。   Here, the interface function unit 17 determines the level of importance of the processing message according to a preset message type for the received processing message (step S403: message importance level determination step).

ここで、インタフェース機能部27又は37は、重要度が低いと判断された処理メッセージに対しては、破棄処理又は異常終了処理を行う、又は処理メッセージの送信を抑制する(ステップS404:輻輳保護処理)。一方、重要度が高いと判断された処理メッセージに対しては、通常の処理を実行するとともにインタフェース機能部17に対する処理メッセージの送信を行う(ステップS405)。   Here, the interface function unit 27 or 37 performs a discard process or an abnormal termination process on the process message determined to be low in importance, or suppresses the transmission of the process message (step S404: congestion protection process). ). On the other hand, for a processing message determined to have high importance, normal processing is executed and a processing message is transmitted to the interface function unit 17 (step S405).

以上のように、本実施形態2では、インタフェース機能部17が、インタフェース機能部27又は37の輻輳状態を監視して、推定することができる。このため、処理メッセージに対する実行処理を行うインタフェース機能部27又は37の処理能力を劣化させることなく、インタフェース機能部27又は37の処理状態の監視を行うことができる。   As described above, in the second embodiment, the interface function unit 17 can monitor and estimate the congestion state of the interface function unit 27 or 37. Therefore, it is possible to monitor the processing state of the interface function unit 27 or 37 without degrading the processing capability of the interface function unit 27 or 37 that performs an execution process on the processing message.

また、インタフェース機能部27又は37の輻輳状態を推定することにより、より迅速に輻輳状態を通知することができる。このため、インタフェース機能部27又は37は、高負荷のかかった輻輳状態を軽減する処理を迅速に行うことができるため、インタフェース機能部27又は37は、安定動作を維持することができる。   Further, by estimating the congestion state of the interface function unit 27 or 37, the congestion state can be notified more quickly. For this reason, since the interface function unit 27 or 37 can quickly perform the process of reducing the congestion state under heavy load, the interface function unit 27 or 37 can maintain a stable operation.

更に、上記インタフェース機能部27又は37の輻輳保護処理、及びインタフェース機能部17の輻輳監視処理をソフトウェア制御によりで実現することで、情報処理装置の設置にかかるコストを軽減することができる。   Furthermore, by implementing the congestion protection process of the interface function unit 27 or 37 and the congestion monitoring process of the interface function unit 17 by software control, the cost for installing the information processing apparatus can be reduced.

[本発明の総括]
本発明は、情報処理装置を構成する各CPU機能部のうち、最も輻輳状態になりやすいCPU機能部の輻輳状況を自身の機能部でなく周辺の機能部で監視することによって、情報処理装置としての処理能力を下げずに、また専用のハードウェアを搭載することなく機能を実現可能とする。これに加え、周辺の機能部が故障した場合には自身の機能部で監視する切替機能を有することで、処理能力を下げてでも輻輳監視・制御を可能とする。
[Summary of the present invention]
The present invention provides an information processing apparatus by monitoring the congestion status of the CPU function section that is most likely to be congested among the CPU function sections constituting the information processing apparatus, not by its own function section but by the peripheral function sections. The function can be realized without reducing the processing capacity of the system and without installing dedicated hardware. In addition, by having a switching function for monitoring in the case where a peripheral functional unit fails, it is possible to monitor and control congestion even if the processing capacity is lowered.

上記当該機能部の輻輳状況を待機系の機能部が推定する場合で、待機系の当該機能部が故障した場合は、現用系での輻輳監視を行う。又は上記当該機能部の輻輳状況をインタフェースを介した対向となる機能部で推定する場合で、対向となる機能部が故障した場合でも輻輳監視を継続可能とするために、現用系での輻輳監視を行う。   When the standby functional unit estimates the congestion state of the functional unit and the functional unit of the standby system fails, congestion monitoring is performed on the active system. Alternatively, when the congestion status of the functional unit is estimated by the opposing functional unit via the interface, the congestion monitoring in the active system is performed so that the congestion monitoring can be continued even when the opposing functional unit fails. I do.

また、現用系での輻輳監視を行うにあたり、現用系での処理負荷が増すことになる。これに対応するために、輻輳判定しきい値を若干低くして、輻輳判定をより早く検知する。又は、一部の処理を他の装置へ移行するために、対向となる機能部にて移行指示を行う機能を持つことで、現用系の処理負荷を軽減する機能を持たせる。   In addition, when performing congestion monitoring on the active system, the processing load on the active system increases. In order to cope with this, the congestion determination threshold is slightly lowered to detect the congestion determination earlier. Alternatively, in order to transfer a part of the processing to another apparatus, the function unit that performs the transfer instruction is provided with a function to reduce the processing load of the active system.

換言すると、本発明では、当該機能部又は対向機能部いずれか一方が故障した場合でも輻輳監視を継続するため、図2に示す輻輳監視処理を当該機能部の現用系で行う。ただし、現用系で輻輳監視処理を行う分、処理能力が低下するため、輻輳判定を行うしきい値は輻輳監視処理を加味した値に変更する。また、対向となる機能部にて、当該機能部の処理の一部を他の装置へ移行する手段も有しておく。   In other words, in the present invention, the congestion monitoring process shown in FIG. 2 is performed in the active system of the functional unit in order to continue the congestion monitoring even when either the functional unit or the opposing functional unit fails. However, since the processing capacity is reduced by the amount of the congestion monitoring process in the active system, the threshold value for determining the congestion is changed to a value that takes into account the congestion monitoring process. In addition, there is a means for transferring a part of the processing of the functional unit to another device in the opposing functional unit.

具体的には、当該機能部の故障を検知した場合、対向となる機能部では図6に示す輻輳保護動作を実施する変わりに、一部のメッセージ送信を他の装置へ送信することにする。つまり、対向となる機能部にて送信先の装置の輻輳状況に応じてメッセージ送信先の装置を選択する機能を追加する。そして全ての送信先の装置が輻輳状態と判定された場合に図6に示すメッセージ抑制手段を講じることで、輻輳発生によるメッセージ破棄又はメッセージ抑制を極力行わない運用が可能となる。   Specifically, when a failure of the functional unit is detected, a part of the message transmission is transmitted to another device instead of performing the congestion protection operation shown in FIG. That is, a function is added to select a message transmission destination device in accordance with the congestion status of the transmission destination device in the opposite functional unit. When all the transmission destination devices are determined to be in a congested state, the message suppressing means shown in FIG. 6 is employed, so that an operation in which message discard or message suppression due to congestion occurs is not performed as much as possible.

本発明によれば、関連技術の課題であった、輻輳監視を行う機能部が故障した場合においても輻輳監視を継続することが可能となることで、情報処理装置としてのフェイルセーフ信頼性を高めることが可能となる。また、ソフトウェアで実現することで機能部のコスト増大も防止する効果がある。   According to the present invention, it is possible to continue congestion monitoring even when a function unit that performs congestion monitoring, which has been a problem of related technology, can be continued, thereby improving fail-safe reliability as an information processing apparatus. It becomes possible. Moreover, it is effective in preventing the increase of the cost of a function part by implement | achieving by software.

本発明では、待機系または対向装置で行っていた輻輳監視制御を、待機系または対向装置が故障した際に現用系で行うようにする。現用系で輻輳監視制御を行うことにより、輻輳監視制御を見積もって輻輳を判断する閾値を変更(閾値を下げる)してもよい。一方、待機系が故障した際に、輻輳監視制御が現用系へ移るため、現用系も含めた自装置の負荷が高くなる可能性がある。そこで、対向装置で監視することにより、他の装置へ一部の処理を移すことができるようにする。このとき、前述と同様に、対向装置で閾値を変更しても良い。   In the present invention, the congestion monitoring control performed in the standby system or the opposite apparatus is performed in the active system when the standby system or the opposite apparatus fails. By performing congestion monitoring control in the active system, the threshold for judging congestion may be changed by estimating congestion monitoring control (lowering the threshold). On the other hand, when the standby system breaks down, the congestion monitoring control is transferred to the active system, which may increase the load on the own apparatus including the active system. Therefore, by monitoring with the opposite device, a part of processing can be transferred to another device. At this time, as described above, the threshold value may be changed by the opposing device.

[その他]
以上、上記各実施形態を参照して本発明を説明したが、本発明は上記各実施形態に限定されるものではない。本発明の構成や詳細については、当業者が理解し得るさまざまな変更を加えることができる。また、本発明には、上記各実施形態の構成の一部又は全部を相互に適宜組み合わせたものも含まれる。
[Others]
Although the present invention has been described with reference to the above embodiments, the present invention is not limited to the above embodiments. Various changes that can be understood by those skilled in the art can be made to the configuration and details of the present invention. Further, the present invention includes a combination of some or all of the configurations of the above-described embodiments as appropriate.

上記の実施形態の一部又は全部は以下の付記のようにも記載され得るが、本発明は以下の構成に限定されるものではない。   Although a part or all of the above embodiments can be described as the following supplementary notes, the present invention is not limited to the following configurations.

[付記1]外部から送り込まれた処理メッセージに対して処理を行う情報処理実行部と、
当該情報処理実行部に併設され前記処理メッセージ数を監視する輻輳監視部と、
を備えた輻輳制御システムであって、
前記輻輳監視部は、
前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、
この判定した内容を前記情報処理実行部へ通知する手段と、を有し、
前記情報処理実行部は、
前記輻輳監視部が故障した場合に、自ら、前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、
前記輻輳監視部又は自らが判定した内容が輻輳状態を示す場合に前記処理メッセージに対する処理を抑制する手段と、を有する、
ことを特徴とする輻輳制御システム。
[Supplementary Note 1] An information processing execution unit for processing a processing message sent from the outside;
A congestion monitoring unit that is attached to the information processing execution unit and monitors the number of processing messages;
A congestion control system comprising:
The congestion monitoring unit
Means for estimating a processing time for the processing message, and determining whether the processing message is in a congestion state based on the processing time, the number of processing messages, and a determination threshold;
Means for notifying the determined content to the information processing execution unit,
The information processing execution unit
Means for estimating a processing time for the processing message by itself when the congestion monitoring unit fails, and determining whether or not a congestion state exists based on the processing time, the number of processing messages, and a determination threshold; ,
Means for suppressing the processing for the processing message when the congestion monitoring unit or the content determined by itself indicates a congestion state,
Congestion control system characterized by that.

[付記2]前記情報処理実行部は、前記輻輳監視部が故障した場合に前記判定しきい値を低く設定し直す手段を、更に有する、
付記1に記載の輻輳制御システム。
[Supplementary Note 2] The information processing execution unit further includes means for resetting the determination threshold value when the congestion monitoring unit fails.
The congestion control system according to appendix 1.

[付記3]前記情報処理実行部及び前記輻輳監視部は、通信回線を介して接続され相互に通信可能な異なる情報処理装置にそれぞれ別々に設けられた、
付記1又は2に記載の輻輳制御システム。
[Supplementary Note 3] The information processing execution unit and the congestion monitoring unit are separately provided in different information processing devices that are connected via a communication line and can communicate with each other.
The congestion control system according to appendix 1 or 2.

[付記4]前記情報処理実行部は、前記輻輳監視部が故障した場合に、前記通信回線を介して接続され相互に通信可能な他の前記情報処理装置に、外部から送り込まれた前記処理メッセージに対する処理の一部を移行する手段を、更に有する、
付記3記載の輻輳制御システム。
[Supplementary Note 4] When the congestion monitoring unit fails, the information processing execution unit sends the processing message sent from the outside to the other information processing apparatuses that are connected via the communication line and can communicate with each other. A means for transferring a part of the processing to
The congestion control system according to attachment 3.

[付記5]前記情報処理実行部及び前記輻輳監視部は、同一の中央演算処理装置でプログラム制御により動作する機能部である、
付記1又は2記載の輻輳制御システム。
[Supplementary Note 5] The information processing execution unit and the congestion monitoring unit are functional units that operate by program control in the same central processing unit.
The congestion control system according to appendix 1 or 2.

[付記6]外部から送り込まれた処理メッセージに対して処理を行う情報処理実行部と、
当該情報処理実行部に併設され前記処理メッセージ数を監視する輻輳監視部と、
を備えたシステムに用いられる輻輳制御方法であって、
前記輻輳監視部が、前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する工程と、
前記輻輳監視部が、前記判定した内容を前記情報処理実行部へ通知する工程と、
前記輻輳監視部が故障した場合に、前記情報処理実行部が、自ら、前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する工程と、
前記輻輳監視部又は前記情報処理実行部が判定した内容が輻輳状態を示す場合に、前記情報処理実行部が前記処理メッセージに対する処理を抑制する工程と、
を含むことを特徴とする輻輳制御方法。
[Appendix 6] An information processing execution unit that performs processing on a processing message sent from outside;
A congestion monitoring unit that is attached to the information processing execution unit and monitors the number of processing messages;
A congestion control method used in a system equipped with
The congestion monitoring unit estimates a processing time for the processing message, and determines whether or not it is in a congestion state based on the processing time, the number of processing messages, and a determination threshold;
The congestion monitoring unit notifying the information processing execution unit of the determined content;
When the congestion monitoring unit fails, the information processing execution unit itself estimates the processing time for the processing message, and based on the processing time, the number of processing messages, and the determination threshold value, is the congestion state? Determining whether or not,
When the content determined by the congestion monitoring unit or the information processing execution unit indicates a congestion state, the information processing execution unit suppresses processing for the processing message; and
A congestion control method comprising:

[付記7]前記輻輳監視部が故障した場合に前記情報処理実行部が前記判定しきい値を低く設定し直す工程を、
更に含む付記6記載の輻輳制御方法。
[Supplementary Note 7] When the congestion monitoring unit fails, the information processing execution unit resets the determination threshold value low.
The congestion control method according to appendix 6, further including:

[付記8]外部から送り込まれた処理メッセージに対して処理を行う情報処理実行部と、
当該情報処理実行部に併設され前記処理メッセージ数を監視する輻輳監視部と、
を備えたシステムに用いられる輻輳制御プログラムであって、
前記輻輳監視部は、
前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、
この判定した内容を前記情報処理実行部へ通知する手段と、を有し、
前記情報処理実行部は、
前記輻輳監視部が故障した場合に、自ら、前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、
前記輻輳監視部又は自らが判定した内容が輻輳状態を示す場合に前記処理メッセージに対する処理を抑制する手段と、を有するとき、
前記輻輳監視部の有する前記各手段をコンピュータに機能させるための輻輳制御プログラム。
[Supplementary Note 8] An information processing execution unit that performs processing on a processing message sent from the outside;
A congestion monitoring unit that is attached to the information processing execution unit and monitors the number of processing messages;
A congestion control program used in a system equipped with
The congestion monitoring unit
Means for estimating a processing time for the processing message, and determining whether the processing message is in a congestion state based on the processing time, the number of processing messages, and a determination threshold;
Means for notifying the determined content to the information processing execution unit,
The information processing execution unit
Means for estimating a processing time for the processing message by itself when the congestion monitoring unit fails, and determining whether or not a congestion state exists based on the processing time, the number of processing messages, and a determination threshold; ,
When the congestion monitoring unit or content determined by itself indicates a congestion state, and having means for suppressing processing for the processing message,
A congestion control program for causing a computer to function each means of the congestion monitoring unit.

[付記9]外部から送り込まれた処理メッセージに対して処理を行う情報処理実行部と、
当該情報処理実行部に併設され前記処理メッセージ数を監視する輻輳監視部と、
を備えたシステムに用いられる輻輳制御プログラムであって、
前記輻輳監視部は、
前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、
この判定した内容を前記情報処理実行部へ通知する手段と、を有し、
前記情報処理実行部は、
前記輻輳監視部が故障した場合に、自ら、前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、
前記輻輳監視部又は自らが判定した内容が輻輳状態を示す場合に前記処理メッセージに対する処理を抑制する手段と、を有するとき、
前記情報処理実行部の有する前記各手段をコンピュータに機能させるための輻輳制御プログラム。
[Supplementary Note 9] An information processing execution unit that performs processing on a processing message sent from outside;
A congestion monitoring unit that is attached to the information processing execution unit and monitors the number of processing messages;
A congestion control program used in a system equipped with
The congestion monitoring unit
Means for estimating a processing time for the processing message, and determining whether the processing message is in a congestion state based on the processing time, the number of processing messages, and a determination threshold;
Means for notifying the determined content to the information processing execution unit,
The information processing execution unit
Means for estimating a processing time for the processing message by itself when the congestion monitoring unit fails, and determining whether or not a congestion state exists based on the processing time, the number of processing messages, and a determination threshold; ,
When the congestion monitoring unit or content determined by itself indicates a congestion state, and having means for suppressing processing for the processing message,
A congestion control program for causing a computer to function each means of the information processing execution unit.

[付記10]前記輻輳監視部が故障した場合に前記判定しきい値を低く設定し直す手段を、
更に前記コンピュータに機能させるための付記9記載の輻輳制御プログラム。
[Supplementary Note 10] Means for resetting the determination threshold value when the congestion monitoring unit fails,
Furthermore, the congestion control program of Claim 9 for making the said computer function.

[付記11]外部から送り込まれた処理メッセージに対して処理を行う情報処理実行部と、当該情報処理実行部に併設され前記処理メッセージ数を監視する輻輳監視部とを備えた輻輳制御システムであって、
前記輻輳監視部は、前記情報処理実行部の前記処理メッセージに対する処理時間を予め推定し記憶する処理時間記憶手段と、前記情報処理実行部が輻輳状態にあるか否かを前記記憶された処理時間及び前記処理メッセージ数に基づき判定する手段と、前記判定内容を前記情報処理実行部に通知する手段とを備え、
前記情報処理実行部は、前記内容が輻輳状態を示す場合に前記処理メッセージに対する処理の抑制を行う手段を備えたことを特徴とする輻輳制御システム。
[Supplementary Note 11] A congestion control system including an information processing execution unit that performs processing on a processing message sent from outside and a congestion monitoring unit that is attached to the information processing execution unit and monitors the number of processing messages. And
The congestion monitoring unit preliminarily estimates and stores a processing time for the processing message of the information processing execution unit, and whether the information processing execution unit is in a congested state or not. And means for determining based on the number of processing messages, and means for notifying the information processing execution unit of the determination content,
The congestion control system, wherein the information processing execution unit includes means for suppressing processing for the processing message when the content indicates a congestion state.

[付記12]前記付記11に記載の輻輳制御システムにおいて、
前記情報処理実行部及び輻輳監視部は、同一の中央演算処理装置でプログラム制御により動作する機能部であることを特徴とした輻輳制御システム。
[Supplementary Note 12] In the congestion control system according to Supplementary Note 11,
The congestion control system, wherein the information processing execution unit and the congestion monitoring unit are functional units that operate by program control in the same central processing unit.

[付記13]前記付記12に記載の輻輳制御システムにおいて、
前記中央演算処理装置内に前記処理メッセージを複製するとともに前記輻輳監視部に対して送信するメッセージ複製送信部を備え、
前記輻輳監視部は、前記送信された処理メッセージの種別を解析する種別解析手段と、前記解析により特定されたメッセージ種別に基づき前記処理負荷量の算出を行うメッセージ種別算出機能を有することを特徴とした輻輳制御システム。
[Supplementary Note 13] In the congestion control system according to Supplementary Note 12,
A message replication transmitter that replicates the processing message in the central processing unit and transmits the message to the congestion monitoring unit,
The congestion monitoring unit includes a type analysis unit that analyzes a type of the transmitted processing message, and a message type calculation function that calculates the processing load based on the message type specified by the analysis. Congestion control system.

[付記14]前記付記11に記載の輻輳制御システムにおいて、
前記情報処理実行部及び輻輳監視部はそれぞれ、通信回線を介して接続され相互通信を行う異なる情報処理装置に設定され動作することを特徴とした輻輳制御システム。
[Supplementary Note 14] In the congestion control system according to Supplementary Note 11,
The congestion control system, wherein the information processing execution unit and the congestion monitoring unit are set and operated in different information processing apparatuses that are connected via a communication line and perform mutual communication.

[付記15]前記付記13、14に記載の輻輳制御システムにおいて、
前記輻輳監視部は、前記記憶された処理時間及び前記処理メッセージ数に基づき前記情報処理実行部の処理にかかる処理負荷量を算出する負荷量算出手段と、前記情報処理実行部の処理負荷量が予め設定された基準値に基づき低負荷、中負荷、または高負荷の何れに該当するかを判定する負荷判定手段とを有することを特徴とした輻輳制御システム。
[Supplementary Note 15] In the congestion control system according to Supplementary Notes 13 and 14,
The congestion monitoring unit includes: a load amount calculation unit that calculates a processing load amount for processing of the information processing execution unit based on the stored processing time and the number of processing messages; and a processing load amount of the information processing execution unit. A congestion control system comprising load determination means for determining whether the load corresponds to a low load, a medium load, or a high load based on a preset reference value.

[付記16]前記付記13、14に記載の輻輳制御システムにおいて、
前記情報処理実行部は、当該情報処理実行部が輻輳状態であることが通知された場合に、前記送り込まれた処理メッセージに対する処理を抑制する抑制処理機能を有することを特徴とした輻輳制御システム。
[Supplementary Note 16] In the congestion control system according to Supplementary Notes 13 and 14,
The congestion control system, wherein the information processing execution unit has a suppression processing function for suppressing processing on the sent processing message when the information processing execution unit is notified that the information processing execution unit is in a congestion state.

[付記17]前記付記13、14に記載の輻輳制御システムにおいて、
前記輻輳監視部は、前記記憶された処理時間及び前記処理メッセージ数に基づき前記情報処理実行部の処理にかかる処理負荷量を算出する負荷量算出手段と、前記情報処理実行部の処理負荷量が予め設定された基準値に基づき低負荷、中負荷、または高負荷の何れに該当するかを判定する負荷判定手段とを備え、
前記情報処理実行部は、当該情報処理実行部が輻輳状態であることが通知された場合に、前記送り込まれた処理メッセージの重要度を判別するメッセージ重要度判別機能と、前記処理メッセージの重要度が予め設定された基準値より低い場合に前記処理メッセージに対する処理を抑制する低重要度抑制処理機能とを有することを特徴とした輻輳制御システム。
[Supplementary Note 17] In the congestion control system according to the supplementary notes 13 and 14,
The congestion monitoring unit includes: a load amount calculation unit that calculates a processing load amount for processing of the information processing execution unit based on the stored processing time and the number of processing messages; and a processing load amount of the information processing execution unit. Load determination means for determining whether the load corresponds to a low load, a medium load, or a high load based on a preset reference value;
The information processing execution unit, when notified that the information processing execution unit is in a congested state, a message importance determination function for determining the importance of the sent processing message, and the importance of the processing message A congestion control system comprising: a low importance level suppression processing function that suppresses processing for the processing message when is lower than a preset reference value.

[付記18]外部から送られた処理メッセージに対する処理を行う情報処理実行部と、当該情報処理実行部に併設され前記処理時間及び処理メッセージ数を監視する輻輳監視部とを備え、前記情報処理実行部に輻輳が生じた場合に当該輻輳の制御を行う輻輳制御方法において、
前記処理メッセージ数及び前記処理にかかる時間として予め設定された時間値を取得する工程と、前記処理メッセージ数及び時間値に基づいて前記情報処理実行部が輻輳状態にあるか否かを判定する工程と、前記判定内容を前記情報処理実行部に通知する工程と、前記通知内容が輻輳状態を示す場合に前記処理メッセージに対する処理の抑制を行なう工程とを有することを特徴とした輻輳制御方法。
[Supplementary Note 18] An information processing execution unit that performs processing on a processing message sent from the outside, and a congestion monitoring unit that is attached to the information processing execution unit and monitors the processing time and the number of processing messages. In the congestion control method for controlling the congestion when congestion occurs in the part,
A step of acquiring a time value set in advance as the number of processing messages and time required for the processing, and a step of determining whether or not the information processing execution unit is in a congestion state based on the number of processing messages and the time value And a step of notifying the information processing execution unit of the determination content, and a step of suppressing processing for the processing message when the notification content indicates a congestion state.

[付記19]外部から送られた処理メッセージに対する処理を行うとともに当該処理が輻輳状態の場合に前記処理の抑制を行なう情報処理実行部と、当該情報処理実行部に併設され前記処理時間と前記処理メッセージ数を監視する輻輳監視部とを備え、前記情報処理実行部に輻輳が生じた場合に輻輳制御を行うための輻輳制御プログラムにおいて、
前記処理メッセージ数及び前記処理にかかる時間として予め設定された時間値を読み出す処理時間読出し機能と、前記読み出された処理メッセージ数及び処理時間値に基づき前記情報処理実行部が輻輳状態にあるか否かを判定する輻輳状態判定機能と、前記判定内容を前記情報処理実行部に通知する処理を行う輻輳状態通知機能とを前記輻輳監視部の備えたコンピュータに実行させることを特徴とする輻輳制御プログラム。
[Supplementary Note 19] An information processing execution unit that performs processing on a processing message sent from the outside and suppresses the processing when the processing is in a congested state; and the processing time and the processing that are attached to the information processing execution unit A congestion monitoring unit for monitoring the number of messages, and a congestion control program for performing congestion control when congestion occurs in the information processing execution unit,
A processing time reading function for reading a time value set in advance as the number of processing messages and the time required for the processing, and whether the information processing execution unit is in a congested state based on the read processing message count and the processing time value A congestion state determination function for determining whether or not, and a congestion state notification function for performing processing for notifying the information processing execution unit of the determination content to be executed by a computer provided with the congestion monitoring unit program.

本発明は、企業内で汎用性の低い専用の情報処理を行うイントラネット・システムで、パケット中継を行う装置に適用することができ、装置の処理能力を上回るパケットトラヒックが生じた場合に、イントラネット・システムにおける通信障害を輻輳保護機能により抑制することができる。   The present invention is an intranet system that performs dedicated information processing with low versatility in a company and can be applied to a device that performs packet relay. When packet traffic exceeding the processing capability of the device occurs, the intranet Communication failures in the system can be suppressed by the congestion protection function.

1、2、3、10 情報処理装置
11 主機能部
11−1 現用主機能部
11−2 予備主機能部
12、13、14、15 従機能部
17、27、37 インタフェース機能部
1, 2, 3, 10 Information processing apparatus 11 Main function unit 11-1 Current main function unit 11-2 Standby main function unit 12, 13, 14, 15 Sub function unit 17, 27, 37 Interface function unit

Claims (10)

外部から送り込まれた処理メッセージに対して処理を行う情報処理実行部と、
当該情報処理実行部に併設され前記処理メッセージ数を監視する輻輳監視部と、
を備えた輻輳制御システムであって、
前記輻輳監視部は、
前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、
この判定した内容を前記情報処理実行部へ通知する手段と、を有し、
前記情報処理実行部は、
前記輻輳監視部が故障した場合に、自ら、前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、
前記輻輳監視部又は自らが判定した内容が輻輳状態を示す場合に前記処理メッセージに対する処理を抑制する手段と、を有する、
ことを特徴とする輻輳制御システム。
An information processing execution unit for processing a processing message sent from outside;
A congestion monitoring unit that is attached to the information processing execution unit and monitors the number of processing messages;
A congestion control system comprising:
The congestion monitoring unit
Means for estimating a processing time for the processing message, and determining whether the processing message is in a congestion state based on the processing time, the number of processing messages, and a determination threshold;
Means for notifying the determined content to the information processing execution unit,
The information processing execution unit
Means for estimating a processing time for the processing message by itself when the congestion monitoring unit fails, and determining whether or not a congestion state exists based on the processing time, the number of processing messages, and a determination threshold; ,
Means for suppressing the processing for the processing message when the congestion monitoring unit or the content determined by itself indicates a congestion state,
Congestion control system characterized by that.
前記情報処理実行部は、前記輻輳監視部が故障した場合に前記判定しきい値を低く設定し直す手段を、更に有する、
請求項1に記載の輻輳制御システム。
The information processing execution unit further includes means for resetting the determination threshold value when the congestion monitoring unit fails.
The congestion control system according to claim 1.
前記情報処理実行部及び前記輻輳監視部は、通信回線を介して接続され相互に通信可能な異なる情報処理装置にそれぞれ別々に設けられた、
請求項1又は2に記載の輻輳制御システム。
The information processing execution unit and the congestion monitoring unit are separately provided in different information processing apparatuses that are connected via a communication line and can communicate with each other.
The congestion control system according to claim 1 or 2.
前記情報処理実行部は、前記輻輳監視部が故障した場合に、前記通信回線を介して接続され相互に通信可能な他の前記情報処理装置に、外部から送り込まれた前記処理メッセージに対する処理の一部を移行する手段を、更に有する、
請求項3記載の輻輳制御システム。
The information processing execution unit performs processing for the processing message sent from the outside to the other information processing apparatuses connected via the communication line and capable of communicating with each other when the congestion monitoring unit fails. Further comprising means for transferring the part,
The congestion control system according to claim 3.
前記情報処理実行部及び前記輻輳監視部は、同一の中央演算処理装置でプログラム制御により動作する機能部である、
請求項1又は2記載の輻輳制御システム。
The information processing execution unit and the congestion monitoring unit are functional units that operate by program control in the same central processing unit.
The congestion control system according to claim 1 or 2.
外部から送り込まれた処理メッセージに対して処理を行う情報処理実行部と、
当該情報処理実行部に併設され前記処理メッセージ数を監視する輻輳監視部と、
を備えたシステムに用いられる輻輳制御方法であって、
前記輻輳監視部が、前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する工程と、
前記輻輳監視部が、前記判定した内容を前記情報処理実行部へ通知する工程と、
前記輻輳監視部が故障した場合に、前記情報処理実行部が、自ら、前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する工程と、
前記輻輳監視部又は前記情報処理実行部が判定した内容が輻輳状態を示す場合に、前記情報処理実行部が前記処理メッセージに対する処理を抑制する工程と、
を含むことを特徴とする輻輳制御方法。
An information processing execution unit for processing a processing message sent from outside;
A congestion monitoring unit that is attached to the information processing execution unit and monitors the number of processing messages;
A congestion control method used in a system equipped with
The congestion monitoring unit estimates a processing time for the processing message, and determines whether or not it is in a congestion state based on the processing time, the number of processing messages, and a determination threshold;
The congestion monitoring unit notifying the information processing execution unit of the determined content;
When the congestion monitoring unit fails, the information processing execution unit itself estimates the processing time for the processing message, and based on the processing time, the number of processing messages, and the determination threshold value, is the congestion state? Determining whether or not,
When the content determined by the congestion monitoring unit or the information processing execution unit indicates a congestion state, the information processing execution unit suppresses processing for the processing message; and
A congestion control method comprising:
前記輻輳監視部が故障した場合に前記情報処理実行部が前記判定しきい値を低く設定し直す工程を、
更に含む請求項6記載の輻輳制御方法。
When the congestion monitoring unit fails, the information processing execution unit resets the determination threshold value low.
The congestion control method according to claim 6, further comprising:
外部から送り込まれた処理メッセージに対して処理を行う情報処理実行部と、
当該情報処理実行部に併設され前記処理メッセージ数を監視する輻輳監視部と、
を備えたシステムに用いられる輻輳制御プログラムであって、
前記輻輳監視部は、
前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、
この判定した内容を前記情報処理実行部へ通知する手段と、を有し、
前記情報処理実行部は、
前記輻輳監視部が故障した場合に、自ら、前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、
前記輻輳監視部又は自らが判定した内容が輻輳状態を示す場合に前記処理メッセージに対する処理を抑制する手段と、を有するとき、
前記輻輳監視部の有する前記各手段をコンピュータに機能させるための輻輳制御プログラム。
An information processing execution unit for processing a processing message sent from outside;
A congestion monitoring unit that is attached to the information processing execution unit and monitors the number of processing messages;
A congestion control program used in a system equipped with
The congestion monitoring unit
Means for estimating a processing time for the processing message, and determining whether the processing message is in a congestion state based on the processing time, the number of processing messages, and a determination threshold;
Means for notifying the determined content to the information processing execution unit,
The information processing execution unit
Means for estimating a processing time for the processing message by itself when the congestion monitoring unit fails, and determining whether or not a congestion state exists based on the processing time, the number of processing messages, and a determination threshold; ,
When the congestion monitoring unit or content determined by itself indicates a congestion state, and having means for suppressing processing for the processing message,
A congestion control program for causing a computer to function each means of the congestion monitoring unit.
外部から送り込まれた処理メッセージに対して処理を行う情報処理実行部と、
当該情報処理実行部に併設され前記処理メッセージ数を監視する輻輳監視部と、
を備えたシステムに用いられる輻輳制御プログラムであって、
前記輻輳監視部は、
前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、
この判定した内容を前記情報処理実行部へ通知する手段と、を有し、
前記情報処理実行部は、
前記輻輳監視部が故障した場合に、自ら、前記処理メッセージに対する処理時間を推定し、この処理時間及び前記処理メッセージ数並びに判定しきい値に基づき、輻輳状態にあるか否かを判定する手段と、
前記輻輳監視部又は自らが判定した内容が輻輳状態を示す場合に前記処理メッセージに対する処理を抑制する手段と、を有するとき、
前記情報処理実行部の有する前記各手段をコンピュータに機能させるための輻輳制御プログラム。
An information processing execution unit for processing a processing message sent from outside;
A congestion monitoring unit that is attached to the information processing execution unit and monitors the number of processing messages;
A congestion control program used in a system equipped with
The congestion monitoring unit
Means for estimating a processing time for the processing message, and determining whether the processing message is in a congestion state based on the processing time, the number of processing messages, and a determination threshold;
Means for notifying the determined content to the information processing execution unit,
The information processing execution unit
Means for estimating a processing time for the processing message by itself when the congestion monitoring unit fails, and determining whether or not a congestion state exists based on the processing time, the number of processing messages, and a determination threshold; ,
When the congestion monitoring unit or content determined by itself indicates a congestion state, and having means for suppressing processing for the processing message,
A congestion control program for causing a computer to function each means of the information processing execution unit.
前記輻輳監視部が故障した場合に前記判定しきい値を低く設定し直す手段を、
更に前記コンピュータに機能させるための請求項9記載の輻輳制御プログラム。
Means for resetting the determination threshold when the congestion monitoring unit fails;
The congestion control program according to claim 9, further causing the computer to function.
JP2013075693A 2013-04-01 2013-04-01 Congestion control system, congestion control method and congestion control program Pending JP2014204136A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013075693A JP2014204136A (en) 2013-04-01 2013-04-01 Congestion control system, congestion control method and congestion control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013075693A JP2014204136A (en) 2013-04-01 2013-04-01 Congestion control system, congestion control method and congestion control program

Publications (1)

Publication Number Publication Date
JP2014204136A true JP2014204136A (en) 2014-10-27

Family

ID=52354252

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013075693A Pending JP2014204136A (en) 2013-04-01 2013-04-01 Congestion control system, congestion control method and congestion control program

Country Status (1)

Country Link
JP (1) JP2014204136A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113393235A (en) * 2020-03-13 2021-09-14 富士通株式会社 Information processing apparatus for processing write request and transmission control method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113393235A (en) * 2020-03-13 2021-09-14 富士通株式会社 Information processing apparatus for processing write request and transmission control method

Similar Documents

Publication Publication Date Title
JP4639207B2 (en) Network system, node device and management server
US8560894B2 (en) Apparatus and method for status decision
US9071513B2 (en) Path switch-back method and apparatus in transport network
US10911295B2 (en) Server apparatus, cluster system, cluster control method and program
WO2015076708A1 (en) Method and first network node for managing a first ip path used by a connection
EP2637102B1 (en) Cluster system with network node failover
JPWO2007029297A1 (en) Network interface control program and network interface control device
JP5170001B2 (en) Node device, processing unit, and control frame processing method
CN113364618B (en) Power grid monitoring system master-slave equipment anti-error switching method based on penalty coefficient rule
EP2391060A1 (en) Device and method for coordinating automatic protection switching operation and recovery operation
JP2014204136A (en) Congestion control system, congestion control method and congestion control program
JP2009212862A (en) Congestion control system, congestion control method, and congestion control program
US8788735B2 (en) Interrupt control apparatus, interrupt control system, interrupt control method, and interrupt control program
JP2001223694A (en) Network monitor system
JP4968568B2 (en) Fault monitoring method, fault monitoring system and program
JP6357825B2 (en) Congestion control system and congestion control method
JP5677524B2 (en) COMMUNICATION CONTROL DEVICE, COMMUNICATION CONTROL SYSTEM, AND COMMUNICATION CONTROL METHOD
WO2021077797A1 (en) Quality of service measurement method and device, and user plane function
JP2006325118A (en) Monitored data collection system
KR101614223B1 (en) Method for monitoring flow in software defined networking environment
JP2016025653A (en) Communication system and communication method of communication system
JP5884918B2 (en) Network management apparatus, system, and method
JP6474962B2 (en) Information processing apparatus, failure detection method in information processing apparatus, and failure detection program in information processing apparatus
JP5884547B2 (en) Communication device
JP2008219551A (en) Transmission system, communication device, transmission control method, and program