JP2787107B2 - Buffer control system and device - Google Patents

Buffer control system and device

Info

Publication number
JP2787107B2
JP2787107B2 JP1253275A JP25327589A JP2787107B2 JP 2787107 B2 JP2787107 B2 JP 2787107B2 JP 1253275 A JP1253275 A JP 1253275A JP 25327589 A JP25327589 A JP 25327589A JP 2787107 B2 JP2787107 B2 JP 2787107B2
Authority
JP
Japan
Prior art keywords
buffer area
buffer
auxiliary storage
control information
storage device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP1253275A
Other languages
Japanese (ja)
Other versions
JPH03113626A (en
Inventor
富士夫 上野
光平 関
隆志 大脇
俊昌 松原
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Hitachi Information and Control Systems Inc
Original Assignee
Hitachi Ltd
Hitachi Process Computer Engineering Inc
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, Hitachi Process Computer Engineering Inc filed Critical Hitachi Ltd
Priority to JP1253275A priority Critical patent/JP2787107B2/en
Publication of JPH03113626A publication Critical patent/JPH03113626A/en
Application granted granted Critical
Publication of JP2787107B2 publication Critical patent/JP2787107B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は電子計算機による情報処理に係り、特にリア
ルタイムシステムに好適なバッファ制御方式及び装置に
関する。
Description: BACKGROUND OF THE INVENTION The present invention relates to information processing by a computer, and more particularly to a buffer control method and apparatus suitable for a real-time system.

〔従来の技術〕[Conventional technology]

従来の技術では、補助記憶装置に格納したファイルを
操作する毎に、補助記憶装置と主記憶装置との間で目的
とするデータの入出力が発生しないようバッファと呼ぶ
メモリ(緩衝域)を用意することが知られている。(参
考、NTT電気通信研究所 木戸参二著「大規模DBシステ
ムにおけるバッファ制御の効果の検討」情報処理学会第
35回(昭和62年後期)全国大会論文集 427頁〜428頁)
その場合、ファイル管理システム及びデータベース管理
システム等のファイル操作を行うプログラムは、以下の
処理を行う。ファイル管理システム及びデータベース管
理システムにおけるファイル操作のための処理を第3図
にフローチャートを示し、これを用いて説明する。
In the prior art, a memory (buffer area) called a buffer is prepared so that every time a file stored in the auxiliary storage device is operated, input / output of target data between the auxiliary storage device and the main storage device does not occur. It is known to (Reference, NTT Telecommunications Laboratories, S. Kido, "Effects of buffer control on large-scale DB systems," Information Processing Society of Japan
35th (late 1987) National Congress, 427-428)
In that case, a program that performs file operations, such as a file management system and a database management system, performs the following processing. FIG. 3 is a flowchart showing processing for file operations in the file management system and the database management system, and the processing will be described with reference to the flowchart.

(イ)ユーザプログラムからのファイル操作の指示に従
い、目的とするデータがバッファ上に存在するかをバッ
ファメモリ各面毎の制御情報を検索し判定する。
(A) In accordance with a file operation instruction from a user program, control information for each surface of a buffer memory is searched to determine whether target data exists in a buffer.

(ロ)目的とするデータがバッファ上に存在した場合、
バッファとプログラムの間でデータの転送を行う。
(B) If the target data exists in the buffer,
Transfer data between the buffer and the program.

(ハ)目的とするデータがバッファ上に存在しない場
合、補助記憶装置からバッファ上へデータを読み込み、
そのバッファの制御情報を設定する。その後、バッファ
とプログラムとの間でデータの転送を行う。
(C) When the target data does not exist in the buffer, the data is read from the auxiliary storage device onto the buffer,
Set the control information for that buffer. Thereafter, data transfer is performed between the buffer and the program.

(ニ)バッファ上でデータを更新した場合、更新結果を
補助記憶装置へ転送する。
(D) When data is updated in the buffer, the update result is transferred to the auxiliary storage device.

以上により、バッファを複数タスクから参照可能なメ
モリに配置し、複数タスク間でバッファを共用するバッ
ファ管理方式では、メモリ使用効率、ヒット率(目的と
するデータがバッファ上に存在する確率)が向上し、タ
スクのスループット向上に効果があることが知られてい
る。
As described above, in the buffer management method in which the buffer is arranged in the memory that can be referred to by a plurality of tasks and the buffer is shared by the plurality of tasks, the memory use efficiency and the hit ratio (the probability that the target data exists in the buffer) are improved. In addition, it is known that the task throughput is improved.

しかし、上記において複数タスクでバッファを共用す
るバッファ管理方式には、同時に複数タスクがバッファ
を共用することによって、誤データアクセスやデータ破
壊を起こさせないための競合管理方式が必要になる。
However, in the above-described buffer management method in which a plurality of tasks share a buffer, a conflict management method for preventing erroneous data access or data destruction by simultaneously sharing a buffer among a plurality of tasks is required.

従来はバッファ全域に関する競合管理であるため、次
のような方式がとられていた。
Conventionally, since contention management is performed on the entire buffer area, the following method has been adopted.

複数タスク間でバッファを共用するバッファ管理方式
における競合管理は第4図のフローチャートに示すよう
に、以下の処理を行う。
In the contention management in the buffer management system in which a buffer is shared by a plurality of tasks, the following processing is performed as shown in the flowchart of FIG.

(イ)バッファ内を検索する際は、必ずバッファ全域に
関する使用可否制御情報の内容を判定し、未設定の場合
に、バッファ全域に関する使用可否制御情報を設定し、
排他的にバッファを占有する。
(A) When searching in the buffer, always determine the contents of the availability control information for the entire buffer, and if not set, set the availability control information for the entire buffer.
Exclusively occupy the buffer.

既に、バッファ全域に関する使用可否制御情報の内容
が設定済の場合には、バッファの占有が解除されるまで
待ちとなる。
If the contents of the availability control information for the entire area of the buffer have already been set, the process waits until the occupancy of the buffer is released.

(ロ)目的とするデータがバッファ上に存在しているか
否かを、バッファ各面毎の制御情報を検索し判定する。
目的とするデータが、バッファ上に存在した場合には、
バッファ全域に関する使用可否制御情報の設定を解除
し、バッファの占有を解除する。
(B) Whether or not the target data exists in the buffer is determined by searching the control information for each surface of the buffer.
If the target data exists on the buffer,
Release the setting of the usability control information for the entire buffer area and release the occupancy of the buffer.

(ハ)目的とするデータがバッファ上に存在しない場
合、バッファ各面毎の制御情報を検索し、空きバッファ
を検索する。その後、空きバッファ上へ補助記憶装置か
らデータを読み込み、そのバッファの制御情報を設定す
る。
(C) If the target data does not exist in the buffer, the control information for each surface of the buffer is searched for an empty buffer. Thereafter, data is read from the auxiliary storage device onto the empty buffer, and control information of the buffer is set.

(ニ)空きバッファとして検出したバッファ上でデータ
が更新されていた場合には、更新結果を補助記憶装置へ
転送した後で目的とするデータを補助記憶装置から読み
込む。
(D) If the data has been updated in the buffer detected as an empty buffer, target data is read from the auxiliary storage device after transferring the update result to the auxiliary storage device.

(ホ)補助記憶装置からバッファ上へデータを転送し終
えた後、そのバッファの制御情報を設定する。その後、
バッファ全域に関する使用可否制御情報の設定を解除
し、バッファの占有を解除する。
(E) After the data has been transferred from the auxiliary storage device to the buffer, control information of the buffer is set. afterwards,
Release the setting of the usability control information for the entire buffer area and release the occupancy of the buffer.

以上のように、バッファ内のデータ検索と補助記憶装
置からバッファへのデータの転送とは同時に実行できな
いようになっていた。
As described above, data search in the buffer and transfer of data from the auxiliary storage device to the buffer cannot be performed at the same time.

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

上記従来技術は、メモリの使用効率、バッファのヒッ
ト率等は良いが、次のような問題があった。
The above prior art has good memory use efficiency, buffer hit rate, etc., but has the following problems.

即ち、バッファ内のデータの検索と補助記憶装置から
バッファへのデータの転送とが並列に実行できない為、
バッファに対しタスクの共用度合が高い場合、タスクの
スループットが低下する。
That is, the search of data in the buffer and the transfer of data from the auxiliary storage device to the buffer cannot be performed in parallel,
When the sharing degree of the task with respect to the buffer is high, the throughput of the task decreases.

本発明の目的は、バッファ内のデータの検索と補助記
憶装置からバッファへのデータの転送とを並列に実行で
きることにより、タスクのスループットを向上させるこ
とにある。
It is an object of the present invention to improve the task throughput by being able to search for data in a buffer and transfer data from an auxiliary storage device to the buffer in parallel.

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

上記の目的を達成するために本発明は、処理装置と補
助記憶装置との間に、高速アクセスが可能な複数の分割
面を有する緩衝域を有し、該処理装置から該補助記憶装
置へのアクセスは、該緩衝域を介して行うバッファ制御
方式において、前記緩衝域内の分割面毎の使用可否制御
情報を設定し、前記補助記憶装置から分割面へのデータ
転送処理を該使用可否制御情報に基づいて行うことによ
り、該データ転送処理と該緩衝域内の他の分割面のデー
タ検索処理とを並列に行うことを特徴とするものであ
る。
In order to achieve the above object, the present invention has a buffer area having a plurality of divided surfaces capable of high-speed access between a processing device and an auxiliary storage device. In the buffer control method performed through the buffer area, access control information is set for each division plane in the buffer area, and data transfer processing from the auxiliary storage device to the division plane is performed according to the availability control information. Based on this, the data transfer process and the data search process for another divided plane in the buffer area are performed in parallel.

また、上記目的は、高速アクセスが可能な緩衝域全体
に関する使用可否制御情報を設け、緩衝域を操作する時
に使用可否制御情報を設定し、操作終了時にその設定を
解除すること、及び高速アクセスが可能な緩衝域を複数
に分割し、分割した個々の緩衝域毎に使用可否制御情報
を設け、補助記憶装置から緩衝域内へデータを転送する
前に使用可否制御情報を設定し、データ転送終了時に、
その設定を解除することで達成することができる。
Further, the above object is to provide availability control information for the entire buffer area capable of high-speed access, to set availability control information when operating the buffer area, to cancel the setting at the end of the operation, and to enable high-speed access. The available buffer area is divided into a plurality of parts, the usability control information is provided for each of the divided buffer areas, the usability control information is set before data is transferred from the auxiliary storage device to the buffer area, and when the data transfer is completed. ,
This can be achieved by canceling the setting.

更に、このようなバッファ制御方式をデータベース管
理システムに適用することができる。
Further, such a buffer control method can be applied to a database management system.

〔作用〕[Action]

上記構成によれば、分割面毎の使用可否制御情報によ
ってデータを転送する分割面が特定され、緩衝域内のそ
れ以外の分割面を解放することができるので、補助記憶
装置からのデータ転送処理と緩衝域内のデータ検索処理
とを並列して行うことができる。そのために、処理装置
からのデータアクセスのスループットが向上する。
According to the above configuration, the division plane to which data is transferred is specified by the usability control information for each division plane, and other division planes in the buffer area can be released, so that data transfer processing from the auxiliary storage device can be performed. The data search processing in the buffer area can be performed in parallel. Therefore, the throughput of data access from the processing device is improved.

〔実施例〕〔Example〕

以下本発明の実施例を図面に基づいて説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.

第1図は本実施例の原理を示したもので、処理装置2
内のタスクから補助記憶装置4内のデータを参照・更新
・追加・削除する際は、高速アクセスが可能な緩衝域
(バッファメモリ)6を介して行う。複数タスクが同時
に緩衝域6を使用する場合、最初に緩衝域6を使用する
タスクが緩衝域全体に関する使用可否制御情報8の内容
を判定する。
FIG. 1 shows the principle of the present embodiment.
When referring to, updating, adding, or deleting data in the auxiliary storage device 4 from a task in the server, the task is performed through a buffer area (buffer memory) 6 that allows high-speed access. When a plurality of tasks use the buffer area 6 at the same time, the task using the buffer area 6 first determines the contents of the availability control information 8 on the entire buffer area.

緩衝域全体に関する使用可否制御情報8が未設定の場
合、緩衝域全体に関する使用可否制御情報8を設定し、
緩衝域全体6を排他的に占有する。
When the usability control information 8 for the entire buffer area is not set, the usability control information 8 for the entire buffer area is set,
Exclusively occupies the entire buffer area 6.

緩衝域全体に関する使用可否制御情報8が、既に設定
されていた場合、設定が解除されるまで、待ちとする。
If the usability control information 8 for the entire buffer area has already been set, the process waits until the setting is canceled.

最初に緩衝域6を占有したタスクは、目的とするデー
タか存在している分割された緩衝域10を以下のようにし
て決定する。
The task that initially occupies the buffer area 6 determines the divided buffer area 10 in which the target data is present as follows.

分割された緩衝域10は、各面毎に以下の制御情報を持
つ。
The divided buffer area 10 has the following control information for each surface.

(1)使用可否制御情報12 (2)状態制御情報14(分割された緩衝域10に存在する
データが、どのファイルのデータかを表わすファイル識
別子、及びファイル内のブロック番号、及びデータの更
新が発生したか否かを表わすフラグ、及び当該緩衝域を
使用しているタスクの有無を表わすフラグ。) バッファ6内を検索する際には、目的とするデータが
ファイル内の何ブロックに存在するかを算出し、分割さ
れた緩衝域内10の状態制御情報14を順次検索する。
(1) Usability control information 12 (2) State control information 14 (a file identifier indicating which file the data existing in the divided buffer area 10 belongs to, a block number in the file, and a data update) A flag indicating whether or not a task has occurred and a flag indicating whether there is a task using the buffer area.) When searching the buffer 6, how many blocks in the file contain the target data Is calculated, and the state control information 14 in the divided buffer area 10 is sequentially searched.

この際、分割された緩衝域10の使用可否制御情報12が
設定された緩衝域10は、既に使用済タスクが補助記憶装
置4からデータを読み込んでいる最中の為検索対象とし
ない。分割された緩衝域10の使用可否制御情報12が設定
されていない緩衝域10について、状態制御情報14である
ファイル識別子、及びファイル内のブロック番号が一致
するかを順次検索する。ファイル識別子、及びファイル
内のブロック番号が一致した緩衝域10が目的とするデー
タが存在する緩衝域10である。
At this time, the buffer area 10 in which the availability control information 12 of the divided buffer area 10 is set is not a search target because the used task is already reading data from the auxiliary storage device 4. For the buffer area 10 in which the usability control information 12 of the divided buffer area 10 is not set, it is sequentially searched for whether the file identifier as the state control information 14 and the block number in the file match. The buffer area 10 in which the file identifier and the block number in the file match is the buffer area 10 in which the target data exists.

目的とするデータが、分割された緩衝域10内に存在し
ない場合には、分割された緩衝域10から、空き緩衝域10
を検索する。空き緩衝域は、以下のようにして決定す
る。
If the target data does not exist in the divided buffer area 10, the free buffer area 10
Search for. The empty buffer area is determined as follows.

分割された緩衝域10の状態制御情報であるファイル識
別子が設定されていない緩衝域10または、ファイル識別
子は設定されているものの、当該緩衝域を使用している
タスクの有無を表わすフラグが未設定の緩衝域10を空き
緩衝域とする。
The buffer area 10 in which the file identifier which is the state control information of the divided buffer area 10 is not set or the file identifier is set but the flag indicating whether there is a task using the buffer area is not set. The buffer area 10 of FIG.

空き緩衝域として検出した緩衝域10上で、データの更
新が発生していた場合、つまり、当該緩衝域の制御情報
であるデータ更新が発生したか否かを表すフラグが設定
されていた場合、当該分割された緩衝域上のデータを補
助記憶装置4へ転送する。補助記憶装置4へのデータ転
送が終了した後、当該分割された緩衝域10の使用可否制
御情報12を設定し、緩衝域全体6の占有を解除し、補助
記憶装置4から当該分割された緩衝域10へデータを転送
する。
If data update has occurred on the buffer area 10 detected as an empty buffer area, that is, if a flag indicating whether data update as control information of the buffer area has occurred has been set, The data in the divided buffer area is transferred to the auxiliary storage device 4. After the data transfer to the auxiliary storage device 4 is completed, the usability control information 12 of the divided buffer area 10 is set, the occupancy of the entire buffer area 6 is released, and the divided buffer area 6 is released from the auxiliary storage apparatus 4. Transfer data to area 10.

緩衝域全体6の占有を解除したことで、緩衝域全体6
の開放待ちになっていた他タスクが緩衝域全体6を排他
的に占有する。
By releasing the occupation of the entire buffer area 6, the entire buffer area 6 is released.
The other task waiting for the release of the buffer exclusively occupies the entire buffer area 6.

緩衝域全体6を排他的に占有し、目的とするデータが
分割された緩衝域10に存在するか否かを検索する。
The entire buffer area 6 is exclusively occupied, and it is searched whether the target data exists in the divided buffer area 10.

しかし、最初に緩衝域全体6を占有したタスクが操作
対象として決定した分割された緩衝域10は、その使用可
否制御情報12が設定されている為、検索対象とはならな
い。分割された緩衝域10の使用可否制御情報12が設定さ
れている間は、分割された緩衝域10が、複数のタスクか
ら同時に操作対象となることは無い。
However, the divided buffer area 10 that is determined as the operation target by the task that first occupies the entire buffer area 6 is not the search target because the availability control information 12 is set. While the availability control information 12 of the divided buffer area 10 is set, the divided buffer area 10 is not simultaneously operated by a plurality of tasks.

これによって本実施例では、高速アクセスが可能な緩
衝域を複数タスクで共用する場合の制御方式において、
緩衝域内のデータ検索と補助記憶装置から緩衝域へのデ
ータ転送とを並列に実行でき、処理装置からのデータア
クセスのスループットを向上させることができる。尚、
図中16は主メモリ装置である。
Accordingly, in the present embodiment, in the control method in the case where a buffer area capable of high-speed access is shared by a plurality of tasks,
The data retrieval in the buffer area and the data transfer from the auxiliary storage device to the buffer area can be executed in parallel, and the throughput of data access from the processing device can be improved. still,
In the figure, reference numeral 16 denotes a main memory device.

第2図は、従来のバッファ制御方式の原理図であり、
第1図は第2図にバッファ各面毎に使用可否制御情報を
付加したもの、すなわち本発明によるバッファ制御方式
の原理図である。第5図,第6図は、複数タスクから参
照可能なメモリ上にバッファを配置し、複数タスクから
同時に操作可能な共用バッファ制御方式を表わすフロー
チャートである。次に、第7図により、複数タスクから
参照可能なメモリ上にバッファを配置し、複数タスクか
ら同時に操作可能な共用バッファの場合について制御方
式を説明する。
FIG. 2 is a principle diagram of a conventional buffer control method,
FIG. 1 is a principle diagram of the buffer control method according to the present invention, in which usability control information is added to each surface of the buffer in FIG. FIGS. 5 and 6 are flowcharts showing a shared buffer control system in which a buffer is arranged on a memory that can be referred to by a plurality of tasks and can be operated simultaneously by a plurality of tasks. Next, a control method will be described with reference to FIG. 7 in which a buffer is arranged on a memory that can be referred to by a plurality of tasks, and a shared buffer can be simultaneously operated by a plurality of tasks.

第7図は、共用バッファ全体の使用可否制御情報8、
共用バッファ各面の状態制御情報14、共用バッファ各面
の使用可否制御情報12からなる共用バッファ6を介し、
補助記憶ファイル18にアクセスするタスク20と、共用バ
ッファ6を介し、補助記憶ファイル22にアクセスするタ
スク24、及び補助記憶ファイル18、補助記憶ファイル22
を確保した補助記憶装置4を表わしている。
FIG. 7 shows availability control information 8 of the entire shared buffer,
Through the shared buffer 6 including the state control information 14 of each surface of the shared buffer and the availability control information 12 of each surface of the shared buffer,
A task 20 for accessing the auxiliary storage file 18, a task 24 for accessing the auxiliary storage file 22 via the shared buffer 6, and the auxiliary storage file 18, the auxiliary storage file 22
Represents the auxiliary storage device 4 which secures the information.

タスク20は、補助記憶ファイル18よりデータA,Bを読
み出す処理を行う。
The task 20 performs a process of reading data A and B from the auxiliary storage file 18.

タスク24は、補助記憶ファイル22よりデータa,bを読
み出す処理を行う。
The task 24 performs a process of reading the data a and b from the auxiliary storage file 22.

今、この2つのタスクの処理装置割り当ての優先レベ
ルは同じで、補助記憶ファイルと共用バッファ間のデー
タ転送以外は、補助記憶装置との間で入出力が発生しな
いと仮定し、タスク20とタスク24の順に、ほぼ同時に動
作を開始した場合について、第8図のタスク20、タスク
24のタイムチャート及び共用バッファの状態遷移図を用
いて本実施例を具体的に説明する。
Now, it is assumed that the two tasks have the same priority level of the processing unit allocation, and that no input / output occurs to the auxiliary storage device except for the data transfer between the auxiliary storage file and the shared buffer. In the case of starting operation almost simultaneously in the order of 24, task 20, task
This embodiment will be specifically described with reference to a time chart of FIG. 24 and a state transition diagram of the shared buffer.

第8図において、符号26はタスク20及びタスク24のタ
イムチャートを表わしている。符号28は、タスク20の実
行による共用バッファ6の状態遷移図を表わしている。
符号30は、タスク24による共用バッファ6の状態遷移図
を表わしている。
In FIG. 8, reference numeral 26 denotes a time chart of the tasks 20 and 24. Reference numeral 28 denotes a state transition diagram of the shared buffer 6 due to the execution of the task 20.
Reference numeral 30 denotes a state transition diagram of the shared buffer 6 by the task 24.

タスク20の実行が開始されると共用バッファ全体の使
用可否制御情報を設定して、共用バッファ32全体を占有
し(時刻t=1)、読み出すデータAが共用バッファ上
に存在するか否かを検索する。
When the execution of the task 20 is started, the availability control information of the entire shared buffer is set to occupy the entire shared buffer 32 (time t = 1), and it is determined whether or not the data A to be read exists in the shared buffer. Search for.

読み出すデータが共用バッファ上に存在するか否か
は、次のようにして決定する。
Whether or not the data to be read exists in the shared buffer is determined as follows.

共用バッファ各面毎に、以下の制御情報を持つ。 The following control information is provided for each surface of the shared buffer.

(1)作用可否制御情報、 (2)状態制御情報(共用バッファ上のデータがどのフ
ァイルのデータかを表わすファイル識別子、及びファイ
ル内のブロック番号、及び共用バッファ上でデータ更新
が発生したか否かを表わすフラグ、及び当該バッファを
使用しているタスクの有無を表わすグラフ。) 共用バッファ内を検索する際、共用バッファ各面毎の
制御情報のファイル識別子とファイル内のブロック番号
とが一致しているか否かを順次検索する。一致したバッ
ファが目的とするバッファである。この際、使用可否制
御情報が設定されているバッファは検索対象としない。
(1) action enable / disable control information; (2) state control information (a file identifier indicating which file is the data on the shared buffer, a block number in the file, and whether or not data has been updated on the shared buffer) A flag indicating whether there is a task using the buffer and whether there is a task using the buffer.) When searching in the shared buffer, the file identifier of the control information for each surface of the shared buffer matches the block number in the file. Are sequentially searched to see if they are The matched buffer is the target buffer. At this time, the buffer in which the usability control information is set is not searched.

共用バッファ各面の制御情報であるファイル識別子、
及びファイル内ブロック番号がすべて一致しない場合、
空きバッファを検出する。空きバッファは、次のように
して検出する。
A file identifier which is control information of each side of the shared buffer,
And if all the block numbers in the file do not match,
Detect a free buffer. An empty buffer is detected as follows.

共用バッファの制御情報であるファイル識別子が未設
定のバッファ、または同じく共用バッファの制御情報で
ある当該バッファを使用しているタスクの有無を表わす
フラグが未設定のバッファを空きバッファとする。
A buffer in which the file identifier as the control information of the shared buffer is not set, or a buffer in which the flag indicating the presence / absence of the task which is the control information of the shared buffer is not set is set as an empty buffer.

タスク20は、データAが共用バッファ上に存在するか
否かを上記検索方法により、検索するが、データAは共
用バッファ上に無い。この為、空きバッファブロック32
aを検出し、その使用可否制御情報を設定し、空きバッ
ファブロック32aを占有する。その後、共用バッファ32
全体の使用可否制御情報の設定を解除し、(時刻t=
2)、補助記憶ファイル18から共用バッファ32の占有ブ
ロック32aへデータAを読み込む(時刻t=2〜5)。
The task 20 searches whether or not the data A exists on the shared buffer by the above search method, but the data A is not on the shared buffer. Therefore, the empty buffer block 32
a is detected, its availability control information is set, and the empty buffer block 32a is occupied. Then shared buffer 32
The setting of the entire usability control information is released, and (time t =
2) Read data A from the auxiliary storage file 18 into the occupied block 32a of the shared buffer 32 (time t = 2-5).

タスク24は、タスク20が補助ファイルからデータを読
み込み始めると同時に実行を開始し、共用バッファ全体
の使用可否制御情報を設定して、共用バッファ34全体を
占有し(時刻t=3)、読み出すデータaが共用バッフ
ァ上に存在するか否か検索する。この際、タスク20が空
きバッファとして検索したバッファ32aは、使用可否制
御情報が設定されている為、タスク24から検索対象のバ
ッファとして検出されることは無い。
The task 24 starts executing at the same time as the task 20 starts reading data from the auxiliary file, sets the availability control information of the entire shared buffer, occupies the entire shared buffer 34 (time t = 3), and reads the data to be read. It is searched whether or not a exists in the shared buffer. At this time, the buffer 32a searched as a free buffer by the task 20 is not detected by the task 24 as a search target buffer because the availability control information is set.

データaは、共用バッファ上に無い為、空きバッファ
ブロック34aの使用可否制御情報を設定し空きバッファ
ブロック34aを占有する。その後、共用バッファ34全体
の使用可否制御情報の設定を解除し(時刻t=4)、補
助記憶ファイル22から共用バッファ34の占有ブロック34
aへデータaを読み込む。(時刻t=5〜8) タスク20は、データAの読み込み終了後、共用バッフ
ァブロック32aの使用可否制御情報の設定を解除し、タ
スク24からも共用バッファブロック32aへのアクセスを
可能とする。
Since the data a is not on the shared buffer, the availability control information of the empty buffer block 34a is set and the empty buffer block 34a is occupied. Thereafter, the setting of the availability control information of the entire shared buffer 34 is canceled (time t = 4), and the occupied block 34 of the shared buffer 34 is deleted from the auxiliary storage file 22.
Read data a into a. (Time t = 5 to 8) After the reading of the data A is completed, the task 20 releases the setting of the availability control information of the shared buffer block 32a and enables the task 24 to access the shared buffer block 32a.

タスク24は、データaの読み込み終了後、共用バッフ
ァブロック34aの使用可否制御情報の設定を解除し、タ
スク20からも共用バッファブロック34aへのアクセスを
可能とする。
After reading the data a, the task 24 releases the setting of the availability control information of the shared buffer block 34a, and enables the task 20 to access the shared buffer block 34a.

タスク20は、データBについて、データAと同様の処
理を行う。タスク24は、データbについてデータaと同
様の処理を行う。
Task 20 performs the same processing on data B as on data A. The task 24 performs the same processing on the data b as on the data a.

本実施例によれば、タスク20が補助記憶ファイル18か
ら共用バッファ6へデータを転送している間、タスク24
は共用バッファ6を占有し処理が実行できる為、従来技
術で同じ処理を行ったタイムチャート第9図に比べると
スループットが向上する効果がある。
According to the present embodiment, while task 20 is transferring data from auxiliary storage file 18 to shared buffer 6, task 24
Since the shared buffer 6 occupies the shared buffer 6 and can execute processing, the throughput is improved as compared with the time chart of FIG.

次に、共用バッファ6を介し、補助記憶ファイル18に
アクセスするタスク20と、共用バッファ6を介し補助記
憶ファイル22にアクセスするタスク24の処理装置割り当
ての優先レベルが異なる場合について説明する。
Next, a case will be described in which the task 20 for accessing the auxiliary storage file 18 via the shared buffer 6 and the task 24 for accessing the auxiliary storage file 22 via the shared buffer 6 have different priority levels of processor assignment.

タスク20がタスク24より処理装置割り当ての優先レベ
ルが高い場合には、タスク20、タスク24の順にほぼ同時
に動作を開始しても、タスク24に処理装置が割り当てら
れるのは、タスク20が共用バッファと補助記憶装置との
間で入出力が発生している間である為、タスク20、タス
ク24のそれぞれの動作は第8図と同じになる。従って、
従来技術で同じ処理を行ったタイムチャート第9図に比
べるとスループットが向上する効果がある。
If task 20 has a higher processing unit assignment priority level than task 24, even if tasks 20 and 24 start operations almost simultaneously, task 20 is assigned a processing unit only if task 20 has a shared buffer. Since the input and output are occurring between the CPU and the auxiliary storage device, the operations of the tasks 20 and 24 are the same as those in FIG. Therefore,
There is an effect that the throughput is improved as compared with the time chart in FIG.

次に、タスク20がタスク24より処理装置割り当ての優
先レベルが低い場合について、タスク20、タスク24の順
にほぼ同時に動作を開始した場合について説明する。第
10図において、符号36はタスク20およびタスク24のタイ
ムチャートを表わしている。符号38はタスク20の実行に
よる共用バッファ6の状態遷移図を表わしている。ま
た、符号40はタスク24の実行による共用バッファ6の状
態遷移図を表わしている。タスク20の実行が開始される
と共用バッファ42全体を占有し(時刻t=1)、読み出
すデータAが共用バッファ上に存在するか否か検索す
る。データAは共用バッファ上に無い為、空きバッファ
44aの使用可否制御情報を設定し、共用バッファ44全体
の使用可否制御情報の設定を解除する(時刻t=2)。
共用バッファ全体の占有が解除されたことにより、タス
ク24が動作を開始し、共用バッファ全体の使用可否制御
情報を設定して共用バッファ46全体を占有し(時刻t=
3)、読み出すデータaが共用バッファ上に存在するか
否か検索する。この際、タスク20が空きバッファとして
検索したバッファ44aは使用可否制御情報が設定されて
いる為、タスク24から検索対象のバッファとはならな
い。データaは共用バッファ上に無い為、空きバッファ
ブロック46aの使用可否制御情報を設定し、空きバッフ
ァブロック46aを占有し、共用バッファ46全体の使用可
否制御情報を解除し(時刻t=4)、補助記憶ファイル
22から共用バッファ46の占有ブロック46aへデータaを
読み込む。(時刻t=5〜7)。
Next, a case where the operation of the task 20 is started at almost the same time in the order of the task 20 and the task 24 when the priority level of the processing device assignment is lower than that of the task 24 will be described. No.
In FIG. 10, reference numeral 36 denotes a time chart of the tasks 20 and 24. Reference numeral 38 denotes a state transition diagram of the shared buffer 6 due to the execution of the task 20. Reference numeral 40 denotes a state transition diagram of the shared buffer 6 due to the execution of the task 24. When the execution of the task 20 is started, the entirety of the shared buffer 42 is occupied (time t = 1), and it is searched whether the data A to be read exists in the shared buffer. Data A is not in the shared buffer, so free buffer
The usability control information of the shared buffer 44a is set, and the setting of the usability control information of the entire shared buffer 44 is canceled (time t = 2).
When the occupation of the entire shared buffer is released, the task 24 starts operating, sets the availability control information of the entire shared buffer, and occupies the entire shared buffer 46 (time t =
3) Search whether the data a to be read exists in the shared buffer. At this time, the buffer 44a searched by the task 20 as an empty buffer is not a buffer to be searched from the task 24 because the availability control information is set. Since the data a is not in the shared buffer, the availability control information of the empty buffer block 46a is set, the empty buffer block 46a is occupied, and the availability control information of the entire shared buffer 46 is released (time t = 4). Auxiliary storage file
Data a is read from 22 to the occupied block 46a of the shared buffer 46. (Time t = 5-7).

タスク20はタスク24が補助記憶ファイル22と共用バッ
ファとの間でデータ転送中に動作し、補助記憶装置へデ
ータ転送命令を発行するが、既にタスク24により、補助
記憶装置が使用されている為、補助記憶装置が使用可能
になるのを待っている(時刻t=5〜7)。タスク24の
データ転送が終了すると同時にタスク20はデータAを読
み込む。(時刻t=10)。
Task 20 operates while task 24 is transferring data between auxiliary storage file 22 and the shared buffer, and issues a data transfer instruction to the auxiliary storage device, but since task 24 has already used the auxiliary storage device, , Waiting for the auxiliary storage device to become usable (time t = 5 to 7). At the same time when the data transfer of task 24 is completed, task 20 reads data A. (Time t = 10).

タスク20はデータBについて、データAと同様の処理
を行い、またタスク24はデータaについて同様の処理を
行う。
Task 20 performs the same processing on data B as data A, and task 24 performs the same processing on data a.

本実施例によれば、従来技術で同じ処理を行ったタイ
ムチャート第11図に比べ、スループットが向上する効果
がある。
According to the present embodiment, there is an effect that the throughput is improved as compared with the time chart in FIG.

次に、データベース内でアクセス頻度の高い複数のフ
ァイルをそれぞれ異なる補助記憶装置に確保し、かつそ
れぞれのファイルをアクセスする際には、同じ共用バッ
ファを使用することによってタスクのスループットを向
上させるデータベース管理システムの実施例を示す。
Next, database management that secures a plurality of frequently accessed files in different auxiliary storage devices in the database and improves the task throughput by using the same shared buffer when accessing each file. 1 shows an embodiment of a system.

第12図に、上記データベースの構成を示す。 FIG. 12 shows the configuration of the database.

タスク50はデータベース管理システムを介し補助記憶
装置52内のファイル54へアクセスし、タスク56は補助記
憶装置58内のファイル60へアクセスする。第13図にタス
ク50、タスク56のタイムチャート62、及びタスク50、タ
スク56でアクセスするファイルを同じ補助記憶装置に確
保した場合のタスク50、タスク56のタイムチャート64を
示す。
Task 50 accesses a file 54 in auxiliary storage 52 via a database management system, and task 56 accesses a file 60 in auxiliary storage 58. FIG. 13 shows a time chart 62 of the task 50 and the task 56, and a time chart 64 of the task 50 and the task 56 when the files to be accessed in the task 50 and the task 56 are secured in the same auxiliary storage device.

タスク50が補助記憶装置52内のファイルからデータを
読み出し始めると共に、タスク56が動作し、補助記憶装
置58内のファイルからデータを読み出す。(時刻t=
4) この際、タスク50とタスク56とがアクセスする補助記
憶装置が異なる為、タスク56はタスク50が補助記憶装置
52から共用バッファへのデータ転送終了を待つこと無
く、補助記憶装置58から共用バッファへのデータ転送が
実行できる。
As task 50 begins reading data from the file in auxiliary storage 52, task 56 operates to read data from the file in auxiliary storage 58. (Time t =
4) At this time, the task 50 and the task 56 access different auxiliary storage devices.
The data transfer from the auxiliary storage device 58 to the shared buffer can be executed without waiting for the end of the data transfer from the shared storage 52 to the shared buffer.

これにより、同一の補助記憶装置に複数のファイルを
確保した場合のタイムチャート64に比べ、タスクのスル
ープットが向上する。
As a result, the task throughput is improved as compared with the time chart 64 when a plurality of files are secured in the same auxiliary storage device.

〔発明の効果〕〔The invention's effect〕

本発明によれば、高速アクセスが可能な緩衝域内のデ
ータの検索と、補助記憶装置から緩衝域内へのデータの
転送とが並列に実行可能となり、処理装置からのデータ
アクセスのスループットを向上させることができる。
According to the present invention, retrieval of data in a buffer area capable of high-speed access and transfer of data from the auxiliary storage device to the buffer area can be performed in parallel, thereby improving the throughput of data access from the processing device. Can be.

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

第1図は本発明の一実施例の基本的原理を示す説明図、
第2図は従来技術の原理を示す説明図、第3図はバッフ
ァ制御処理に着眼したファイル操作プログラム例のフロ
ーチャート、第4図は従来技術による共用バッファ制御
方式を示すフローチャート、第5図及び第6図は本実施
例による共用バッファ制御方式を示すフローチャート、
第7図は共用バッファの基本的考えを示す図、第8図及
び第10図は本発明の実施例を示すタイムチャートと共用
バッファの状態遷移図、第9図及び第11図は従来方式に
よるタイムチャートと共用バッファの状態遷移図、第12
図及び第13図は本発明をデータベース管理システムに応
用した場合の構成との実施例を示す説明図である。 2……処理装置、4……補助メモリ装置、 6……バッファメモリ(緩衝域)、 8……バッファメモリ使用可否制御情報、 12……バッファメモリ各面毎の使用可否制御情報。
FIG. 1 is an explanatory diagram showing the basic principle of one embodiment of the present invention,
FIG. 2 is an explanatory view showing the principle of the prior art, FIG. 3 is a flowchart of an example of a file operation program focusing on buffer control processing, FIG. 4 is a flowchart showing a shared buffer control method according to the prior art, and FIGS. FIG. 6 is a flowchart showing a shared buffer control method according to the present embodiment;
FIG. 7 is a diagram showing the basic concept of the shared buffer, FIGS. 8 and 10 are time charts showing an embodiment of the present invention and a state transition diagram of the shared buffer, and FIGS. 9 and 11 are based on the conventional method. Time chart and state transition diagram of shared buffer, twelfth
FIG. 13 and FIG. 13 are explanatory diagrams showing a configuration and an embodiment in which the present invention is applied to a database management system. 2 ... Processing device, 4 ... Auxiliary memory device, 6 ... Buffer memory (buffer area), 8 ... Buffer memory availability control information, 12 ... Usability control information for each surface of the buffer memory.

フロントページの続き (72)発明者 関 光平 茨城県日立市大みか町5丁目2番1号 日立プロセスコンピュータエンジニアリ ング株式会社内 (72)発明者 大脇 隆志 茨城県日立市大みか町5丁目2番1号 株式会社日立製作所大みか工場内 (72)発明者 松原 俊昌 茨城県日立市大みか町5丁目2番1号 日立プロセスコンピュータエンジニアリ ング株式会社内 (56)参考文献 特開 昭63−83821(JP,A) 特開 昭60−175158(JP,A) (58)調査した分野(Int.Cl.6,DB名) G06F 3/06 G06F 12/08Continued on the front page (72) Inventor Kohei Seki 5-2-1 Omika-cho, Hitachi City, Ibaraki Prefecture Within Hitachi Process Computer Engineering Co., Ltd. (72) Inventor Takashi Owaki 5-2-1 Omika-cho, Hitachi City, Ibaraki Prefecture No. Hitachi, Ltd. Omika Plant (72) Inventor Toshimasa Matsubara 5-2-1 Omikacho, Hitachi City, Ibaraki Prefecture Within Hitachi Process Computer Engineering Co., Ltd. (56) References JP-A-63-83821 (JP, A) JP-A-60-175158 (JP, A) (58) Fields investigated (Int. Cl. 6 , DB name) G06F 3/06 G06F 12/08

Claims (7)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】処理装置と補助記憶装置との間に、高速ア
クセスが可能な複数の分割面を有する緩衝域を有し、該
処理装置から該補助記憶装置へのアクセスは、該緩衝域
を介して行うバッファ制御方式において、 前記緩衝域内の分割面毎の使用可否制御情報を設定し、
前記補助記憶装置から分割面へのデータ転送処理を該使
用可否制御情報に基づいて行うことにより、該データ転
送処理と該緩衝域内の他の分割面のデータ検索処理とを
並列に行うことを特徴とするバッファ制御方式。
A buffer area having a plurality of divided surfaces capable of high-speed access is provided between a processing device and an auxiliary storage device, and when the processing device accesses the auxiliary storage device, the buffer area is provided. In the buffer control method performed via, setting the usability control information for each divided surface in the buffer area,
The data transfer processing from the auxiliary storage device to the division plane is performed based on the availability control information, so that the data transfer processing and the data search processing of another division plane in the buffer area are performed in parallel. Buffer control method.
【請求項2】処理装置と補助記憶装置との間に、高速ア
クセスが可能な複数の分割面を有する緩衝域を有し、該
処理装置から該補助記憶装置へのアクセスは、該緩衝域
を介して行うバッファ制御方式において、 前記緩衝域内の分割面毎の使用可否制御情報を設け、前
記補助記憶装置から分割面へのデータ転送処理開始にあ
たって、該分割面の使用情報を設定すると共に、データ
転送処理終了時点で該使用情報の設定を解除することに
より、該補助記憶装置から分割面へのデータ転送処理と
該緩衝域内のそれ以外の分割面のデータ検索処理とを並
列に実行可能とすることを特徴とするバッファ制御方
式。
And a buffer area having a plurality of divided surfaces capable of high-speed access between the processing device and the auxiliary storage device. Access from the processing device to the auxiliary storage device includes a buffer area. In the buffer control method performed through the buffer area, use availability control information is provided for each divided plane in the buffer area, and when starting data transfer processing from the auxiliary storage device to the divided plane, the use information of the divided plane is set, and By releasing the setting of the use information at the end of the transfer processing, the data transfer processing from the auxiliary storage device to the division plane and the data search processing of other division planes in the buffer area can be executed in parallel. A buffer control method characterized in that:
【請求項3】処理装置と補助記憶装置との間に、高速ア
クセスが可能な複数の分割面を有する緩衝域を有し、該
処理装置から該補助記憶装置へのアクセスは、該緩衝域
を介して行うバッファ制御方式において、 前記緩衝域全体に関する使用可否制御情報と共に該緩衝
域内の分割面毎の使用可否制御情報を設け、該緩衝域の
操作時に該緩衝域の使用可否制御情報を設定すると共に
操作終了時にその設定を解除し、該緩衝域内の分割面へ
データを転送するときは該分割面毎の使用可否制御情報
を設定すると共にデータ転送終了時にその設定を解除す
ることによって、該データ転送処理と該緩衝域内のデー
タ検索処理とを並列に行うことを特徴とするバッファ制
御方式。
3. A buffer area having a plurality of divided surfaces capable of high-speed access is provided between a processing device and an auxiliary storage device, and when the processing device accesses the auxiliary storage device, the buffer area is provided. In the buffer control method performed through the control unit, the usability control information for each divided plane in the buffer area is provided together with the usability control information for the entire buffer area, and the usability control information of the buffer area is set when the buffer area is operated. When the operation is completed, the setting is released, and when data is transferred to the division plane in the buffer area, the usability control information for each division plane is set, and when the data transfer is completed, the setting is released. A buffer control method wherein a transfer process and a data search process in the buffer area are performed in parallel.
【請求項4】処理装置と補助記憶装置との間に、高速ア
クセスが可能な複数の分割面を有する緩衝域を有し、該
処理装置から該補助記憶装置へのアクセスは、該緩衝域
を介して行うバッファ制御装置において、 前記緩衝域内の分割面毎の使用可否制御情報装置を設
け、前記補助記憶装置から分割面へのデータ転送処理開
始にあたって、該使用可否制御情報装置に該分割面の使
用情報を設定すると共に、データ転送処理終了時点で該
使用情報の設定を解除することにより、該補助記憶装置
から分割面へのデータ転送処理と該緩衝域内のそれ以外
の分割面のデータ検索処理とを並列に実行可能とするこ
とを特徴とするバッファ制御装置。
4. A buffer area having a plurality of divided surfaces capable of high-speed access between a processing device and an auxiliary storage device, and access from the processing device to the auxiliary storage device is performed by using the buffer area. In the buffer control device performed through, a usability control information device for each division plane in the buffer area is provided, and at the start of data transfer processing from the auxiliary storage device to the division plane, the usability control information device includes By setting the usage information and releasing the setting of the usage information at the end of the data transfer processing, the data transfer processing from the auxiliary storage device to the division plane and the data search processing of the other division plane in the buffer area Characterized by being able to execute in parallel.
【請求項5】処理装置と補助記憶装置との間に、高速ア
クセスが可能な複数の分割面を有する緩衝域を有し、該
処理装置から該補助記憶装置へのアクセスは、該緩衝域
を介して行うバッファ制御装置において、 前記緩衝域全体に関する使用可否制御情報と共に該緩衝
域内の分割面毎の使用可否制御情報装置を設け、該緩衝
域の操作時に該緩衝域の使用可否制御情報を設定すると
共に操作終了時にその設定を解除し、該緩衝域内の分割
面へデータを転送するときは該分割面毎の使用可否制御
情報を設定すると共にデータ転送終了時にその設定を解
除することによって、該データ転送処理と該緩衝域内の
データ検索処理とを並列に行うことを特徴とするバッフ
ァ制御装置。
5. A buffer area having a plurality of divided surfaces capable of high-speed access between a processing device and an auxiliary storage device, wherein an access from the processing device to the auxiliary storage device includes the buffer area. A buffer control device for controlling the use of the buffer area, wherein a control information apparatus is provided for each divided plane in the buffer area together with the control information for the entire buffer area, and the control information of the buffer area is set when the buffer area is operated. When the operation is completed, the setting is released, and when data is transferred to the division plane in the buffer area, the usability control information for each division plane is set, and the setting is released at the end of data transfer. A buffer control device for performing a data transfer process and a data search process in the buffer area in parallel.
【請求項6】処理装置と補助記憶装置との間に、高速ア
クセスが可能な複数の分割面を有する緩衝域を有し、該
処理装置から該補助記憶装置へのアクセスは、該緩衝域
を介して行うバッファ制御方式を用いたデータベース管
理システムにおいて、 前記緩衝域内の分割面毎の使用可否制御情報を設け、前
記補助記憶装置から分割面へのデータ転送処理開始にあ
たって、該分割面の使用情報を設定すると共に、データ
転送処理終了時点で該使用情報の設定を解除することに
より、該補助記憶装置から分割面へのデータ転送処理と
該緩衝域内のそれ以外の分割面のデータ検索処理とを並
列に実行可能とするバッファ制御方式を用いたことを特
徴とするデータベース管理システム。
6. A buffer area having a plurality of divided surfaces capable of high-speed access between a processing device and an auxiliary storage device, wherein the access from the processing device to the auxiliary storage device includes the buffer area. In a database management system using a buffer control method performed through the database, use availability control information for each division plane in the buffer area is provided, and when the data transfer process from the auxiliary storage device to the division plane is started, the usage information of the division plane is used. And setting of the use information is canceled at the end of the data transfer processing, so that the data transfer processing from the auxiliary storage device to the division plane and the data search processing of other division planes in the buffer area can be performed. A database management system characterized by using a buffer control method that can be executed in parallel.
【請求項7】処理装置と補助記憶装置との間に、高速ア
クセスが可能な複数の分割面を有する緩衝域を有し、該
処理装置から該補助記憶装置へのアクセスは、該緩衝域
を介して行うバッファ制御方式を用いたデータベース管
理システムにおいて、 前記緩衝域全体に関する使用可否制御情報と共に該緩衝
域内の分割面毎の使用可否制御情報を設け、該緩衝域の
操作時に該緩衝域の使用可否制御情報を設定すると共に
操作終了時にその設定を解除し、該緩衝域内の分割面へ
のデータを転送するときは該分割面毎の使用可否制御情
報を設定すると共にデータ転送終了時にその設定を解除
することによって、該データ転送処理と該緩衝域内のデ
ータ検索処理とを並列に行うバッファ制御方式を用いた
ことを特徴とするデータベース管理システム。
7. A buffer area having a plurality of divided surfaces capable of high-speed access between a processing device and an auxiliary storage device, and an access from the processing device to the auxiliary storage device includes the buffer area. In a database management system using a buffer control method that is performed via a database, use enable / disable control information for each division plane in the buffer area is provided together with enable / disable control information for the entire buffer area, and use of the buffer area is performed when the buffer area is operated. Set the availability control information and release the setting at the end of the operation, and when transferring data to the division plane in the buffer area, set the usability control information for each division plane and change the setting at the end of data transfer. A database management system characterized by using a buffer control method for performing the data transfer processing and the data search processing in the buffer area in parallel by canceling the data transfer processing.
JP1253275A 1989-09-28 1989-09-28 Buffer control system and device Expired - Fee Related JP2787107B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1253275A JP2787107B2 (en) 1989-09-28 1989-09-28 Buffer control system and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1253275A JP2787107B2 (en) 1989-09-28 1989-09-28 Buffer control system and device

Publications (2)

Publication Number Publication Date
JPH03113626A JPH03113626A (en) 1991-05-15
JP2787107B2 true JP2787107B2 (en) 1998-08-13

Family

ID=17249018

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1253275A Expired - Fee Related JP2787107B2 (en) 1989-09-28 1989-09-28 Buffer control system and device

Country Status (1)

Country Link
JP (1) JP2787107B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0744702B1 (en) * 1995-05-22 2002-11-13 Matsushita Electric Industrial Co., Ltd. Information searching apparatus for searching text to retrieve character streams agreeing with a key word

Also Published As

Publication number Publication date
JPH03113626A (en) 1991-05-15

Similar Documents

Publication Publication Date Title
US4912629A (en) Real-time garbage collection for list processing using restructured cells for increased reference counter size
JP4612710B2 (en) Transaction parallel control method, database management system, and program
US5946711A (en) System for locking data in a shared cache
US5642501A (en) Computer method and apparatus for asynchronous ordered operations
Banerjee et al. DBC—A database computer for very large databases
US5956712A (en) Byte range locking in a distributed environment
US5093912A (en) Dynamic resource pool expansion and contraction in multiprocessing environments
JP2708657B2 (en) Split control method
JP2000347982A (en) Recording medium recording program to be executed by information processor and computer
JP2781092B2 (en) Exclusive control method between systems
US7509461B1 (en) Method and apparatus for intelligent buffer cache pre-emption
JPH0622015B2 (en) Data processing system control method
JP2787107B2 (en) Buffer control system and device
JP3110185B2 (en) Computer system
US5062046A (en) Multiple processor system having a correspondence table for transferring processing control between instruction processors
JPS63307553A (en) File control system
JPH0444140A (en) Virtual memory control method
JPH06348666A (en) Program execution load distribution method in computer system
JP3030030B2 (en) Area management processing method
JP2526728B2 (en) Disk cache automatic usage method
JPH086829A (en) Simultaneous full data retrieving method for data base
JP2980610B2 (en) Transaction management device
JP2508607B2 (en) File system management method
JPH09114684A (en) Job distribution method
CN116226081A (en) Database elastic expansion method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees