JP2013246642A - Multiprocessor system, and interprocessor communication method - Google Patents

Multiprocessor system, and interprocessor communication method Download PDF

Info

Publication number
JP2013246642A
JP2013246642A JP2012119878A JP2012119878A JP2013246642A JP 2013246642 A JP2013246642 A JP 2013246642A JP 2012119878 A JP2012119878 A JP 2012119878A JP 2012119878 A JP2012119878 A JP 2012119878A JP 2013246642 A JP2013246642 A JP 2013246642A
Authority
JP
Japan
Prior art keywords
processor
failure
data
unit
notification
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2012119878A
Other languages
Japanese (ja)
Other versions
JP5962210B2 (en
Inventor
Hiroki Konno
廣毅 今野
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2012119878A priority Critical patent/JP5962210B2/en
Publication of JP2013246642A publication Critical patent/JP2013246642A/en
Application granted granted Critical
Publication of JP5962210B2 publication Critical patent/JP5962210B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a multiprocessor system and an interprocessor communication method for suppressing data loss in an interprocessor communication.SOLUTION: The multiprocessor system includes a first processor 11 for transmitting data, a second processor 12 for receiving data from the first processor 11, and a storage part 15 in which data is stored. The second processor 12 transmits a failure occurrence notification to the first processor 11 and, after performing restoration processing for the failure, transmits a restoration notification to the first processor 11. When receiving the failure occurrence notification, the first processor 11 stops data transmission and stores data to be transmitted in the storage part 15. After receiving the restoration notification, the first processor 11 transmits the data stored in the storage part 15 to the second processor 12.

Description

本件は、マルチプロセッサシステム、及び、プロセッサ間通信方法に関する。   The present invention relates to a multiprocessor system and an interprocessor communication method.

ルータ装置などの通信装置において、複雑な処理を負荷分散して行うために、複数のプロセッサを備えるマルチプロセッサシステムが用いられる。複数のプロセッサは、各々の機能を実行し、互いにデータを送受信する。このプロセッサ間通信は、通信装置に限られず、他種の装置においても用いられる。   In a communication device such as a router device, a multiprocessor system including a plurality of processors is used in order to perform load balancing for complicated processing. The plurality of processors execute their functions and transmit / receive data to / from each other. This inter-processor communication is not limited to a communication device, and is also used in other types of devices.

プロセッサ間通信に関し、例えば特許文献1には、CPU(Central Processing Unit)からエラー解析情報を取得する技術が開示されている。また、特許文献2には、サブプロセッサの障害をメインプロセッサに通知する技術が開示されている。   Regarding inter-processor communication, for example, Patent Document 1 discloses a technique for acquiring error analysis information from a CPU (Central Processing Unit). Patent Document 2 discloses a technique for notifying a main processor of a sub processor failure.

特開平6−110858号公報JP-A-6-110858 特開平10−271185号公報Japanese Patent Laid-Open No. 10-271185

プロセッサ間通信において、一方のプロセッサに障害が発生した場合、該プロセッサは、障害内容の記録動作、及び、リセットなどの復旧動作を行う。このとき、該プロセッサは、他方のプロセッサから送信されたデータを受信することができないため、データの損失が生ずる。このデータ損失は、例えば通信装置の場合、通話やデータ通信が一時的に途絶するなどの障害を引き起こす。   In the inter-processor communication, when a failure occurs in one of the processors, the processor performs a failure content recording operation and a recovery operation such as a reset. At this time, since the processor cannot receive data transmitted from the other processor, data loss occurs. For example, in the case of a communication device, this data loss causes a failure such as a temporary interruption of a call or data communication.

そこで本件は上記の課題に鑑みてなされたものであり、プロセッサ間通信におけるデータの損失を抑制するマルチプロセッサシステム、及びプロセッサ間通信方法を提供することを目的とする。   Accordingly, the present invention has been made in view of the above problems, and an object thereof is to provide a multiprocessor system and an interprocessor communication method that suppress data loss in interprocessor communication.

本明細書に記載のマルチプロセッサシステムは、データを送信する第1のプロセッサと、前記第1のプロセッサからデータを受信する第2のプロセッサと、データが蓄積される蓄積部とを有し、前記第2のプロセッサは、障害の発生通知を前記第1のプロセッサに送信し、該障害の復旧処理を行った後、復旧通知を前記第1のプロセッサに送信し、前記第1のプロセッサは、前記障害の発生通知を受信したとき、データの送信を停止して、送信待ちのデータを前記蓄積部に蓄積し、前記復旧通知を受信した後、前記蓄積部に蓄積されたデータを前記第2のプロセッサに送信する。   The multiprocessor system described in the present specification includes a first processor that transmits data, a second processor that receives data from the first processor, and a storage unit that stores data. The second processor transmits a failure occurrence notification to the first processor, performs recovery processing of the failure, and then transmits a recovery notification to the first processor. The first processor When a failure occurrence notification is received, data transmission is stopped, data waiting to be transmitted is stored in the storage unit, and after the recovery notification is received, the data stored in the storage unit is stored in the second storage unit. Send to processor.

本明細書に記載のプロセッサ間通信方法は、第1のプロセッサから送信されたデータを受信する第2のプロセッサが、障害の発生通知を前記第1のプロセッサに送信する工程と、前記第1のプロセッサが、前記障害の発生通知を受信したとき、データの送信を停止して、送信待ちのデータを蓄積部に蓄積する工程と、前記第2のプロセッサが、該障害の復旧処理を行う工程と、前記第2のプロセッサが、前記復旧処理を行った後、復旧通知を前記第1のプロセッサに送信する工程と、前記第1のプロセッサが、前記復旧通知を受信した後、前記蓄積部に蓄積されたデータを前記第2のプロセッサに送信する工程とを含む。   In the inter-processor communication method described in the present specification, a step in which a second processor that receives data transmitted from a first processor transmits a failure notification to the first processor; When the processor receives the failure notification, stops the data transmission and stores the data waiting for transmission in the storage unit; and the second processor performs a recovery process of the failure; The second processor performs the recovery process, and then transmits a recovery notification to the first processor, and the first processor stores the recovery notification in the storage unit after receiving the recovery notification. Transmitting the processed data to the second processor.

本明細書に記載のマルチプロセッサシステム、及びプロセッサ間通信方法は、プロセッサ間通信におけるデータの損失を抑制することができるという効果を奏する。   The multiprocessor system and the interprocessor communication method described in the present specification have an effect that data loss in interprocessor communication can be suppressed.

無線通信ネットワークの構成を示す構成図である。It is a block diagram which shows the structure of a radio | wireless communication network. 無線ネットワーク制御装置の構成を示す構成図である。It is a block diagram which shows the structure of a radio network control apparatus. マルチプロセッサシステムの構成を示す構成図である。It is a block diagram which shows the structure of a multiprocessor system. 呼処理データの一例を示す構成図である。It is a block diagram which shows an example of call processing data. メインプロセッサ、及びサブプロセッサの機能構成を示す構成図である。It is a block diagram which shows the function structure of a main processor and a sub processor. サブプロセッサの動作を示すフローチャートである。It is a flowchart which shows operation | movement of a sub processor. 第1障害管理部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of a 1st failure management part. 第2障害管理部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of a 2nd failure management part. 送信処理部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of a transmission process part. マルチプロセッサシステム内の情報の送受信処理を示すラダーチャートである。It is a ladder chart which shows the transmission / reception process of the information in a multiprocessor system.

図1は、無線通信ネットワークの構成を示す構成図である。無線通信ネットワークは、複数の無線ネットワーク制御装置(RNC:Radio Network Controller)1と、複数の無線基地局装置(BTS:Base Transceiver Station)2と、複数の端末装置3とを含む。さらに、無線ネットワークは、オペレーションシステム(OPS:Operation System)5と、IP/ATM変換器(IWU:InterWorking Unit)6と、移動マルチメディア交換システム(MMS:Mobile Multimedia Switching System)4とを含む。無線通信ネットワークは、例えばW−CDMA(Wideband−Code Division Multiple Access)システムを構成する。   FIG. 1 is a configuration diagram showing a configuration of a wireless communication network. The radio communication network includes a plurality of radio network controllers (RNC: Radio Network Controller) 1, a plurality of radio base station apparatuses (BTS: Base Transceiver Station) 2, and a plurality of terminal devices 3. Further, the wireless network includes an operation system (OPS) 5, an IP / ATM converter (IWU) 6, and a mobile multimedia switching system (MMS) 4. The wireless communication network forms, for example, a W-CDMA (Wideband-Code Division Multiple Access) system.

端末装置3は、例えば、携帯電話機やスマートフォンなどの無線通信機能を備えた移動体通信装置である。無線基地局装置2は、無線基地局に設置され、端末装置3の通信を中継処理する。   The terminal device 3 is a mobile communication device having a wireless communication function such as a mobile phone or a smartphone. The radio base station apparatus 2 is installed in the radio base station and relays communication of the terminal apparatus 3.

無線ネットワーク制御装置1は、IP/ATM変換器6を介し、光ファイバなどにより複数の無線基地局装置2と、それぞれ通信可能に接続されている。IP/ATM変換器6は、無線ネットワーク制御装置1が送受信可能なイーサネット(登録商標、以下同様)フレームと、無線基地局装置2が送受信可能なATM(ATM:Asynchronous Transfer Mode)セルとを、互いにフォーマット変換する。   The wireless network control device 1 is communicably connected to a plurality of wireless base station devices 2 via an IP / ATM converter 6 through optical fibers or the like. The IP / ATM converter 6 exchanges an Ethernet (registered trademark, hereinafter the same) frame that can be transmitted / received by the wireless network control device 1 and an ATM (ATM: Asynchronous Transfer Mode) cell that can be transmitted / received by the wireless base station device 2. Convert the format.

また、オペレーションシステム5は、無線ネットワーク制御装置1の管理制御を行うための装置である。移動マルチメディア交換システム4は、IPネットワーク(IP:Internet Protocol)NWを介して、複数の無線ネットワーク制御装置1と接続され、データ交換網を構成する。   The operation system 5 is a device for performing management control of the wireless network control device 1. The mobile multimedia switching system 4 is connected to a plurality of radio network control devices 1 via an IP network (IP: Internet Protocol) NW to form a data switching network.

無線ネットワーク制御装置1は、複数の無線基地局装置2を制御することによって、発着信接続制御、終話制御、及びダイバーシチハンドオーバ制御などを行う。ダイバーシチハンドオーバ制御は、同一の端末装置3から、複数の無線基地局装置2を経由して送信された信号の選択合成処理、及び、複数の無線基地局装置2への複製分配処理などを含む。   The wireless network control device 1 controls the plurality of wireless base station devices 2 to perform outgoing / incoming connection control, call termination control, diversity handover control, and the like. Diversity handover control includes selective combining processing of signals transmitted from the same terminal device 3 via a plurality of radio base station devices 2, replication distribution processing to the plurality of radio base station devices 2, and the like.

図2は、無線ネットワーク制御装置1の構成を示す構成図である。無線ネットワーク制御装置1は、クロックインターフェース部1aと、装置間インターフェース部1bと、制御信号終端部1cと、装置制御部1dと、信号処理部1eと、スイッチ部1fとを有する。   FIG. 2 is a configuration diagram showing the configuration of the wireless network control device 1. The wireless network control device 1 includes a clock interface unit 1a, an inter-device interface unit 1b, a control signal termination unit 1c, a device control unit 1d, a signal processing unit 1e, and a switch unit 1f.

クロックインターフェース部1aは、外部からDCS(Digital Clock Supply)クロックを受信して、無線ネットワーク装置1の動作基準クロック信号を生成し、スイッチ部1fを介して各部1b,1c,1d,1eに分配する。スイッチ部1fは、各部1b〜1eの間において送受信されるメッセージデータをスイッチングするレイヤ2スイッチである。   The clock interface unit 1a receives a DCS (Digital Clock Supply) clock from the outside, generates an operation reference clock signal of the wireless network device 1, and distributes it to the units 1b, 1c, 1d, and 1e via the switch unit 1f. . The switch unit 1f is a layer 2 switch that switches message data transmitted and received between the units 1b to 1e.

装置間インターフェース部1bは、他の無線ネットワーク制御装置1、無線基地局装置2、及び移動マルチメディア交換システム4との通信などを処理する。通信は、例えばギガビットイーサネット(GbE)技術により行われる。制御信号終端部1cは、他の無線ネットワーク制御装置1、無線基地局装置2、及び移動マルチメディア交換システム4などから受信した制御信号を終端処理する。   The inter-device interface unit 1b processes communication with other radio network control device 1, radio base station device 2, and mobile multimedia switching system 4. Communication is performed by, for example, gigabit Ethernet (GbE) technology. The control signal termination unit 1c terminates the control signal received from another radio network control device 1, the radio base station device 2, the mobile multimedia switching system 4, and the like.

装置制御部1dは、オペレーションシステム5からの制御信号の終端処理、及びOAM(Operation Administration and Maintenance)制御などを行う。信号処理部1eは、上記のダイバーシチハンドオーバ制御に加えて、無線回線のMAC(Media Access Control)層多重分離処理、及び、呼処理などの制御信号の終端処理を行う。   The device control unit 1d performs control signal termination processing from the operation system 5, OAM (Operation Administration and Maintenance) control, and the like. In addition to the above-described diversity handover control, the signal processing unit 1e performs control signal termination processing such as MAC (Media Access Control) layer demultiplexing processing and call processing of the radio channel.

無線ネットワーク制御装置1は、高速で信頼性が高い処理を行うために、マルチプロセッサシステムを備えている。図3は、マルチプロセッサシステムの構成を示す構成図である。   The wireless network control device 1 includes a multiprocessor system in order to perform high-speed and highly reliable processing. FIG. 3 is a configuration diagram showing the configuration of the multiprocessor system.

本実施例に係るマルチプロセッサシステムは、信号処理部1eにおいて呼処理機能が備えられた基板ユニットに設けられているものとするが、これに限定されず、他の機能部1b〜1dに設けられてもよい。マルチプロセッサシステムは、メインプロセッサ11と、サブプロセッサ12と、割り込み処理部13と、PCI(Peripheral Component Interconnect)バス14と、インターフェース部101,102とを含む。マルチプロセッサシステムは、さらに、ROM(Read Only Memory)171,172と、RAM(Random Access Memory)161,162と、バッファ15と、障害情報記録部18とを含む。   The multiprocessor system according to the present embodiment is provided in a board unit provided with a call processing function in the signal processing unit 1e, but is not limited thereto, and is provided in other functional units 1b to 1d. May be. The multiprocessor system includes a main processor 11, a sub processor 12, an interrupt processing unit 13, a PCI (Peripheral Component Interconnect) bus 14, and interface units 101 and 102. The multiprocessor system further includes ROM (Read Only Memory) 171, 172, RAM (Random Access Memory) 161, 162, a buffer 15, and a failure information recording unit 18.

メインプロセッサ11、及びサブプロセッサ12は、CPUやネットワークプロセッサなどの演算処理回路である。メインプロセッサ11は、ROM171、RAM161、及び蓄積部15と接続されている。サブプロセッサ12は、ROM172、RAM162、及び障害情報記録部18と接続されている。ROM171,172は、メインプロセッサ11、及びサブプロセッサ12の動作させるプログラムをそれぞれ記憶している。RAM161,162は、それぞれ、メインプロセッサ11、及びサブプロセッサ12のワーキングメモリとして機能する。   The main processor 11 and the sub processor 12 are arithmetic processing circuits such as a CPU and a network processor. The main processor 11 is connected to the ROM 171, the RAM 161, and the storage unit 15. The sub processor 12 is connected to the ROM 172, the RAM 162, and the failure information recording unit 18. The ROMs 171 and 172 store programs to be operated by the main processor 11 and the sub processor 12, respectively. The RAMs 161 and 162 function as working memories for the main processor 11 and the sub processor 12, respectively.

メインプロセッサ11は、無線ネットワーク装置1内の他の機能部1b〜1dからインターフェース部101を介して、通話の音声、及びデータ通信の情報などを含むメッセージデータを受信し、所定のプロトコルに基づいて処理する。また、メインプロセッサ11は、メッセージデータの統計情報を収集することによってネットワーク状況の監視なども行う。なお、以降の説明では、このメッセージデータを、「呼処理データ」と表記する。   The main processor 11 receives message data including voice of a call and information of data communication from the other functional units 1b to 1d in the wireless network device 1 via the interface unit 101, and based on a predetermined protocol. Process. The main processor 11 also performs monitoring of network status by collecting statistical information of message data. In the following description, this message data is referred to as “call processing data”.

図4には、呼処理データの一例が示されている。呼処理データは、送信元ID70、宛先ID71、メッセージID72、優先度情報73、及びメッセージ74などを含む。送信元ID70、及び宛先ID71は、送信元、及び宛先となるデバイス、またはソフトウェアのタスクなどをそれぞれ示す。メッセージID72はメッセージ種別を示し、優先度情報73はメッセージの優先度を示す。また、メッセージ74は、データ本体である。   FIG. 4 shows an example of call processing data. The call processing data includes a transmission source ID 70, a destination ID 71, a message ID 72, priority information 73, a message 74, and the like. The transmission source ID 70 and the destination ID 71 indicate a transmission source, a destination device, a software task, and the like, respectively. The message ID 72 indicates the message type, and the priority information 73 indicates the priority of the message. The message 74 is a data body.

メインプロセッサ11は、処理済みの呼処理データを、PCIバス14を介してサブプロセッサ12に送信する。サブプロセッサ12は、メインプロセッサ11から受信した呼処理データについて、メインプロセッサ11において行われない他の処理を行う。なお、呼処理データは、PCIバス14に限定されず、例えばDMA(Direct Memory Access)、I2C(Inter−Integrated Circuit)、イーサネット、またはSPI(Serial Pheripheral Interface)などの他の通信手段により送受信されてもよい。   The main processor 11 transmits the processed call processing data to the sub processor 12 via the PCI bus 14. The sub processor 12 performs other processing not performed in the main processor 11 on the call processing data received from the main processor 11. Note that the call processing data is not limited to the PCI bus 14 and is transmitted and received by other communication means such as DMA (Direct Memory Access), I2C (Inter-Integrated Circuit), Ethernet, or SPI (Serial Peripheral Interface). Also good.

また、メインプロセッサ11、及びサブプロセッサ12は、割り込み処理部13を介して、各種の通知を送受信する。割り込み処理部13は、プロセッサ11,12がアクセス可能なメモリ空間を有し、各通知に対応するマスクレジスタ、及びステータスレジスタを有する。メインプロセッサ11、及びサブプロセッサ12は、マスクレジスタのマスク状態を解除し、ステータスレジスタをアクティブ状態とすることによって、他方のプロセッサ12,11に、該当するステータスレジスタに応じた割り込み処理を発生させる。マスクレジスタは、該当する割り込み処理の発生後、再びマスク状態とされる。このように、割り込み処理を用いて通知の送受信を行うことにより、メインプロセッサ11、及びサブプロセッサ12は、各通知を契機とする処理を即時に実行することが可能となる。なお、通知は、上述した他の通信手段により行われてもよい。   The main processor 11 and the sub processor 12 transmit and receive various notifications via the interrupt processing unit 13. The interrupt processing unit 13 has a memory space accessible to the processors 11 and 12, and has a mask register and a status register corresponding to each notification. The main processor 11 and the sub processor 12 cancel the mask state of the mask register and set the status register to the active state, thereby causing the other processors 12 and 11 to generate an interrupt process corresponding to the corresponding status register. The mask register is again masked after the corresponding interrupt processing occurs. In this way, by transmitting and receiving notifications using interrupt processing, the main processor 11 and the sub processor 12 can immediately execute processing triggered by each notification. Note that the notification may be performed by other communication means described above.

上述した呼処理データに関する処理などは、メインプロセッサ11、及びサブプロセッサ12に形成された各機能により行われる。図5は、メインプロセッサ11、及びサブプロセッサ12の機能構成を示す構成図である。   The processing related to the call processing data described above is performed by each function formed in the main processor 11 and the sub processor 12. FIG. 5 is a configuration diagram illustrating functional configurations of the main processor 11 and the sub processor 12.

メインプロセッサ11は、読出処理部110と、送信処理部111と、トラフィック監視部112と、第1障害監視部113と、第2障害管理部114と、通信処理部115とを含む。サブプロセッサ12は、受信処理部121と、障害検出部122と、障害処理部123と、プロセッサコア124と、通信処理部125とを含む。なお、各部110〜115、121〜125は、プログラムに組み込まれたオペレーティングシステムに基づいて動作する。   The main processor 11 includes a read processing unit 110, a transmission processing unit 111, a traffic monitoring unit 112, a first failure monitoring unit 113, a second failure management unit 114, and a communication processing unit 115. The sub-processor 12 includes a reception processing unit 121, a failure detection unit 122, a failure processing unit 123, a processor core 124, and a communication processing unit 125. Note that the units 110 to 115 and 121 to 125 operate based on an operating system incorporated in the program.

通信処理部115,125は、通信ドライバ、及び割り込みドライバとして機能し、PCIバス14を介した呼処理データの送受信、及び、割り込み処理部13を介した各通知の送受信をそれぞれ処理する。メインプロセッサ11の送信処理部111は、インターフェース部101から受信した呼処理データを、通信処理部115、及びPCIバス14を介してサブプロセッサ12に送信する。サブプロセッサ12の受信処理部121は、通信処理部125を介して呼処理データを受信する。   The communication processing units 115 and 125 function as a communication driver and an interrupt driver, and process call processing data transmission / reception via the PCI bus 14 and notification transmission / reception via the interrupt processing unit 13, respectively. The transmission processing unit 111 of the main processor 11 transmits the call processing data received from the interface unit 101 to the sub processor 12 via the communication processing unit 115 and the PCI bus 14. The reception processing unit 121 of the sub processor 12 receives call processing data via the communication processing unit 125.

障害検出部122は、サブプロセッサ12に生じた障害を検出する。障害としては、例えばウォッチドッグタイムアウトが挙げられる。ウォッチドッグタイムアウトは、サブプロセッサ12が、何らかの要因によりウォッチドッグタイマのクリア命令を発行できないときに生ずる。なお、障害は、ウォッチドッグタイムアウトに限定されず、他のエラーであってもよい。   The failure detection unit 122 detects a failure that has occurred in the sub processor 12. Examples of the failure include a watchdog timeout. The watchdog timeout occurs when the sub-processor 12 cannot issue a watchdog timer clear instruction for some reason. The failure is not limited to the watchdog timeout, and may be another error.

障害検出部122は、障害を検出したとき、復旧処理に先立って障害の発生通知、及び障害情報の記録を行うため、プロセッサコア124に対して、自律的なリセットの禁止設定を行う。障害検出部122は、障害処理部123を、割り込み処理として起動する。   When a failure is detected, the failure detection unit 122 performs autonomous reset prohibition setting for the processor core 124 in order to perform failure notification and record failure information prior to the recovery process. The failure detection unit 122 activates the failure processing unit 123 as an interrupt process.

障害処理部123は、障害情報記録部18に該障害に関する情報を記録する。障害がウォッチドッグタイムアウトの場合、情報としては、ダンプ処理により収集したサブプロセッサ12の障害要因レジスタの内容などが挙げられる。なお、障害情報記録部18は、RAMやROMなどの記録手段であり、障害処理部123からメモリドライバを介してアクセスされる。なお、障害情報記録部18は、RAM162、及びROM172の少なくとも一方に含まれてもよい。   The failure processing unit 123 records information regarding the failure in the failure information recording unit 18. When the failure is a watchdog timeout, the information includes the content of the failure factor register of the sub processor 12 collected by the dump process. The failure information recording unit 18 is a recording unit such as a RAM or a ROM, and is accessed from the failure processing unit 123 via a memory driver. The failure information recording unit 18 may be included in at least one of the RAM 162 and the ROM 172.

また、障害処理部123は、障害の発生通知を、通信処理部115を介してメインプロセッサ11に送信する。このとき、通信処理部115は、割り込み処理部13のマスクレジスタ、及びステータスレジスタにアクセスすることによって、メインプロセッサ11に対して割り込み処理を発生させる。   Further, the failure processing unit 123 transmits a failure notification to the main processor 11 via the communication processing unit 115. At this time, the communication processing unit 115 causes the main processor 11 to generate an interrupt process by accessing the mask register and the status register of the interrupt processing unit 13.

メインプロセッサ11の通信処理部125は、障害の発生通知がなされたとき、第1障害管理部113を、割り込み処理として起動させる。第1障害管理部113は、RAM161に記憶された障害管理情報161bを、「障害有」の状態に更新する。   The communication processing unit 125 of the main processor 11 activates the first failure management unit 113 as an interrupt process when a failure occurrence notification is made. The first failure management unit 113 updates the failure management information 161b stored in the RAM 161 to a “failed” state.

送信処理部111は、障害管理情報161bを参照し、障害管理情報161bが「障害有」を示す場合、呼処理データの送信を停止して、送信待ちの呼処理データを蓄積部15に蓄積する。このため、送信処理部111は、障害が発生しているサブプロセッサ12に呼処理データを送信することがない。   The transmission processing unit 111 refers to the failure management information 161b. When the failure management information 161b indicates “failed”, the transmission processing unit 111 stops the transmission of call processing data and stores call processing data waiting for transmission in the storage unit 15. . For this reason, the transmission processing unit 111 does not transmit call processing data to the sub-processor 12 in which a failure has occurred.

蓄積部15は、例えばRAMであり、呼処理データが蓄積されるバッファとして機能する。なお、蓄積部15は、RAM161とは別に構成されているように記載されているが、RAM161の内部に含まれてもよいし、例えばハードディスクドライブなどの他のデータ蓄積手段であってもよい。   The accumulation unit 15 is a RAM, for example, and functions as a buffer in which call processing data is accumulated. The storage unit 15 is described as being configured separately from the RAM 161, but may be included in the RAM 161 or may be another data storage unit such as a hard disk drive.

また、第1障害管理部113は、トラフィック監視部112から、呼処理データのトラフィック量を示す情報を取得し、この情報に基づいて、RAM161に記憶されたトラフィック情報161aを更新する。トラフィック情報161aは、例えば、呼処理データのトラフィック量が所定の閾値より多い場合に「多い」を示し、少ない場合に「少ない」を示すように更新される。つまり、トラフィック情報161aは、障害が発生した時点における呼処理データのトラフィック量を示す。   In addition, the first failure management unit 113 acquires information indicating the traffic volume of the call processing data from the traffic monitoring unit 112, and updates the traffic information 161a stored in the RAM 161 based on this information. For example, the traffic information 161a is updated to indicate “large” when the traffic volume of the call processing data is greater than a predetermined threshold, and to indicate “small” when the traffic volume is small. That is, the traffic information 161a indicates the traffic volume of call processing data at the time when a failure occurs.

送信処理部111は、トラフィック情報161aを参照し、トラフィック情報161aが「多い」を示す場合、優先度情報73が高優先を示す呼処理データのみを、蓄積部15に蓄積する。一方、トラフィック情報161aが「少ない」を示す場合、送信処理部111は、優先度情報73に依らずに、全ての呼処理データを蓄積部15に蓄積する。このように、メインプロセッサ11は、送信する呼処理データのトラフィック量に応じて、蓄積部15に蓄積する呼処理データを選択するから、効率的に蓄積部15を利用することができる。なお、上記の選択手法は、一例であり、他の手法を用いてもよい。   The transmission processing unit 111 refers to the traffic information 161 a, and stores only the call processing data in which the priority information 73 indicates high priority in the storage unit 15 when the traffic information 161 a indicates “large”. On the other hand, when the traffic information 161 a indicates “low”, the transmission processing unit 111 stores all call processing data in the storage unit 15 without depending on the priority information 73. As described above, the main processor 11 selects the call processing data to be stored in the storage unit 15 according to the traffic volume of the call processing data to be transmitted. Therefore, the storage unit 15 can be used efficiently. Note that the above selection method is an example, and other methods may be used.

トラフィック監視部112は、時間間隔をおいて、インターフェース部101に入力される呼処理データのトラフィックを監視する。トラフィック監視部112は、第1障害管理部113からの要求に応じて、トラフィック量を統計的に算出し、トラフィック量を示す情報を第1障害管理部113に出力する。   The traffic monitoring unit 112 monitors traffic of call processing data input to the interface unit 101 at time intervals. The traffic monitoring unit 112 statistically calculates the traffic volume in response to a request from the first fault management unit 113 and outputs information indicating the traffic volume to the first fault management unit 113.

第1障害管理部113は、障害の発生通知を受信した後、復旧指示を、通信処理部115、及び割り込み処理部13を介してサブプロセッサ12に送信する。サブプロセッサ12において、障害処理部123は、復旧指示を、通信処理部125を介して受信する。障害処理部123は、復旧指示を受信した後、障害の復旧処理を行う。より具体的には、障害処理部123は、復旧指示に従い、プロセッサコア124に対してリセット命令を発行する。   After receiving the failure occurrence notification, the first failure management unit 113 transmits a recovery instruction to the sub processor 12 via the communication processing unit 115 and the interrupt processing unit 13. In the sub processor 12, the failure processing unit 123 receives a recovery instruction via the communication processing unit 125. The failure processing unit 123 performs failure recovery processing after receiving the recovery instruction. More specifically, the failure processing unit 123 issues a reset command to the processor core 124 in accordance with the recovery instruction.

プロセッサコア124は、リセット命令を受けたとき、リセットベクタを起動し、ROM172に記憶されているBOOTプログラム172aを読み出して実行する。プロセッサコア124は、BOOTプログラム172aの実行によりプロセッサ12の初期化などの処理を行う。このため、BOOTプログラム172aが実行されている間、プロセッサ12は、呼処理データを受信することができない。プロセッサコア124は、復旧処理、つまりリセットを行った後、復旧通知を、通信処理部125、及び割り込み処理部13を介してメインプロセッサ11に送信する。   When receiving the reset instruction, the processor core 124 activates the reset vector, reads the BOOT program 172a stored in the ROM 172, and executes it. The processor core 124 performs processing such as initialization of the processor 12 by executing the BOOT program 172a. For this reason, the processor 12 cannot receive call processing data while the BOOT program 172a is being executed. After performing the recovery process, that is, reset, the processor core 124 transmits a recovery notification to the main processor 11 via the communication processing unit 125 and the interrupt processing unit 13.

このように、メインプロセッサ11は、障害の発生通知を受信した後、復旧指示をサブプロセッサ12に送信する。また、サブプロセッサ12は、メインプロセッサ11から復旧指示を受信した後、復旧処理を行う。したがって、障害発生時のプロセッサ11,12間の処理のタイミング整合が、効果的に行われる。   As described above, the main processor 11 transmits a recovery instruction to the sub-processor 12 after receiving the failure occurrence notification. Further, after receiving the recovery instruction from the main processor 11, the sub processor 12 performs a recovery process. Therefore, the process timing matching between the processors 11 and 12 when a failure occurs is effectively performed.

メインプロセッサ11の通信処理部125は、復旧通知がなされたとき、第2障害管理部114を、割り込み処理として起動させる。第2障害管理部114は、RAM161に記憶された障害管理情報161bを、「障害無」の状態に更新する。送信処理部111は、障害管理情報161bを参照し、障害管理情報161bが「障害無」を示す場合、呼処理データを、蓄積部15に蓄積せずに、サブプロセッサ12に送信する。   The communication processing unit 125 of the main processor 11 activates the second failure management unit 114 as an interrupt process when a recovery notification is made. The second failure management unit 114 updates the failure management information 161b stored in the RAM 161 to a “no failure” state. The transmission processing unit 111 refers to the failure management information 161b. When the failure management information 161b indicates “no failure”, the transmission processing unit 111 transmits the call processing data to the sub-processor 12 without accumulating in the accumulation unit 15.

また、第2障害管理部114は、読出処理部110を起動する。読出処理部110は、蓄積部15に蓄積された呼処理データを、通信処理部115、及びPCIバス14を介してサブプロセッサ12に送信する。送信は、蓄積部15に蓄積された呼処理データがなくなるまで行われる。送信された呼処理データは、サブプロセッサ12において、通信処理部125を介して受信処理部121により受信される。   Further, the second failure management unit 114 activates the read processing unit 110. The read processing unit 110 transmits the call processing data stored in the storage unit 15 to the sub processor 12 via the communication processing unit 115 and the PCI bus 14. Transmission is performed until there is no call processing data stored in the storage unit 15. The transmitted call processing data is received by the reception processing unit 121 via the communication processing unit 125 in the sub processor 12.

このように、メインプロセッサ11は、障害の発生通知を受信したとき、呼処理データの送信を停止して、送信待ちのデータを蓄積部15に蓄積し、復旧通知を受信した後、蓄積部15に蓄積された呼処理データをサブプロセッサ12に送信する。したがって、メインプロセッサ11は、障害発生中、または復旧処理(リセット)中、サブプロセッサ12に呼処理データを送信せず、蓄積された呼処理データは、障害復旧後に送信されるから、プロセッサ間通信における呼処理データの損失が抑制される。   As described above, when the main processor 11 receives the failure notification, the main processor 11 stops the transmission of the call processing data, stores the data waiting for transmission in the storage unit 15, receives the recovery notification, and then stores the storage unit 15. Is transmitted to the sub-processor 12. Accordingly, the main processor 11 does not transmit call processing data to the sub-processor 12 during the occurrence of a failure or during recovery processing (reset), and the accumulated call processing data is transmitted after recovery from the failure. Loss of call processing data in is suppressed.

次に、図6〜図10を参照して、メインプロセッサ11、及びサブプロセッサ12の障害発生時の動作を説明する。図6には、サブプロセッサ12の動作が示されている。なお、以降の説明において、図10に示されたラダーチャートを適宜に参照する。   Next, operations when a failure occurs in the main processor 11 and the sub processor 12 will be described with reference to FIGS. FIG. 6 shows the operation of the sub processor 12. In the following description, the ladder chart shown in FIG. 10 will be referred to as appropriate.

障害検出部122は、障害の発生を検出すると(ステップSt1のYES)、プロセッサコア124に対して自律的なリセットの禁止設定を行う(ステップSt2)。リセットの禁止設定は、例示したウォッチドッグタイムアウトのように、自律的なリセットを伴う場合に行われ、そうでない場合、行われなくてもよい。   When the failure detection unit 122 detects the occurrence of a failure (YES in step St1), the failure detection unit 122 performs autonomous reset prohibition setting on the processor core 124 (step St2). The reset prohibition setting is performed when an autonomous reset is involved, as in the illustrated watchdog timeout, and may not be performed otherwise.

次に、障害処理部123が、割り込み処理として起動し、障害に関する情報を収集して、障害情報記録部18に記録する(ステップSt3)。ここで、障害処理部123は、自プロセッサ12のファイルシステムを用いて障害情報記録部18に記録してもよいが、これに限定されない。   Next, the failure processing unit 123 starts as interrupt processing, collects information regarding the failure, and records it in the failure information recording unit 18 (step St3). Here, the failure processing unit 123 may record the failure information recording unit 18 in the failure information recording unit 18 using the file system of the processor 12 itself, but is not limited thereto.

例えば、障害処理部123は、該情報を、通信処理部125を介してメインプロセッサ11に送信し、メインプロセッサ11のファイルシステムを用いて、RAMなどの記録手段に記録してもよい。また、障害処理部123は、ネットワークを経由して、外部のファイルサーバにアクセスすることにより当該記録処理を行ってもよい。さらに、障害処理部123は、自プロセッサ12のファイルシステム、メインプロセッサ11のファイルシステム、及び外部のファイルサーバの各容量値を取得しておき、該情報の情報量と比較することによって、情報を格納可能なものを選択してもよい。   For example, the failure processing unit 123 may transmit the information to the main processor 11 via the communication processing unit 125 and record the information in a recording unit such as a RAM using the file system of the main processor 11. The failure processing unit 123 may perform the recording process by accessing an external file server via a network. Further, the failure processing unit 123 acquires the capacity values of the file system of the processor 12, the file system of the main processor 11, and the external file server, and compares them with the information amount of the information. What can be stored may be selected.

次に、障害処理部123は、図10の符号C3に示されるように、メインプロセッサ11に障害の発生通知を送信する(ステップSt4)。障害の発生通知は、例えば障害の種別、障害要因、及び発生時刻などの情報を含んでもよい。なお、障害の発生通知は、上記のステップSt3の処理に先立って行われてもよい。   Next, the failure processing unit 123 transmits a failure occurrence notification to the main processor 11 as indicated by reference numeral C3 in FIG. 10 (step St4). The failure occurrence notification may include information such as the failure type, the failure factor, and the occurrence time. Note that the failure occurrence notification may be performed prior to the processing in step St3.

障害処理部123は、障害の発生通知を送信した後、待機処理を行う。障害処理部123は、図10の符号C4に示されるように、メインプロセッサ11から復旧指示を受信すると(ステップSt5のYES)、処理を再開する。   The failure processing unit 123 performs standby processing after transmitting a failure occurrence notification. When the failure processing unit 123 receives a recovery instruction from the main processor 11 (YES in Step St5), as shown by a symbol C4 in FIG. 10, the failure processing unit 123 restarts the processing.

障害処理部123は、図10の符号C7に示されるように、プロセッサコア124に対してリセット命令を発行する(ステップSt6)。そして、プロセッサコア124は、リセット命令に従い、リセットベクタを起動する(ステップSt7)。これにより、BOOTプログラム172aが実行される。   The failure processing unit 123 issues a reset command to the processor core 124 as indicated by reference numeral C7 in FIG. 10 (step St6). Then, the processor core 124 activates the reset vector according to the reset instruction (step St7). As a result, the BOOT program 172a is executed.

次に、プロセッサコア124は、図10の符号C8に示されるように、メインプロセッサ11に復旧通知を送信して(ステップSt6)、自プロセッサ12の初期化処理を行って(ステップSt9)、処理を終了する。このようにして、サブプロセッサ12の処理は実行される。   Next, the processor core 124 transmits a recovery notification to the main processor 11 (step St6) and performs initialization processing of its own processor 12 (step St9), as indicated by reference numeral C8 in FIG. Exit. In this way, the processing of the sub processor 12 is executed.

図7は、第1障害管理部113の動作を示すフローチャートである。第1障害管理部113は、図10の符号C3に示されるように、サブプロセッサ12から障害の発生通知を受信すると(ステップSt11のYES)、割り込み処理として起動され、障害管理情報161bを「障害有」の状態に更新する(ステップSt12)。これにより、送信処理部111は、図10の符号C1,C2に示される呼処理データの送信を停止し、符号C4,C5に示されるように、呼処理データを蓄積部15に蓄積する。   FIG. 7 is a flowchart showing the operation of the first failure management unit 113. When the first failure management unit 113 receives a failure occurrence notification from the sub-processor 12 (YES in step St11) as indicated by reference numeral C3 in FIG. The state is updated to “present” (step St12). Thereby, the transmission processing unit 111 stops the transmission of the call processing data indicated by the symbols C1 and C2 in FIG. 10 and accumulates the call processing data in the storage unit 15 as indicated by the symbols C4 and C5.

次に、第1障害管理部113は、トラフィック監視部112に要求して取得した呼処理データのトラフィック量に基づいて、トラフィック情報161aを「多い」、または「少ない」の状態に更新する。送信処理部111は、トラフィック情報161aに応じて、蓄積部15に蓄積する呼処理データを選択する。   Next, the first failure management unit 113 updates the traffic information 161 a to a “large” or “small” state based on the traffic volume of the call processing data acquired by requesting the traffic monitoring unit 112. The transmission processing unit 111 selects call processing data to be stored in the storage unit 15 according to the traffic information 161a.

次に、第1障害管理部113は、図10の符号C6に示されるように、復旧指示をサブプロセッサ12に送信し(ステップSt14)、処理を終了する。このようにして、第1障害管理部113の処理は実行される。   Next, as indicated by reference numeral C6 in FIG. 10, the first failure management unit 113 transmits a recovery instruction to the sub processor 12 (step St14), and ends the process. In this way, the process of the first failure management unit 113 is executed.

図8は、第2障害管理部114の動作を示すフローチャートである。第2障害管理部114は、図10の符号C8に示されるように、サブプロセッサ12から復旧通知を受信すると(ステップSt15のYES)、割り込み処理として起動され、障害管理情報161bを「障害無」の状態に更新する(ステップSt16)。これにより、送信処理部111は、図10の符号C4,C5に示される呼処理データの蓄積処理を停止し、符号C12,C13に示されるように、呼処理データのサブプロセッサ12への送信を再開する。   FIG. 8 is a flowchart showing the operation of the second failure management unit 114. When the second failure management unit 114 receives a recovery notification from the sub-processor 12 (YES in step St15) as indicated by reference numeral C8 in FIG. 10, the second failure management unit 114 is activated as an interrupt process and sets the failure management information 161b to “no failure”. (Step St16). As a result, the transmission processing unit 111 stops the call processing data accumulation process indicated by reference numerals C4 and C5 in FIG. 10, and transmits the call processing data to the sub-processor 12 as indicated by reference numerals C12 and C13. Resume.

次に、第2障害管理部114は、図10の符号C9に示される読み出し指示を、読出処理部110に出力する(ステップSt17)。これにより、読出処理部110は、図10の符号C10,C11に示されるように、蓄積部15から呼処理データを読み出して、サブプロセッサ12に送信する(ステップSt18)。第2障害管理部114は、蓄積部15に蓄積された全ての呼処理データが送信されると、処理を終了する。このようにして、第2障害管理部114の処理は実行される。   Next, the second failure management unit 114 outputs a read instruction indicated by reference numeral C9 in FIG. 10 to the read processing unit 110 (step St17). As a result, the read processing unit 110 reads the call processing data from the storage unit 15 and transmits it to the sub-processor 12 as indicated by reference numerals C10 and C11 in FIG. 10 (step St18). The second failure management unit 114 ends the process when all the call processing data stored in the storage unit 15 is transmitted. In this way, the process of the second failure management unit 114 is executed.

図9は、送信処理部111の動作を示すフローチャートである。送信処理部111は、図10の符号C1,C4,C12に示されるように、インターフェース部を介して呼処理データが入力されると(ステップSt21のYES)、起動される。送信処理部111は、障害管理情報161bを参照し、障害管理情報161bが「障害無」を示す場合(ステップSt22のYES)、図10の符号C2,C13に示されるように、送信待ちの呼処理データをサブプロセッサ12に送信して(ステップSt23)、処理を終了する。   FIG. 9 is a flowchart showing the operation of the transmission processing unit 111. The transmission processing unit 111 is activated when call processing data is input through the interface unit (YES in step St21), as indicated by reference numerals C1, C4, and C12 in FIG. The transmission processing unit 111 refers to the failure management information 161b. If the failure management information 161b indicates “no failure” (YES in step St22), the call waiting for transmission is displayed as indicated by reference numerals C2 and C13 in FIG. The processing data is transmitted to the sub processor 12 (step St23), and the processing is terminated.

一方、障害管理情報161bが「障害有」を示す場合(ステップSt22のNO)、送信処理部111は、トラフィック情報161aを参照する(ステップSt24)。トラフィック情報161aが「多い」を示す場合(ステップSt24のYES)、送信処理部111は、呼処理データの優先度情報73を判別する(ステップSt25)。   On the other hand, when the failure management information 161b indicates “failed” (NO in step St22), the transmission processing unit 111 refers to the traffic information 161a (step St24). When the traffic information 161a indicates “large” (YES in step St24), the transmission processing unit 111 determines the priority information 73 of the call processing data (step St25).

送信処理部111は、優先度情報73が高優先を示す場合(ステップSt25のYES)、図10の符号C5に示されるように、送信待ちの呼処理データを蓄積部15に蓄積して(ステップSt26)、処理を終了する。他方、優先度情報73が高優先を示さない(低優先など)場合(ステップSt25のNO)、送信処理部111は、呼処理データを蓄積することなく処理を終了する。   If the priority information 73 indicates high priority (YES in step St25), the transmission processing unit 111 stores call processing data waiting for transmission in the storage unit 15 as indicated by reference numeral C5 in FIG. St26), the process ends. On the other hand, if the priority information 73 does not indicate high priority (such as low priority) (NO in step St25), the transmission processing unit 111 ends the process without accumulating call processing data.

また、トラフィック情報161aが「少ない」を示す場合(ステップSt24のNO)、送信処理部111は、呼処理データの優先度に依らず、呼処理データを蓄積部15に蓄積して(ステップSt26)、処理を終了する。このようにして、第2障害管理部114の処理は実行される。   When the traffic information 161a indicates “low” (NO in step St24), the transmission processing unit 111 stores the call processing data in the storage unit 15 regardless of the priority of the call processing data (step St26). The process is terminated. In this way, the process of the second failure management unit 114 is executed.

これまで述べたように、実施例に係るマルチプロセッサシステムは、呼処理データを送信するメインプロセッサ11と、メインプロセッサ11から呼処理データを受信するサブプロセッサ12と、呼処理データが蓄積される蓄積部15とを有する。サブプロセッサ12は、障害の発生通知をメインプロセッサ11に送信し、該障害の復旧処理を行った後、復旧通知をメインプロセッサ11に送信する。一方、メインプロセッサ11は、障害の発生通知を受信したとき、呼処理データの送信を停止して、送信待ちの呼処理データを蓄積部15に蓄積し、復旧通知を受信した後、蓄積部15に蓄積された呼処理データをサブプロセッサ12に送信する。   As described above, the multiprocessor system according to the embodiment includes a main processor 11 that transmits call processing data, a sub-processor 12 that receives call processing data from the main processor 11, and an accumulation in which call processing data is stored. Part 15. The sub-processor 12 transmits a failure occurrence notification to the main processor 11, performs recovery processing of the failure, and then transmits a recovery notification to the main processor 11. On the other hand, when the main processor 11 receives the failure notification, the main processor 11 stops the transmission of the call processing data, stores the call processing data waiting for transmission in the storage unit 15, receives the recovery notification, and then stores the call processing data. Is transmitted to the sub-processor 12.

したがって、メインプロセッサ11は、サブプロセッサ12に障害が発生したことを認識して、送信待ちの呼処理データを、サブプロセッサ12に送信することなく、蓄積部15に退避させることができる。さらに、メインプロセッサ11は、サブプロセッサ12が障害の復旧処理を行ったことを認識して、蓄積部15に退避させた呼処理データをサブプロセッサ12に送信することができる。したがって、障害発生中、または復旧処理中(リセット中)のサブプロセッサ12に呼処理データが送信されることがなく、呼処理データの損失が抑制される。   Therefore, the main processor 11 can recognize that a failure has occurred in the sub-processor 12 and save the call processing data waiting for transmission in the storage unit 15 without transmitting it to the sub-processor 12. Further, the main processor 11 can recognize that the sub processor 12 has performed the failure recovery process, and can transmit the call processing data saved in the storage unit 15 to the sub processor 12. Therefore, call processing data is not transmitted to the sub-processor 12 in which a failure occurs or recovery processing (reset) is being performed, and loss of call processing data is suppressed.

また、メインプロセッサ11、及びサブプロセッサ12によるプロセッサ間通信方法には、上述した以下の工程(1)〜(6)が含まれる。
(1)メインプロセッサ11から送信された呼処理データを受信するサブプロセッサ12が、障害の発生通知をメインプロセッサ11に送信する工程(図6のステップSt4)
(2)メインプロセッサ11が、障害の発生通知を受信したとき、データの送信を停止して、送信待ちの呼処理データを蓄積部15に蓄積する工程(図9のステップSt26)
(3)メインプロセッサ11が、障害の発生通知を受信した後、復旧指示をサブプロセッサ12に送信する工程(図7のステップSt14)
(4)サブプロセッサ12が、復旧指示を受信した後、障害の復旧処理を行う工程(図6のステップSt6)
(5)サブプロセッサ12が、復旧処理を行った後、復旧通知をメインプロセッサ11に送信する工程(図6のステップSt8)
(6)メインプロセッサ11が、復旧通知を受信した後、蓄積部15に蓄積されたデータをサブプロセッサ12に送信する工程(図8のステップSt18)
The inter-processor communication method using the main processor 11 and the sub processor 12 includes the following steps (1) to (6) described above.
(1) The sub-processor 12 that receives the call processing data transmitted from the main processor 11 transmits a failure occurrence notification to the main processor 11 (step St4 in FIG. 6).
(2) When the main processor 11 receives the failure occurrence notification, the main processor 11 stops transmitting data and stores call processing data waiting for transmission in the storage unit 15 (step St26 in FIG. 9).
(3) The main processor 11 receives a failure occurrence notification and then transmits a recovery instruction to the sub processor 12 (step St14 in FIG. 7).
(4) Step of the failure recovery processing after the sub processor 12 receives the recovery instruction (step St6 in FIG. 6)
(5) The sub-processor 12 performs a recovery process and then transmits a recovery notification to the main processor 11 (step St8 in FIG. 6).
(6) Step of transmitting the data stored in the storage unit 15 to the sub-processor 12 after the main processor 11 receives the recovery notification (step St18 in FIG. 8)

したがって、このプロセッサ間通信方法によっても、上述した作用効果が得られる。なお、本実施例において、データの一例として呼処理データを挙げたが、これに限定されることはなく、他のデータであってもよい。   Therefore, the above-described effects can be obtained by this inter-processor communication method. In the present embodiment, call processing data is given as an example of data, but the present invention is not limited to this, and other data may be used.

また、本実施例において、呼処理データは、メインプロセッサ11からサブプロセッサ12に送信され、障害発生時、メインプロセッサ11により蓄積部15に蓄積されるが、これに限定されず、メインプロセッサ11、及びサブプロセッサ12の役割を互いに入れ替えてもよい。   In the present embodiment, the call processing data is transmitted from the main processor 11 to the sub-processor 12, and is stored in the storage unit 15 by the main processor 11 when a failure occurs. The roles of the sub-processors 12 may be interchanged with each other.

すなわち、サブプロセッサ12からメインプロセッサ11に送信されるデータが、メインプロセッサ11において障害が発生したとき、サブプロセッサ12によって蓄積部に蓄積されてもよい。この場合、サブプロセッサ12は、メインプロセッサ11が障害の復旧処理を行った後、蓄積部からデータを読み出してメインプロセッサ11に送信する。この場合も、上述した作用効果が得られる。   That is, data transmitted from the sub processor 12 to the main processor 11 may be stored in the storage unit by the sub processor 12 when a failure occurs in the main processor 11. In this case, the sub processor 12 reads data from the storage unit and transmits it to the main processor 11 after the main processor 11 performs failure recovery processing. Also in this case, the above-described effects can be obtained.

以上、好ましい実施例を参照して本発明の内容を具体的に説明したが、本発明の基本的技術思想及び教示に基づいて、当業者であれば、種々の変形態様を採り得ることは自明である。   Although the contents of the present invention have been specifically described above with reference to the preferred embodiments, it is obvious that those skilled in the art can take various modifications based on the basic technical idea and teachings of the present invention. It is.

なお、以上の説明に関して更に以下の付記を開示する。
(付記1) データを送信する第1のプロセッサと、
前記第1のプロセッサからデータを受信する第2のプロセッサと、
データが蓄積される蓄積部とを有し、
前記第2のプロセッサは、障害の発生通知を前記第1のプロセッサに送信し、前記障害の復旧処理を行った後、復旧通知を前記第1のプロセッサに送信し、
前記第1のプロセッサは、前記障害の発生通知を受信したとき、データの送信を停止して送信待ちのデータを前記蓄積部に蓄積し、前記復旧通知を受信した後、前記蓄積部に蓄積されたデータを前記第2のプロセッサに送信することを特徴とするマルチプロセッサシステム。
(付記2) 前記第1のプロセッサは、前記障害の発生通知を受信した後、復旧指示を前記第2のプロセッサに送信し、
前記第2のプロセッサは、前記復旧指示を受信した後、前記障害の復旧処理を行うことを特徴とする付記1に記載のマルチプロセッサシステム。
(付記3) 前記第1のプロセッサは、送信するデータのトラフィック量に応じて、前記蓄積部に蓄積するデータを選択することを特徴とする付記1または2に記載のマルチプロセッサシステム。
(付記4) 第1のプロセッサから送信されたデータを受信する第2のプロセッサが、障害の発生通知を前記第1のプロセッサに送信する工程と、
前記第1のプロセッサが、前記障害の発生通知を受信したとき、データの送信を停止して、送信待ちのデータを蓄積部に蓄積する工程と、
前記第2のプロセッサが、前記障害の復旧処理を行う工程と、
前記第2のプロセッサが、前記復旧処理を行った後、復旧通知を前記第1のプロセッサに送信する工程と、
前記第1のプロセッサが、前記復旧通知を受信した後、前記蓄積部に蓄積されたデータを前記第2のプロセッサに送信する工程とを含むことを特徴とするプロセッサ間通信方法。
(付記5) 前記第1のプロセッサが、前記障害の発生通知を受信した後、復旧指示を前記第2のプロセッサに送信する工程を含み、
前記第2のプロセッサは、前記復旧指示を受信した後、前記障害の復旧処理を行うことを特徴とする付記4に記載のプロセッサ間通信方法。
(付記6) 前記第1のプロセッサは、送信するデータのトラフィック量に応じて、前記蓄積部に蓄積するデータを選択することを特徴とする付記4または5に記載のプロセッサ間通信方法。
In addition, the following additional notes are disclosed regarding the above description.
(Supplementary note 1) a first processor for transmitting data;
A second processor for receiving data from the first processor;
A storage unit for storing data;
The second processor transmits a failure occurrence notification to the first processor, performs the failure recovery process, and then transmits a recovery notification to the first processor.
When the first processor receives the failure occurrence notification, the first processor stops data transmission, accumulates data waiting to be transmitted in the storage unit, receives the recovery notification, and then accumulates the data in the storage unit. A multiprocessor system, wherein the data is transmitted to the second processor.
(Supplementary Note 2) After receiving the failure occurrence notification, the first processor sends a recovery instruction to the second processor,
The multiprocessor system according to appendix 1, wherein the second processor performs the recovery process of the failure after receiving the recovery instruction.
(Supplementary note 3) The multiprocessor system according to Supplementary note 1 or 2, wherein the first processor selects data to be accumulated in the accumulation unit according to a traffic amount of data to be transmitted.
(Supplementary note 4) a second processor that receives data transmitted from the first processor transmits a failure occurrence notification to the first processor;
When the first processor receives the failure notification, stops transmitting data and accumulates data waiting to be transmitted in an accumulation unit;
The second processor performing the failure recovery process;
The second processor, after performing the recovery process, sending a recovery notification to the first processor;
And a step of transmitting the data stored in the storage unit to the second processor after the first processor receives the recovery notification.
(Supplementary Note 5) The first processor includes a step of transmitting a recovery instruction to the second processor after receiving the failure occurrence notification,
The interprocessor communication method according to appendix 4, wherein the second processor performs the failure recovery process after receiving the recovery instruction.
(Additional remark 6) The said 1st processor selects the data accumulate | stored in the said accumulation | storage part according to the traffic amount of the data to transmit, The interprocessor communication method of Additional remark 4 or 5 characterized by the above-mentioned.

1 無線ネットワーク制御装置
11 メインプロセッサ(第1のプロセッサ)
12 サブプロセッサ(第2のプロセッサ)
15 蓄積部
1 wireless network control device 11 main processor (first processor)
12 Sub-processor (second processor)
15 Accumulator

Claims (4)

データを送信する第1のプロセッサと、
前記第1のプロセッサからデータを受信する第2のプロセッサと、
データが蓄積される蓄積部とを有し、
前記第2のプロセッサは、障害の発生通知を前記第1のプロセッサに送信し、前記障害の復旧処理を行った後、復旧通知を前記第1のプロセッサに送信し、
前記第1のプロセッサは、前記障害の発生通知を受信したとき、データの送信を停止して送信待ちのデータを前記蓄積部に蓄積し、前記復旧通知を受信した後、前記蓄積部に蓄積されたデータを前記第2のプロセッサに送信することを特徴とするマルチプロセッサシステム。
A first processor for transmitting data;
A second processor for receiving data from the first processor;
A storage unit for storing data;
The second processor transmits a failure occurrence notification to the first processor, performs the failure recovery process, and then transmits a recovery notification to the first processor.
When the first processor receives the failure occurrence notification, the first processor stops data transmission, accumulates data waiting to be transmitted in the storage unit, receives the recovery notification, and then accumulates the data in the storage unit. A multiprocessor system, wherein the data is transmitted to the second processor.
前記第1のプロセッサは、前記障害の発生通知を受信した後、復旧指示を前記第2のプロセッサに送信し、
前記第2のプロセッサは、前記復旧指示を受信した後、前記障害の復旧処理を行うことを特徴とする請求項1に記載のマルチプロセッサシステム。
The first processor, after receiving the failure occurrence notification, transmits a recovery instruction to the second processor;
2. The multiprocessor system according to claim 1, wherein the second processor performs the failure recovery processing after receiving the recovery instruction. 3.
前記第1のプロセッサは、送信するデータのトラフィック量に応じて、前記蓄積部に蓄積するデータを選択することを特徴とする請求項1または2に記載のマルチプロセッサシステム。   The multiprocessor system according to claim 1, wherein the first processor selects data to be stored in the storage unit according to a traffic amount of data to be transmitted. 第1のプロセッサから送信されたデータを受信する第2のプロセッサが、障害の発生通知を前記第1のプロセッサに送信する工程と、
前記第1のプロセッサが、前記障害の発生通知を受信したとき、データの送信を停止して、送信待ちのデータを蓄積部に蓄積する工程と、
前記第2のプロセッサが、前記障害の復旧処理を行う工程と、
前記第2のプロセッサが、前記復旧処理を行った後、復旧通知を前記第1のプロセッサに送信する工程と、
前記第1のプロセッサが、前記復旧通知を受信した後、前記蓄積部に蓄積されたデータを前記第2のプロセッサに送信する工程とを含むことを特徴とするプロセッサ間通信方法。
A second processor that receives data transmitted from the first processor, and transmits a failure occurrence notification to the first processor;
When the first processor receives the failure notification, stops transmitting data and accumulates data waiting to be transmitted in an accumulation unit;
The second processor performing the failure recovery process;
The second processor, after performing the recovery process, sending a recovery notification to the first processor;
And a step of transmitting the data stored in the storage unit to the second processor after the first processor receives the recovery notification.
JP2012119878A 2012-05-25 2012-05-25 Multiprocessor system and interprocessor communication method Expired - Fee Related JP5962210B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012119878A JP5962210B2 (en) 2012-05-25 2012-05-25 Multiprocessor system and interprocessor communication method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012119878A JP5962210B2 (en) 2012-05-25 2012-05-25 Multiprocessor system and interprocessor communication method

Publications (2)

Publication Number Publication Date
JP2013246642A true JP2013246642A (en) 2013-12-09
JP5962210B2 JP5962210B2 (en) 2016-08-03

Family

ID=49846353

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012119878A Expired - Fee Related JP5962210B2 (en) 2012-05-25 2012-05-25 Multiprocessor system and interprocessor communication method

Country Status (1)

Country Link
JP (1) JP5962210B2 (en)

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016100711A (en) * 2014-11-20 2016-05-30 日本電気株式会社 Transmission/reception control device and transmission/reception control method, node device, multi-node system, and computer program
CN105843694A (en) * 2015-02-04 2016-08-10 苹果公司 Methods and apparatus for controlled recovery of error information between independently operable processors
US9798377B2 (en) 2014-10-08 2017-10-24 Apple Inc. Methods and apparatus for recovering errors with an inter-processor communication link between independently operable processors
US9830289B2 (en) 2014-09-16 2017-11-28 Apple Inc. Methods and apparatus for aggregating packet transfer over a virtual bus interface
US10042794B2 (en) 2015-06-12 2018-08-07 Apple Inc. Methods and apparatus for synchronizing uplink and downlink transactions on an inter-device communication link
US10085214B2 (en) 2016-01-27 2018-09-25 Apple Inc. Apparatus and methods for wake-limiting with an inter-device communication link
US10176141B2 (en) 2013-12-10 2019-01-08 Apple Inc. Methods and apparatus for virtual channel allocation via a high speed bus interface
US10331612B1 (en) 2018-01-09 2019-06-25 Apple Inc. Methods and apparatus for reduced-latency data transmission with an inter-processor communication link between independently operable processors
US10346226B2 (en) 2017-08-07 2019-07-09 Time Warner Cable Enterprises Llc Methods and apparatus for transmitting time sensitive data over a tunneled bus interface
US10430352B1 (en) 2018-05-18 2019-10-01 Apple Inc. Methods and apparatus for reduced overhead data transfer with a shared ring buffer
US10459674B2 (en) 2013-12-10 2019-10-29 Apple Inc. Apparatus and methods for packing and transporting raw data
US10523867B2 (en) 2016-06-10 2019-12-31 Apple Inc. Methods and apparatus for multi-lane mapping, link training and lower power modes for a high speed bus interface
US10551902B2 (en) 2016-11-10 2020-02-04 Apple Inc. Methods and apparatus for providing access to peripheral sub-system registers
US10558580B2 (en) 2016-02-29 2020-02-11 Apple Inc. Methods and apparatus for loading firmware on demand
US10585699B2 (en) 2018-07-30 2020-03-10 Apple Inc. Methods and apparatus for verifying completion of groups of data transactions between processors
US10719376B2 (en) 2018-08-24 2020-07-21 Apple Inc. Methods and apparatus for multiplexing data flows via a single data structure
US10775871B2 (en) 2016-11-10 2020-09-15 Apple Inc. Methods and apparatus for providing individualized power control for peripheral sub-systems
US10846224B2 (en) 2018-08-24 2020-11-24 Apple Inc. Methods and apparatus for control of a jointly shared memory-mapped region
US10853272B2 (en) 2016-03-31 2020-12-01 Apple Inc. Memory access protection apparatus and methods for memory mapped access between independently operable processors
US11381514B2 (en) 2018-05-07 2022-07-05 Apple Inc. Methods and apparatus for early delivery of data link layer packets
US11558348B2 (en) 2019-09-26 2023-01-17 Apple Inc. Methods and apparatus for emerging use case support in user space networking
US11606302B2 (en) 2020-06-12 2023-03-14 Apple Inc. Methods and apparatus for flow-based batching and processing
US11775359B2 (en) 2020-09-11 2023-10-03 Apple Inc. Methods and apparatuses for cross-layer processing
US11792307B2 (en) 2018-03-28 2023-10-17 Apple Inc. Methods and apparatus for single entity buffer pool management
US11799986B2 (en) 2020-09-22 2023-10-24 Apple Inc. Methods and apparatus for thread level execution in non-kernel space
US11829303B2 (en) 2019-09-26 2023-11-28 Apple Inc. Methods and apparatus for device driver operation in non-kernel space
US11876719B2 (en) 2021-07-26 2024-01-16 Apple Inc. Systems and methods for managing transmission control protocol (TCP) acknowledgements
US11882051B2 (en) 2021-07-26 2024-01-23 Apple Inc. Systems and methods for managing transmission control protocol (TCP) acknowledgements
US11954540B2 (en) 2020-09-14 2024-04-09 Apple Inc. Methods and apparatus for thread-level execution in non-kernel space

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05265989A (en) * 1992-03-16 1993-10-15 Mitsubishi Electric Corp Multiprocessor system
JPH0651935U (en) * 1992-12-18 1994-07-15 マックス株式会社 Failure management device in multi-CPU system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05265989A (en) * 1992-03-16 1993-10-15 Mitsubishi Electric Corp Multiprocessor system
JPH0651935U (en) * 1992-12-18 1994-07-15 マックス株式会社 Failure management device in multi-CPU system

Cited By (57)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10176141B2 (en) 2013-12-10 2019-01-08 Apple Inc. Methods and apparatus for virtual channel allocation via a high speed bus interface
US10592460B2 (en) 2013-12-10 2020-03-17 Apple Inc. Apparatus for virtual channel allocation via a high speed bus interface
US10459674B2 (en) 2013-12-10 2019-10-29 Apple Inc. Apparatus and methods for packing and transporting raw data
US10372637B2 (en) 2014-09-16 2019-08-06 Apple Inc. Methods and apparatus for aggregating packet transfer over a virtual bus interface
US9830289B2 (en) 2014-09-16 2017-11-28 Apple Inc. Methods and apparatus for aggregating packet transfer over a virtual bus interface
US10372199B2 (en) 2014-10-08 2019-08-06 Apple Inc. Apparatus for managing power and running and booting an inter-processor communication link between independently operable processors
US10845868B2 (en) 2014-10-08 2020-11-24 Apple Inc. Methods and apparatus for running and booting an inter-processor communication link between independently operable processors
US10078361B2 (en) 2014-10-08 2018-09-18 Apple Inc. Methods and apparatus for running and booting an inter-processor communication link between independently operable processors
US10684670B2 (en) 2014-10-08 2020-06-16 Apple Inc. Methods and apparatus for managing power with an inter-processor communication link between independently operable processors
US10551906B2 (en) 2014-10-08 2020-02-04 Apple Inc. Methods and apparatus for running and booting inter-processor communication link between independently operable processors
US9971397B2 (en) 2014-10-08 2018-05-15 Apple Inc. Methods and apparatus for managing power with an inter-processor communication link between independently operable processors
US10268261B2 (en) 2014-10-08 2019-04-23 Apple Inc. Methods and apparatus for managing power with an inter-processor communication link between independently operable processors
US9798377B2 (en) 2014-10-08 2017-10-24 Apple Inc. Methods and apparatus for recovering errors with an inter-processor communication link between independently operable processors
JP2016100711A (en) * 2014-11-20 2016-05-30 日本電気株式会社 Transmission/reception control device and transmission/reception control method, node device, multi-node system, and computer program
KR101782246B1 (en) * 2015-02-04 2017-09-26 애플 인크. Methods and apparatus for controlled recovery of error information between independently operable processors
CN105843694A (en) * 2015-02-04 2016-08-10 苹果公司 Methods and apparatus for controlled recovery of error information between independently operable processors
US9842036B2 (en) 2015-02-04 2017-12-12 Apple Inc. Methods and apparatus for controlled recovery of error information between independently operable processors
CN105843694B (en) * 2015-02-04 2019-01-15 苹果公司 The controlled restoration methods and device of error message between independently operable processor
US11176068B2 (en) 2015-06-12 2021-11-16 Apple Inc. Methods and apparatus for synchronizing uplink and downlink transactions on an inter-device communication link
US10552352B2 (en) 2015-06-12 2020-02-04 Apple Inc. Methods and apparatus for synchronizing uplink and downlink transactions on an inter-device communication link
US10042794B2 (en) 2015-06-12 2018-08-07 Apple Inc. Methods and apparatus for synchronizing uplink and downlink transactions on an inter-device communication link
US10085214B2 (en) 2016-01-27 2018-09-25 Apple Inc. Apparatus and methods for wake-limiting with an inter-device communication link
US10841880B2 (en) 2016-01-27 2020-11-17 Apple Inc. Apparatus and methods for wake-limiting with an inter-device communication link
US10558580B2 (en) 2016-02-29 2020-02-11 Apple Inc. Methods and apparatus for loading firmware on demand
US10572390B2 (en) 2016-02-29 2020-02-25 Apple Inc. Methods and apparatus for loading firmware on demand
US10846237B2 (en) 2016-02-29 2020-11-24 Apple Inc. Methods and apparatus for locking at least a portion of a shared memory resource
US10853272B2 (en) 2016-03-31 2020-12-01 Apple Inc. Memory access protection apparatus and methods for memory mapped access between independently operable processors
US10523867B2 (en) 2016-06-10 2019-12-31 Apple Inc. Methods and apparatus for multi-lane mapping, link training and lower power modes for a high speed bus interface
US11258947B2 (en) 2016-06-10 2022-02-22 Apple Inc. Methods and apparatus for multi-lane mapping, link training and lower power modes for a high speed bus interface
US10551902B2 (en) 2016-11-10 2020-02-04 Apple Inc. Methods and apparatus for providing access to peripheral sub-system registers
US10591976B2 (en) 2016-11-10 2020-03-17 Apple Inc. Methods and apparatus for providing peripheral sub-system stability
US10775871B2 (en) 2016-11-10 2020-09-15 Apple Inc. Methods and apparatus for providing individualized power control for peripheral sub-systems
US11809258B2 (en) 2016-11-10 2023-11-07 Apple Inc. Methods and apparatus for providing peripheral sub-system stability
US10346226B2 (en) 2017-08-07 2019-07-09 Time Warner Cable Enterprises Llc Methods and apparatus for transmitting time sensitive data over a tunneled bus interface
US11314567B2 (en) 2017-08-07 2022-04-26 Apple Inc. Methods and apparatus for scheduling time sensitive operations among independent processors
US11068326B2 (en) 2017-08-07 2021-07-20 Apple Inc. Methods and apparatus for transmitting time sensitive data over a tunneled bus interface
US10489223B2 (en) 2017-08-07 2019-11-26 Apple Inc. Methods and apparatus for scheduling time sensitive operations among independent processors
US10331612B1 (en) 2018-01-09 2019-06-25 Apple Inc. Methods and apparatus for reduced-latency data transmission with an inter-processor communication link between independently operable processors
US10789198B2 (en) 2018-01-09 2020-09-29 Apple Inc. Methods and apparatus for reduced-latency data transmission with an inter-processor communication link between independently operable processors
US11843683B2 (en) 2018-03-28 2023-12-12 Apple Inc. Methods and apparatus for active queue management in user space networking
US11824962B2 (en) 2018-03-28 2023-11-21 Apple Inc. Methods and apparatus for sharing and arbitration of host stack information with user space communication stacks
US11792307B2 (en) 2018-03-28 2023-10-17 Apple Inc. Methods and apparatus for single entity buffer pool management
US11381514B2 (en) 2018-05-07 2022-07-05 Apple Inc. Methods and apparatus for early delivery of data link layer packets
US10430352B1 (en) 2018-05-18 2019-10-01 Apple Inc. Methods and apparatus for reduced overhead data transfer with a shared ring buffer
US11176064B2 (en) 2018-05-18 2021-11-16 Apple Inc. Methods and apparatus for reduced overhead data transfer with a shared ring buffer
US10585699B2 (en) 2018-07-30 2020-03-10 Apple Inc. Methods and apparatus for verifying completion of groups of data transactions between processors
US10719376B2 (en) 2018-08-24 2020-07-21 Apple Inc. Methods and apparatus for multiplexing data flows via a single data structure
US11347567B2 (en) 2018-08-24 2022-05-31 Apple Inc. Methods and apparatus for multiplexing data flows via a single data structure
US10846224B2 (en) 2018-08-24 2020-11-24 Apple Inc. Methods and apparatus for control of a jointly shared memory-mapped region
US11558348B2 (en) 2019-09-26 2023-01-17 Apple Inc. Methods and apparatus for emerging use case support in user space networking
US11829303B2 (en) 2019-09-26 2023-11-28 Apple Inc. Methods and apparatus for device driver operation in non-kernel space
US11606302B2 (en) 2020-06-12 2023-03-14 Apple Inc. Methods and apparatus for flow-based batching and processing
US11775359B2 (en) 2020-09-11 2023-10-03 Apple Inc. Methods and apparatuses for cross-layer processing
US11954540B2 (en) 2020-09-14 2024-04-09 Apple Inc. Methods and apparatus for thread-level execution in non-kernel space
US11799986B2 (en) 2020-09-22 2023-10-24 Apple Inc. Methods and apparatus for thread level execution in non-kernel space
US11876719B2 (en) 2021-07-26 2024-01-16 Apple Inc. Systems and methods for managing transmission control protocol (TCP) acknowledgements
US11882051B2 (en) 2021-07-26 2024-01-23 Apple Inc. Systems and methods for managing transmission control protocol (TCP) acknowledgements

Also Published As

Publication number Publication date
JP5962210B2 (en) 2016-08-03

Similar Documents

Publication Publication Date Title
JP5962210B2 (en) Multiprocessor system and interprocessor communication method
JP6262783B2 (en) Mobile gateway in the pool for session resilience
JP6724998B2 (en) Server device, cluster system, cluster control method and program
CN106980582B (en) Data processing method and device
EP1942608A1 (en) Network interface control program and network interface controller
CN101437175B (en) Method, apparatus and system for processing disaster-tolerating switch
US9451483B2 (en) Mobile communication system, communication system, control node, call-processing node, and communication control method
CN102957623A (en) Maintenance method and equipment of neighborhood of border gate protocol
CN111988222A (en) Data transmission method and device, electronic equipment and computer readable storage medium
EP2928229B1 (en) Cross-device linear multiplex section overhead method, gateway and controller
JP2010245702A (en) Communication system, communication device, and method of controlling data transmission
US9706440B2 (en) Mobile communication system, call processing node, and communication control method
US20120233245A1 (en) Voip communication system and method for registering client devices with same
CN107317731A (en) A kind of detection method of client and server connection state
CN108900441B (en) Network switching method, first electronic device and readable storage medium
US20090201816A1 (en) Communication device, and flow control method and program product for use in the same
CN103001787A (en) System and method for disaster recovery backup of data processing center
CN102917068A (en) Self-adaptive large-scale cluster communication system and self-adaptive large-scale cluster communication method
KR20150104435A (en) Method of performing transition of operation mode for a routing processor
CN109428821B (en) Server, method for managing routing of mutual backup device and storage medium
JP6091333B2 (en) Network management apparatus and network management method
JP2008197885A (en) Application abnormal end processing system method therefor and program
JP2013162155A (en) Communication control device, communication control method, and communication control program
CN112217718A (en) Service processing method, device, equipment and storage medium
CN101964925B (en) Method and system for controlling recovery of planar node after restarting in automatic switched optical network

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150319

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20151216

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160119

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160225

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20160531

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160613

R150 Certificate of patent or registration of utility model

Ref document number: 5962210

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees