JPH0452929A - Check point save processing system - Google Patents

Check point save processing system

Info

Publication number
JPH0452929A
JPH0452929A JP2161638A JP16163890A JPH0452929A JP H0452929 A JPH0452929 A JP H0452929A JP 2161638 A JP2161638 A JP 2161638A JP 16163890 A JP16163890 A JP 16163890A JP H0452929 A JPH0452929 A JP H0452929A
Authority
JP
Japan
Prior art keywords
checkpoint
management information
information block
processing
task
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
JP2161638A
Other languages
Japanese (ja)
Inventor
Toru Suzuki
徹 鈴木
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 Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2161638A priority Critical patent/JPH0452929A/en
Publication of JPH0452929A publication Critical patent/JPH0452929A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To shorten the task holding time by enabling a task to access save information in the middle of check point save processing. CONSTITUTION:A memory release means 17 checks a check point processing indicating means 11-2 of a management information block whose release is requested, when the check point processing is not executed, the release processing of the management information block is executed, and when the check point processing is executed at present, one is subtracted from the value in a reference counter 11-1 of the management information block, and it is checked whether a check point write means 14 is the release request source or not, and the processing is terminated when it is not the release request source. When it is the release request source, indication of the check point processing in the check point processing indicating means 11-2 is erased, and the processing is terminated if the value of the reference counter 11-1 of the management information block is not 0, but otherwise, the release processing of the management information block is executed. Thus, the task holding time is shortened.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は電子計算機システムにおけるチェックポイント
の退避処理とタスクの退避情報へのアクセスとの競合処
理方式に間する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a conflict processing method between checkpoint save processing and access to task save information in a computer system.

〔従来の技術〕[Conventional technology]

従来、電子計算機システムにおいて、誤動作が発生する
とまずハードウェアによる再実行と回復が計られる。ハ
ードウェアでの再実行と訂正に失敗した場合は、ソフト
ウェアの回復処理に任される。ソフトウェアでは、障害
により誤動作したタスクを識別し、そのタスクのみ実行
を停止し、システムの動作を継続する。誤動作したタス
クは、チェックポイントがらの回復により再開始される
。この為、タスクの中の適当なところにチェックポイン
トを用意しておき、そのチェックポイントでのプログラ
ムの状態情報をあらかじめ記憶装置にとっておく。従来
、このチェックポイントでのプログラムの状態情報の退
避の間は状態情報へのタスクのアクセスは禁止されてい
た。これは、タスクのアクセスにより状態情報が途中か
ら書き替られデータに矛盾が発生するからである。
Conventionally, in electronic computer systems, when a malfunction occurs, the first step is to attempt re-execution and recovery using hardware. If hardware re-execution and correction fails, it is left to software recovery processing. The software identifies the task that malfunctioned due to a failure, stops execution of only that task, and continues operating the system. A malfunctioning task is restarted by checkpoint recovery. For this reason, a checkpoint is prepared at an appropriate location within a task, and the program state information at that checkpoint is stored in advance in a storage device. Conventionally, while the program state information is being saved at this checkpoint, tasks are prohibited from accessing the state information. This is because the state information is rewritten from the middle due to task access, causing data inconsistency.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来のチェックポイント退避処理方式では、フ
ァイルへの書き込みがあるため、タスクの保留時間は相
対的に長くなり、システム全体の処理能力低下を招いて
いた。
In the conventional checkpoint saving processing method described above, since writing is required to a file, the task hold time becomes relatively long, resulting in a decrease in the processing capacity of the entire system.

本発明の目的は、チェックポイントでの退避処理中にお
ける退避対象の状態情報へのタスクのアクセスを可能と
し、タスク保留時間を短縮することにある。
An object of the present invention is to enable a task to access state information of a target to be saved during the save process at a checkpoint, and to shorten task hold time.

〔課題を解決するための手段〕[Means to solve the problem]

本発明は、電子計算機システムにおけるタスクのチェッ
クポイントにて前記タスクが使用する情報蓄積手段に蓄
積された管理情報ブロックを二次記憶装置に退避するチ
ェックポイント退避処理方式において、前記情報蓄積手
段における管理情報ブロック毎に用意され前記管理情報
ブロックの利用状況を示す参照カウンタと前記管理情報
ブロック毎に用意され前記管理情報ブロックが書き込み
可であるかどうかを示す書き込み可能性表示手段と、前
記管理情報ブロック毎に用意され前記管理情報ブロック
がチェックポイント処理中であることを表示するチェッ
クポイント処理中表示手段とを有し、前記タスクから前
記チェックポイントの退避処理要求を受けるチェックポ
イント処理手段と、前記チェックポイント処理手段から
起動され、前記タスクが使用する全ての前記管理情報ブ
ロックに対応する前記参照カウンタをプラス1するとと
もに前記管理情報ブロックに対応する前記書き込み可能
性表示手段による表示が書き込み可の場合に前記管理情
報ブロックに対応する前記書き込み可能性表示手段を書
き込み不可の状態にし、さらに前記管理情報ブロックが
チェックポイント処理中である表示を前記チェックポイ
ント処理中表示手段に設定した後、制御を前記チェック
ポイント処理手段に戻すチェックポイント設定手段と、
前記チェックポイント設定手段により制御を戻された前
記チェックポイント処理手段によって起動され、前記タ
スクの使用している前記全ての管理情報ブロックについ
て、前記管理情報ブロックを前記二次記憶装置上のチェ
ックポイントファイルに書き込むIO命令を出し前記フ
ァイルへの書き込み完了後前記管理情報ブロックのメモ
リ解放要求信号を出力するチェックポイント書き込み手
段と、前記チェックポイント書き込み手段が前記全ての
管理情報ブロックについて前記メモリ解放要求信号を出
力後に前記チェックポイント書き込み手段によって起動
され、前記チェックポイント退避処理を要求した前記タ
スクにチェックポイント退避処理完了信号を出力するチ
ェックポイント完了通知手段と、前記チェックポイント
設定手段にて前記書き込み不可の状態にされた前記管理
情報ブロックに前記チェックポイント処理を要求した前
記タスクがアクセスしメモリ書き込みフォルトを起こし
た場合に起動され、前記メモリ書き込みフォルトを起こ
した前記管理情報ブロックの内容を新に確保した前記管
理情報ブロックにコピーし、前記メモリ書き込みフォル
トを起こした前記管理情報ブロックの前記参照カウンタ
の値から1を引いた値を前記新に確保した前記管理情報
ブロックの前記参照カウンタの値とし、前記メモリ書き
込みフォルトを起こした前記管理情報ブロックの前記参
照カウンタの値を1にし、前記新に確保した前記管理情
報ブロックを前記メモリ書き込みフォルトを起こさせた
前記タスクに割り当て前記タスクを再実行させるチェッ
クポイントフォルト処理手段と、前記タスクからの前記
タスクが使用している前記管理情報ブロックについての
メモリ解放要求または前記チェックポイント書き込み手
段により前記管理情報ブロックの前記メモリ解放要求信
号を受信した場合に起動され、前記解放要求された管理
情報ブロックの前記チェックポイント処理中表示手段を
チェックし、チェックポイント中でない場合は前記管理
情報ブロックの解放処理を行い、チェックポイント中で
あれば、前記管理情報ブロックの前記参照カウンタの値
から1を引き、次に解放要求元が前記チェックポイント
書き込み手段からかをチェックし、異なれば処理を終了
し、前記解放要求元が前記チェックポイント書き込み手
段であれば前記チェックポイント処理中表示手段のチェ
ックポイント中の表示を消し前記管理情報ブロックの前
記参照カウンタの値が0でなければ処理を終了し、前言
己参照カウンタの値がOであれば前記管理情報ブロック
の解放処理を行うメモリ解放手段とを備えたことを特徴
とする。
The present invention provides a checkpoint saving processing method for saving management information blocks accumulated in an information storage means used by a task at a checkpoint of a task in a computer system to a secondary storage device, the present invention provides management information in the information storage means. a reference counter prepared for each information block and indicating the usage status of the management information block; a writability display means prepared for each management information block and indicating whether the management information block is writable; and the management information block. checkpoint processing means for receiving a checkpoint save processing request from the task; is activated by the point processing means, and increments the reference counter corresponding to all the management information blocks used by the task by 1, and when the display by the writability display means corresponding to the management information block is writable. After setting the writability display means corresponding to the management information block to a writable state and further setting an indication that the management information block is undergoing checkpoint processing on the checkpoint processing display means, control is turned to the checkpoint processing state. checkpoint setting means for returning to the point processing means;
The checkpoint processing means to which control has been returned by the checkpoint setting means is started, and for all the management information blocks used by the tasks, the management information blocks are stored in a checkpoint file on the secondary storage device. checkpoint writing means for issuing an IO command to write to the file and outputting a memory release request signal for the management information block after completion of writing to the file; and the checkpoint writing means outputting the memory release request signal for all the management information blocks. checkpoint completion notification means that is activated by the checkpoint writing means after the output and outputs a checkpoint save processing completion signal to the task that has requested the checkpoint save processing; and a write-disabled state in the checkpoint setting means. The task is activated when the task that requested the checkpoint processing accesses the management information block that has been set to a memory write fault and causes a memory write fault. The value obtained by subtracting 1 from the reference counter value of the management information block that caused the memory write fault is set as the value of the reference counter of the newly secured management information block, and the memory A checkpoint fault that sets the value of the reference counter of the management information block that caused the write fault to 1, allocates the newly secured management information block to the task that caused the memory write fault, and causes the task to re-execute. and a processing means, which is activated when a memory release request for the management information block used by the task is received from the task or the memory release request signal for the management information block is received by the checkpoint writing means; The checkpoint processing display means of the management information block for which release has been requested is checked, and if the checkpoint is not in progress, the management information block is released, and if the checkpoint is in progress, the reference counter of the management information block is checked. Subtract 1 from the value of , then check whether the release request source is from the checkpoint writing means, and if different, terminate the process, and if the release request source is the checkpoint writing means, display the checkpoint processing in progress. If the value of the reference counter of the management information block is not 0, the process is terminated, and if the value of the self-reference counter is 0, the memory is used to release the management information block. It is characterized by being equipped with a release means.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例を示すブロック構成図、第2
図〜第5図は、本実施例における処理フローチャートで
ある。
FIG. 1 is a block diagram showing one embodiment of the present invention, and FIG.
5 to 5 are processing flowcharts in this embodiment.

第2図はタスク10からチェックポイントの退避処理要
求を受けたチェックポイント処理手段12の処理フロー
チャートである。チェックポイント処理手段12はチェ
ックポイント設定手段13を起動する。チェックポイン
ト設定手段13はりスフ10の使用している情報蓄積手
段11における管理情報ブロック(図示せず)毎に用意
された参照カウンタ11−1をプラスIL(SIO)、
次にその管理情報ブロックが書き込み可であるかどうか
を書き込み可能性表示手段11−3によってチェックす
る(S20)。書き込み可であれば、その管理情報ブロ
ックを書き込み不可の状態にし、さらにその管理情報ブ
ロックがチェックポイント処理中であることを示す表示
をチェックポイント処理中表示手段11−2に設定する
(S30)。タスク10の使用している情報蓄積手段1
1における全ての管理情報ブロックに対しS10〜S3
0の処理が終了したかをチェックする。
FIG. 2 is a processing flowchart of the checkpoint processing means 12 that receives a checkpoint save processing request from the task 10. The checkpoint processing means 12 activates the checkpoint setting means 13. The reference counter 11-1 prepared for each management information block (not shown) in the information storage means 11 used by the checkpoint setting means 13 and the cross section 10 is plus IL (SIO),
Next, the writability display means 11-3 checks whether the management information block is writable (S20). If writable, the management information block is set to a writable state, and a display indicating that the management information block is undergoing checkpoint processing is set on the checkpoint processing display means 11-2 (S30). Information storage means 1 used in task 10
S10 to S3 for all management information blocks in 1
Check whether processing of 0 is completed.

(S40)。情報蓄積手段11における全ての管理情報
ブロックに対しS10〜S30の処理が終了したらチェ
ックポイント書き込み手段14を起動する(S50)。
(S40). When the processing of S10 to S30 is completed for all management information blocks in the information storage means 11, the checkpoint writing means 14 is activated (S50).

第3図に示されるのはチェックポイント書き込み手段1
4の処理フローチャートである。まずチェックポイント
の対象である情報蓄積手段11における管理情報ブロッ
クを二次記憶装置18上のチェックポイントファイルに
書き込む10命令を出す(31,10)。次にファイル
への書き込み完了を待ち合わせる(3120)。書き込
みの完了した管理情報ブロックをメモリ解放手段17に
解放要求する(8130)。タスクの使用している情報
蓄積手段11における全ての管理情報ブロックに対し5
110〜5130の処理が終了したかをチェックし7、
終了していなければ、5LIOから繰り返す(S140
)。全ての管理情報ブロックに対し5ilo〜8130
の処理が終了したら、チェックポイント完了通知手段1
5にて、チェックポイント退避処理を要求したタスク1
0にチェックポイント退避処理の完了を通知する(S1
50)。
What is shown in FIG. 3 is checkpoint writing means 1.
4 is a processing flowchart. First, 10 instructions are issued to write the management information block in the information storage means 11, which is the target of the checkpoint, to the checkpoint file on the secondary storage device 18 (31, 10). Next, it waits for the completion of writing to the file (3120). A request is made to the memory release means 17 to release the management information block for which writing has been completed (8130). 5 for all management information blocks in the information storage means 11 used by the task.
Check whether the processing from 110 to 5130 is completed 7.
If not completed, repeat from 5LIO (S140
). 5ilo to 8130 for all management information blocks
When the process is completed, checkpoint completion notification means 1
Task 1 that requested checkpoint evacuation processing in step 5
0 of the completion of checkpoint save processing (S1
50).

第4図に示されるのは、チェックポイント設定手段13
にて書き込み不可の状態にされた主記憶上の情報蓄積手
段11における管理情報ブロックに、チェックポイント
処理を要求したタスクがアクセスして書き込みフォルト
を起こした場合の処理で、タスク10より起動されたチ
ェックポイントフォルト処理手段16において、メモリ
書き込みフォルトを起こした管理情報ブロックの内容を
新に確保した情報蓄積手段11における管理情報ブロッ
クにコピーする(S210)。次に、メモリ書き込みフ
ォルトを起こした管理情報ブロックの参照カウンタ11
−1の値から1を引いた値を新に確保した管理情報ブロ
ックの参照カウンタ11−1の値とし、メモリ書き込み
フォルトを起こした管理情報ブロックの参照カウンタ1
1−1の値は1にする(S220)。次に、新に確保し
た管理情報ブロックをメモリ書き込みフォルトを起こさ
せたタスク10に割り当て(3230)、タスクを再実
行させる(S240)。
What is shown in FIG. 4 is the checkpoint setting means 13.
This process was started by task 10 when a task requesting checkpoint processing accessed the management information block in the information storage means 11 on the main memory that was made write-disabled in , and caused a write fault. The checkpoint fault processing means 16 copies the contents of the management information block that caused the memory write fault to the newly secured management information block in the information storage means 11 (S210). Next, the reference counter 11 of the management information block that caused the memory write fault is
The value obtained by subtracting 1 from the value of -1 is set as the value of reference counter 11-1 of the newly secured management information block, and the value of reference counter 1 of the management information block that caused the memory write fault is set as the value of reference counter 11-1 of the newly secured management information block.
The value of 1-1 is set to 1 (S220). Next, the newly secured management information block is assigned to the task 10 that caused the memory write fault (3230), and the task is re-executed (S240).

第5図に示されるのは、タスク10またはチェックポイ
ント書き込み手段14により情報蓄積手段11における
管理情報ブロックの解放要求がでた場合の処理で、タス
ク10またはチェックポイント書き込み手段14により
起動されたメモリ解放手段17は、解放要求された管理
情報ブロックのチェックポイント中の表示をチェックポ
イント処理中表示手段11−2によってチェックする(
S310)。チェックポイント中であれば、解放要求さ
れた管理情報ブロックの参照カウンタ11−1の値から
1を引< (S320>。次に解放要求元がチェックポ
イント書き込み手段14かチェックし、異なれば処理は
終了する(8330)。解放要求元がチェックポイント
書き込み手段14であれば、チェックポイント中の表示
を消しく5340)、解放要求された管理情報ブロック
の参照カウンタ11−1の値が0でなければ処理を終了
する(S350)。解放要求された管理情報ブロックの
チェックポイント中の表示がチェックポイント中でない
場合、あるいは5350で参照カウンタの値がOであれ
ば管理情報ブロックの解放処理を行う(S360)。
What is shown in FIG. 5 is the process when the task 10 or the checkpoint writing means 14 issues a request to release the management information block in the information storage means 11, and the memory activated by the task 10 or the checkpoint writing means 14 The release means 17 checks the display of the management information block requested for release during the checkpoint using the checkpoint processing display means 11-2 (
S310). If the checkpoint is in progress, subtract 1 from the value of the reference counter 11-1 of the management information block for which the release request was made (S320).Next, it is checked whether the release request source is the checkpoint writing means 14, and if it is different, the process is terminated. Ends (8330). If the source of the release request is the checkpoint writing means 14, the display during the checkpoint is erased (5340), but if the value of the reference counter 11-1 of the management information block for which the release was requested is 0. The process ends (S350). If the display of the management information block requested to be released during the checkpoint is not at the checkpoint, or if the value of the reference counter is O in 5350, the management information block is released (S360).

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明のによれば、チェックポイン
トの退避処理中における退避情報へのタスクのアクセス
を可能とすることにより、タスク保留時間を短縮できる
効果がある。
As described above, according to the present invention, by allowing a task to access the save information during checkpoint save processing, it is possible to shorten the task hold time.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例を示すブロック構成図、第2
図〜第5図は、本実施例における処理フローチャートで
ある。 10・・・タスク、11・・・情報蓄積手段、11−1
・・・参照カウンタ、11−2・・・チェックポイント
処理中表示手段、11−3・・・書き込み可能性表示手
段、12・・・チェックポイント処理手段、13・・・
チェックポイント設定手段、14・・・チェックポイン
ト書き込み手段、15・・・チェックポイント完了通知
手段、16・・・チェックポイントフォルト処理手段、
17・・・メモリ解放手段、18・・・二次記憶装置。
FIG. 1 is a block diagram showing one embodiment of the present invention, and FIG.
5 to 5 are processing flowcharts in this embodiment. 10...Task, 11...Information storage means, 11-1
... Reference counter, 11-2... Checkpoint processing display means, 11-3... Writability display means, 12... Checkpoint processing means, 13...
Checkpoint setting means, 14... Checkpoint writing means, 15... Checkpoint completion notification means, 16... Checkpoint fault processing means,
17...Memory release means, 18...Secondary storage device.

Claims (1)

【特許請求の範囲】[Claims]  電子計算機システムにおけるタスクのチェックポイン
トにて前記タスクが使用する情報蓄積手段に蓄積された
管理情報ブロックを二次記憶装置に退避するチェックポ
イント退避処理方式において、前記情報蓄積手段におけ
る管理情報ブロック毎に用意され前記管理情報ブロック
の利用状況を示す参照カウンタと前記管理情報ブロック
毎に用意され前記管理情報ブロックが書き込み可である
かどうかを示す書き込み可能性表示手段と、前記管理情
報ブロック毎に用意され前記管理情報ブロックがチェッ
クポイント処理中であることを表示するチェックポイン
ト処理中表示手段とを有し、前記タスクから前記チェッ
クポイントの退避処理要求を受けるチェックポイント処
理手段と、前記チェックポイント処理手段から起動され
、前記タスクが使用する全ての前記管理情報ブロックに
対応する前記参照カウンタをプラス1するとともに前記
管理情報ブロックに対応する前記書き込み可能性表示手
段による表示が書き込み可の場合に前記管理情報ブロッ
クに対応する前記書き込み可能性表示手段を書き込み不
可の状態にし、さらに前記管理情報ブロックがチェック
ポイント処理中である表示を前記チェックポイント処理
中表示手段に設定した後、制御を前記チェックポイント
処理手段に戻すチェックポイント設定手段と、前記チェ
ックポイント設定手段により制御を戻された前記チェッ
クポイント処理手段によつて起動され、前記タスクの使
用している前記全ての管理情報ブロックについて、前記
管理情報ブロックを前記二次記憶装置上のチェックポイ
ントファイルに書き込むIO命令を出し前記ファイルへ
の書き込み完了後前記管理情報ブロックのメモリ解放要
求信号を出力するチェックポイント書き込み手段と、前
記チェックポイント書き込み手段が前記全ての管理情報
ブロックについて前記メモリ解放要求信号を出力後に前
記チェックポイント書き込み手段によつて起動され、前
記チェックポイント退避処理を要求した前記タスクにチ
ェックポイント退避処理完了信号を出力するチェックポ
イント完了通知手段と、前記チェックポイント設定手段
にて前記書き込み不可の状態にされた前記管理情報ブロ
ックに前記チェックポイント処理を要求した前記タスク
がアクセスしメモリ書き込みフォルトを起こした場合に
起動され、前記メモリ書き込みフォルトを起こした前記
管理情報ブロックの内容を新に確保した前記管理情報ブ
ロックにコピーし、前記メモリ書き込みフォルトを起こ
した前記管理情報ブロックの前記参照カウンタの値から
1を引いた値を前記新に確保した前記管理情報ブロック
の前記参照カウンタの値とし、前記メモリ書き込みフォ
ルトを起こした前記管理情報ブロックの前記参照カウン
タの値を1にし、前記新に確保した前記管理情報ブロッ
クを前記メモリ書き込みフォルトを起こさせた前記タス
クに割り当て前記タスクを再実行させるチェックポイン
トフオルト処理手段と、前記タスクからの前記タスクが
使用している前記管理情報ブロックについてのメモリ解
放要求または前記チェックポイント書き込み手段により
前記管理情報ブロックの前記メモリ解放要求信号を受信
した場合に起動され、前記解放要求された管理情報ブロ
ックの前記チェックポイント処理中表示手段をチェック
し、チェックポイント中でない場合は前記管理情報ブロ
ックの解放処理を行い、チェックポイント中であれば、
前記管理情報ブロックの前記参照カウンタの値から1を
引き、次に解放要求元が前記チェックポイント書き込み
手段からかをチェックし、異なれば処理を終了し、前記
解放要求元が前記チェックポイント書き込み手段であれ
ば前記チェックポイント処理中表示手段のチェックポイ
ント中の表示を消し前記管理情報ブロックの前記参照カ
ウンタの値が0でなければ処理を終了し、前記参照カウ
ンタの値が0であれば前記、管理情報ブロックの解放処
理を行うメモリ解放手段とを備えたことを特徴とするチ
ェックポイント退避処理方式。
In a checkpoint saving processing method that saves management information blocks accumulated in an information storage means used by the task to a secondary storage device at a checkpoint of a task in a computer system, for each management information block in the information storage means. A reference counter provided for indicating the usage status of the management information block; a writability display means provided for each management information block and indicating whether the management information block is writable; a checkpoint processing display means for displaying that the management information block is undergoing checkpoint processing, and a checkpoint processing means that receives a request for saving the checkpoint from the task; The reference counter corresponding to all the management information blocks that are activated and used by the task is incremented by 1, and if the display by the writability display means corresponding to the management information block is writable, the management information block after setting the writability display means corresponding to the write possibility display means in a writable state and further setting the checkpoint processing display means to indicate that the management information block is undergoing checkpoint processing, control is transferred to the checkpoint processing means. The checkpoint setting means is activated by the return checkpoint setting means and the checkpoint processing means to which control has been returned by the checkpoint setting means, and for all the management information blocks used by the task, the management information blocks are checkpoint writing means for issuing an IO command to write to a checkpoint file on a secondary storage device and outputting a memory release request signal for the management information block after completion of writing to the file; checkpoint completion notifying means that is activated by the checkpoint writing means after outputting the memory release request signal for the information block and outputting a checkpoint save processing completion signal to the task that requested the checkpoint save processing; It is activated when the task that requested the checkpoint processing accesses the management information block that has been set to the write-disabled state by the checkpoint setting means and causes a memory write fault, and The content of the management information block is copied to the newly secured management information block, and the value obtained by subtracting 1 from the reference counter value of the management information block that caused the memory write fault is used as the newly secured management information. The value of the reference counter of the block is set to 1, the value of the reference counter of the management information block that caused the memory write fault is set to 1, and the newly secured management information block is transferred to the task that caused the memory write fault. a checkpoint fault processing unit that re-executes the task; and a memory release request for the management information block used by the task from the task, or a checkpoint write unit that requests the memory of the management information block to be re-executed. It is activated when a release request signal is received, checks the checkpoint processing display means of the management information block for which the release request has been made, and if the checkpoint is not in progress, performs release processing for the management information block, and the control information block is in the checkpoint state. If,
Subtract 1 from the value of the reference counter of the management information block, then check whether the release request source is from the checkpoint writing means, and if it is different, terminate the process, and confirm that the release request source is from the checkpoint writing means. If the value of the reference counter of the management information block is 0, the process is terminated, and if the value of the reference counter of the management information block is 0, the display of the checkpoint in the checkpoint processing display means is deleted. 1. A checkpoint save processing method comprising: memory release means for releasing information blocks.
JP2161638A 1990-06-20 1990-06-20 Check point save processing system Pending JPH0452929A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2161638A JPH0452929A (en) 1990-06-20 1990-06-20 Check point save processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2161638A JPH0452929A (en) 1990-06-20 1990-06-20 Check point save processing system

Publications (1)

Publication Number Publication Date
JPH0452929A true JPH0452929A (en) 1992-02-20

Family

ID=15738997

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2161638A Pending JPH0452929A (en) 1990-06-20 1990-06-20 Check point save processing system

Country Status (1)

Country Link
JP (1) JPH0452929A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11413958B2 (en) 2018-11-30 2022-08-16 Honda Motor Co., Ltd. Fuel cut-off unit attachment structure

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11413958B2 (en) 2018-11-30 2022-08-16 Honda Motor Co., Ltd. Fuel cut-off unit attachment structure

Similar Documents

Publication Publication Date Title
JP2916420B2 (en) Checkpoint processing acceleration device and data processing method
US10860246B2 (en) Persistent memory updating
US7587562B2 (en) Data duplication system, data duplication method and program
US6148416A (en) Memory update history storing apparatus and method for restoring contents of memory
JPH03278126A (en) Computer system starting system
US20060224639A1 (en) Backup system, program and backup method
CN104937577A (en) Memory module controller supporting extended writes
US7418557B2 (en) Managing multiprocessor operations
US7346747B1 (en) Exclusive lease instruction support for transient blocking synchronization
CN114756355B (en) Method and device for automatically and quickly recovering process of computer operating system
US9235349B2 (en) Data duplication system, data duplication method, and program thereof
JPH0452929A (en) Check point save processing system
JP3172007B2 (en) Disk copy processing method
JPH06149485A (en) Data completion guarantee processing method
JP2000293391A (en) Method and device for large-scale memory system management
JP2017157098A (en) Information processing device, information processing method, and program
US8281080B2 (en) Method and apparatus for modifying an information unit using an atomic operation
KR20010055981A (en) Method for recovering main memory database system using stable memory
JPH10154134A (en) Memory update history preserving device and memory update history preserving method
KR20190003091A (en) Device and method on file system journaling using atomic operation
JP2003330737A (en) Computer system
JP2825589B2 (en) Bus control method
JPH10143412A (en) Data base managing system
JP2022135146A (en) Storage device, cache memory writing program, and writing method
JPH06214848A (en) Data base managing system