JPH06332720A - Signal control method - Google Patents

Signal control method

Info

Publication number
JPH06332720A
JPH06332720A JP11826893A JP11826893A JPH06332720A JP H06332720 A JPH06332720 A JP H06332720A JP 11826893 A JP11826893 A JP 11826893A JP 11826893 A JP11826893 A JP 11826893A JP H06332720 A JPH06332720 A JP H06332720A
Authority
JP
Japan
Prior art keywords
processing
dangerous area
signal
flag
management table
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
JP11826893A
Other languages
Japanese (ja)
Inventor
Masahiro Kudo
正裕 工藤
Hiromichi Ogata
博通 緒方
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP11826893A priority Critical patent/JPH06332720A/en
Publication of JPH06332720A publication Critical patent/JPH06332720A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To continue a processing in a dangerous area, and to prevent a system down by setting a flag to indicate that the processing of a process is moved to the processing of the dangerous area, and blocking a signal for moving the process to an interruption processing. CONSTITUTION:At the time of executing the processing in the dangerous area, a process 12A preliminarily declares the start of the processing in the dangerous area. At the time of declaring the start of the processing in the dangerous area, the process 12A sets ON the critical flag of a process management table 13 assigned to its own process 12A. Next, the set of the signals to be blocked is designated as factors, and a 'sigsetmask' system control is issued. When the system control is issued, the signal to the process 12A is blocked, and the processing can be continued. When the processing in the dangerous area is ended, the critical flag of the process management table 13 assigned to its own process 12A is turned OFF.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、オンラインシステムに
おけるシグナル(ソフトウェア割り込み)の制御方法に
関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a signal (software interrupt) control method in an online system.

【0002】[0002]

【従来の技術】オンラインシステム用のオペレーティン
グシステムとして、米国AT&Tベル研究所によって開
発されたTSS用のオペレーティングシステムであるU
NIXが知られている。
2. Description of the Related Art As an operating system for online systems, U which is an operating system for TSS developed by AT & T Bell Laboratories, USA
NIX is known.

【0003】このUNIXでは、1つのトランザクショ
ン内の複数のデータベースの操作間で一貫性を保つ必要
があるので、UNIX上のトランザクション処理システ
ムが重要である。
In this UNIX, the transaction processing system on UNIX is important because it is necessary to maintain consistency between operations of a plurality of databases in one transaction.

【0004】このUNIX上のトランザクション処理シ
ステムについは、日経コンピュータ1991年10月7
日号(日経BP社)91ページから106ページに記載
されている。
Regarding the transaction processing system on UNIX, Nikkei Computer October 7, 1991
It is described on pages 91 to 106 of Nikkei (Nikkei BP).

【0005】ところで、このトランザクション処理シス
テムでは、何等かのイベントが起こっていることをプロ
セスに知らせるための各種のシグナル(ソフトウェア割
込み)が用意されている。
By the way, in this transaction processing system, various signals (software interrupts) are provided to notify the process that some event is occurring.

【0006】[0006]

【発明が解決しようとする課題】しかし、プロセスが例
えば管理情報のチェーンの張替えを行っている最中など
のような危険領域での処理実行中にシグナルが発生した
場合のシグナルの制御方法については、規定されていな
い。
However, regarding a signal control method in the case where a signal is generated while processing is being executed in a dangerous area, for example, while a process is re-establishing a chain of management information, , Not specified.

【0007】このため、プロセスが危険領域で処理を実
行しているときに、そのプロセスにシグナルが到来して
割り込み処理に制御が渡ってしまうと、そのシグナルの
デフォルト動作で処理が終了し、データの一貫性が保て
なくなり、システムダウンになるという問題がある。
Therefore, if a signal arrives at the process and control is passed to the interrupt process while the process is executing the process in the dangerous area, the process is terminated by the default operation of the signal and the data is processed. There is a problem that the system can be down because of the inconsistency of.

【0008】なお、シグナル、危険領域については、U
NIXネットワークプログラミング(W.リチャード.
スティーヴンス著、トッパン発行)の54ページから6
5ページに記載されている。
For signals and dangerous areas, U
NIX Network Programming (W. Richard.
Page 54 of Stevens, published by Toppan)
It is described on page 5.

【0009】本発明の目的は、シグナルが到来しても危
険領域での処理を続行し、システムダウンを防止するこ
とができるシグナル制御方法を提供することにある。
It is an object of the present invention to provide a signal control method capable of preventing the system from going down by continuing the processing in the dangerous area even if a signal arrives.

【0010】[0010]

【発明が解決するための手段】上記の目的は、プロセス
の処理が危険領域に処理に移るに際し、そのことを示す
フラグをセットし、このフラグによってプロセスを割込
み処理に移行させるシグナルをブロックし、危険領域で
の処理が終了した後に前記フラグをリセットし、前記シ
グナルに対するブロックを解除することによって達成さ
れる。
SUMMARY OF THE INVENTION The above object is to set a flag indicating that the process is to move to the dangerous area when the process moves to the dangerous area, and to block the signal that causes the process to move to the interrupt process. This is accomplished by resetting the flag and unblocking the signal after processing in the hazardous area is complete.

【0011】[0011]

【作用】上記手段によれば、プロセスが危険領域での処
理を開始する前に予めシグナルをブロックするためのフ
ラグをセットする。これによって、危険領域での処理実
行中にシグナルが発生しても、そのシグナルに対する割
り込み処理に制御が渡らなくなるので、危険領域での処
理を継続することができる。
According to the above means, the flag for blocking the signal is set in advance before the process starts the processing in the dangerous area. As a result, even if a signal occurs during execution of processing in the dangerous area, control is not passed to interrupt processing for the signal, so that processing in the dangerous area can be continued.

【0012】[0012]

【実施例】以下、本発明の一実施例について図面で説明
する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings.

【0013】図1は本発明を適用したオンラインシステ
ムの一実施例を示すブロック構成図であり、電子計算機
10には端末システム(図示せず)からの要求に従って
トランザクション制御を行うオンライン制御プログラム
11と、トランザクション処理を行う複数の業務プログ
ラム(プロセス)12A〜12Cと、各プロセスごとの
情報が格納されているプロセス管理テーブル13とが設
けられている。
FIG. 1 is a block diagram showing an embodiment of an online system to which the present invention is applied. An electronic computer 10 has an online control program 11 for performing transaction control according to a request from a terminal system (not shown). A plurality of business programs (processes) 12A to 12C that perform transaction processing and a process management table 13 that stores information for each process are provided.

【0014】図2はプロセス管理テーブル13の格納情
報の例を示すもので、ここではプロセスが危険領域で処
理を実行するときに必要なフィールドのみ示した。
FIG. 2 shows an example of the information stored in the process management table 13, in which only the fields necessary for the process to execute processing in the dangerous area are shown.

【0015】プロセスID21…プロセスが自分に割当
てられているプロセス管理テーブルを見つけるときに使
用する。
Process ID 21 ... Used when a process finds a process management table assigned to itself.

【0016】クリティカルフラグ22…プロセスが危険
領域で処理を実行中かどうかを示すフラグ。
Critical flag 22 ... A flag indicating whether or not a process is executing a process in a dangerous area.

【0017】シグナルマスク23…ブロックしているシ
グナルを示すもので、ブロック対象のシグナル数分のビ
ット列からなり、ブロックしているシグナルに対応する
ビットは“ON”にセットされる。
Signal mask 23 indicates a blocked signal, and is composed of a bit string for the number of signals to be blocked, and the bit corresponding to the blocked signal is set to "ON".

【0018】図3は、例えばプロセス12Aが危険領域
で処理を実行する時の流れを示すフローチャートあり、
プロセス12Aは危険領域で処理を実行するに際して
は、事前に、危険領域で処理を開始することを宣言する
(ステップ31,32)。
FIG. 3 is a flow chart showing the flow when the process 12A executes processing in the dangerous area, for example.
Before executing the processing in the dangerous area, the process 12A declares that the processing is started in the dangerous area (steps 31 and 32).

【0019】この後に、危険領域での処理を実行し(ス
テップ33)、その危険領域での処理を終了したなら
ば、危険領域での処理が終了したことを宣言して終了す
る(ステップ34,35)。
After that, the processing in the dangerous area is executed (step 33), and when the processing in the dangerous area is finished, it is declared that the processing in the dangerous area is finished and the processing is finished (step 34, 35).

【0020】図4は、危険領域での処理開始宣言に対し
ての処理の内容を示したフローチャートであり、まず、
自プロセス12Aに割当てられているプロセス管理テー
ブル13のクリティカルフラグ22(初期値OFF)を
ONにセットする(ステップ41,42)。
FIG. 4 is a flow chart showing the contents of the processing for the processing start declaration in the dangerous area.
The critical flag 22 (initial value OFF) of the process management table 13 assigned to the own process 12A is set to ON (steps 41 and 42).

【0021】このフラグ22がONである場合、プロセ
ス12Aが危険領域での処理を実行中であることを示し
ている。
When the flag 22 is ON, it indicates that the process 12A is executing the process in the dangerous area.

【0022】次にブロックしたいシグナルの集合を引数
に指定して「sigsetmask」システムコールを
発行する(ステップ43)。このシステムコールを発行
することによってプロセス12Aに対するシグナルはブ
ロックされ、処理を続行することが可能になる。
Next, the "sigsetmask" system call is issued by specifying the set of signals to be blocked as an argument (step 43). By issuing this system call, the signal to the process 12A is blocked, and the processing can be continued.

【0023】次に、「sigsetmask」システム
コールのリターン値をプロセス管理テーブル13のシグ
ナルマスク23に設定しておく(ステップ44)。
Next, the return value of the "sigsetmask" system call is set in the signal mask 23 of the process management table 13 (step 44).

【0024】図5は、危険領域での処理終了宣言に対す
る処理の内容を示したフローチャートであり、既に危険
領域での処理が終了しているので、自プロセス12Aに
割当てられているプロセス管理テーブル13のクリティ
カルフラグ22をOFFにする(ステップ51,5
2)。
FIG. 5 is a flow chart showing the contents of the processing for the processing end declaration in the dangerous area. Since the processing in the dangerous area has already been completed, the process management table 13 assigned to the own process 12A. Turns off the critical flag 22 (steps 51, 5).
2).

【0025】次に、プロセス管理テーブル13のシグナ
ルマスク23の値を引数にして「sigsetmask
システムコール」を発行し、シグナルのブロックを解除
する。
Next, using the value of the signal mask 23 of the process management table 13 as an argument, "sigsetmask" is set.
Issue a "system call" to unblock the signal.

【0026】なお、「sigsetmask」システム
コールについては、マニュアル「HI−UX/WE2リ
ファレンス2(HITACH)の226ページに記載さ
れている。
The "sigsetmask" system call is described on page 226 of the manual "HI-UX / WE2 Reference 2 (HITACH)".

【0027】[0027]

【発明の効果】以上の説明から明らかなように本発明に
よれば、プロセスの処理が危険領域に処理に移るに際
し、そのことを示すフラグをセットし、このフラグによ
ってプロセスを割込み処理に移行させるシグナルをブロ
ックし、危険領域での処理が終了した後に前記フラグを
リセットし、前記シグナルに対するブロックを解除する
ようにしたので、プロセスが危険領域で処理を実行中に
シグナルが到来しても、その危険領域での処理を続行
し、システムダウンを防止することができる。
As is apparent from the above description, according to the present invention, when the processing of the process shifts to the dangerous area, a flag indicating that is set, and the process shifts to the interrupt processing by this flag. Since the signal is blocked and the flag is reset after the processing in the dangerous area is finished and the signal is unblocked, even if the signal arrives while the process is executing the processing in the dangerous area, It is possible to continue the processing in the dangerous area and prevent the system from going down.

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

【図1】本発明を適用したオンラインシステムの一実施
例を示すブロック構成図である。
FIG. 1 is a block diagram showing an embodiment of an online system to which the present invention is applied.

【図2】プロセス管理テーブルの内容の一例を示す説明
図である。
FIG. 2 is an explanatory diagram showing an example of contents of a process management table.

【図3】プロセスが危険領域で処理を行う時の流れを示
すフローチャートである。
FIG. 3 is a flowchart showing a flow when a process performs processing in a dangerous area.

【図4】危険領域での処理開始宣言に対する処理を示す
フローチャートである。
FIG. 4 is a flowchart showing a process for a process start declaration in a dangerous area.

【図5】危険領域での処理終了宣言に対する処理を示す
フローチャートである。
FIG. 5 is a flowchart showing a process for a process end declaration in a dangerous area.

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

10…電子計算機、11…オンライン制御プログラム、
12A〜12C…業務プログラム、13…プロセス管理
テーブル、22…クリティカルフラグ。
10 ... Computer, 11 ... Online control program,
12A to 12C ... Business program, 13 ... Process management table, 22 ... Critical flag.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 プロセスの処理が危険領域に処理に移る
に際し、そのことを示すフラグをセットし、このフラグ
によってプロセスを割込み処理に移行させるシグナルを
ブロックし、危険領域での処理が終了した後に前記フラ
グをリセットし、前記シグナルに対するブロックを解除
することを特徴とするシグナル制御方法。
1. When the processing of a process shifts to a dangerous area, a flag indicating that is set, a signal for shifting the process to an interrupt processing is blocked by this flag, and after the processing in the dangerous area ends. A signal control method comprising resetting the flag and canceling the block for the signal.
JP11826893A 1993-05-20 1993-05-20 Signal control method Pending JPH06332720A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11826893A JPH06332720A (en) 1993-05-20 1993-05-20 Signal control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11826893A JPH06332720A (en) 1993-05-20 1993-05-20 Signal control method

Publications (1)

Publication Number Publication Date
JPH06332720A true JPH06332720A (en) 1994-12-02

Family

ID=14732435

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11826893A Pending JPH06332720A (en) 1993-05-20 1993-05-20 Signal control method

Country Status (1)

Country Link
JP (1) JPH06332720A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013534346A (en) * 2010-08-20 2013-09-02 ファスドットコム カンパニー リミテッド Hook re-entry prevention device and recording medium storing program for causing computer to execute the method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013534346A (en) * 2010-08-20 2013-09-02 ファスドットコム カンパニー リミテッド Hook re-entry prevention device and recording medium storing program for causing computer to execute the method

Similar Documents

Publication Publication Date Title
US5369770A (en) Standardized protected-mode interrupt manager
JPH06332720A (en) Signal control method
JPH08297581A (en) Interruption management system of real-time operating system
JPS586971B2 (en) arithmetic processing unit
JPH0588933A (en) Parallel processing system with debugging function
JP2985299B2 (en) Exclusive control unit
JPS6148741B2 (en)
JP3107433B2 (en) Task state management method for computer systems
JPS5998256A (en) Interruption controller
JP3079238B2 (en) Debug device
JPH03240831A (en) Interruption processing system
JPH04205144A (en) Microprocessor
JPH07271614A (en) Priority control system for task restricted in execution time
JPH02201654A (en) Break interruption control system for time sharing system
JPH0341520A (en) Interruption control system
JPH0266632A (en) Interruption control system
JPH0319574B2 (en)
JPH05165874A (en) Vector arithmetic processor
JPH0417530B2 (en)
JPH01116833A (en) Interruption processing system
JPH04364545A (en) Memory dumping system
JPH01185733A (en) Input/output emulation system
JPH05313916A (en) Electronic computer and its interruption processing method
JPS62233844A (en) Interruption control system
JPS6398040A (en) Software trap control system