JP2836683B2 - Process termination processing method - Google Patents

Process termination processing method

Info

Publication number
JP2836683B2
JP2836683B2 JP3175778A JP17577891A JP2836683B2 JP 2836683 B2 JP2836683 B2 JP 2836683B2 JP 3175778 A JP3175778 A JP 3175778A JP 17577891 A JP17577891 A JP 17577891A JP 2836683 B2 JP2836683 B2 JP 2836683B2
Authority
JP
Japan
Prior art keywords
termination
information
preliminary processing
user
processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP3175778A
Other languages
Japanese (ja)
Other versions
JPH04373018A (en
Inventor
学 内山
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP3175778A priority Critical patent/JP2836683B2/en
Publication of JPH04373018A publication Critical patent/JPH04373018A/en
Application granted granted Critical
Publication of JP2836683B2 publication Critical patent/JP2836683B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、電子計算機において
ユーザアプリケーションプログラム(ユーザプログラ
ム)の終了処理を行ないプロセスを終了させるプロセス
終了処理方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a process termination processing system for terminating a user application program (user program) in an electronic computer to terminate the process.

【0002】[0002]

【従来の技術】電子計算機においてユーザプログラムに
よりプロセスが実行されている時に、プロセスの実行中
止の要因となる事象が発生した場合、急にユーザプログ
ラムの実行をそのまま終了させるとユーザプログラム中
に混乱が生ずるので、オペレーティングシステムにおい
て終了処理が行なわれる前に、ユーザプログラムにおい
て終了予備処理を行なうようにする方式が、従来から提
案されてきた。
2. Description of the Related Art When a process is executed by a user program in an electronic computer and an event that causes the execution of the process to be stopped occurs, if the execution of the user program is terminated immediately, confusion occurs in the user program. than occurs before the end process is performed in the operating system, a method to perform the termination pretreatment in the user program, have been proposed.

【0003】図2は、例えば共立出版株式会社発行、b
it、1990年10月号別冊、UNIXカーネルの設
計等に紹介されている、従来のプロセス終了前の予備処
理及びプロセス終了処理を示した概略構成図である。図
において、(1)はユーザプログラム、(2)はオペレーティ
ングシステム、(3)はプロセス終了の要因となる事象が
発生するとこれを検出して信号を発信する終了要因事象
発生検出手段、(4)はプロセスの終了に当りユーザプロ
グラム(1)において終了処理前に実行される終了予備処
理手段、(5)はこの終了予備処理手段(4)の情報、例えば
終了要因事象発生時に上記手段(3)により発信される信
号番号やその時実行される終了予備処理手段のアドレス
等を予めコールしてオペレーティングシステム(2)に発
信する終了予備処理登録情報発信手段、(6)はオペレー
ティングシステム(2)においてユーザプログラム(1)の終
了予備処理登録情報発信手段(5)からの情報を予め登録
しておくユーザ情報登録手段、(7)は終了要因事象発生
検出手段(3)からの終了要因事象発生信号(以下単にシ
グナルという)に応じ、ユーザ情報登録手段(6)に予め
登録されいる終了予備処理手段情報を読出し、ユーザプ
ログラム(1)の終了予備処理手段(4)にこれを実行させる
情報を発信する終了予備処理実行情報発信手段、(8)は
ユーザプログラム(1)の終了予備処理手段(4)の実行に応
じプロセスの終了処理を行なう終了処理手段である。
FIG. 2 is, for example, published by Kyoritsu Shuppan Co., Ltd., b
It is a schematic configuration diagram showing a conventional preliminary process and a process end process before a process end, which are introduced in a separate volume of October 1990, UNIX kernel design, and the like. In the figure, (1) the user program (2) is operating tee
Ring system, (3) the end cause event occurrence detection means for transmitting a signal to detect when an event that causes the process termination occurs, (4) the termination processing in the user program (1) per the end of the process The preparatory termination processing means executed before, (5) is information on the preparatory termination processing means (4), for example, the signal number transmitted by the means (3) when the termination factor event occurs and the termination preliminary processing executed at that time End pretreatment registration information transmitting means for transmitting to the operating system (2) in advance calling address of means, (6) is operating
Computing system (2) user information registration means for registering in advance information from the end pretreatment registration information transmitting means of the user program (1) (5) in, from (7) end cause event occurrence detecting means (3) In response to a termination factor event occurrence signal (hereinafter, simply referred to as a signal), the termination preliminary processing means information pre-registered in the user information registration means (6) is read out and stored in the termination preliminary processing means (4) of the user program (1). (8) is a termination processing means for performing a termination processing of a process in accordance with the execution of the termination preliminary processing means (4) of the user program (1).

【0004】次にその動作について説明する。まず、ユ
ーザプログラム(1)の作成時に、終了要因事象発生時に
発信されるシグナル番号や、そのシグナルに応じて実行
される終了予備処理プログラムのアドレス等の終了予備
処理登録情報が終了予備処理登録情報発信手段(5)によ
りオペレーティングシステム(2)に送られ、オペレー
ィングシステム(2)においてはその情報がそのユーザプ
ログラム(1)用の領域のユーザ情報登録手段(6)に予め登
録される。
Next, the operation will be described. First, when the user program (1) is created, the termination preliminary processing registration information such as the signal number transmitted when the termination factor event occurs and the address of the termination preliminary processing program executed in response to the signal is the termination preliminary processing registration information. the transmission means (5) is sent to the operating system (2), operating Te
In the operating system (2), the information is registered in advance in the user information registration means (6) in the area for the user program (1).

【0005】プロセス終了の要因となる事象が発生しユ
ーザプログラム(1)の終了要因事象発生検出手段(3)がシ
グナルを発信すると、オペレーティングシステム(2)の
終了予備処理実行情報発信手段(7)がこのシグナルを受
け、それのシグナル番号によりユーザ情報登録手段(6)
から終了予備処理プログラムのアドレス等を読出し、終
了予備処理を行なうための情報をユーザプログラム(1)
の終了予備処理手段(4)に発信する。終了予備処理手段
(4)ではこの情報を受け、ユーザプログラム(1)における
終了予備処理が行なわれる。この終了予備処理が終ると
その終了信号がオペレーティングシステム(2)に送ら
れ、終了処理手段(8)においてプロセスの終了処理が行
なわれる。
[0005] end cause event occurrence detecting means and causes the process termination event occurs the user program (1) (3) delivering a signal, termination preliminary processing execution information transmission means for operating the system (2) (7 ) Receives this signal, and according to the signal number, user information registration means (6)
Reads the address and the like of the end preparatory processing program from the
To the end preliminary processing means (4). End preliminary processing means
In (4), upon receiving this information, end preparatory processing in the user program (1) is performed. When this ends the preliminary process ends its end signal is sent to the operating system (2), ends the processing of the process is performed in the end process means (8).

【0006】[0006]

【発明が解決しようとする課題】従来のプロセス終了処
理方式は以上のようにして行なわれるので、プロセスの
終了要因となる事象が発生すると、その発生要因が何で
あれすべて同一の予備処理が行なわれた。そのため、発
生要因に応じて異った最適の終了予備処理が行われず、
また、終了処理が完了する迄に別の終了要因による事象
が重なって複数発生した場合にはこれに対処し得ないと
いう問題点があった。
Since the conventional process termination processing method is performed as described above, when an event that causes a process termination occurs, the same preliminary processing is performed regardless of the occurrence factor. Was. Therefore, different optimal preparatory termination processing is not performed depending on the cause,
In addition, there is a problem that if a plurality of events caused by different end factors are overlapped before the end process is completed, this cannot be dealt with.

【0007】この発明は以上のような問題点を解消する
ためになされたもので、発生した終了要因に最適の終了
予備処理が行なわれ、複数の終了要因による事象が重な
って発生した場合でも対処し得るプロセス終了処理方式
を得ることを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned problems, and an optimum preparatory termination process is performed for a termination factor that has occurred, thereby coping with a case where events caused by a plurality of termination factors overlap. The purpose of the present invention is to obtain a process termination processing method that can be performed.

【0008】[0008]

【課題を解決するための手段】この発明に係るプロセス
終了処理方式は、ユーザプログラムに、複数の異った終
了要因に応じた複数の終了予備処理手段と、複数の各終
了予備処理手段の情報を予めオペレーティングシステム
に発信する複数の終了予備処理登録情報発信手段とを備
え、オペレーティングシステムに、ユーザプログラムか
らの各終了予備処理手段の情報を予め登録する複数のユ
ーザ情報登録手段と、ユーザプログラムの終了要因事象
の発生に応じその終了要因事象の発生及びその種類を順
次記憶し、これに対する終了予備処理手段の実行完了に
応じ消去される発生終了要因記憶手段、最初の終了要因
事象の発生及びユーザプログラムの各終了予備処理手段
の実行完了に応じ、次に実行されるべき終了予備処理が
発生終了要因記憶手段中に未実行として記憶されている
かどうか、未実行であればそれに対応する終了予備処理
手段の情報がユーザ情報登録手段に登録されているかど
うかを判定する次実行終了予備処理判定手段、及びこの
判定手段の未実行で終了予備処理手段の情報登録中との
判定に応じ、登録されている当該終了予備処理手段情報
を読出し、ユーザプログラムに当該終了予備処理手段を
実行させる情報を発信する情報発信手段からなる終了予
備処理登録情報発信手段と、次実行終了予備処理判定手
段による、未実行の終了予備処理がないかユーザ情報登
録手段に登録されていないとの判定に応じ終了処理を行
なう終了処理手段とを備えるようにしたものである。
According to the present invention, there is provided a process termination processing system comprising: a plurality of preparatory termination processing units corresponding to a plurality of different termination factors; and a plurality of termination pretreatment registration information transmitting means for transmitting in advance in the operating system, the operating system, and a plurality of user information registration means for registering in advance information of each finished pretreatment unit from a user program, the user An occurrence termination factor storage means for sequentially storing the occurrence and type of the termination factor event in response to the occurrence of the termination factor event of the program, and deleting the event upon completion of execution of the termination preliminary processing means, and occurrence of the first termination factor event In accordance with the completion of execution of each end preliminary processing means of the user program, the end preliminary processing to be executed next is stored as an occurrence end factor. Next execution end preliminary processing determining means for determining whether or not the information is stored in the column as unexecuted, and if not executing, whether information of the corresponding end preliminary processing means is registered in the user information registering means; Information transmission for reading out the registered end preliminary processing means information and transmitting information for causing the user program to execute the end preliminary processing means, in response to the determination that the judging means has not been executed and the end preliminary processing means is registering information. End preparatory processing, which comprises registration information sending means and next execution end preparatory processing judging means, and performs end processing in response to the judgment that there is no unexecuted end preparatory processing or that it is not registered in the user information registering means. Means.

【0009】[0009]

【作用】この発明においては、複数の異った終了要因に
応じた複数の各終了予備処理手段の情報を、ユーザプロ
グラムからのコールにより予めオペレーティングシステ
ム中に登録しておき、終了要因事象の発生に応じ、その
発生要因があったこと及びそれの種類をオペレーティン
システム中に記憶しておき、その記憶された発生要因
に応じた最適の終了予備処理がユーザプログラムにおい
て順次実行され、すべての要因による終了予備処理が完
了した時点でオペレーティングシステムにおける終了処
理が行なわれる。
[Action] In this invention, the information of a plurality of respective termination pretreatment means in accordance with the end cause a plurality of Tsu different, may be registered in advance in the operating system <br/> in arm A call from a user program , according to the occurrence of the end cause event, operating Ting a and its type that had its occurrence factor
Is stored in the grayed system ends pretreatment optimum in accordance with the stored occurrence factors are sequentially executed in the user program, finalization of the operating system at the time of termination pretreatment has been completed by all the factors Done.

【0010】[0010]

【実施例】以下この発明の一実施例を図について説明す
る。図1はこの発明の一実施例を示す概略構成図で、図
において、(1)はユーザプログラム、(2)はオペレーティ
ングシステム、(3)は終了要因事象発生検出手段、(4)は
終了予備処理手段1(41)、終了予備処理手段2(42)等か
らなる複数の終了予備処理手段、(5)は終了予備処理登
録情報発信手段1(51)、終了予備処理登録情報発信手段
2(52)等からなる複数の終了予備処理登録情報発信手
段、(6)はユーザ情報登録手段1(61)、ユーザ情報登録
手段2(62)からなる複数のユーザ情報登録手段、(7)
は、発生終了要因記憶手段(9)、次実行終了予備処理判
定手段(10)及び情報発信手段(11)からなる終了予備処理
実行情報発信手段、(8)はプロセスの終了処理を行なう
終了処理手段である。
BRIEF DESCRIPTION OF THE DRAWINGS FIG. Figure 1 is a schematic block diagram showing one embodiment of the present invention. In the figure, (1) the user program (2) is operating tee
Ring system, (3) the end cause event occurrence detection unit, (4) the end pretreatment unit 1 (41), a plurality of termination pretreatment means comprising a termination pretreatment unit 2 (42) or the like, (5) the end A plurality of end preparatory processing registration information transmitting means including a preparatory processing registration information transmitting means 1 (51), an end preparatory processing registration information transmitting means 2 (52), etc., (6) a user information registering means 1 (61), a user information A plurality of user information registration means comprising registration means 2 (62); (7)
Is an end preliminary processing execution information transmitting means including an occurrence end factor storage means (9), a next execution end preliminary processing determining means (10) and an information transmitting means (11), and (8) is an end processing for performing a process end processing. Means.

【0011】次にその動作について説明する。まず、ユ
ーザプログラム(1)の作成時に、発生が考えられる複数
の終了要因に対して異なるシグナル番号を割当て、それ
らの各シグナル番号やその各シグナルに応じて実行され
る複数の終了予備処理プログラムのアドレス等の終了予
備処理手段情報が、各終了予備処理登録情報発信手段
1、2(51)(52)によりオペレーティングシステム(2)に
送られ、オペレーティングシステム(2)においてはそれ
らの情報が、シグナル番号毎に各ユーザ情報登録手段
1、2(61)(62)に予め登録される。
Next, the operation will be described. First, at the time of creating the user program (1), different signal numbers are assigned to a plurality of termination factors that are considered to occur, and each of those signal numbers and a plurality of termination preliminary processing programs to be executed according to each signal are assigned. End pretreatment means information such as an address is sent to the operating system (2) by the respective ends pretreatment registration information transmitting unit 1, 2 (51) (52), is the information in the operating system (2) Is registered in advance in each user information registration means 1, 2 (61) (62) for each signal number.

【0012】今、異なった要因による終了要因の2事象
が続いて発生したと仮定し、その時の動作を説明する。
まず、最初の事象が発生しユーザプログラム(1)の終了
要因事象発生検出手段(3)がシグナル1を発信すると、
オペレーティングシステム(2)の終了予備処理実行情報
発信手段(7)の発生終了要因記憶手段(9)がこのシグナル
1を受け、この終了要因事象が発生したこと及び受信シ
グナル番号1からその種類を記憶する。一方、最初のシ
グナル1は次実行終了予備処理判定手段(10)によっても
受信され、ここで発生終了要因記憶手段(9)中に終了要
因事象発生検出手段(3)から発信されたシグナルが記憶
されているかどうかが判定され、ここにシグナル1が記
憶されているので、次にこのシグナル1に対応する終了
予備処理手段情報がユーザ情報登録手段(6)中に登録さ
れているかどうかが判定される。
Now, it is assumed that two events of termination factors due to different factors have occurred successively, and the operation at that time will be described.
First, when the first event occurs and the end factor event occurrence detecting means (3) of the user program (1) transmits the signal 1,
Operating system generator end cause storage means ends the preliminary processing execution information transmission means (2) (7) (9) receives the signal 1, that kind from this end cause event has occurred and the received signal number 1 Remember. On the other hand, the first signal 1 is also received by the next execution completion preliminary processing determining means (10), and the signal transmitted from the termination factor event occurrence detecting means (3) is stored in the occurrence termination factor storing means (9). Since signal 1 is stored here, it is next determined whether or not the end preliminary processing means information corresponding to this signal 1 has been registered in the user information registration means (6). You.

【0013】シグナル1に対応する終了予備処理手段情
報はユーザ情報登録手段1(61)に登録されているので、
情報発信手段(10)により、このシグナル1に対応する終
了予備処理手段情報がユーザ情報登録手段1(61)から読
出され、その終了予備処理手段情報に基づいて対応する
終了予備処理手段(41)を実行させる情報がユーザプログ
ラム(1)に発信される。ユーザプログラム(1)においてこ
のシグナル1に対するコール、即ち終了予備処理登録情
報発信手段(5)による終了予備処理手段情報の発信が行
なわれていなければ、そのまま終了処理手段(8)におい
てプロセスの終了処理が行なわれる。
Since the end preliminary processing means information corresponding to the signal 1 is registered in the user information registration means 1 (61),
The information transmitting means (10) reads the end preliminary processing means information corresponding to the signal 1 from the user information registration means 1 (61), and based on the end preliminary processing means information, the corresponding end preliminary processing means (41). Is transmitted to the user program (1). If the call to the signal 1 in the user program (1), that is, the transmission of the termination preliminary processing means information by the termination preliminary processing registration information transmitting means (5) is not performed, the termination processing means (8) directly terminates the process. Is performed.

【0014】このプロセスの終了処理が完了前に、次の
終了要因事象が発生しユーザプログラム(1)の終了要因
事象発生検出手段(3)がシグナル2を発信すると、上述
と同様にして発生終了要因記憶手段(9)によりこのシグ
ナル2が受信され、ここにそのシグナル2の情報が記憶
される。しかし、2番目のシグナルであるので次実行終
了予備処理判定手段(10)での処理は行なわれない。
Before the end processing of this process is completed, when the next end factor event occurs and the end factor event occurrence detecting means (3) of the user program (1) transmits the signal 2, the occurrence end is terminated in the same manner as described above. The signal 2 is received by the factor storage means (9), and information of the signal 2 is stored therein. However, since this is the second signal, the processing by the next execution end preliminary processing determining means (10) is not performed.

【0015】情報発信手段(10)により発信されたシグナ
ル1に対応する情報を受け、ユーザプログラム(1)の終
了予備処理手段(41)においてシグナル1に対して最適の
終了予備処理が行なわれる。この終了予備処理が終ると
その終了予備処理完了信号がオペレーティングシステム
(2)に送られる。オペレーティングシステム(2)ではこの
信号を発生終了要因記憶手段(9)及び次実行終了予備処
理判定手段(10)で受け、発生終了要因記憶手段(9)では
終了予備処理が完了したシグナル1の記憶情報が消去さ
れ、次実行終了予備処理判定手段(10)では次の終了予備
処理動作が開始される。
Upon receiving the information corresponding to the signal 1 transmitted from the information transmitting means (10), the terminal pre-processing means (41) of the user program (1) performs the optimal pre-processing for the signal 1 in the pre-processing. When the termination pretreated ends its ends pretreatment completion signal operating system
Sent to (2). Receiving at the operating system (2) in generating end cause memory means the signal (9) and the next execution end preliminary processing determination unit (10), generating end cause storage means (9) of the signal 1 terminates the preliminary processing is completed in The stored information is deleted, and the next execution preparatory processing determining means (10) starts the next preparatory preprocessing operation.

【0016】即ち、ここで再び発生終了要因記憶手段
(9)中に終了要因事象発生検出手段(3)から発信された未
実行のシグナルが記憶されているかどうかが判定され、
ここにシグナル2が記憶されているので、次にこのシグ
ナル2に対応する終了予備処理手段情報がユーザ情報登
録手段(6)中に登録されているかどうかが判定される。
シグナル2に対応する終了予備処理手段情報はユーザ情
報登録手段2(62)に登録されているので、情報発信手段
(10)により、このシグナル2に対応する終了予備処理手
段情報がユーザ情報登録手段1(62)から読出され、その
終了予備処理手段情報に基づいて対応する終了予備処理
手段(42)を実行させる情報がユーザプログラム(1)に発
信される。
That is, here, the occurrence termination factor storage means is again stored.
It is determined whether the unexecuted signal transmitted from the termination factor event occurrence detection means (3) is stored during (9),
Since the signal 2 is stored here, it is next determined whether or not the end preliminary processing means information corresponding to the signal 2 is registered in the user information registration means (6).
Since the end preliminary processing means information corresponding to the signal 2 is registered in the user information registration means 2 (62),
According to (10), the end preliminary processing means information corresponding to the signal 2 is read from the user information registration means 1 (62), and the corresponding end preliminary processing means (42) is executed based on the end preliminary processing means information. Information is transmitted to the user program (1).

【0017】情報発信手段(10)により発信されたシグナ
ル2に対応する情報を受け、ユーザプログラム(1)の終
了予備処理手段(42)においてシグナル2に対して最適の
終了予備処理が行なわれる。この終了予備処理が終ると
その終了予備処理完了信号がオペレーティングシステム
(2)の発生終了要因記憶手段(9)及び次実行終了予備処理
判定手段(10)に送られる。発生終了要因記憶手段(9)で
は終了予備処理が完了したシグナル2の記憶情報が消去
され、次実行終了予備処理判定手段(10)では再び発生終
了要因記憶手段(9)中に未実行のシグナルが記憶されて
いるかどうかが判定される。しかし、ここにはもう何も
記憶されていないので、終了処理手段(8)に進み、ここ
でプロセスの終了処理が行なわれる。
Receiving the information corresponding to the signal 2 transmitted by the information transmitting means (10), the termination preliminary processing means (42) of the user program (1) performs an optimal termination preliminary processing on the signal 2. When the termination pretreated ends its ends pretreatment completion signal operating system
It is sent to the occurrence end factor storage means (9) and the next execution end preliminary processing determination means (10) of (2). The occurrence termination factor storage means (9) deletes the storage information of the signal 2 for which the end preliminary processing has been completed, and the next execution termination preliminary processing determination means (10) again stores the unexecuted signal in the occurrence termination factor storage means (9). Is stored. However, since nothing is stored here, the process proceeds to the end processing means (8), where the end processing of the process is performed.

【0018】以上の実施例では、2個の終了予備処理手
段情報がコールされた場合を例示したが、これが3個以
上であってもよいことはもちろんである。
In the above embodiment, the case where two pieces of end preparatory processing means information are called has been exemplified, but it is needless to say that the number of pieces of information may be three or more.

【0019】[0019]

【発明の効果】以上のようにこの発明によれば、複数の
異った終了要因に応じた複数の各終了予備処理手段の情
報を、ユーザプログラムからのコールにより予めオペレ
ティングシステム中に登録しておき、終了要因事象の
発生に応じ、その発生要因があったこと及びそれの種類
をオペレーティングシステム中に記憶しておき、その記
憶された発生要因に応じた最適の終了予備処理がユーザ
プログラムにおいて順次実行され、すべての要因による
終了予備処理が完了した時点でオペレーティングシステ
ムにおける終了処理を行なうようにしたので、発生した
終了要因を知りそれに最適の終了予備処理が行なわれ、
複数の終了要因による事象が重なって発生した場合でも
充分対処できるプロセス終了処理方式が得られる効果が
ある。
According to the above manner the present invention, according to the present invention, the information of a plurality of respective termination pretreatment means in accordance with the end cause a plurality of Tsu different, pre-operating <br/> computing the call from user program may be registered in the system, depending on the occurrence of end cause event, stores that and its type had its occurrence factor in the operating system, the end of the optimum in accordance with the stored occurrence factor pretreated are sequentially executed in the user program, the ends pretreatment with all the factors have to perform the end processing of the operating system <br/> beam upon completion, it terminates the best know termination factor that occurred Preliminary processing is performed,
There is an effect that a process termination processing method capable of sufficiently coping with a case where events caused by a plurality of termination factors overlap occurs.

【0020】[0020]

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

【図1】この発明の一実施例を示す概略構成図。FIG. 1 is a schematic configuration diagram showing one embodiment of the present invention.

【図2】従来のプロセス終了処理方式を示す概略構成
図。
FIG. 2 is a schematic configuration diagram showing a conventional process end processing method.

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

1 ユーザプログラム 2 オペレーティングシステム 3 終了要因事象発生検出手段 4、41、42 終了予備処理手段 5、51、52 終了予備処理登録情報発信手段 6、61、62 ユーザ情報登録手段 7 終了予備処理実行情報発信手段 8 終了処理手段 9 発生終了要因記憶手段 10 次実行終了予備処理判定手段 11 情報発信手段1 the user program 2 operating system 3 end cause event occurrence detecting means 4,41,42 ends pretreatment means 5,51,52 ends pretreatment registration information transmitting means 6,61,62 user information registration unit 7 ends the preliminary process execution information Transmission means 8 Termination processing means 9 Occurrence termination factor storage means 10 Next execution termination preliminary processing determination means 11 Information transmission means

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 昭59−60542(JP,A) 特開 平1−291333(JP,A) 特開 平2−159632(JP,A) 特開 昭60−7541(JP,A) 特開 平2−159619(JP,A) 中村明・著、「ワークステーションシ リーズ オペレーティングシステム構築 法−UNIX詳説−構造編」、丸善株式 会社・発行(昭和61年初版)、P.109 〜116 (58)調査した分野(Int.Cl.6,DB名) G06F 9/46 G06F 9/06 G06F 11/00──────────────────────────────────────────────────続 き Continuation of the front page (56) References JP-A-59-60542 (JP, A) JP-A-1-291333 (JP, A) JP-A-2-159632 (JP, A) JP-A-60-1985 7541 (JP, A) Japanese Patent Laid-Open No. 2-159619 (JP, A) Akira Nakamura, "Workstation Series Operating System Construction Method-UNIX Detailed Explanation-Structure Edition", published by Maruzen Co., Ltd. (first edition in 1986) , P. 109-116 (58) Fields investigated (Int.Cl. 6 , DB name) G06F 9/46 G06F 9/06 G06F 11/00

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 ユーザアプリケーションプログラム(以
下単にユーザプログラムという)に、このプログラムの
終了要因となる事象の発生に応じ、オペレーティング
ステムで実行される終了処理前に実行される終了予備処
理手段と、この終了予備処理手段の情報を予めオペレー
ティングシステムに発信する終了予備処理登録情報発信
手段とを備え、オペレーティングシステムに、上記ユー
ザプログラムからの終了予備処理手段の情報を予め登録
するユーザ情報登録手段と、ユーザプログラムの終了要
因事象の発生に応じ、上記ユーザ情報登録手段から終了
予備処理手段情報を読出し、ユーザプログラムに上記終
了予備処理手段を実行させる情報を発信する終了予備処
理実行情報発信手段と、上記ユーザプログラムの終了予
備処理手段の実行完了に応じプロセスの終了処理を行な
う終了処理手段を備えたプロセス終了処理方式におい
て、上記ユーザプログラムの終了予備処理手段を複数の
異った終了要因に応じた複数の終了予備処理手段とし、
上記終了予備処理登録情報発信手段を上記複数の各終了
予備処理手段の情報を予めオペレーティングシステムに
発信する複数の終了予備処理登録情報発信手段とし、上
記オペレーティングシステムのユーザ情報登録手段を上
記ユーザプログラムからの各終了予備処理手段の情報を
予め登録する複数のユーザ情報登録手段とし、上記終了
予備処理実行情報発信手段を、ユーザプログラムの終了
要因事象の発生に応じその終了要因事象の発生及びその
種類を順次記憶し、これに対する終了予備処理手段の実
行完了に応じ消去される発生終了要因記憶手段と、最初
の終了要因事象の発生及び上記ユーザプログラムの各終
了予備処理手段の実行完了に応じ、次に実行されるべき
終了予備処理が上記発生終了要因記憶手段中に未実行と
して記憶されているかどうか、未実行であればそれに対
応する終了予備処理手段の情報が上記ユーザ情報登録手
段に登録されているかどうかを判定する次実行終了予備
処理判定手段と、この判定手段の未実行で終了予備処理
手段の情報登録中との判定に応じ、登録されている当該
終了予備処理手段情報を読出し、ユーザプログラムに当
該終了予備処理手段を実行させる情報を発信する情報発
信手段とし、上記終了処理手段を、上記次実行終了予備
処理判定手段による、未実行の終了予備処理がないかユ
ーザ情報登録手段に登録されていないとの判定に応じ終
了処理を行なう手段としたことを特徴とするプロセス終
了処理方式。
To 1. A user application program (hereinafter simply referred to as a user program), the end of the program corresponding to the occurrence of termination factors become event, it is executed before termination process executed by the operating shea <br/> system The preliminary processing means and the information on the end preliminary processing means are
And a termination pretreatment registration information transmitting means for transmitting to the computing system, the operating system, the user information registration means for registering in advance information of the termination pretreatment means from the user program, the end cause event of the user program generation In response to the above, the end preliminary processing means information is read from the user information registration means, and information for causing the user program to execute the end preliminary processing means is provided. In a process termination processing method including termination processing means for performing a termination processing of a process in response to completion of execution, a plurality of termination preliminary processing means corresponding to a plurality of different termination factors is used as the termination preliminary processing means of the user program,
The termination pretreatment registration information transmitting means and a plurality of termination pretreatment registration information transmitting means for transmitting the pre-operating system information of the plurality of respective termination pretreatment unit, the user the user information registration means of the operating system A plurality of user information registration means for pre-registering information of each pre-finish processing means from the program, and the pre-finish processing execution information transmitting means transmits the end factor event in response to the occurrence of the end factor event of the user program. The type is sequentially stored, and the occurrence end factor storage means which is deleted in response to the completion of execution of the end preliminary processing means corresponding thereto, and in response to the occurrence of the first end factor event and the completion of execution of each end preliminary processing means of the user program, The end preparatory process to be executed next is stored as unexecuted in the occurrence end cause storage means. Next execution end preliminary processing determining means for determining whether or not the information of the corresponding end preliminary processing means has been registered in the user information registration means if not executed; In response to the processing unit determining that the information is being registered, the registered end preliminary processing unit information is read, and the information processing unit transmits information for causing the user program to execute the end preliminary processing unit. And a means for performing a termination process in response to the next execution termination preliminary process determining means determining that there is no unexecuted termination preliminary processing or not registered in the user information registration means. .
JP3175778A 1991-06-21 1991-06-21 Process termination processing method Expired - Lifetime JP2836683B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3175778A JP2836683B2 (en) 1991-06-21 1991-06-21 Process termination processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3175778A JP2836683B2 (en) 1991-06-21 1991-06-21 Process termination processing method

Publications (2)

Publication Number Publication Date
JPH04373018A JPH04373018A (en) 1992-12-25
JP2836683B2 true JP2836683B2 (en) 1998-12-14

Family

ID=16002102

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3175778A Expired - Lifetime JP2836683B2 (en) 1991-06-21 1991-06-21 Process termination processing method

Country Status (1)

Country Link
JP (1) JP2836683B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8225141B2 (en) 2008-02-22 2012-07-17 Fujitsu Limited Information processing apparatus, process verification support method, and computer product

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
中村明・著、「ワークステーションシリーズ オペレーティングシステム構築法−UNIX詳説−構造編」、丸善株式会社・発行(昭和61年初版)、P.109〜116

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8225141B2 (en) 2008-02-22 2012-07-17 Fujitsu Limited Information processing apparatus, process verification support method, and computer product

Also Published As

Publication number Publication date
JPH04373018A (en) 1992-12-25

Similar Documents

Publication Publication Date Title
JP3676882B2 (en) Microprocessor and its peripheral devices
JP2836683B2 (en) Process termination processing method
JP3034465B2 (en) Character input method using numeric keys
EP0454064A2 (en) Data transmission system
CN110008010A (en) System call method, device, equipment and readable storage medium storing program for executing
US6381606B1 (en) Application programming interface for creating authorized connections to a database management system
JP3004102B2 (en) Database processing unit
JP3339708B2 (en) Event recording method
JP3407358B2 (en) Assurance of completion of asynchronous communication in barrier synchronization
JP2604717B2 (en) Write control method for journal records
JPS58107977A (en) Accessing system for storage device
JP3161174B2 (en) Key telephone equipment
JPS6318214B2 (en)
US20050198554A1 (en) Mechanism for ensuring processing of messages received while in recovery mode
US5951699A (en) Method and apparatus for verifying integrity of predefined data structures in a computer system
JP3014490B2 (en) Fault handling device
JP3116819B2 (en) Microprogram retry control method
JP3139453B2 (en) Failure analysis file output method and failure analysis file output method
JPH07219796A (en) Information processor
JPH03180940A (en) Transaction execution tracing information collecting system
JPH064472A (en) Input/output priority order control system
JPS6359647A (en) Display system for exceptional event information
JP2690486B2 (en) Program execution status monitoring method
JP2946941B2 (en) File device
JPH01140247A (en) Debugging system for parallel processing system

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071009

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081009

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091009

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091009

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101009

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111009

Year of fee payment: 13

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111009

Year of fee payment: 13