JPH05108272A - File controller device - Google Patents

File controller device

Info

Publication number
JPH05108272A
JPH05108272A JP3266168A JP26616891A JPH05108272A JP H05108272 A JPH05108272 A JP H05108272A JP 3266168 A JP3266168 A JP 3266168A JP 26616891 A JP26616891 A JP 26616891A JP H05108272 A JPH05108272 A JP H05108272A
Authority
JP
Japan
Prior art keywords
data
write
disk file
disk
writing
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
JP3266168A
Other languages
Japanese (ja)
Inventor
Tsuneo Kobari
恒雄 小針
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.)
Toshiba TEC Corp
Original Assignee
Tokyo Electric Co 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 Tokyo Electric Co Ltd filed Critical Tokyo Electric Co Ltd
Priority to JP3266168A priority Critical patent/JPH05108272A/en
Publication of JPH05108272A publication Critical patent/JPH05108272A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve the reliability by wiring all of data, which is received by an OS(operating system) and should be written into a disk file, into the disk file at the time of detecting abnormality by abnormality detecting means and writing data in the synchronous write system after occurrence of the abnormal state. CONSTITUTION:In the steady state, the OS writes data in the disk file of a hard disk 6 by the delay write system when a data write command is generated by an application. If a power source device 2 free from service interruption, detects a service interruption, it is reported to a serial port 1a of a device main body 1, and as the result, data marked by delay write on a free block is written in the disk film. while the abnormality continues thereafter, data is written in the disk file by the synchronous write system at the time of generation of the data write designation from the application. Thus, data write is preferred to improve the reliability.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、ディスクファイルへの
データ書込みを行うファイルコントローラ装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file controller device for writing data to a disk file.

【0002】[0002]

【従来の技術】ディスクファイルにデータを書込む方式
として、遅延書込み方式、同期書込み方式、非同期書込
み方式が知られている。遅延書込み方式ではアプリケー
ションからディスクファイルへのデータ書込み指令が発
生してもデータはオペレーティングシステム内のメモリ
に書込まれるだけでオペレーティングシステムは直ちに
アプリケーションに対して動作完了を応答し、その後必
要に応じてオペレーティングシステムがディスクファイ
ルにデータを書込むようになっている。また同期書込み
方式ではアプリケーションからディスクファイルへのデ
ータ書込み指令が発生するとオペレーティングシステム
によるディスクファイルへのデータの書込みが行われ、
書込みが完了するとオペレーティングシステムはアプリ
ケーションに対して動作完了を応答するようになってい
る。また非同期書込み方式ではアプリケーションからデ
ィスクファイルへのデータ書込み指令が発生するとオペ
レーティングシステムはディスクファイルへのデータの
書込みを開始するが、書込みの完了を待つこと無くアプ
リケーションに対して動作完了を応答するようになって
いる。
2. Description of the Related Art As a method of writing data in a disk file, a delayed writing method, a synchronous writing method, and an asynchronous writing method are known. In the delayed write method, even if the application issues a data write command to the disk file, the data is only written to the memory in the operating system, and the operating system immediately responds to the application that the operation is complete, and then, if necessary. The operating system is now writing the data to a disk file. In the synchronous write method, when an application issues a data write command to a disk file, the operating system writes the data to the disk file.
When the writing is completed, the operating system responds to the application that the operation is completed. Also, in the asynchronous write method, when an application issues a data write command to a disk file, the operating system starts writing data to the disk file, but the operation completion response is sent to the application without waiting for the completion of the write. Is becoming

【0003】従って遅延書込み方式はアプリケーション
から見た場合、処理スピードが早いという利点がある一
方、データがいつ書込まれるか不明であるという問題が
ある。また同期書込み方式はアプリケーションから見た
場合、データが書込まれたことを確実に確認できるが処
理スピートが遅いという問題がある。
Therefore, the delayed write method has an advantage that the processing speed is fast from the viewpoint of the application, but has a problem that it is unknown when the data will be written. Further, the synchronous writing method can surely confirm that the data has been written from the viewpoint of the application, but has a problem that the processing speed is slow.

【0004】[0004]

【発明が解決しようとする課題】そこで処理スピードを
優先して遅延書込み方式でディスクファイルへのデータ
の書込みを行うファイルコントローラ装置を使用した場
合、電源異常等の異常状態が発生すると、その後システ
ムを回復させようとしてもディスクファイルに書込まれ
ていないデータが発生しシステムを正常に回復できなく
なる問題があった。
Therefore, when a file controller device that writes data to a disk file by a delayed write method with priority given to processing speed is used, if an abnormal state such as a power supply error occurs, the system is then restarted. There was a problem that even if you tried to recover it, data that was not written to the disk file occurred and the system could not be recovered normally.

【0005】そこで本発明は、処理スピードを優先して
遅延書込み方式でディスクファイルへのデータの書込み
を行うものにおいて、電源異常等の異常状態が発生して
もデータを確実にディスクファイルに書込むことがで
き、しかも異常状態の発生後は同期書込み方式によりデ
ィスクファイルに対するデータの書込みを優先して信頼
性を高めることができるファイルコントローラ装置を提
供しようとするものである。
Therefore, in the present invention, data is written to a disk file by a delayed write method with priority given to processing speed, and the data is surely written to the disk file even if an abnormal state such as a power failure occurs. It is an object of the present invention to provide a file controller device capable of improving reliability by prioritizing data writing to a disk file by a synchronous writing method after an abnormal state occurs.

【0006】[0006]

【課題を解決するための手段】本発明は、アプリケーシ
ョンによりディスクファイルへのデータの書込み指令を
行い、これをオペレーティングシステムで受けてアプリ
ケーションに動作完了を応答し、その後必要に応じてオ
ペレーティングシステムがディスクファイルにデータの
書込みを行う遅延書込み方式でファイル制御を行うファ
イルコントローラ装置において、電源異常等の異常を検
出する異常検出手段と、この異常検出手段が異常検出す
るとオペレーティングシステムが受けたディスクファイ
ルに書込むべきデータをすべてディスクファイルに書込
む異常時データ書込み手段と、この異常時データ書込み
手段によるデータ書込みが行われると、以降アプリケー
ションからオペレーティングシステムへのディスクファ
イルへのデータの書込み指令によりオペレーティングシ
ステムがディスクファイルにデータの書込みを完了しな
ければアプリケーションに動作完了を応答しない同期書
込み方式にファイル制御を切替える書込み方式切替手段
を設けたものである。
According to the present invention, an application issues a command to write data to a disk file, the operating system receives the command and responds to the application that the operation has been completed, and then the operating system sends the command to the disk as needed. In a file controller device that performs file control by a delayed writing method that writes data to a file, an abnormality detection unit that detects an abnormality such as a power supply abnormality, and when this abnormality detection unit detects an abnormality, writes it to a disk file received by the operating system. When data is written by the abnormal data writing means that writes all the data to be written to the disk file and this abnormal data writing means is executed, the data from the application to the operating system will be transferred to the disk file. The write command in which the operating system has provided a writing method switching means for switching the file control in synchronous write method that does not respond to operation completion to the application if it does not complete the writing of data to a disk file.

【0007】[0007]

【作用】このような構成の本発明においては、異常検出
手段が電源異常等の異常検出を行うとオペレーティング
システムが受けたディスクファイルに書込むべきデータ
をすべてディスクファイルに書込む。そして以降、アプ
リケーションからオペレーティングシステムにディスク
ファイルへのデータの書込み指令を発生するとオペレー
ティングシステムはディスクファイルへデータを直ちに
書込み、データの書込みを完了したときアプリケーショ
ンに動作完了を応答するようになる。
In the present invention having such a configuration, when the abnormality detecting means detects an abnormality such as a power supply abnormality, all data to be written in the disk file received by the operating system is written in the disk file. After that, when the application issues a command to write data to the disk file to the operating system, the operating system immediately writes the data to the disk file, and when the writing of the data is completed, the operating system responds to the operation completion.

【0008】[0008]

【実施例】以下、本発明の実施例を図面を参照して説明
する。
Embodiments of the present invention will be described below with reference to the drawings.

【0009】図1において1は装置本体、2はこの装置
本体に対して電力を供給する無停電電源装置である。前
記装置本体1にはシリアルポート1aが設けられ、停電
が発生すると前記無停電電源装置2からそのシリアルポ
ート1aに停電発生の通知が行われるようになってい
る。すなわち前記無停電電源装置2は異常検出手段を構
成している。
In FIG. 1, reference numeral 1 is an apparatus main body, and 2 is an uninterruptible power supply for supplying electric power to the apparatus main body. The device main body 1 is provided with a serial port 1a, and when a power failure occurs, the uninterruptible power supply 2 notifies the serial port 1a of the occurrence of a power failure. That is, the uninterruptible power supply 2 constitutes an abnormality detecting means.

【0010】前記装置本体1は図2に示すように、マイ
クロプロセッサ3を設け、このマイクロプロセッサ3に
バスライン4を介してメモリ5、ディスクファイルを設
けたハードディスク装置6、表示装置7、入力装置8、
前記シリアルポート1aを有するRS−232Cインタ
ーフェース9等が接続されている。前記メモリ5には書
込み制御フラグ5aが設けられている。
As shown in FIG. 2, the apparatus main body 1 is provided with a microprocessor 3, and a memory 5, a hard disk drive 6 having a disk file provided on the microprocessor 3 via a bus line 4, a display device 7, an input device. 8,
An RS-232C interface 9 or the like having the serial port 1a is connected. The memory 5 is provided with a write control flag 5a.

【0011】前記装置本体1においては、アプリケーシ
ョンによりデータ書込み指令が発生するとそれをオペレ
ーティングシステムにより受け、遅延書込み方式で前記
ハードディスク装置6のディスクファイルに対してデー
タの書込みを行うようになっている。
In the apparatus main body 1, when an application issues a data write command, the operating system receives the data write command and writes the data to the disk file of the hard disk device 6 by the delayed write method.

【0012】ここで遅延書込み方式について述べる。図
5はオペレーティングシステムが管理するメモリ5上の
データを示し、各番号はディスクのレコード番号で、レ
コード番号÷4の余りが0のレコード番号に対する実際
のデータ、レコード番号÷4の余りが1のレコード番号
に対する実際のデータ、レコード番号÷4の余りが2の
レコード番号に対する実際のデータ、レコード番号÷4
の余りが3のレコード番号に対する実際のデータがそれ
ぞれメモリ5に格納されている。そして各データブロッ
クはチェーンで接続されている。
The delay writing method will be described here. FIG. 5 shows the data on the memory 5 managed by the operating system. Each number is the record number of the disk, and the actual data for the record number of which the remainder of record number / 4 is 0, and the remainder of record number / 4 is 1 Actual data for record number, record number ÷ 4, actual data for record number with remainder 2 is record number / 4
The actual data for the record numbers with the remainder of 3 are stored in the memory 5, respectively. Each data block is connected in a chain.

【0013】このレコード番号としては、「(a) 現在デ
ィスクとリード、ライトを行っている最中でまだデータ
が完全に揃っていない。(b) 過去、そのレコード番号の
データをディスクからメモリに読み込んだ。ディスクの
内容とメモリ上のレコード内容は同じ。ただしこのメモ
リ上のブロックは他のレコード番号をリード、ライトす
るのに利用してもかまわない。(c) 過去、そのレコード
番号のデータをディスクへ書込むように指示があった。
ディスクの内容とメモリ上のレコードの内容は違ってお
り、メモリ上のデータの方が正しい。メモリ上のデータ
をディスクに書込んでしまえばこのブロックは他のレコ
ード番号をリード、ライトするのに利用してもかまわな
い。」の種類がある。
The record number is as follows: "(a) The data is not completely aligned while the disk is currently being read or written. (B) In the past, the data having the record number is transferred from the disk to the memory. Read, the contents of the disk are the same as the contents of the record in the memory, but this block in the memory may be used to read or write another record number. (C) Data of that record number in the past Was instructed to write to the disk.
The contents of the disk and the contents of the record in memory are different, and the data in memory is correct. Once the data in the memory has been written to the disk, this block may be used to read or write another record number. There are different types.

【0014】この各データブロックのうち(b) と(c) に
ついてはフリーブロックのチェーンで接続されており、
また(c) については遅延書込みブロックとして遅延書込
みマーク*を付けて表示する。
Of these data blocks, (b) and (c) are connected by a chain of free blocks,
In addition, as for (c), it is displayed with a delayed write mark * as a delayed write block.

【0015】アプリケーションからディスクへの書込み
指令が発生すると、該当するレコード番号に変換され、
実データとともにフリーブロックチェーンの最後に遅延
書込みマークを付けて接続され、アプリケーションは正
常に終了する。すなわち実際にデータ書込みを行うこと
なく、短い処理時間で終了する。また遅延書込みマーク
*の付いたデータブロックは約30秒毎にオペレーティ
ングシステムが書込み処理を行う。そしてこの30秒の
間にシステムの電源がダウンすると遅延書込みマーク*
の付いたデータは消失することになる。
When an application issues a write command to the disk, it is converted into a corresponding record number,
The application is terminated normally by attaching the delayed write mark at the end of the free block chain together with the actual data. That is, the processing is completed in a short processing time without actually writing data. Further, the data block with the delayed write mark * is written by the operating system about every 30 seconds. If the system power is turned off within these 30 seconds, the delayed write mark *
Data marked with will be lost.

【0016】そこで前記マイクロプロセッサ3はシリア
ルポート1aから停電発生の通知を受けると図3に示す
割込み処理を行うようになっている。これはまず書込み
制御フラグ5aに1を加算する。
Therefore, when the microprocessor 3 receives a notification of the occurrence of a power failure from the serial port 1a, it performs the interrupt processing shown in FIG. This first adds 1 to the write control flag 5a.

【0017】そして書込み制御フラグ5aの値が6以上
になったか否かをチェックする。書込み制御フラグ5a
の値が5以下であればフリーブロック上の遅延書込みマ
ーク*の付いたデータのディスクファイルへの書込みを
行う。(異常時データ書込み手段) また現在使用中で過渡期のブロックがあるため5秒後に
本ルーチンが再度動作するようにスケジュールを決め
る。
Then, it is checked whether the value of the write control flag 5a is 6 or more. Write control flag 5a
If the value of is 5 or less, the data with the delayed write mark * on the free block is written to the disk file. (Abnormal data writing means) Since there is a block in the transition period which is currently in use, the schedule is determined so that this routine will operate again after 5 seconds.

【0018】そして前記マイクロプロセッサ3は図4に
示すように書込み処理ルーチンにおいて、書込み制御フ
ラグ5aをチェックし、書込み制御フラグ5aがON、
すなわち1以上のときには同期書込み処理を行い、また
書込み制御フラグ5aがOFF、すなわち0でレコード
が同期書込み指示でなければ遅延書込み処理を行う。
(書込み方式切替手段) また書込み制御フラグ5aが0でもレコードが同期書込
み指示であれば同期書込み処理を行う。
The microprocessor 3 checks the write control flag 5a in the write processing routine as shown in FIG. 4, and the write control flag 5a is turned on.
That is, when it is 1 or more, the synchronous write processing is performed, and when the write control flag 5a is OFF, that is, when the record is 0 and the record is not the synchronous write instruction, the delayed write processing is performed.
(Writing method switching means) Even if the writing control flag 5a is 0, if the record is a synchronous writing instruction, synchronous writing processing is performed.

【0019】このような構成の実施例においては、無停
電電源装置2が停電等の電源異常を検出しない状態では
書込み制御フラグ5aの値は「0」となっているので、
このときにはディスクファイルへのデータの書込みは遅
延書込み方式で行われる。すなわちアプリケーションか
らディスクファイルへのデータ書込み指令が発生する
と、オペレーティングシステムはそれを受けてオペレー
ティングシステム内のメモリにデータを書込み直ちにア
プリケーションに対して動作完了を応答する。メモリに
書込まれたデータはその後必要に応じてオペレーティン
グシステムがディスクファイルに書込む。
In the embodiment having such a configuration, the value of the write control flag 5a is "0" when the uninterruptible power supply 2 does not detect a power failure such as a power failure.
At this time, the data writing to the disk file is performed by the delay writing method. That is, when the application issues a data write command to the disk file, the operating system receives the command and writes the data in the memory in the operating system, and immediately responds to the application that the operation is completed. The data written to memory is then written to the disk file by the operating system as needed.

【0020】このようにアプリケーションからディスク
ファイルへのデータ書込み指令を発生すると直ちに動作
完了の応答があるので、アプリケーションから見た処理
スピードは早い。
As described above, since the operation completion response is immediately issued when the application issues a data write command to the disk file, the processing speed seen from the application is fast.

【0021】そして遅延書込み方式においてはメモリ5
上のデータとしては、現在ディスクとリード、ライトを
行っている最中でまだデータが完全に揃っていない状態
や、過去、そのレコード番号のデータをディスクからメ
モリ5に読込み、ディスクの内容とメモリ5上のレコー
ド内容が同くなっている状態や、過去、そのレコード番
号のデータをディスクへ書込むように指示があり、ディ
スクの内容とメモリ5上のレコードの内容は違ってお
り、メモリ5上のデータの方が正しい状態が発生する。
In the delay writing method, the memory 5
As the above data, when the disk is currently being read or written, the data is not completely complete yet, or in the past, the data of that record number was read from the disk into the memory 5, and the contents of the disk and the memory The contents of the record on the memory 5 are the same, or there is an instruction to write the data of that record number to the disk in the past. The contents of the disk and the contents of the record on the memory 5 are different. The above data produces the correct situation.

【0022】このような遅延書込み方式でディスクファ
イルへのデータ書込みを行っているときに無停電電源装
置2が停電を検出すると、無停電電源装置2から装置本
体1のシリアルポート1aに停電発生が通知される。こ
れにより書込み制御フラグ5aに「1」が加算される。
When the uninterruptible power supply 2 detects a power failure while writing data to a disk file by such a delayed writing method, a power failure occurs from the uninterruptible power supply 2 to the serial port 1a of the apparatus main body 1. Be notified. As a result, "1" is added to the write control flag 5a.

【0023】そして書込み制御フラグ5aが「1」にな
るとフリーブロック上の遅延書込みマーク*の付いたデ
ータがディスクファイルに書込まれる。これによりメモ
リ5の正しいデータにディスクファイルのデータが書き
替えられる。
When the write control flag 5a becomes "1", the data with the delayed write mark * on the free block is written in the disk file. As a result, the disk file data is rewritten to the correct data in the memory 5.

【0024】また5秒後に再度この割込み処理が実行さ
れるようにスケジュールされる。5秒後に再度この割込
み処理が実行され、この割込み処理が5回繰り返され
る。そして書込み制御フラグ5aが「6」になると割込
み処理の繰り返しは終了する。このように割込み処理が
5回繰り返されるので、遅延書込みマーク*の付いたデ
ータにたとえデータ揃え中の過渡期のブロックがあって
も割込み処理によって確実にディスクファイルに書込む
ことができる。
The interrupt processing is scheduled to be executed again after 5 seconds. This interrupt process is executed again after 5 seconds, and this interrupt process is repeated 5 times. Then, when the write control flag 5a becomes "6", the repetition of the interrupt process ends. Since the interrupt process is repeated 5 times in this way, even if the data with the delayed write mark * has a block in the transition period during data alignment, the interrupt process can surely write to the disk file.

【0025】そして書込み制御フラグ5aが1以上にな
ると以降はアプリケーションによりデータ書込み指令が
発生すると同期書込み方式でディスクファイルへのデー
タ書込みが行われるようになる。従って以降は、アプリ
ケーションからディスクファイルへのデータ書込み指令
が発生するとオペレーティングシステムによるディスク
ファイルへのデータの書込みが行われ、書込みが完了す
るとオペレーティングシステムはアプリケーションに対
して動作完了を応答するようになる。
When the write control flag 5a becomes 1 or more, after that, when a data write command is issued by the application, the data write to the disk file is performed by the synchronous write method. Therefore, thereafter, when the application issues a data write command to the disk file, the operating system writes the data to the disk file, and when the writing is completed, the operating system responds to the application that the operation is completed.

【0026】これによりアプリケーションに対する動作
完了の応答は遅くなるがアプリケーションはデータがデ
ィスクファイルに書込まれたことを確実に知ることがで
きるため信頼性は高くなる。
Although the response of the operation completion to the application is delayed by this, the reliability is high because the application can surely know that the data is written in the disk file.

【0027】なお、前記実施例ではディスクファイルを
ハードディスク装置に設けたものについて述べたが必ず
しもこれに限定されるものではなく、フロッピディスク
装置に設けたものであってもよい。
In the above embodiment, the disk file is provided in the hard disk device, but the invention is not limited to this, and the disk file may be provided in the floppy disk device.

【0028】[0028]

【発明の効果】以上詳述したように本発明によれば、処
理スピードを優先して遅延書込み方式でディスクファイ
ルへのデータの書込みを行うものにおいて、電源異常等
の異常状態が発生してもデータを確実にディスクファイ
ルに書込むことができ、しかも異常状態の発生後は同期
書込み方式によりディスクファイルに対するデータの書
込みを優先して信頼性を高めることができるファイルコ
ントローラ装置を提供できるものである。
As described above in detail, according to the present invention, when data is written to a disk file by a delayed write method with priority given to processing speed, even if an abnormal state such as a power failure occurs. It is possible to provide a file controller device capable of surely writing data to a disk file and further improving reliability by prioritizing data writing to the disk file by a synchronous writing method after an abnormal state occurs. ..

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

【図1】本発明の実施例を示すブロック図。FIG. 1 is a block diagram showing an embodiment of the present invention.

【図2】同実施例における装置本体の構成を示すブロッ
ク図。
FIG. 2 is a block diagram showing a configuration of a device body in the embodiment.

【図3】同実施例におけるマイクロプロセッサの割込み
処理を示す流れ図。
FIG. 3 is a flowchart showing interrupt processing of the microprocessor in the embodiment.

【図4】同実施例におけるマイクロプロセッサのデータ
書込み処理を示す流れ図。
FIG. 4 is a flowchart showing a data writing process of the microprocessor in the embodiment.

【図5】同実施例におけるメモリ上のデータ構成の一例
を示す図。
FIG. 5 is a diagram showing an example of a data configuration on a memory in the embodiment.

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

1…装置本体、2…無停電電源装置、3…マイクロプロ
セッサ、5…メモリ、5a…書込み制御フラグ、6…ハ
ードディスク装置。
1 ... Device body, 2 ... Uninterruptible power supply device, 3 ... Microprocessor, 5 ... Memory, 5a ... Write control flag, 6 ... Hard disk device.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 アプリケーションによりディスクファイ
ルへのデータの書込み指令を行い、これをオペレーティ
ングシステムで受けてアプリケーションに動作完了を応
答し、その後必要に応じてオペレーティングシステムが
前記ディスクファイルにデータの書込みを行う遅延書込
み方式でファイル制御を行うファイルコントローラ装置
において、電源異常等の異常を検出する異常検出手段
と、この異常検出手段が異常検出するとオペレーティン
グシステムが受けた前記ディスクファイルに書込むべき
データをすべて前記ディスクファイルに書込む異常時デ
ータ書込み手段と、この異常時データ書込み手段による
データ書込みが行われると、以降アプリケーションから
オペレーティングシステムへのディスクファイルへのデ
ータの書込み指令によりオペレーティングシステムが前
記ディスクファイルにデータの書込みを完了しなければ
アプリケーションに動作完了を応答しない同期書込み方
式にファイル制御を切替える書込み方式切替手段を設け
たことを特徴とするファイルコントローラ装置。
1. An application issues a command to write data to a disk file, the operating system receives this command and responds to the application that operation has been completed, and then the operating system writes data to the disk file as necessary. In a file controller device that performs file control by a delayed write method, an abnormality detecting unit that detects an abnormality such as a power supply abnormality, and when the abnormality detecting unit detects an abnormality, all the data to be written to the disk file received by the operating system is described above. When the abnormal data writing means for writing to the disk file and the data writing by the abnormal data writing means are performed, the application writes a data write command to the disk file thereafter to the operating system. The file controller device further comprises a writing method switching means for switching the file control to a synchronous writing method in which the operating system does not respond the operation completion to the application unless the operating system finishes writing the data to the disk file.
JP3266168A 1991-10-15 1991-10-15 File controller device Pending JPH05108272A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3266168A JPH05108272A (en) 1991-10-15 1991-10-15 File controller device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3266168A JPH05108272A (en) 1991-10-15 1991-10-15 File controller device

Publications (1)

Publication Number Publication Date
JPH05108272A true JPH05108272A (en) 1993-04-30

Family

ID=17427217

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3266168A Pending JPH05108272A (en) 1991-10-15 1991-10-15 File controller device

Country Status (1)

Country Link
JP (1) JPH05108272A (en)

Similar Documents

Publication Publication Date Title
JPH05108272A (en) File controller device
JPH10207586A (en) Power-off control system for computer
JPS63305445A (en) Data writing system at power break
JP3185446B2 (en) Computer system
JPS6095663A (en) Automatic switching device of dual type magnetic disk device
JP3102381B2 (en) Task debugging device, task debugging method, and recording medium therefor
JPH01120652A (en) Setting system for monitor time of input/output device
JPS62284440A (en) Software resource maintenance system for terminal equipment
JPS6343771B2 (en)
JPS599927B2 (en) Data transfer control method
JPH07200334A (en) Duplicate synchronization operation system
JPH01102658A (en) File write back-up system
JPH06332808A (en) Data protective device
JPH0721091A (en) Service interruption processing method for electronic computer
JPS585856A (en) Error recovery system for logical device
JPS62107354A (en) Microprogram control device
JPS6318229B2 (en)
JPS61250720A (en) Magnetic disc controller
JPS6341088B2 (en)
JPH09269801A (en) Line controller and its control method
JPS6244857A (en) Electronic disk device
JPH04211841A (en) Duplex processor
JPH02141814A (en) Power failure restorative interruption and control system
JPH01280817A (en) Controller for external power supply state detecting i/o equipment
JPH053016B2 (en)