JP2001154861A - System and method for asynchronously ending process - Google Patents

System and method for asynchronously ending process

Info

Publication number
JP2001154861A
JP2001154861A JP33438899A JP33438899A JP2001154861A JP 2001154861 A JP2001154861 A JP 2001154861A JP 33438899 A JP33438899 A JP 33438899A JP 33438899 A JP33438899 A JP 33438899A JP 2001154861 A JP2001154861 A JP 2001154861A
Authority
JP
Japan
Prior art keywords
computer
monitoring thread
asynchronously
predetermined file
generated
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
JP33438899A
Other languages
Japanese (ja)
Inventor
Shinji Okai
慎志 岡井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Solution Innovators Ltd
Original Assignee
NEC Solution Innovators 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 NEC Solution Innovators Ltd filed Critical NEC Solution Innovators Ltd
Priority to JP33438899A priority Critical patent/JP2001154861A/en
Publication of JP2001154861A publication Critical patent/JP2001154861A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PROBLEM TO BE SOLVED: To asynchronously end a process by the already existing application process of a computer different from a computer in which a process is operating. SOLUTION: A monitoring thread JLT operating on a process PRS monitors a switch file SWF, and when the switch file SWF is generated, the process PRS is ended. The switch file SWF is generated by an already existing application AP of a computer 2.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、コンピュータ上で
動作するプロセスの外部から非同期にプロセスを終了さ
せるプロセス非同期終了システムおよび方法に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a process asynchronous termination system and method for asynchronously terminating a process from outside a process operating on a computer.

【0002】[0002]

【従来の技術】マルチプロセスで動作するシステムで
は、それぞれのプロセスが割り込み機能やメッセージ通
信機能などを用いて互いにプロセス間通信を行うのが一
般的となっている。例えば、特開平10−283206
号公報には、動作中のプロセスが他のプロセスからの割
り込み要求に応答して非同期で割り込み処理を実行する
システムが提案されている。
2. Description of the Related Art In a system operating in a multi-process, it is general that each process communicates with each other using an interrupt function, a message communication function, and the like. For example, JP-A-10-283206
Japanese Patent Application Laid-Open Publication No. H11-163873 proposes a system in which a running process asynchronously executes an interrupt process in response to an interrupt request from another process.

【0003】図3は、特開平10−283206号公報
に記載されている従来のプロセス非同期割り込みシステ
ムの構成を示すブロック図である。図3に示すように、
コンピュータ100では、オペレーティングシステム1
01上においてプロセスAとプロセスBとが動作してい
る。プロセスAは、他のプロセスからの割り込み要求を
受けつけた時に実行される割り込み処理部110と、そ
の割り込み要求を受けつけた時に割り込み処理部110
を実行させる割り込み実行手段111とを備えている。
プロセスAは、マルチプロセス環境でプロセス制御を行
うオペレーティングシステム101の各プロセス共通領
域120にイベントオブジェクトIEを生成し、他のプ
ロセスがそのイベントオブジェクトIEをシグナル状態
に設定したか、すなわち自分に対してイベントが発生し
たかどうかを監視することによって他のプロセスからの
割り込み要求を感知する。したがって、プロセスAは割
り込み要求を監視する監視スレッドITと監視スレッド
ITを生成する監視スレッド生成手段113とをさらに
備える。監視スレッドITは、イベントオブジェクトI
Eを生成するイベントオブジェクト生成手段114と、
イベントオブジェクトIEがシグナル状態になっている
か否か監視し、イベントオブジェクトIEがシグナル状
態になっていることを感知した場合、割り込み実行手段
に割り込み要求を通知する要求感知手段115とを備え
ている。そして、プロセスBはイベントオブジェクトI
Eをシグナル状態に設定するイベントオブジェクト制御
プログラム130を備えている。
FIG. 3 is a block diagram showing a configuration of a conventional process asynchronous interrupt system described in Japanese Patent Application Laid-Open No. 10-283206. As shown in FIG.
In the computer 100, the operating system 1
01, process A and process B are operating. Process A includes an interrupt processing unit 110 that is executed when an interrupt request from another process is received, and an interrupt processing unit 110 that is executed when the interrupt request is received.
And an interrupt executing means 111 for executing
The process A generates an event object IE in each process common area 120 of the operating system 101 that performs process control in a multi-process environment, and determines whether another process has set the event object IE to a signal state, that is, By monitoring whether an event has occurred, an interrupt request from another process is sensed. Therefore, the process A further includes a monitoring thread IT that monitors an interrupt request and a monitoring thread generating unit 113 that generates the monitoring thread IT. The monitoring thread IT uses the event object I
An event object generating means 114 for generating E;
A request sensing unit 115 is provided for monitoring whether the event object IE is in a signal state and notifying the interrupt execution unit of an interrupt request when the event object IE is detected to be in a signal state. And the process B is the event object I
An event object control program 130 for setting E to a signal state is provided.

【0004】上述のような従来のプロセス非同期割り込
みシステムにおいて、プロセスBからの割り込みによっ
てプロセスAを終了させるシステムを構築する場合、割
り込み処理部110においてプロセスAを終了させる処
理を行うようにすれば、プロセスBによってプロセスA
を非同期に終了させるプロセス非同期終了システムを構
築することができる。
In the above-described conventional process asynchronous interrupt system, when a system for terminating process A by an interrupt from process B is constructed, if the process for terminating process A is performed in interrupt processing unit 110, Process A by Process B
Process asynchronous termination system that terminates asynchronously can be constructed.

【0005】しかしながら、上述の従来のプロセス非同
期終了システムでは、オペレーティングシステム101
の各プロセス共通領域120に存在するイベントオブジ
ェクトIEをプロセス間インタフェイスとして用いてい
るため、プロセスAが動作しているコンピュータとは別
のコンピュータからイベントオブジェクトIEを操作し
てプロセスAを終了させることは困難である。
However, in the above-described conventional process asynchronous termination system, the operating system 101
Since the event object IE existing in each process common area 120 is used as an inter-process interface, the process A is terminated by operating the event object IE from a computer different from the computer on which the process A is operating. It is difficult.

【0006】また、上述の従来のプロセス非同期終了シ
ステムでは、イベントオブジェクトIEをプロセス間イ
ンタフェイスとして用いているため、オペレーティング
システム101の各プロセス共通領域120にアクセス
して、プロセスBにイベントオブジェクトIEをシグナ
ル状態に設定するイベントオブジェクト制御プログラム
130が必要になる。
In the above-described conventional process asynchronous termination system, since the event object IE is used as an inter-process interface, each process common area 120 of the operating system 101 is accessed, and the event object IE is transmitted to the process B. The event object control program 130 for setting the signal state is required.

【0007】[0007]

【発明が解決しようとする課題】上述の従来のプロセス
非同期終了システムでは、以下に示す2つの問題点があ
った。 (1) オペレーティングシステムの各プロセス共通領
域に存在するイベントオブジェクトをプロセス間インタ
フェイスとして用いているため、プロセスが動作するコ
ンピュータとは別のコンピュータからイベントオブジェ
クトを操作してプロセスを終了させることが困難であ
る。 (2) オペレーティングシステムの各プロセス共通領
域に存在するイベントオブジェクトをプロセス間インタ
フェイスとして用いているため、他プロセスにおいてオ
ペレーティングシステムの各プロセス共通領域にアクセ
スして、イベントオブジェクトをシグナル状態に設定す
るプログラムを設計しなければならない。 本発明では、プロセスが動作しているコンピュータとは
別のコンピュータからの制御によってプロセスを非同期
に終了させることができるプロセス非同期終了システム
を提供することを目的とする。
The above-described conventional process asynchronous termination system has the following two problems. (1) Since an event object existing in each process common area of the operating system is used as an inter-process interface, it is difficult to terminate the process by operating the event object from a computer different from the computer on which the process operates. It is. (2) Since an event object existing in each process common area of the operating system is used as an inter-process interface, another program accesses each process common area of the operating system in another process and sets the event object to a signal state. Must be designed. SUMMARY OF THE INVENTION It is an object of the present invention to provide a process asynchronous termination system capable of terminating a process asynchronously under control of a computer other than the computer on which the process is running.

【0008】また、本発明では、オペレーティングシス
テムの各プロセス共通領域にアクセスするプログラムを
設計しなくても、プロセスを非同期に終了させることが
できるプロセス非同期終了システムを提供することを目
的とする。
Another object of the present invention is to provide a process asynchronous termination system capable of terminating a process asynchronously without designing a program for accessing each process common area of an operating system.

【0009】[0009]

【課題を解決するための手段】上記課題を解決するため
に、本発明は、コンピュータ上で動作するプロセスを非
同期に終了させるプロセス非同期終了システムにおい
て、前記プロセス内で動作し、所定のファイルの有無を
監視し、前記所定のファイルの存在を確認した場合前記
プロセスを終了させる監視スレッド手段と、該監視スレ
ッド手段を生成する監視スレッド生成手段とを備えるこ
とを特徴とする。
In order to solve the above-mentioned problems, the present invention provides a process asynchronous termination system for asynchronously terminating a process operating on a computer. And monitoring thread means for terminating the process when the existence of the predetermined file is confirmed, and monitoring thread generating means for generating the monitoring thread means.

【0010】さらに、前記所定のファイルは、前記プロ
セスが動作するコンピュータとは別のコンピュータから
アクセス可能であり、該別のコンピュータによって生成
される。
[0010] Further, the predetermined file is accessible from a computer different from a computer on which the process operates, and is generated by the other computer.

【0011】本発明のプロセス同期終了システムでは、
2つのコンピュータからアクセス可能な所定のファイル
の生成をプロセスを終了させる条件とすることによっ
て、プロセスが動作するコンピュータとは別のコンピュ
ータからプロセスを終了させる条件をセットすることが
できるため、プロセスが動作するコンピュータとは別の
コンピュータからプロセスを非同期に終了させることが
できる。
In the process synchronization termination system of the present invention,
By making the generation of a predetermined file accessible from two computers a condition for terminating the process, the condition for terminating the process from a computer different from the computer on which the process operates can be set. The process can be asynchronously terminated from a computer other than the computer that performs the process.

【0012】また、本発明の他のプロセス非同期終了シ
ステムでは、前記所定のファイルは、既存のアプリケー
ションプロセスによって生成される。
Further, in another process asynchronous termination system according to the present invention, the predetermined file is generated by an existing application process.

【0013】本発明のプロセス同期終了システムでは、
既存のアプリケーションプロセスによる所定のファイル
の生成をプロセスを終了させる条件とすることによっ
て、プロセスを終了させるためにオペレーティングシス
テムの各プロセス共通領域にアクセスする必要がなくな
るため、オペレーティングシステムの各プロセス共通領
域にアクセスするプログラムを設計しなくても、プロセ
スを非同期に終了させることができる。
In the process synchronization termination system of the present invention,
By making the generation of a predetermined file by an existing application process a condition for terminating the process, there is no need to access the process common areas of the operating system to terminate the process. The process can be terminated asynchronously without designing a program to access.

【0014】[0014]

【発明の実施の形態】本発明の一実施形態について図面
を参照して詳細に説明する。図1は、本発明の一実施形
態のプロセス非同期終了システムの構成を示すブロック
図である。図1に示すように、コンピュータ1ではプロ
セスPRSが動作しており、コンピュータ2では既存の
アプリケーションプロセスAPが動作している。コンピ
ュータ1およびコンピュータ2からアクセス可能なディ
スク3には、アプリケーションプロセスAPによってス
イッチファイルSWFが作成される。アプリケーション
プロセスAPは、ワープロや、テキストエディタや、デ
ータベースなどの機能を有するアプリケーションプロセ
スであり、スイッチファイルSWFを生成可能であれば
どんな既存のアプリケーションプロセスでもよい。プロ
セスPRSはマルチスレッドのプロセスであり、プロセ
スPRS上では、スイッチファイルSWFを監視する監
視スレッドJLTとその監視スレッドJLTを生成する
監視スレッド生成手段であり、プロセスPRSのメイン
処理を行うメインスレッドMTとが動作している。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing a configuration of a process asynchronous termination system according to an embodiment of the present invention. As shown in FIG. 1, a process PRS is running on the computer 1, and an existing application process AP is running on the computer 2. The switch file SWF is created on the disk 3 accessible from the computer 1 and the computer 2 by the application process AP. The application process AP is an application process having functions such as a word processor, a text editor, and a database, and may be any existing application process as long as the switch file SWF can be generated. The process PRS is a multi-threaded process. On the process PRS, a monitoring thread JLT for monitoring the switch file SWF and a monitoring thread generating means for generating the monitoring thread JLT include a main thread MT for performing main processing of the process PRS. Is working.

【0015】本実施形態のプロセス非同期終了システム
は、アプリケーションプロセスAPにより、プロセスP
RSを非同期に終了させるシステムである。アプリケー
ションプロセスAPは、プロセスPRSを終了させたい
場合、ディスク3上にスイッチファイルSWFを作成す
る。プロセスPRSでは、監視スレッドJLTがスイッ
チファイルSWFを監視しており、監視スレッドJLT
によってスイッチファイルSWFが存在が確認された場
合、監視スレッドJLTは、プロセスPRSを強制終了
させる。
The process asynchronous termination system according to the present embodiment uses an application process AP to execute a process P
This is a system for terminating RS asynchronously. When the application process AP wants to end the process PRS, it creates a switch file SWF on the disk 3. In the process PRS, the monitoring thread JLT monitors the switch file SWF, and the monitoring thread JLT
If it is confirmed that the switch file SWF exists, the monitoring thread JLT forcibly terminates the process PRS.

【0016】次に、本実施形態のプロセス非同期終了シ
ステムの動作について図2を参照して詳細に説明する。
図2は、本実施形態のプロセス非同期終了システムの動
作を示すフローチャートである。図2(a)は、メイン
スレッドMTの動作を示すフローチャートであり、図2
(b)は、監視スレッドJLTの動作を示すフローチャ
ートであり、図2(c)は、アプリケーションプロセス
APの動作を示すフローチャートである。
Next, the operation of the process asynchronous termination system of this embodiment will be described in detail with reference to FIG.
FIG. 2 is a flowchart showing the operation of the process asynchronous termination system of the present embodiment. FIG. 2A is a flowchart showing the operation of the main thread MT.
2B is a flowchart illustrating the operation of the monitoring thread JLT, and FIG. 2C is a flowchart illustrating the operation of the application process AP.

【0017】プロセスPRSのメインスレッドMTは、
まず監視スレッドJLTを生成し(ステップ100
1)、本来のメイン処理を行う(ステップ1002)。
監視スレッドJLTはスイッチファイルSWFが生成さ
れるまで待つ(ステップ2001)。アプリケーション
プロセスAPでは、コンピュータ2の操作者から、スイ
ッチファイル生成指示があるまで待ち(ステップ300
1)、指示があればスイッチファイルSWFを生成する
(ステップ3002)。監視スレッドJLTは、スイッ
チファイルSWFの存在を確認した場合、プロセスPR
Sを終了させる(ステップ2002)。
The main thread MT of the process PRS is
First, a monitoring thread JLT is generated (step 100).
1) The original main processing is performed (step 1002).
The monitoring thread JLT waits until the switch file SWF is generated (Step 2001). The application process AP waits until the operator of the computer 2 issues a switch file generation instruction (step 300).
1) If there is an instruction, a switch file SWF is generated (step 3002). When the monitoring thread JLT confirms the existence of the switch file SWF,
S is terminated (step 2002).

【0018】以上述べたように、本実施形態のプロセス
非同期終了システムでは、プロセスの終了条件をコンピ
ュータ1、2両方からアクセス可能なスイッチファイル
SWFが生成されることとしているため、コンピュータ
2からプロセスPRSを非同期に終了させることができ
る。
As described above, in the process asynchronous termination system according to the present embodiment, since the process termination condition is such that the switch file SWF accessible from both the computers 1 and 2 is generated, the process PRS is transmitted from the computer 2 to the process PRS. Can be terminated asynchronously.

【0019】また、本実施形態のプロセス非同期終了シ
ステムでは、既存のアプリケーションプロセスAPによ
るスイッチファイルSWFの生成をプロセスPRSを終
了させる条件とすることによって、プロセスPRSを終
了させるためにオペレーティングシステムの各プロセス
共通領域にアクセスする必要がなくなるため、オペレー
ティングシステムの各プロセス共通領域にアクセスする
プログラムを設計しなくても、プロセスPRSを非同期
に終了させることができる。
In the process asynchronous termination system of this embodiment, the generation of the switch file SWF by the existing application process AP is set as a condition for terminating the process PRS. Since there is no need to access the common area, the process PRS can be terminated asynchronously without designing a program for accessing each process common area of the operating system.

【0020】なお、本実施形態のプロセス非同期終了シ
ステムでは、アプリケーションプロセスAPをコンピュ
ータ2で動作するプロセスとしたが、アプリケーション
プロセスAPは、コンピュータ1で動作するプロセスで
あっても良い。
In the process asynchronous termination system according to the present embodiment, the application process AP is a process operated by the computer 2, but the application process AP may be a process operated by the computer 1.

【0021】[0021]

【発明の効果】以上述べたように、本発明のプロセス非
同期終了システムは、以下に示す2つの効果を有する。 (1) 2つのコンピュータからアクセス可能な所定の
ファイルの生成をプロセスを終了させる条件とすること
によって、プロセスが動作するコンピュータとは別のコ
ンピュータからプロセスを終了させる条件をセットする
ことができるため、プロセスが動作するコンピュータと
は別のコンピュータからプロセスを非同期に終了させる
ことができる。 (2) 既存のアプリケーションプロセスによる所定の
ファイルの生成をプロセスを終了させる条件とすること
によって、プロセスを終了させるためにオペレーティン
グシステムの各プロセス共通領域にアクセスする必要が
なくなるため、オペレーティングシステムの各プロセス
共通領域にアクセスするプログラムを設計しなくても、
プロセスを非同期に終了させることができる。
As described above, the process asynchronous termination system of the present invention has the following two effects. (1) By generating a predetermined file accessible from two computers as a condition for terminating the process, a condition for terminating the process from a computer different from the computer on which the process operates can be set. The process can be asynchronously terminated from another computer than the computer on which the process runs. (2) By making the generation of a predetermined file by the existing application process a condition for terminating the process, it is not necessary to access the process common area of the operating system to terminate the process. Even without designing a program to access the common area,
Processes can be terminated asynchronously.

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

【図1】本発明の一実施形態のプロセス非同期終了シス
テムの構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a process asynchronous termination system according to an embodiment of the present invention.

【図2】本発明の一実施形態のプロセス非同期終了シス
テムの動作を示すフローチャートである。
FIG. 2 is a flowchart illustrating an operation of a process asynchronous termination system according to an embodiment of the present invention.

【図3】従来のプロセス非同期割り込みシステムの構成
を示すブロック図である。
FIG. 3 is a block diagram showing a configuration of a conventional process asynchronous interrupt system.

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

1、2、100 コンピュータ 3 ディスク 101 オペレーティングシステム 110 割り込み処理部 111 割り込み実行手段 113 監視スレッド生成手段 114 イベントオブジェクト生成手段 115 要求感知手段 120 各プロセス共通領域 130 イベントオブジェクト制御プログラム A、B、PRS プロセス AP アプリケーションプロセス IE イベントオブジェクト IT、JLT 監視スレッド MT メインスレッド SWF スイッチファイル 1, 2, 100 Computer 3 Disk 101 Operating System 110 Interrupt Processing Unit 111 Interrupt Execution Unit 113 Monitoring Thread Generation Unit 114 Event Object Generation Unit 115 Request Sensing Unit 120 Common Process Area 130 Event Object Control Program A, B, PRS Process AP Application process IE Event object IT, JLT Monitoring thread MT Main thread SWF Switch file

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 コンピュータ上で動作するプロセスを非
同期に終了させるプロセス非同期終了システムにおい
て、 前記プロセス内で動作し、所定のファイルの有無を監視
し、前記所定のファイルの存在を確認した場合に前記プ
ロセスを終了させる監視スレッド手段と、 該監視スレッド手段を生成する監視スレッド生成手段と
を備えることを特徴とするプロセス非同期終了システ
ム。
1. A process asynchronous termination system for asynchronously terminating a process operating on a computer, wherein the system operates in the process, monitors the presence or absence of a predetermined file, and when the existence of the predetermined file is confirmed, A process asynchronous termination system comprising: a monitoring thread unit for terminating a process; and a monitoring thread generation unit for generating the monitoring thread unit.
【請求項2】 前記所定のファイルは、前記プロセスが
動作するコンピュータとは別のコンピュータからアクセ
ス可能であり、該別のコンピュータ上で動作するプロセ
スによって生成される請求項1のプロセス非同期終了シ
ステム。
2. The process asynchronous termination system according to claim 1, wherein the predetermined file is accessible from a computer different from a computer on which the process runs, and is generated by a process running on the other computer.
【請求項3】 前記所定のファイルは、既存のアプリケ
ーションプロセスによって生成される請求項1または2
記載のプロセス非同期終了システム。
3. The file according to claim 1, wherein the predetermined file is generated by an existing application process.
The process asynchronous termination system described.
【請求項4】 コンピュータ上で動作するプロセスを非
同期に終了させるプロセス非同期終了方法において、 前記プロセス内において生成される監視スレッド手段に
より所定のファイルの有無を監視し、該所定ファイルの
存在を確認した場合、前記監視スレッド手段により前記
プロセスを終了させることを特徴とするプロセス非同期
終了方法。
4. A process asynchronous termination method for asynchronously terminating a process running on a computer, wherein a monitoring thread means generated in the process monitors existence of a predetermined file and confirms existence of the predetermined file. In this case, the process is terminated by the monitoring thread means.
【請求項5】 前記所定のファイルを前記プロセスが動
作するコンピュータとは別のコンピュータによって生成
する請求項4記載のプロセス非同期終了方法。
5. The process asynchronous termination method according to claim 4, wherein the predetermined file is generated by a computer different from a computer on which the process operates.
【請求項6】 前記所定のファイルを既存のアプリケー
ションプロセスによって生成する請求項4または5記載
のプロセス非同期終了方法。
6. The process asynchronous termination method according to claim 4, wherein the predetermined file is generated by an existing application process.
JP33438899A 1999-11-25 1999-11-25 System and method for asynchronously ending process Pending JP2001154861A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP33438899A JP2001154861A (en) 1999-11-25 1999-11-25 System and method for asynchronously ending process

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP33438899A JP2001154861A (en) 1999-11-25 1999-11-25 System and method for asynchronously ending process

Publications (1)

Publication Number Publication Date
JP2001154861A true JP2001154861A (en) 2001-06-08

Family

ID=18276824

Family Applications (1)

Application Number Title Priority Date Filing Date
JP33438899A Pending JP2001154861A (en) 1999-11-25 1999-11-25 System and method for asynchronously ending process

Country Status (1)

Country Link
JP (1) JP2001154861A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7302452B2 (en) 2003-06-05 2007-11-27 International Business Machines Corporation Method and apparatus for handling requests for files in a data processing system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7302452B2 (en) 2003-06-05 2007-11-27 International Business Machines Corporation Method and apparatus for handling requests for files in a data processing system

Similar Documents

Publication Publication Date Title
JP2010113734A (en) Inter-processor interrupt
JPS62184544A (en) Virtual computer system
US6964047B2 (en) Method and apparatus for a fast process monitor suitable for a high availability system
CN108241510B (en) Display card switching method
JP2001154861A (en) System and method for asynchronously ending process
US5964890A (en) System call issue method and debug system
KR970023622A (en) Control system of semiconductor device manufacturing process and control method thereof
JPS6158054A (en) Run away detection of program
JP2504515B2 (en) Test channel instruction execution control method
JP2536723B2 (en) Data reception control device
JP3102381B2 (en) Task debugging device, task debugging method, and recording medium therefor
JPH04149716A (en) Information processor
JPH0589049A (en) Command executing device
JP2581327B2 (en) Virtual machine I / O interrupt handling method
JP2682480B2 (en) Event notification method in pen input operating system and pen input operation device to which the method is applied
JPH0795296B2 (en) Information sharing processing method in data processing system
JPH04286013A (en) Stop processing system for coprocessor
KR19990030951A (en) How to diagnose hardware in SMM
JPH07129419A (en) Virtual computer system
JPS61267137A (en) System for controlling interrupting action
JPH07248865A (en) Activity detection system of device controller
JPH04293146A (en) Character input/output control system
JPS63311462A (en) Terminal activating system for front end communication processor
JPH02260049A (en) Program start checking method
JPH02184935A (en) Input/output supporting method for debugger

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20040826

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040915

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20050126