JPH06138984A - Information processor - Google Patents

Information processor

Info

Publication number
JPH06138984A
JPH06138984A JP3012047A JP1204791A JPH06138984A JP H06138984 A JPH06138984 A JP H06138984A JP 3012047 A JP3012047 A JP 3012047A JP 1204791 A JP1204791 A JP 1204791A JP H06138984 A JPH06138984 A JP H06138984A
Authority
JP
Japan
Prior art keywords
processing program
signal
management system
monitoring means
interrupt
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP3012047A
Other languages
Japanese (ja)
Inventor
Kesamitsu Koike
袈裟光 小池
Tokunori Okuya
徳典 奥谷
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP3012047A priority Critical patent/JPH06138984A/en
Publication of JPH06138984A publication Critical patent/JPH06138984A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To surely disconnect a system power supply even when an end processing program runs away and when no interrupt processing is enabled in the information processor which performs a power supply disconnection by the end processing program. CONSTITUTION:An execution monitoring means 42 monitors an end processing program 41, and sends a cancellation signal to a runaway monitoring means 32 for each reference time. The runaway monitoring means 32 judges that the end processing program 41 is normally executed during the cancellation signals are given. When no cancellation signal is given the lapse of a time longer than the reference time, the run before away monitoring means 32 judges the run away of the end processing program 41, disconnecting the system power supply.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、ソフトウェアで電源切
断制御を行う情報処理装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus for controlling power-off by software.

【0002】[0002]

【従来の技術】従来よりレジューム機能を備えたパーソ
ナルコンピュータ(以下パソコンという)では、レジュ
ームに必要な情報の退避等を行うために、電源切断制御
をソフトウェアで行っていた。この電源切断制御の手順
は以下の通りである。まず、利用者がパソコン使用中に
電源切断スイッチを投入すると、割込みが発生して、終
了処理プログラムが起動される。この終了処理プログラ
ムの実行によって、現在実行中のユーザアプリケーショ
ンを正常に終了させたり、レジュームに必要な情報の退
避等が行われる。そして、終了処理プログラムの実行が
すべて終了した後に、パソコンのシステム電源が切断さ
れる。
2. Description of the Related Art Conventionally, in a personal computer having a resume function (hereinafter referred to as a personal computer), power-off control is performed by software in order to save information necessary for resume. The procedure of this power-off control is as follows. First, when the user turns on the power-off switch while using the personal computer, an interrupt occurs and the termination processing program is started. By executing this termination processing program, the user application currently being executed is terminated normally, and information necessary for resume is saved. Then, after the execution of the termination processing program is completed, the system power of the personal computer is turned off.

【0003】[0003]

【発明が解決しようとする課題】ところで、このように
ソフトウェアで電源切断制御を行う従来のパソコンで
は、終了処理プログラムが暴走した場合には、たとえ電
源切断スイッチを投入しても電源を切断することができ
なかった。また、電源切断スイッチ投入時にアプリケー
ションプログラムが割込み信号と同じ優先度の割込みレ
ベルで実行されている場合には、終了処理プログラムが
起動されないため、この場合も電源を切断することがで
きなかった。
By the way, in the conventional personal computer in which the power-off control is performed by software as described above, even if the power-off switch is turned on, the power is turned off when the termination processing program runs out of control. I couldn't. Further, if the application program is being executed at the interrupt level with the same priority as the interrupt signal when the power-off switch is turned on, the termination processing program is not started, and thus the power cannot be turned off in this case as well.

【0004】本発明はこのような問題を解決して、確実
に電源を切断することのできる情報処理装置を提供する
ことを課題とする。
An object of the present invention is to solve such a problem and to provide an information processing apparatus capable of reliably turning off the power supply.

【0005】[0005]

【課題を解決するための手段】上記課題を解決するため
に、本発明の情報処理装置のシステム終了制御プログラ
ムには、割込みで起動される終了処理プログラムと、終
了処理プログラムの開始と同時に起動され基準時間経過
までに終了処理プログラムが終了しない場合にキャンセ
ル信号を管理システムへ送信する実行監視手段とが備え
られ、管理システムには、電源切断手段と、切断信号の
受信またはキャンセル信号の受信によって割込みを発生
させる割込み発生手段と、この割込みと同時に起動され
実行監視手段での基準時間と同一以上の時間が経過する
までにキャンセル信号が受信されない場合に電源切断手
段を起動させる暴走監視手段とが備えられる。
In order to solve the above-mentioned problems, the system termination control program of the information processing apparatus of the present invention includes a termination processing program activated by an interrupt and a termination processing program activated simultaneously with the start of the termination processing program. Execution monitoring means for transmitting a cancel signal to the management system when the termination processing program does not end before the elapse of the reference time is provided, and the management system is interrupted by power-off means and reception of the disconnection signal or the cancellation signal. And an runaway monitoring means that is activated at the same time as this interrupt and that activates the power-off means when a cancel signal is not received before the time equal to or longer than the reference time in the execution monitoring means elapses. To be

【0006】[0006]

【作用】本発明の情報処理装置によれば、切断信号が管
理システムで受信されると、割込み発生手段は割込みを
発生させ、同時に暴走監視手段を起動させる。割込みが
発生すると、システム終了制御プログラムの終了処理プ
ログラムおよび実行監視手段が同時に起動される。終了
処理プログラムが基準時間を経過しても終了しない場合
には、実行監視手段が終了処理プログラムを中断させ
て、キャンセル信号を管理システムに送信する。割込み
発生から基準時間が経過する前にキャンセル信号が受信
されると、暴走監視手段は処理を中断し、割込み発生手
段は新たな割込みを発生させる。割込み発生から基準時
間が経過してもキャンセル信号が受信されない場合に
は、電源切断手段が起動されて、システム電源を切断す
る。
According to the information processing apparatus of the present invention, when the disconnection signal is received by the management system, the interrupt generating means generates an interrupt and simultaneously activates the runaway monitoring means. When an interrupt occurs, the termination processing program of the system termination control program and the execution monitoring means are simultaneously activated. When the termination processing program does not terminate even after the reference time has elapsed, the execution monitoring means suspends the termination processing program and sends a cancel signal to the management system. If the cancel signal is received before the reference time elapses from the occurrence of the interrupt, the runaway monitoring means interrupts the processing and the interrupt generating means generates a new interrupt. If the cancel signal is not received even after the reference time has elapsed from the occurrence of the interrupt, the power-off means is activated to turn off the system power.

【0007】[0007]

【実施例】図1は本発明の一実施例である情報処理装置
を示す概念図である。本実施例の情報処理装置10に
は、切断信号を発信させる電源切断スイッチ20と、ハ
ードウェアまたはソフトウェアで構成される管理システ
ム30と、この管理システム30の管理下で動作するシ
ステム終了制御プログラム40とが備えられている。管
理システム30には、切断信号の受信によってINT2
割込みを発生させる割込み発生手段31と、システム終
了制御プログラム40の暴走を監視する暴走監視手段3
2と、システム電源を切断する電源切断手段33とが備
えられている。また、システム終了制御プログラム40
には、INT2割込みによって起動される終了処理プロ
グラム41と、終了処理プログラム41と同時に起動さ
れる実行監視手段42とが備えられている。終了処理プ
ログラム41では、現在実行中のユーザアプリケーショ
ンの終了処理や、レジュームに必要な情報の退避処理な
どが行われる。また、暴走監視手段32と実行監視手段
42には、それぞれ内部に400msecまでカウントする
タイマが備えられている。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a conceptual diagram showing an information processing apparatus which is an embodiment of the present invention. The information processing apparatus 10 according to the present exemplary embodiment includes a power-off switch 20 for transmitting a disconnection signal, a management system 30 including hardware or software, and a system termination control program 40 that operates under the control of the management system 30. And are provided. Upon receiving the disconnection signal, the management system 30 receives INT2
Interrupt generating means 31 for generating an interrupt, and runaway monitoring means 3 for monitoring runaway of the system termination control program 40
2 and a power supply disconnecting means 33 for disconnecting the system power supply. In addition, the system termination control program 40
Includes an end processing program 41 started by an INT2 interrupt, and an execution monitoring means 42 started at the same time as the end processing program 41. The termination processing program 41 performs termination processing of the user application currently being executed, saving processing of information required for resume, and the like. Further, the runaway monitoring means 32 and the execution monitoring means 42 are respectively provided with timers for counting up to 400 msec.

【0008】次に、本実施例の動作について説明する。
利用者がレジューム機能を備えた情報処理装置10の電
源を切断するために電源切断スイッチ20を投入する
と、管理システム30に切断信号が送信される。この切
断信号は割込み発生手段31で受信され、INT2割込
みを発生させる。また、このINT2割込みの発生と同
時に暴走監視手段32が起動され、内部に備えられたタ
イマが約400msecまでカウントする。INT2割込み
によってシステム終了制御プログラム40の終了処理プ
ログラム41と、実行監視手段42が起動される。実行
監視手段42では、終了処理プログラム41の実行に合
わせて、内部に備えられたタイマのカウントが開始され
る。このタイマが約400msecより短い時間(例えば3
50msec)経過時点に、まだ終了処理プログラム41が
実行中の場合には、実行監視手段42は終了処理プログ
ラム41を終了させ、SW78ポートにキャンセル信号
であるハイレベルの信号を約10μsec の間出力する。
終了処理プログラム41がそれ以前に終了した場合に
は、実行監視手段42はSW78ポートにハイレベルの
信号を出力することなく割込みを解除させる。
Next, the operation of this embodiment will be described.
When the user turns on the power-off switch 20 to turn off the information processing apparatus 10 having the resume function, a disconnection signal is transmitted to the management system 30. This disconnection signal is received by the interrupt generating means 31, and the INT2 interrupt is generated. Further, the runaway monitoring means 32 is activated at the same time when the INT2 interrupt is generated, and the timer provided therein counts up to about 400 msec. The INT2 interrupt activates the termination processing program 41 of the system termination control program 40 and the execution monitoring means 42. In the execution monitoring means 42, the timer provided therein starts counting in synchronization with the execution of the termination processing program 41. This timer is shorter than about 400 msec (eg 3
If the termination processing program 41 is still running after the elapse of 50 msec), the execution monitoring means 42 terminates the termination processing program 41 and outputs a high level signal which is a cancel signal to the SW78 port for about 10 μsec. .
If the termination processing program 41 is terminated before that, the execution monitoring means 42 releases the interrupt without outputting a high level signal to the SW78 port.

【0009】暴走監視手段32の内部に備えられたタイ
マが約400msecをカウントする前に、実行監視手段4
2がSW78ポートにハイレベル信号を出力させた場合
には、タイマはリセットされて暴走監視手段32の処理
は休止する。そして、このSW78ポート出力がハイレ
ベルの信号からローレベルの信号にレベルが変わった時
点から約4msec経過後に、割込み発生手段31は再びI
NT2割込みを発生させる。暴走監視手段32の内部に
備えられたタイマが約400msec経過時点に、実行監視
手段42がSW78ポートにハイレベルの出力をしなか
った場合には、暴走監視手段32は電源切断手段33を
起動させて、強制的に情報処理装置10の電源を切断す
る。
Before the timer provided in the runaway monitoring means 32 counts about 400 msec, the execution monitoring means 4
When No. 2 outputs a high level signal to the SW78 port, the timer is reset and the processing of the runaway monitoring means 32 is stopped. Then, after about 4 msec has elapsed from the time when the level of the SW78 port output changed from the high level signal to the low level signal, the interrupt generating means 31 reactivates the I signal.
Generate an NT2 interrupt. If the execution monitoring means 42 does not output a high level to the SW78 port when the timer provided inside the runaway monitoring means 32 has passed about 400 msec, the runaway monitoring means 32 activates the power-off means 33. Then, the information processing apparatus 10 is forcibly turned off.

【0010】次に、管理システム30をハードウェアで
構成した場合の回路構成を図2に示す。また、この回路
に与えられる信号および生成される信号の波形を図3に
示す。この管理システム30は、約4msec遅延させる第
1時定数回路51と、約400msec遅延させる第2時定
数回路52と、論理積回路53、54と、論理和回路5
5と、電源切断指示回路56と、入力端子57〜59、
出力端子60〜64とから構成されている。電源切断ス
イッチ20が投入されると、入力端子57に与えられる
切断信号がローレベルからハイレベルに変化する。この
切断信号の波形を図3(a)に示す。また、実行監視手
段42からのSW78ポートの出力信号は入力端子58
に与えられる。この信号の波形を図3(b)に示す。こ
の信号は第1時定数回路51に与えられ、約4msec遅延
した信号となる。この遅延信号は出力端子60に与えら
れる。出力端子60から出力される信号の波形を図3
(c)に示す。この遅延信号と切断信号は、論理積回路
53に与えられ、INT2割込み信号が生成される。こ
のINT2割込み信号は出力端子62と第2時定数回路
52に与えられる。出力端子62から出力されるINT
2割込み信号の波形を図3(d)に示す。INT2割込
み信号は第2時定数回路52によって約400msec遅延
した信号となり、出力端子61および論理積回路54に
与えられる。出力端子61から出力される信号の波形を
図3(e)に示す。この信号は論理積回路54によって
切断信号との論理積がとられる。この出力信号は出力端
子63と論理和回路55に与えられる。出力端子63か
ら出力される信号の波形を図3(f)に示す。さらに、
入力端子59にはソフトウェアによる電源終了指示信号
が与えられ、電源切断指示回路56を介して、論理和回
路55に与えられる。論理和回路55では、論理積回路
54からの出力信号とこの電源終了指示信号との論理和
がとられ、電源切断信号として出力端子64に与えられ
る。
Next, FIG. 2 shows a circuit configuration when the management system 30 is configured by hardware. Also, the waveforms of the signals applied to and generated by this circuit are shown in FIG. The management system 30 includes a first time constant circuit 51 for delaying about 4 msec, a second time constant circuit 52 for delaying about 400 msec, AND circuits 53 and 54, and an OR circuit 5.
5, power-off instruction circuit 56, input terminals 57 to 59,
It is composed of output terminals 60 to 64. When the power disconnection switch 20 is turned on, the disconnection signal applied to the input terminal 57 changes from low level to high level. The waveform of this disconnection signal is shown in FIG. The output signal of the SW78 port from the execution monitoring means 42 is the input terminal 58.
Given to. The waveform of this signal is shown in FIG. This signal is given to the first time constant circuit 51 and becomes a signal delayed by about 4 msec. This delayed signal is given to the output terminal 60. The waveform of the signal output from the output terminal 60 is shown in FIG.
It shows in (c). The delay signal and the disconnection signal are given to the AND circuit 53, and the INT2 interrupt signal is generated. This INT2 interrupt signal is given to the output terminal 62 and the second time constant circuit 52. INT output from the output terminal 62
The waveform of the 2 interrupt signal is shown in FIG. The INT2 interrupt signal becomes a signal delayed by about 400 msec by the second time constant circuit 52, and is given to the output terminal 61 and the AND circuit 54. The waveform of the signal output from the output terminal 61 is shown in FIG. This signal is ANDed with the disconnection signal by the AND circuit 54. This output signal is given to the output terminal 63 and the logical sum circuit 55. The waveform of the signal output from the output terminal 63 is shown in FIG. further,
A power supply end instruction signal by software is given to the input terminal 59, and is given to the logical sum circuit 55 through the power supply cutoff instruction circuit 56. In the logical sum circuit 55, the logical sum of the output signal from the logical product circuit 54 and this power supply end instruction signal is taken, and it is given to the output terminal 64 as a power supply disconnection signal.

【0011】このように管理システム30をハードウェ
アで構成すれば、ソフトウェアであるシステム終了制御
プログラム40とは排他的に動作する。したがって、シ
ステム終了制御プログラム40内でどのような暴走が発
生しても、管理システム30はまったくその影響を受け
ないので、確実に電源を切断することができる。また、
管理システム30をソフトウェアで構成した場合であっ
ても、管理システム30とシステム終了制御プログラム
40との実行レベルを完全に管理できるオペレーティン
グシステムを備えた情報処理装置であれば、管理システ
ム30をハードウェアで構成した場合と同様に、確実な
電源切断制御ができる。
When the management system 30 is configured by hardware as described above, it operates exclusively with the system end control program 40 which is software. Therefore, no matter what kind of runaway occurs in the system termination control program 40, the management system 30 is not affected at all, so that the power can be surely cut off. Also,
Even if the management system 30 is configured by software, if the information processing apparatus has an operating system capable of completely managing the execution levels of the management system 30 and the system termination control program 40, the management system 30 may be a hardware system. As in the case of the above configuration, reliable power-off control can be performed.

【0012】なお、電源切断手段33では、強制的に情
報処理装置10の電源を切断させずに、システムをリセ
ット処理した上で情報処理装置10の電源を切断しても
良い。
Note that the power-off means 33 may reset the system and then turn off the information processing apparatus 10 without forcibly turning off the information processing apparatus 10.

【0013】[0013]

【発明の効果】本発明の情報処理装置であれば、実行監
視手段は終了処理プログラムを監視して、正常に実行さ
れている場合には基準時間ごとにキャンセル信号を暴走
監視手段に送信する。暴走監視手段では、キャンセル信
号が与えられている間は終了処理プログラムが正常に実
行されているものと判断する。基準時間と同一以上の時
間が経過するまでにキャンセル信号が与えられない場合
には、暴走監視手段は終了処理プログラムが暴走してい
るものと判断して、システム電源を切断する。
According to the information processing apparatus of the present invention, the execution monitoring means monitors the termination processing program, and when it is executed normally, sends a cancel signal to the runaway monitoring means at each reference time. The runaway monitoring means determines that the termination processing program is normally executed while the cancel signal is given. If the cancel signal is not given before the time equal to or longer than the reference time elapses, the runaway monitoring unit determines that the termination processing program is running out of control, and disconnects the system power supply.

【0014】したがって、終了処理プログラムが暴走し
た場合や、割込み処理ができない場合であっても確実に
システム電源を切断することができる。
Therefore, the system power supply can be surely cut off even when the termination processing program runs out of control or when interrupt processing cannot be performed.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の実施例に係る情報処理装置の概念図で
ある。
FIG. 1 is a conceptual diagram of an information processing apparatus according to an embodiment of the present invention.

【図2】本発明の実施例の管理システムの回路構成図で
ある。
FIG. 2 is a circuit configuration diagram of a management system according to an embodiment of the present invention.

【図3】図2の回路での信号波形図である。3 is a signal waveform diagram in the circuit of FIG.

【符号の説明】[Explanation of symbols]

10…情報処理装置 20…電源切断スイッチ 30…管理システム 31…割込み発生手段 32…暴走監視手段 33…電源切断手段 40…システム終了制御プログラム 41…終了処理プログラム 42…実行監視手段 DESCRIPTION OF SYMBOLS 10 ... Information processing apparatus 20 ... Power supply disconnection switch 30 ... Management system 31 ... Interrupt generation means 32 ... Runaway monitoring means 33 ... Power supply disconnection means 40 ... System termination control program 41 ... Termination processing program 42 ... Execution monitoring means

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 電源切断制御を行う管理システムと、こ
の管理システムの管理下で動作するシステム終了制御プ
ログラムと、管理システムに切断信号を与える電源切断
スイッチとを備える情報処理装置において、 前記システム終了制御プログラムには、割込みで起動さ
れる終了処理プログラムと、前記終了処理プログラムの
開始と同時に起動され基準時間経過までに前記終了処理
プログラムが終了しない場合にキャンセル信号を前記管
理システムへ送信する実行監視手段とが備えられ、 前記管理システムには、電源切断手段と、前記切断信号
の受信または前記キャンセル信号の受信によって割込み
を発生させる割込み発生手段と、この割込みと同時に起
動され前記実行監視手段での基準時間と同一以上の時間
が経過するまでに前記キャンセル信号が受信されない場
合に前記電源切断手段を起動させる暴走監視手段とが備
えられていることを特徴とする情報処理装置。
1. An information processing apparatus comprising: a management system that controls power-off; a system termination control program that operates under the control of the management system; and a power-off switch that gives a disconnection signal to the management system. The control program includes an end processing program started by an interrupt, and an execution monitor that is started at the same time as the start of the end processing program and sends a cancel signal to the management system if the end processing program does not end before a reference time elapses. Means is provided in the management system, power interruption means, interrupt generation means for generating an interrupt by the reception of the disconnection signal or the reception of the cancellation signal, and the execution monitoring means activated at the same time Cancellation by the time equal to or longer than the reference time No. information processing apparatus characterized by have a runaway monitoring means for activating said power down means is provided if not received.
【請求項2】 前記終了処理プログラムでは、電源切断
時のシステム環境の状態情報を退避させる処理を行うこ
とを特徴とする請求項1記載の情報処理装置。
2. The information processing apparatus according to claim 1, wherein the termination processing program performs processing for saving the state information of the system environment when the power is turned off.
【請求項3】 前記キャンセル信号は、前記管理システ
ムへ所望の時間送信し続けることを特徴とする請求項1
または2記載の情報処理装置。
3. The cancel signal continues to be transmitted to the management system for a desired time.
Or the information processing device according to 2.
JP3012047A 1991-02-01 1991-02-01 Information processor Pending JPH06138984A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3012047A JPH06138984A (en) 1991-02-01 1991-02-01 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3012047A JPH06138984A (en) 1991-02-01 1991-02-01 Information processor

Publications (1)

Publication Number Publication Date
JPH06138984A true JPH06138984A (en) 1994-05-20

Family

ID=11794690

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3012047A Pending JPH06138984A (en) 1991-02-01 1991-02-01 Information processor

Country Status (1)

Country Link
JP (1) JPH06138984A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010049311A (en) * 2008-08-19 2010-03-04 Nec Infrontia Corp Information processing apparatus, pos terminal, and control method for forced termination
JP2013242680A (en) * 2012-05-21 2013-12-05 Canon Inc Image forming apparatus, and control method and program for image forming apparatus

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010049311A (en) * 2008-08-19 2010-03-04 Nec Infrontia Corp Information processing apparatus, pos terminal, and control method for forced termination
JP2013242680A (en) * 2012-05-21 2013-12-05 Canon Inc Image forming apparatus, and control method and program for image forming apparatus

Similar Documents

Publication Publication Date Title
US5655127A (en) Method and apparatus for control of power consumption in a computer system
US5551044A (en) Method and apparatus for interrupt/SMI# ordering
US5291542A (en) Mobile telephone having a power-conserving subroutine
KR950005217B1 (en) Clock signal control method and data processing system
JPH11112689A (en) Wake-up on-ring power saving for host signal processing communication system
JP2005515546A (en) Low power bus interface
AU667369B2 (en) Method and apparatus for changing processor clock rate
JPH06214762A (en) Hot-plug support for computer input device
JPH06138984A (en) Information processor
JPH10207586A (en) Power-off control system for computer
US6282664B1 (en) Method and apparatus for switching an electronic system between an operating mode and stand-by mode
JPS629418A (en) Timer control system
KR20010009691A (en) Power on-off control device and method thereof
JPH0944278A (en) Power saving control equipment, portable equipment using the same and power saving control method
JPH0343653B2 (en)
JPH04363712A (en) Portable computer system
JPH0553680A (en) Power controller for computer
JP2001331339A (en) Duplex system of operation control device
JPH08328874A (en) Control system for cpu operating state
JP2758652B2 (en) Inactivity monitoring control device
JP2000312244A (en) Network interface switching method, its system and its recording medium
JPH02282856A (en) Connection controller for time sharing system
JPS61245242A (en) Interruption input device
JPH04167113A (en) Information processor
JPH10187293A (en) Power supply control device