JPH0834615B2 - Line state management control method in switching system - Google Patents
Line state management control method in switching systemInfo
- Publication number
- JPH0834615B2 JPH0834615B2 JP61259882A JP25988286A JPH0834615B2 JP H0834615 B2 JPH0834615 B2 JP H0834615B2 JP 61259882 A JP61259882 A JP 61259882A JP 25988286 A JP25988286 A JP 25988286A JP H0834615 B2 JPH0834615 B2 JP H0834615B2
- Authority
- JP
- Japan
- Prior art keywords
- line
- task
- state
- state management
- processor
- 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.)
- Expired - Lifetime
Links
Landscapes
- Exchange Systems With Centralized Control (AREA)
Description
【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、交換機システム内で端末または対向交換機
から送られてくる回線制御信号により回線の状態監視を
行ない且つ端末または対向交換機に対し制御信号を送る
為の回線状態管理制御システムにおける回線状態管理制
御方法に関する。DETAILED DESCRIPTION OF THE INVENTION [Industrial field of use] The present invention monitors the state of a line by means of a line control signal sent from a terminal or an opposite exchange in an exchange system and sends a control signal to the terminal or the opposite exchange. The present invention relates to a line state management control method in a line state management control system for sending messages.
従来の交換機回線状態管理制御方法においては、複数
の回線状態管理制御を行なうプログラム及びそのプログ
ラムが必要とするデータは唯一のタスク生成により、全
回線の状態遷移の管理を行なっている。ここで、回線の
状態遷移の管理とは、交換機に収容される回線に対応し
たパスを通して端末または対向交換機から送られてくる
回線制御情報と該回線の現在の状態とに基づいて該回線
に関して実行すべき処理を決定して該処理を実行した後
に該回線の状態を次の状態に遷移させる処理をいう。In the conventional exchange line state management control method, the state transitions of all lines are managed by generating a single task for a program that performs a plurality of line state management controls and the data required by the programs. Here, the management of the line state transition is executed for the line based on the line control information sent from the terminal or the opposite exchange through the path corresponding to the line accommodated in the exchange and the current state of the line. This is a process of determining the process to be performed and executing the process, and then changing the state of the line to the next state.
このような従来の方法では、タスクの走行中に中断が
発生した場合、他の回線で発生した呼のためのタスク起
動により、プログラムに付随したワークエリアは二重に
使用される可能性があるため、中断前に実行していた呼
処理で使用中のワークエリアの有効情報は、呼対応に割
当てられるTCRB(Task Control & Transaction Bloc
k)上に退避する処理が必要であるという制約条件が多
く、プログラム設計に費やす余計な労力が必要であっ
た。In such a conventional method, if an interruption occurs while a task is running, the work area associated with the program may be used twice due to task activation for a call that occurred on another line. Therefore, the valid information of the work area that is being used for the call processing that was executed before the interruption is the TCRB (Task Control & Transaction Bloc)
k) There were many constraints that required processing to be saved on top, and extra effort was spent on program design.
上述した従来の交換機システムにおける回線状態管理
制御方法は、回線の状態遷移の管理を行なうプログラム
およびそのプログラムが使用するデータは唯一のタスク
生成により全回線の呼の発生によって起動される方法で
あるため、前述したように該タスクの中断時には、ワー
クエリアの退避およびタスク中断再開時の復旧処理が必
要であり、そのためのオーバーヘッドが大であるという
欠点と、プログラム設計が面倒であるという欠点とがあ
った。The line state management control method in the conventional exchange system described above is a method in which the program for managing the state transition of the line and the data used by the program are activated by the generation of a call for all lines by the generation of a single task. As described above, when the task is interrupted, the work area must be saved and the recovery processing must be performed when the task is interrupted and resumed, and the overhead for that is large, and the program design is troublesome. It was
本発明はこのような従来の欠点を解決したもので、そ
の目的は、オーバーヘッドが小さく且つプログラム設計
の容易な交換機システムにおける回線状態管理制御方法
を提供することにある。The present invention has solved the above-mentioned conventional drawbacks, and an object of the present invention is to provide a line state management control method in an exchange system having a small overhead and easy program design.
本発明は上記目的を達成するために、交換機システム
を構成する回線制御プロセッサとして、交換処理プログ
ラムおよびデータが格納される記憶装置と仮想アドレス
空間をタスク毎に提供する多重仮想空間構成を実現する
プロセッサ並びに該プロセッサ上で多重仮想空間の管理
を行なうオペレーティング・システムを備えた回線制御
プロセッサを使用し、交換機に収容される回線に対応し
たパスを通して端末または対向交換機から送られてくる
回線制御情報と該回線の現在の状態とに基づいて該回線
に関して実行すべき処理を決定して該処理を実行した後
に該回線の状態を次の状態に遷移させる処理を、前記回
線制御プロセッサ上のそれぞれ異なる仮想空間上で動作
する、各回線毎に割当てた回線状態管理タスクによって
行なう。In order to achieve the above object, the present invention, as a line control processor constituting an exchange system, is a processor that realizes a multiple virtual space configuration that provides a storage device for storing an exchange processing program and data and a virtual address space for each task. And a line control processor equipped with an operating system for managing multiple virtual spaces on the processor, and line control information sent from the terminal or the opposite exchange through a path corresponding to the line accommodated in the exchange, and Different virtual spaces on the line control processor for determining a process to be executed for the line based on the current state of the line and executing the process and then changing the state of the line to the next state. This is performed by the line status management task that operates above and is assigned to each line.
回線の状態遷移の管理を、固有の仮想アドレス空間を
個々に有し回線毎に用意されたタスクによって行なうの
で、タスクの中断時におけるワークエリアの退避,復旧
処理が不要となる。Since the state transition of the line is managed by a task that has a unique virtual address space and is prepared for each line, it is not necessary to save and restore the work area when the task is interrupted.
次に本発明の実施例について図面を参照して説明す
る。Next, embodiments of the present invention will be described with reference to the drawings.
第2図は本発明の実施例の機能ブロック図であり、こ
の交換システムは、主スイッチ11と、回線回路12,13
と、呼制御プロセッサ21と、回線制御プロセッサ22,23
とから構成されている。FIG. 2 is a functional block diagram of an embodiment of the present invention. This switching system includes a main switch 11 and line circuits 12 and 13.
, Call control processor 21, and line control processors 22, 23
It consists of and.
交換機に収容される回線に対応したパス(このパスは
呼制御プロセッサ21側の信号線31,32によるものと、端
末または対向交換機からの直接のものとがあり、後者は
回線回路12,13側の信号線41,42による方式或いは第2図
には図示しない端末または対向変換機との接続信号線に
よる方式とがある)を通して図示しない端末または対向
交換機から送られる回線制御信号は、回線回路12,13を
経由して回線制御プロセッサ22,23にその情報が受渡さ
れる。回線制御プロセッサ22,23は、各回線毎にその状
態を管理制御する機能を有し、通信相手の端末または対
向交換機に対して呼制御プロセッサ21を介して回線制御
信号を送る機能を有する。A path corresponding to the line accommodated in the exchange (there are the signal lines 31 and 32 of the call control processor 21 side and the direct line from the terminal or the opposite exchange, and the latter is the line circuit 12 and 13 side 2 through the signal lines 41, 42 of FIG. 2 or a connection signal line with a terminal or an opposite exchange (not shown in FIG. 2)). The information is transferred to the line control processors 22 and 23 via the channels 13 and 13. The line control processors 22 and 23 have a function of managing and controlling the state of each line, and have a function of sending a line control signal to a terminal of a communication partner or an opposite exchange via the call control processor 21.
第3図は回線制御プロセッサ22,23の実施例のブロッ
ク図であり、交換処理プログラムおよびデータが格納さ
れる記憶装置200と、仮想アドレス空間をタスク毎に提
供する多重仮想空間構成を実現するマイクロプロセッサ
201と、回線回路12,13との間のインタフェイス回路202
と、呼制御プロセッサ21との間のインタフェイス回路20
3とから構成されている。マイクロプロセッサ201上で
は、多重仮想空間の管理を行なうオペレーティング・シ
ステム(OS)が動作しており、交換機に収容される回線
に対応したパスを通して端末または対向交換機から送ら
れてくる回線制御情報とその回線の現在の状態とに基づ
いてその回線に関して実行すべき処理を決定して、この
決定した処理を実行した後にその回線の状態を次の状態
に遷移させる処理(回線の状態遷移の管理)を、回線毎
に割当てた回線状態管理タスクによって行なっている。
即ち、交換機に収容される回線の状態遷移の管理を行な
う機能を有する回線状態管理タスクを回線個々に生成
し、各回線状態管理タスクは、対応する1回線の状態遷
移の管理のみを行なう機能を有し、パスを通して端末ま
たは対向交換機から送られてくる回線制御情報を受信識
別する別のタスクが、公知のタスク間通信技術により各
回線状態管理タスクに分配する構成を有する。FIG. 3 is a block diagram of an embodiment of the line control processors 22 and 23. The storage device 200 stores switching processing programs and data, and a micro computer for realizing a multiple virtual space configuration for providing a virtual address space for each task. Processor
Interface circuit 202 between 201 and the line circuits 12 and 13
Interface circuit 20 between the call control processor 21 and
It is composed of 3 and. An operating system (OS) that manages multiple virtual spaces runs on the microprocessor 201, and line control information and its line control information sent from a terminal or an opposite exchange through a path corresponding to a line accommodated in the exchange. Based on the current state of the line, determine the process to be executed for that line, and after executing this determined process, change the line state to the next state (management of line state transition). , The line status management task assigned to each line.
That is, a line state management task having a function of managing the state transition of the line accommodated in the exchange is generated for each line, and each line state management task has a function of managing only the state transition of the corresponding one line. Another task has a configuration in which the other task for receiving and identifying the line control information sent from the terminal or the opposite exchange through the path is distributed to each line state management task by a known inter-task communication technique.
第1図は、第2図の回線制御プロセッサ22,23におけ
る回線状態管理の処理手順の一例を示すフローチャー
ト、第4図は第1図で示される処理を実行する機能モジ
ュールの関連図である。なお、第4図において、50はマ
ルチタスク制御管理モジュール、51はDチャネル制御モ
ジュール、52はプロセッサ間通信制御モジュール、531
〜53nは回線回路種別対応の状態管理モジュールであ
り、各状態管理モジュール内に複数の回線対応の回線状
態管理タスクが生成される。FIG. 1 is a flow chart showing an example of the processing procedure of the line state management in the line control processors 22 and 23 of FIG. 2, and FIG. 4 is a related diagram of the functional modules for executing the process shown in FIG. In FIG. 4, 50 is a multi-task control management module, 51 is a D channel control module, 52 is an interprocessor communication control module, and 53 1
Numerals 53 to 53 n are state management modules corresponding to the line circuit types, and a line state management task corresponding to a plurality of lines is generated in each state management module.
回線制御プロセッサ22,23は、交換処理サービスを開
始する前処理として、第4図のマルチタスク制御管理モ
ジール50を起動し、第1図に示す初期設定処理を実行さ
せる。この初期設定処理では、回線回路12,13の種別を
図示しないハードウェア装置から読出し(処理手順S
2)、得られた回線回路の種別情報をパラメータとし
て、各種別対応の状態管理モジュール531〜53nに、該当
回線のための回線状態管理タスクの生成を実行する(処
理手順S3)。このような回線状態管理タスクの生成は全
回線分行なわれ、全回線分のタスク生成が終了したこと
を処理手順S1で判別すると、マルチタスク制御管理モジ
ュール50による初期設定手順は終了する。The line control processors 22 and 23 activate the multi-task control management module 50 shown in FIG. 4 as a pre-process for starting the switching service, and execute the initialization process shown in FIG. In this initialization processing, the type of the line circuits 12 and 13 is read from a hardware device (not shown) (processing procedure S
2), as the type information of the obtained line circuit parameters, in each type corresponding state control module 53 1 to 53 n, to perform the generation of the line state management tasks for the corresponding line (procedure S3). Generation of such line state management tasks is performed for all lines, and when it is determined in step S1 that task generation for all lines has been completed, the initial setting procedure by the multitask control management module 50 ends.
次に回線状態管理の手順を説明する。全回線分のタス
ク生成が完了した後、回線回路種別をパラメータとして
持つスタートタスク(START TASK)要求が与えられる
と、マルチタスク制御管理モジュール50は、パラメータ
として引渡された回線回路種別で分岐し(処理手順S2
0)、各状態管理モジュール531〜53nにリスタートタス
ク(RESTART TASK)要求を発することにより、対応回線
種別の各回線状態管理タスクをスタートさせ、状態管理
モジュール531〜53n内の各回線状態管理タスクに、回線
回路種別に固有な無限ループ内で回線の状態遷移の管理
を行なわせる。第1図では、ISDN(Integrated Service
s Digital Network)端末と接続される回線の状態管理
の空き状態(状態番号「1」)と応答待状態(状態番号
「2」)とについてのみ処理手順を示し、他回線回路種
別およびISDN端末の他状態での処理手順については省略
している。Next, the procedure of line status management will be described. When the start task (START TASK) request having the line circuit type as a parameter is given after the task generation for all lines is completed, the multitask control management module 50 branches by the line circuit type passed as a parameter ( Processing procedure S2
0), by issuing a restart task (RESTART TASK) request to each state management module 53 1 to 53 n , each line state management task of the corresponding line type is started, and each state management module 53 1 to 53 n Causes the line state management task to manage line state transitions within an infinite loop specific to the line circuit type. In Figure 1, ISDN (Integrated Service)
s Digital Network) The processing procedure is shown only for the idle state (state number "1") and the response waiting state (state number "2") of the state management of the line connected to the terminal. The processing procedure in other states is omitted.
さて、無限ループ内では、各回線状態管理タスクは先
ず回線状態の状態番号により分岐し(処理手順S21)、
各状態において受信が期待されるメッセージ信号を持つ
(処理手順S22,S25)。回線回路種別がISDN端末の場
合、回線状態管理タスクのリスタートが行なわれ、最初
に状態番号が判定される処理(処理手順S21)では、状
態番号「1」の空き状態と判定されるので、空状態信号
待ちで該当回線状態管理タスクが中断される(処理手順
S22)。Now, in the infinite loop, each line state management task first branches according to the line number of the line state (procedure S21),
It has a message signal expected to be received in each state (procedure S22, S25). If the line circuit type is an ISDN terminal, the line state management task is restarted, and in the process of first determining the state number (procedure S21), it is determined that the state number "1" is an empty state. The line status management task is interrupted while waiting for an empty signal (processing procedure
S22).
以上の処理は、全回線に対して実行され、全タスク
が、空状態信号待ちとなり、各々対応する回線からの発
呼又は着信の信号を待つことになる。The above processing is executed for all lines, and all tasks wait for an empty signal and wait for a signal for calling or receiving a call from the corresponding line.
次に、第2図の回線回路12,13がISDN端末から発呼信
号を検出した場合、回線制御プロセッサ22,23に発呼信
号が送られる。回線制御プロセッサ22,23ではこの発呼
信号はDチャネル制御モジュール51で受信され、Dチャ
ネル制御モジュール51は、これに応答して該回線に対応
する回線状態管理タスクを例えば回線・タスク対応テー
ブルの内容に基づいて識別し、タスク間通信技術により
対応する回線状態管理タスクにメッセージを通知し、そ
の回線状態管理タスクではこれを第1図のSETUPとして
認識し、処理手順S23の発呼検出処理を実行する。Next, when the line circuits 12 and 13 in FIG. 2 detect a call signal from the ISDN terminal, the call signal is sent to the line control processors 22 and 23. In the line control processors 22 and 23, this calling signal is received by the D channel control module 51, and the D channel control module 51 responds to this by issuing a line state management task corresponding to the line, for example, in the line / task correspondence table. The line state management task identifies the message based on the contents and notifies the corresponding line state management task of the message by the inter-task communication technology. The line state management task recognizes this as SETUP in FIG. 1 and executes the call detection process of process step S23. Run.
また、第2図の呼制御プロセッサ21から回線制御プロ
セッサ12.13へ着呼信号が送られてきた場合、この着呼
信号はプロセッサ間通信制御モジュール52で受信され、
該モジュール52はタスク間通信技術により対応する回線
状態管理タスクにメッセージを通知し、その回線状態管
理タスクでは、該タスクではこれを第1図のIAMとして
認識し、処理手順S24の着呼処理を実行する。なお、上
記発呼検出処理や着呼処理の結果、端末または対向交換
機に対し制御信号を送る必要がある場合は、その回線状
態管理タスクはDチャネル制御モジュール51或いはプロ
セッサ間通信制御モジュール52に制御信号を渡し、これ
らは対応する回線のパスへ送出する。When an incoming call signal is sent from the call control processor 21 of FIG. 2 to the line control processor 12.13, the incoming call signal is received by the inter-processor communication control module 52,
The module 52 notifies the corresponding line state management task of the message by the inter-task communication technology, and the line state management task recognizes this as the IAM of FIG. 1 and executes the incoming call process of the processing procedure S24. Run. When it is necessary to send a control signal to the terminal or the opposite exchange as a result of the above-mentioned call detection processing or call reception processing, the line state management task is controlled by the D channel control module 51 or the interprocessor communication control module 52. Pass signals and send them to the path of the corresponding line.
以下、処理手順S24の着呼処理が終了すると、該当回
線の次の状態番号すなわち「2」の応答待状態が設定さ
れ(処理手順S28)、処理手順S25の応答待ちで該当回線
状態管理タスクが中断される。そして、ISDN端末からAL
ERTを検出した場合、処理手順S26の応答検出処理が実行
され、第2図の呼制御プロセッサ21から切断信号RELを
受信した場合は、処理手順S27の途中放棄検出処理が実
行される。After that, when the incoming call processing of the processing procedure S24 is completed, the next state number of the corresponding line, that is, the response waiting state of "2" is set (processing procedure S28), and the corresponding line state management task waits for the response of the processing procedure S25. Suspended. And from the ISDN terminal AL
When the ERT is detected, the response detection processing of the processing procedure S26 is executed, and when the disconnection signal REL is received from the call control processor 21 of FIG. 2, the midway abandonment detection processing of the processing procedure S27 is executed.
以上説明したように、本発明の交換機システムにおけ
る回線状態管理制御方法は、回線対応に、それぞれ異な
る仮想空間上で動作する回線状態管理タスクを割当てる
ので、タスクの中断時におけるワークエリアの退避,復
旧処理を必要とせず、オーバーヘッドが小さくなり、且
つ回線状態管理制御プログラムの作成が容易なものとな
る。As described above, since the line state management control method in the exchange system of the present invention assigns line state management tasks that operate in different virtual spaces corresponding to the lines, the work area is saved and restored when the tasks are interrupted. No processing is required, the overhead is reduced, and the line state management control program can be easily created.
第1図は回線制御プロセッサ22,23における回線状態管
理の処理手順の一例を示すフローチャート、 第2図は本発明の実施例の機能ブロック図、 第3図は回線制御プロセッサ22,23の実施例のブロック
図および、 第4図は第1図の処理を実行する機能モジュールの関連
図である。 図において、11……主スイッチ、12,13……回線回路、2
1……呼制御プロセッサ、22,23……回線制御プロセッ
サ、31,32,41,42……信号線、50……マルチタスク制御
管理モジュール、51……Dチャネル制御モジュール、52
……プロセッサ間通信制御モジュール、531〜53n……状
態管理モジュール、200……記憶装置、201……マイクロ
プロセッサ、202,203……インタフェイス回路。FIG. 1 is a flow chart showing an example of a processing procedure of line state management in the line control processors 22 and 23, FIG. 2 is a functional block diagram of an embodiment of the present invention, and FIG. 3 is an embodiment of the line control processors 22 and 23. FIG. 4 and FIG. 4 are related diagrams of functional modules that execute the processing of FIG. In the figure, 11 ... Main switch, 12,13 ... Line circuit, 2
1 …… Call control processor, 22,23 …… Line control processor, 31,32,41,42 …… Signal line, 50 …… Multitask control management module, 51 …… D channel control module, 52
...... Interprocessor communication control module, 53 1 to 53 n …… State management module, 200 …… Storage device, 201 …… Microprocessor, 202,203 …… Interface circuit.
Claims (1)
ッサとして、交換処理プログラムおよびデータが格納さ
れる記憶装置と仮想アドレス空間をタスク毎に提供する
多重仮想空間構成を実現するプロセッサ並びに該プロセ
ッサ上で多重仮想空間の管理を行なうオペレーティング
・システムを備えた回線制御プロセッサを使用し、交換
機に収容される回線に対応したパスを通して端末または
対向交換機から送られてくる回線制御情報と該回線の現
在の状態とに基づいて該回線に関して実行すべき処理を
決定して該処理を実行した後に該回線の状態を次の状態
に遷移させる処理を、前記回線制御プロセッサ上のそれ
ぞれ異なる仮想空間上で動作する、各回線毎に割当てた
回線状態管理タスクによって行なうことを特徴とする交
換機システムにおける回線状態管理制御方法。1. A line control processor constituting a switching system, a storage device for storing switching processing programs and data, a processor for realizing a multiple virtual space configuration for providing a virtual address space for each task, and a multiple processor on the processor. Using the line control processor equipped with an operating system for managing the virtual space, line control information sent from the terminal or the opposite exchange through the path corresponding to the line accommodated in the exchange and the current state of the line A process of determining a process to be executed for the line based on the above, and executing a process of changing the state of the line to the next state, which operates in different virtual spaces on the line control processor. A switching system characterized by performing a line status management task assigned to each line Line state management control how.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP61259882A JPH0834615B2 (en) | 1986-10-31 | 1986-10-31 | Line state management control method in switching system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP61259882A JPH0834615B2 (en) | 1986-10-31 | 1986-10-31 | Line state management control method in switching system |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPS63114495A JPS63114495A (en) | 1988-05-19 |
| JPH0834615B2 true JPH0834615B2 (en) | 1996-03-29 |
Family
ID=17340251
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP61259882A Expired - Lifetime JPH0834615B2 (en) | 1986-10-31 | 1986-10-31 | Line state management control method in switching system |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH0834615B2 (en) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH01297996A (en) * | 1988-05-25 | 1989-12-01 | Nec Corp | Exchange control system |
| JPH0247991A (en) * | 1988-08-09 | 1990-02-16 | Nec Corp | Maintenance terminal control system |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPS5795792A (en) * | 1981-10-02 | 1982-06-14 | Hitachi Ltd | Function scattering type electronic exchanger |
-
1986
- 1986-10-31 JP JP61259882A patent/JPH0834615B2/en not_active Expired - Lifetime
Also Published As
| Publication number | Publication date |
|---|---|
| JPS63114495A (en) | 1988-05-19 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US6715016B1 (en) | Multiple operating system control method | |
| JPH0576654B2 (en) | ||
| JP3490473B2 (en) | Communication system between processors | |
| KR19980020514A (en) | Implementing Fault Tolerance of Private Switching System of Integrated Telecommunication Network | |
| JPH0834615B2 (en) | Line state management control method in switching system | |
| JP2877095B2 (en) | Multiprocessor system | |
| JPH10289215A (en) | Computer system having current and spare switching function in application program unit and machine readable recording medium recording program | |
| JPH0464162A (en) | Control command execution method for computer | |
| JP2629415B2 (en) | A business process switching method in a mutual standby system | |
| JPH07182297A (en) | Server/client type network system | |
| JPH01157191A (en) | System for controlling application in switchboard | |
| JPH01297996A (en) | Exchange control system | |
| JP3184165B2 (en) | Individual restart control method for switching system | |
| JPH02139633A (en) | Process synchronizing control system | |
| JPS62278861A (en) | Function corresponding scope limiting file replace processing system in multiprocessor system | |
| JP3903688B2 (en) | Bank switching system | |
| JPH0476146B2 (en) | ||
| JPH07219803A (en) | Multiplex computer control system | |
| JPH03131160A (en) | Backup system for modem | |
| JPH0390937A (en) | Program control system | |
| JP2000029850A (en) | Task controlling method using inter-processor communication of operating system | |
| JPH0468457A (en) | Manager device for network control system | |
| JPS61288234A (en) | Switching system for network constitution in dual system | |
| JPH04350750A (en) | Computer system | |
| JPH09312863A (en) | Electronic exchange |