JPH0962545A - Information processing device - Google Patents
Information processing deviceInfo
- Publication number
- JPH0962545A JPH0962545A JP7240915A JP24091595A JPH0962545A JP H0962545 A JPH0962545 A JP H0962545A JP 7240915 A JP7240915 A JP 7240915A JP 24091595 A JP24091595 A JP 24091595A JP H0962545 A JPH0962545 A JP H0962545A
- Authority
- JP
- Japan
- Prior art keywords
- storage device
- output
- data input
- data
- speed
- 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
Links
Landscapes
- Memory System (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Memory System Of A Hierarchy Structure (AREA)
Abstract
(57)【要約】
【課題】 異なる入出力速度の複数の記憶装置を効率よ
く利用して高速のデータ入出力処理を行うことができる
情報処理装置を提供する。
【解決手段】 この情報処理装置は、使用するデータ領
域の管理等の処理を行う制御部11、データファイルや
プログラムファイルを保持するための高速記憶装置15
および低速記憶装置16、その他キーボード12、マウ
ス13、および画面表示部14を備えている。制御部1
1は、アプリケーションソフトウェアが使用する複数の
記憶装置およびその使用順序を指定する手段と、指定さ
れた記憶装置に対するデータ入出力を指定された順序で
順次実行する手段とを有する。すなわち、アプリケーシ
ョンソフトウェア側から記憶装置(領域)の使用優先度
を設定する手段を設けることにより、その設定の仕方に
よっては高速記憶装置から順に使用させることも可能と
なり、データ入出力を高速に行うことができる。
(57) Abstract: An information processing apparatus capable of performing high-speed data input / output processing by efficiently using a plurality of storage devices having different input / output speeds. The information processing apparatus includes a control unit 11 for performing processing such as management of a data area to be used, and a high-speed storage device 15 for holding a data file and a program file.
And a low speed storage device 16, a keyboard 12, a mouse 13, and a screen display unit 14. Control unit 1
1 has a plurality of storage devices used by the application software and means for designating the order of use thereof, and means for sequentially executing data input / output to and from the designated storage device in a designated order. That is, by providing means for setting the use priority of the storage device (area) from the application software side, it is possible to use the storage devices in order from the high speed storage device depending on the setting method, and to perform data input / output at high speed. You can
Description
【0001】[0001]
【発明の属する技術分野】本発明は、複数の記憶装置を
具備した情報処理装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing device having a plurality of storage devices.
【0002】[0002]
【従来の技術】一般に、情報処理装置(コンピュータ)
には、複数種類の記憶装置が備えられているが、これら
の各記憶装置のデータ入出力速度は異なることが多い。
例えば、、入出力速度が極めて高速なものとしてはDR
AM等で構成したメインメモリ等があり、中速のものと
してはハードディスク装置がある。さらに、より低速な
ものとしてはフロッピーディスク装置等がある。したが
って、これらの記憶装置を高頻度で利用するようなアプ
リケーションソフトウェアを実行する場合においては、
いずれの記憶装置を使用できるかがソフトウェア処理の
効率上大きな問題となる。すなわち、アプリケーション
ソフトウェアがある容量の記憶領域を作業領域等の用途
で使用する場合において、高速記憶装置上に必要容量を
確保できる場合は問題ないが、確保できない場合は初め
から低速記憶装置だけを使用するしかなかった。2. Description of the Related Art Generally, an information processing device (computer)
Is equipped with a plurality of types of storage devices, the data input / output speeds of these storage devices are often different.
For example, if the input / output speed is extremely high, DR
There is a main memory or the like configured by AM or the like, and a medium speed one is a hard disk device. Furthermore, a floppy disk drive or the like is one that is slower. Therefore, when executing application software that frequently uses these storage devices,
Which storage device can be used is a major problem in terms of software processing efficiency. That is, when the application software uses a storage area with a certain capacity as a work area, there is no problem if the required capacity can be secured on the high-speed storage device, but if not, use only the low-speed storage device from the beginning. I had to do it.
【0003】また、このような情報処理装置におけるデ
ータ管理方式として、例えば特開平2−294854号
公報には、データファイル内にそのデータファイルのレ
コード管理情報と各データレコードとを格納することに
より、予め管理ファイルを用意する必要がなく、かつ空
き領域を削減して補助記憶装置の容量を有効に活用でき
る「データファイル管理方式」が開示されている。Further, as a data management system in such an information processing apparatus, for example, in Japanese Patent Laid-Open No. 2-294854, by storing the record management information of the data file and each data record in the data file, A "data file management method" is disclosed in which it is not necessary to prepare a management file in advance, and a free area can be reduced to effectively utilize the capacity of the auxiliary storage device.
【0004】[0004]
【発明が解決しようとする課題】上記のように、従来、
アプリケーションソフトウェアが高速記憶装置上に必要
な記憶領域を確保できる場合は問題ないが、確保できな
い場合は初めから低速記憶装置だけを使用することを余
儀なくされるため、このような場合には、処理を高速で
行うことが困難であった。また、上記した「データファ
イル管理方式」では、単にデータファイルのリンク(管
理)方法について述べているのみで、データアクセスの
高速化にはつながらず、特に作業領域として記憶装置を
頻繁に利用するようなアプリケーションソフトウェアで
は、処理の高速化は困難であった。As described above, conventionally,
There is no problem if the application software can secure the necessary storage area on the high-speed storage device, but if it cannot secure the storage area, it is obligatory to use only the low-speed storage device from the beginning. It was difficult to do at high speed. Further, in the above-mentioned "data file management method", only the method of linking (managing) data files is described, and it does not lead to speeding up of data access, and particularly the storage device is frequently used as a work area. It has been difficult to speed up processing with various application software.
【0005】そこで、本発明の目的は、異なる入出力速
度の複数の記憶装置を備えている場合にこれらの装置を
効率よく利用して高速のデータ入出力処理を行うことが
できる情報処理装置を提供することである。Therefore, an object of the present invention is to provide an information processing apparatus capable of performing high-speed data input / output processing by efficiently utilizing a plurality of storage devices having different input / output speeds. Is to provide.
【0006】[0006]
【課題を解決するための手段】請求項1記載の発明で
は、データ入出力速度の異なる複数の記憶装置と、アプ
リケーションソフトウェアが使用する複数の記憶装置お
よびその使用順序を指定する手段と、指定された記憶装
置に対するデータの入出力を指定された順序で順次実行
する手段とを具備させ、アプリケーションソフトウェア
によって指定された記憶装置を指定された順序で使用し
てデータ入出力を行うようにすることで前記目的を達成
する。この発明では、アプリケーションソフトウェア側
から記憶装置(領域)の使用優先度を設定する手段を設
けることにより、その設定の仕方によっては高速記憶装
置から順に使用させることも可能となり、その結果、ア
プリケーションソフトウェアにおけるデータ入出力を高
速に行うことができる。According to a first aspect of the present invention, a plurality of storage devices having different data input / output speeds, a plurality of storage devices used by application software and means for designating the order of use are specified. Means for sequentially executing data input / output to / from a specified storage device in a specified order, and performing the data input / output by using the storage device specified by the application software in the specified order. To achieve the above objectives. According to the present invention, by providing means for setting the use priority of the storage device (area) from the application software side, it is possible to use the storage devices in order from the high speed storage device depending on the setting method. Data can be input and output at high speed.
【0007】請求項2記憶の発明では、データ入出力速
度の異なる複数の記憶装置と、前記複数の記憶装置の入
出力速度を予め測定する手段と、記憶装置に対するデー
タの入出力処理を、測定の結果識別された高速の記憶装
置から順に実行する手段とを具備させ、データ入出力操
作速度の実測値に基づき高速の記憶装置を優先的に使用
してデータ入出力処理を行うようにすることで前記目的
を達成する。この発明では、予めアプリケーションソフ
トウェア側から使用優先度を設定することなく、使用可
能な記憶装置のデータ入出力速度を自動的に測定するこ
とにより、高速記憶装置から順に使用させることが可能
となり、その結果、アプリケーションソフトウェアのデ
ータ入出力を高速度で行うことができる。According to a second aspect of the present invention, a plurality of storage devices having different data input / output speeds, means for measuring the input / output speeds of the plurality of storage devices in advance, and data input / output processing to / from the storage device are measured. And a means for sequentially executing from the identified high-speed storage device, and preferentially using the high-speed storage device based on the measured value of the data input / output operation speed to perform the data input / output processing. In order to achieve the above purpose. According to the present invention, the data input / output speeds of the usable storage devices are automatically measured without setting the use priority in advance from the application software side, so that the high-speed storage devices can be used sequentially. As a result, data input / output of application software can be performed at high speed.
【0008】請求項3記載の発明では、データ入出力速
度の異なる複数の記憶装置と、複数の記憶装置間でリン
クしてデータファイルを保存するか、リンクさせないで
保存するかを設定する保存モード設定手段と、この保存
モード設定手段を参照して、記憶装置に対するデータの
入出力処理を実行する手段とを具備させ、任意のデータ
ファイル管理単位を指定できるようにすることで前記目
的を達成する。この発明では、データ保存の単位を従来
通りの単一記憶領域内の通常ファイルとするか複数記憶
領域にリンクされたファイルとするかを設定可能とする
ことにより、ユーザーが意図する単位でのデータ記録が
可能となる。According to a third aspect of the present invention, a storage mode for setting a plurality of storage devices having different data input / output speeds and setting whether to store the data file by linking between the plurality of storage devices or not linking The object is achieved by providing setting means and means for executing input / output processing of data with respect to the storage device by referring to the storage mode setting means, and by making it possible to specify an arbitrary data file management unit. . According to the present invention, it is possible to set whether the unit of data storage is a normal file in a single storage area as in the past or a file linked to multiple storage areas, so that the data in the unit intended by the user can be set. It is possible to record.
【0009】[0009]
【発明の実施の形態】以下、図1乃至図5を参照して、
本発明の好適な実施の形態を詳細に説明する。図1は、
本発明の実施の一形態に係る情報処理装置の全体構成を
表す図である。この装置は、使用するデータ領域の管理
等の処理を行う制御部11と、制御部11に対してオペ
レータからの操作情報を入力するためのキーボード12
及びマウス13と、制御部11からオペレータに対する
各種メッセージを表示する画面表示部14と、データフ
ァイルやプログラムファイルを保持するための高速記憶
装置15および低速記憶装置16とを備えている。ここ
で、高速記憶装置15は高速のデータ入出力が可能な記
憶装置であり、低速記憶装置16はデータ入出力が比較
的低速の記憶装置である。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Referring to FIGS.
A preferred embodiment of the present invention will be described in detail. FIG.
It is a figure showing the whole composition of the information processor concerning one embodiment of the present invention. This device includes a control unit 11 for performing processing such as management of a data area to be used, and a keyboard 12 for inputting operation information from an operator to the control unit 11.
Also, a mouse 13, a screen display unit 14 for displaying various messages from the control unit 11 to the operator, a high speed storage device 15 and a low speed storage device 16 for holding data files and program files are provided. Here, the high-speed storage device 15 is a storage device capable of high-speed data input / output, and the low-speed storage device 16 is a storage device having a relatively low-speed data input / output.
【0010】図2は、制御部11が有する諸機能をブロ
ック化して表すものである。データ入出力対象設定部2
1は、データ入出力の対象となる記憶装置(領域)およ
びディレクトリの設定を行うものである。この設定は、
例えば、設定ファイル内に記述する方法、あるいはオペ
レーティングシステム(OS)が提供する環境変数等を
使用する方法等により行う。次の記述は、その設定例を
表すものである。 TEMP A:¥TEMP;B:¥TEMP DATA B:¥DATAFIG. 2 is a block diagram showing various functions of the control unit 11. Data input / output target setting unit 2
Reference numeral 1 is for setting a storage device (area) and a directory which are targets of data input / output. This setting is
For example, it is performed by a method described in a setting file or a method using an environment variable provided by an operating system (OS). The following description shows an example of the setting. TEMP A: \ TEMP; B: \ TEMP DATA B: \ DATA
【0011】この例では、アプリケーションソフトウェ
アが参照する変数名である“TEMP”、“DATA”
にそれぞれ対応付けて、記憶装置(ここではドライブ
名)として“A”または“B”が設定され、ディレクト
リ名として“¥TEMP”または“¥DATA”が定義
されている。このように、各変数について記憶装置・デ
ィレクトリ名を複数定義できるものとする。In this example, the variable names referred to by the application software are "TEMP" and "DATA".
"A" or "B" is set as the storage device (drive name in this case), and "\ TEMP" or "\ DATA" is defined as the directory name. In this way, it is assumed that a plurality of storage device / directory names can be defined for each variable.
【0012】データ入出力速度測定保存部22は、使用
可能な各記憶装置(領域)の入出力速度の測定とその結
果の保存を行うものである。具体的には、初回実行時に
各記憶装置に対して共通のテストデータの書込みと読出
しとを行い、その測定結果である所要時間(速度)を保
存ファイルに記録するようになっている。記録単位設定
参照部13は記録単位を設定するためのものであり、デ
ータ入出力対象設定部21と同様に設定ファイルや環境
変数で定義するものである。The data input / output speed measurement storage unit 22 measures the input / output speed of each usable storage device (area) and stores the result. Specifically, at the time of the first execution, common test data is written to and read from each storage device, and the required time (speed) as the measurement result is recorded in a save file. The recording unit setting reference unit 13 is for setting a recording unit, and is defined by a setting file and environment variables like the data input / output target setting unit 21.
【0013】データ入出力実行部14は、データ入出力
対象設定部21で設定された記憶装置およびディレクト
リ名、又はデータ入出力速度測定保存部22で測定・保
存された記憶装置およびデータを参照して実際にデータ
入出力を実行するもので、図3に示すように、高速記憶
装置15および低速記憶装置16を制御するOS28と
アプリケーションソフトウェア27との仲介をするドラ
イバ・ソフトウェアである。The data input / output execution unit 14 refers to the storage device and directory name set by the data input / output target setting unit 21, or the storage device and data measured / saved by the data input / output speed measurement storage unit 22. As shown in FIG. 3, it is the driver software that mediates between the OS 28 controlling the high speed storage device 15 and the low speed storage device 16 and the application software 27.
【0014】以上のような構成の情報処理装置の動作を
説明する。ここでは、データ入出力対象設定部21を利
用して行う場合について説明する。図4は、データを書
き込む際のデータ入出力実行部24の処理の手順を表す
フローチャートである。まず、データ入出力対象設定手
段11より、予め設定されている変数と、それに対応し
て定義されている記憶対象エリア(記憶装置内の論理領
域およびディレクトリ名を示すデータ)と、その使用順
序を示すデータとを読み込み認識する(ステップ10
1)。次に、アプリケーションから書込み対象エリアを
指している変数名と書き込むべきデータとを受け取り
(ステップ102)、そのデータを変数名に対応する対
象エリアに書き込む(ステップ103)。ここで、すべ
てのデータを正常に書き込むことができた場合は(ステ
ップ104;N)、正常終了コードによって正常に書き
込みが終了したことをアプリケーションに通知する(ス
テップ105)。The operation of the information processing apparatus having the above configuration will be described. Here, a case where the data input / output target setting unit 21 is used will be described. FIG. 4 is a flowchart showing a procedure of processing of the data input / output execution unit 24 when writing data. First, the data input / output target setting means 11 indicates variables preset and storage target areas (data indicating a logical area and a directory name in the storage device) defined corresponding to the variables and their use order. Read and recognize the data shown (step 10
1). Next, the variable name pointing to the write target area and the data to be written are received from the application (step 102), and the data is written to the target area corresponding to the variable name (step 103). If all the data can be written normally (step 104; N), the application is notified by the normal termination code that the writing has been completed normally (step 105).
【0015】一方、容量不足のエラーが発生した場合は
(ステップ104;Y)、次のように処理する。すなわ
ち、その書込みをしようとしたエリアの次のエリアが設
定されているときは(ステップ106;Y)、対象エリ
アをそのエリアに再設定し(ステップ107)、ステッ
プ103の処理から再度実行する。次のエリアが設定さ
れていないときは(ステップ106;N)、エラー終了
コードによって容量不足のエラーが発生したことをアプ
リケーションに通知する(ステップ108)。On the other hand, when a capacity shortage error occurs (step 104; Y), the following processing is performed. That is, when the area next to the area to be written is set (step 106; Y), the target area is reset to that area (step 107), and the processing from step 103 is executed again. If the next area is not set (step 106; N), the application is notified by the error end code that an error of insufficient capacity has occurred (step 108).
【0016】なお、ステップ108で、もはや記憶エリ
アの空きがなくなった場合において、記録単位設定参照
部13により複数領域でリンクさせる設定になっている
ときは、上位のデータファイルの最後にリンク先(次の
データファイルの保管場所)を書き込んでおくようにす
る。その例を次に示す。 100 ABCD……XYZ B:¥WDATA¥WO
RD1,DAT この例で、“100”はデータ長、“ABCD……XY
Z”、“B:¥WDATA¥WORD1,DAT”は次
のデータがあるエリアを示している。リンクさせない設
定になっているときは、次の領域に最初からデータを書
き込む。In step 108, when the storage unit is no longer empty and the recording unit setting reference unit 13 is set to link in a plurality of areas, the link destination ( Make sure to write the following data file storage location). An example is shown below. 100 ABCD ...... XYZ B: \ WDATA \ WO
RD1, DAT In this example, "100" is the data length, "ABCD ... XY
"Z" and "B: \ WDATA \ WORD1, DAT" indicate areas in which the next data is stored. When the setting is made so that no link is made, data is written from the beginning to the next area.
【0017】図5は、データを読み込む際のデータ入出
力実行部24の処理の手順を表すフローチャートであ
る。まず、書込み時と同様に、データ入出力対象設定部
21を参照して、設定された変数と対象エリアとの関連
を認識する(ステップ201)。次に、指定された順に
各対象エリアを検索して、アプリケーションから読込み
指定されたファイルが存在するか否かを調べる。この検
索を指定ファイルが見つかるまで繰り返す(ステップ2
02)。指定ファイルが見つかったときは、そのファイ
ルのデータを読み込み(ステップ203)、次のデータ
にリンクされているか否かを判定する(ステップ20
4)。リンクされている場合は(ステップ204;
Y)、そのリンク先の領域(ドライブ名)・ディレクト
リ・ファイル名を認識し(ステップ205)、ステップ
203におけるデータ読込みから再び処理を繰り返す。FIG. 5 is a flow chart showing the procedure of the processing of the data input / output execution unit 24 when reading data. First, as in the case of writing, referring to the data input / output target setting unit 21, the relationship between the set variable and the target area is recognized (step 201). Next, each target area is searched in the specified order to check whether or not the file specified by the application is read. This search is repeated until the specified file is found (step 2
02). When the designated file is found, the data of the file is read (step 203), and it is judged whether or not it is linked to the next data (step 20).
4). If they are linked (step 204;
Y), the area (drive name) / directory / file name of the link destination is recognized (step 205), and the process is repeated from the data reading in step 203.
【0018】以上の説明はデータ入出力対象設定部21
を利用(参照)して行う場合についてのものであが、デ
ータ入出力速度測定保存部22を利用(参照)して行う
場合も基本的には同様である。但し、この場合は、デー
タの書込み・読込みに際してデータ入出力対象の記憶装
置とディレクトリ名に対応した変数名の指定が不要であ
る点、および記憶装置の使用順序の参照場所はデータ入
出力対象設定部21でなくデータ入出力速度測定保存部
22である点で異なる。なお、データ入出力対象設定部
21を参照して使用対象の記憶装置等を認識するように
するか、データ入出力速度測定保存部22による自動測
定の結果に基づいて使用対象の記憶装置等を認識するか
は、ユーザが自由に選択できるようにしてもよいし、あ
るいはいずれか一方に固定するようにしてもよい。The above description is for the data input / output target setting unit 21.
However, the same applies to the case where the data input / output speed measurement storage unit 22 is used (referenced). However, in this case, it is not necessary to specify a variable name corresponding to the storage device and directory name of the data input / output target when writing / reading the data, and the reference location of the storage device usage sequence is the data input / output target setting. The difference is that it is not the unit 21 but the data input / output speed measurement storage unit 22. It should be noted that the data input / output target setting unit 21 is referred to so as to recognize the storage device to be used, or the storage device to be used is determined based on the result of the automatic measurement by the data input / output speed measurement storage unit 22. Whether or not to recognize may be freely selected by the user, or may be fixed to either one.
【0019】[0019]
【発明の効果】請求項1記載の発明によれば、アプリケ
ーションソフトウェア側から記憶装置(領域)の使用優
先度を設定する手段を設け、指定された記憶装置を指定
された順序で使用してデータ入出力を行うようにしたの
で、その設定の仕方によっては高速記憶装置から順に使
用させることも可能となる。これにより、記憶装置を利
用するアプリケーションソフトウェアの実行の高速化・
効率化を実現することができる。特に、記憶装置を利用
する頻度の多いアプリケーションソフトウェアではその
効果が大きい。According to the first aspect of the present invention, means for setting the use priority of the storage device (area) from the application software side is provided, and the specified storage device is used in the specified order to obtain the data. Since input / output is performed, it is possible to sequentially use the high-speed storage devices depending on the setting method. This speeds up the execution of application software that uses the storage device.
Efficiency can be realized. In particular, the effect is great with application software that frequently uses the storage device.
【0020】請求項2記載の発明によれば、自動的に記
憶装置の入出力速度を識別して高速の記憶装置から順に
使用していくようにしたので、記憶装置を利用するアプ
リケーションソフトウェアの実行の高速化・効率化を図
る場合に、ユーザが利用する記憶装置を予め指定すると
いう手間を省くことができる。According to the second aspect of the invention, since the input / output speed of the storage device is automatically identified and the storage devices are used in order from the high speed storage device, the application software that uses the storage device is executed. It is possible to save the user the trouble of designating the storage device to be used in advance in order to increase the speed and efficiency.
【0021】請求項3記載の発明では、任意のデータフ
ァイル管理単位を指定できるようにしたので、ユーザー
が意図する単位でのデータ保存・記録が可能となる。According to the third aspect of the present invention, since an arbitrary data file management unit can be designated, the data can be stored and recorded in the unit intended by the user.
【図1】本発明の実施の形態に係る情報処理装置の概略
構成を表すブロック図である。FIG. 1 is a block diagram showing a schematic configuration of an information processing device according to an embodiment of the present invention.
【図2】図1における制御部が有する機能を表す機能ブ
ロック図である。FIG. 2 is a functional block diagram showing functions of a control unit in FIG.
【図3】データ入出力実行部とアプリケーションソフト
ウェアおよびオペレーティングシステムとの関係を表す
図である。FIG. 3 is a diagram showing a relationship between a data input / output execution unit, application software, and an operating system.
【図4】データ書込時の処理の手順を表すフローチャー
トである。FIG. 4 is a flowchart showing a procedure of processing when writing data.
【図5】データ読込時の処理の手順を表すフローチャー
トである。FIG. 5 is a flowchart showing a procedure of processing when reading data.
11 制御部 12 キーボード 13 マウス 14 画像表示部 15 高速記憶装置 16 低速記憶装置 21 データ入出力対象設定部 22 データ入出力速度測定保存部 23 記録単位設定参照部 24 データ入出力実行部 27 アプリケーションソフトウェア 28 オペレーティングシステム 11 control unit 12 keyboard 13 mouse 14 image display unit 15 high-speed storage device 16 low-speed storage device 21 data input / output target setting unit 22 data input / output speed measurement storage unit 23 recording unit setting reference unit 24 data input / output execution unit 27 application software 28 operating system
Claims (3)
置と、 アプリケーションソフトウェアが使用する複数の記憶装
置およびその使用順序を指定する手段と、 指定された記憶装置に対するデータの入出力を指定され
た順序で順次実行する手段とを備え、 アプリケーションソフトウェアによって指定された記憶
装置を指定された順序で使用してデータ入出力を行うよ
うにしたことを特徴とする情報処理装置。1. A plurality of storage devices having different data input / output speeds, a plurality of storage devices used by application software and means for designating the order of use thereof, and data input / output to and from the designated storage device are specified. An information processing apparatus comprising means for sequentially executing in order, and performing data input / output by using a storage device specified by application software in a specified order.
置と、 前記複数の記憶装置の入出力速度を予め測定する手段
と、 記憶装置に対するデータの入出力処理を、測定の結果識
別された高速の記憶装置から順に実行する手段とを備
え、 データ入出力操作速度の実測値に基づき、高速の記憶装
置を優先的に使用してデータ入出力処理を行うようにし
たことを特徴とする情報処理装置。2. A plurality of storage devices having different data input / output speeds, a unit for measuring the input / output speeds of the plurality of storage devices in advance, and a high speed data input / output process for the storage device identified as a result of the measurement. And a means for sequentially executing from the storage device, and based on the measured value of the data input / output operation speed, the high-speed storage device is preferentially used to perform the data input / output processing. apparatus.
置と、 複数の記憶装置間でリンクしてデータファイルを保存す
るか、リンクさせないで保存するかを設定する保存モー
ド設定手段と、 この保存モード設定手段を参照して、記憶装置に対する
データの入出力処理を実行する手段とを備え、 任意のデータファイル管理単位を指定できるようにした
ことを特徴とする情報処理装置。3. A plurality of storage devices having different data input / output speeds, and a storage mode setting means for setting whether to store the data file by linking between the plurality of storage devices or storing the data file without linking, and the storage mode setting means. An information processing apparatus comprising: means for executing input / output processing of data with respect to a storage device with reference to a mode setting means, so that an arbitrary data file management unit can be designated.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP7240915A JPH0962545A (en) | 1995-08-25 | 1995-08-25 | Information processing device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP7240915A JPH0962545A (en) | 1995-08-25 | 1995-08-25 | Information processing device |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH0962545A true JPH0962545A (en) | 1997-03-07 |
Family
ID=17066561
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP7240915A Pending JPH0962545A (en) | 1995-08-25 | 1995-08-25 | Information processing device |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH0962545A (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH1185608A (en) * | 1997-09-05 | 1999-03-30 | Hitachi Ltd | How to use memory in computer system |
-
1995
- 1995-08-25 JP JP7240915A patent/JPH0962545A/en active Pending
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH1185608A (en) * | 1997-09-05 | 1999-03-30 | Hitachi Ltd | How to use memory in computer system |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US5029125A (en) | Method of reading and writing files on nonerasable storage media | |
| US5890208A (en) | Command executing method for CD-ROM disk drive | |
| US7330947B2 (en) | Method and apparatus for backing up data in virtual storage medium | |
| US7251808B2 (en) | Graphical debugger with loadmap display manager and custom record display manager displaying user selected customized records from bound program objects | |
| JP4480479B2 (en) | Storage system | |
| JP3175764B2 (en) | Memory scheduling method and storage medium for storing memory scheduling program | |
| US6574642B1 (en) | Methods for processing data transferred to system memory in preparation for recording to an optical disc | |
| JPH0962545A (en) | Information processing device | |
| JPH07210468A (en) | Semiconductor auxiliary storage device | |
| JPH06124239A (en) | Resident data controller for cache memory | |
| JPH0895835A (en) | Method for reserving file space | |
| JPH0793101A (en) | Data backup device | |
| JP2785451B2 (en) | Storage control method and device | |
| JP3614886B2 (en) | File system | |
| JPH02151944A (en) | data processing equipment | |
| JPH09293007A (en) | Program install device | |
| JP2842697B2 (en) | Data input/output method using virtual files | |
| Gilmore | Deimos user manual | |
| JPH0628417A (en) | Electronic film device | |
| JP3059505U (en) | A repair system that repairs recorded programs | |
| JPH0652020A (en) | File editing device | |
| JPH09190465A (en) | Method for referring to classified and stored information | |
| JP2002024077A (en) | Semiconductor memory write control device and method | |
| JPH0668146A (en) | Management method for document whose retrieval information is not added in electronic file device | |
| JPH02250166A (en) | information processing equipment |