JPH02206840A - Object storage control system - Google Patents

Object storage control system

Info

Publication number
JPH02206840A
JPH02206840A JP1027991A JP2799189A JPH02206840A JP H02206840 A JPH02206840 A JP H02206840A JP 1027991 A JP1027991 A JP 1027991A JP 2799189 A JP2799189 A JP 2799189A JP H02206840 A JPH02206840 A JP H02206840A
Authority
JP
Japan
Prior art keywords
data
program
storage area
control part
storage
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
JP1027991A
Other languages
Japanese (ja)
Inventor
Yutaka Kimura
裕 木村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP1027991A priority Critical patent/JPH02206840A/en
Publication of JPH02206840A publication Critical patent/JPH02206840A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To attain data control adjusted to the data characteristic of an object and to retrieve and update that at a high speed by permitting respective objects to hold private storage areas and storage control parts. CONSTITUTION:A user program 1 designates the name of the object and the name of an operation program with respect to the object and it requests an object control part 2 to operate the object. The control part 2 controls to which part of a primary storage area 3 respective objects exist. Consequently, the control part 2 requests the execution of the object corresponding to the request of the program 1, namely, the operation program designated with respect to the program control part 6a of the object 4a. The control part 6a which has received the request executes the corresponding program. When data reference is required in the middle of the execution of the program, the control part 6a outputs a data reference request to the storage control part 5a of the self object.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、対象を情報処理装置が理解できる形で表現し
たオブジェクトが、それぞれ専用の記憶領域とこれを管
理する記憶管理手段とを備え、各自のデータを管理する
オブジェクト記憶管理方式〔従来の技術〕 従来のオブジェクトを指向するプログラミングシステム
やデータベースシステムでは、多種多様な性質のオブジ
ェクトを一つの記憶領域の中に押し込め、各オブジェク
トの管理は、そのシステムが動作しているオペレーティ
ングシステムの記憶管理方式を使用して行っている。
[Detailed Description of the Invention] [Industrial Application Field] The present invention provides a system in which objects representing objects in a form that can be understood by an information processing device are each provided with a dedicated storage area and a storage management means for managing the storage area. Object storage management method for managing individual data [Conventional technology] In conventional object-oriented programming systems and database systems, objects with a wide variety of properties are packed into one storage area, and the management of each object is This is done using the storage management method of the operating system on which the system is running.

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

従来から用いられているオペレーティングシステムの記
憶管理方式は、プログラムや単純で小さなデータ(例え
ば、数値2文字)を管理するのに適した方式である。一
方、オブジェクト指向システムで表現されるオブジェク
トは、数値9文字のばかに画像2図形、音声、テキスト
、文書などの人間が認識できる任意のものを情報処理装
置が理解できる形式にしたデータの集合である。しかる
に、従来のオブジェクト指向システムでは、対象の性質
が全く異なるにもかかわらず、これらのすべてのオブジ
ェクトをオペレーティングシステムが提供している同じ
記憶管理方式によって管理している。このため、オブジ
ェクト単位でのデータの格納、検索等の処理速度に限界
があり、高速化しにくいという問題がある。
The storage management methods of operating systems that have been used in the past are suitable for managing programs and simple, small data (for example, two numerical characters). On the other hand, an object expressed in an object-oriented system is a collection of data in a format that can be understood by an information processing device, such as nine numerical characters, two images, two figures, audio, text, and documents that can be recognized by humans. be. However, in conventional object-oriented systems, all of these objects are managed using the same storage management method provided by the operating system, even though the objects have completely different properties. Therefore, there is a problem in that there is a limit to the processing speed of data storage, retrieval, etc. on an object basis, and it is difficult to increase the processing speed.

本発明の目的は、オブジェクトごとに専用の記憶領域と
プログラム管理手段および記憶管理手段を設けて管理す
ることにより、オブジェクト単位でのデータを効率的に
格納、検索処理できるオブジェクト記憶管理方式を提供
することにある。
An object of the present invention is to provide an object storage management method that can efficiently store and retrieve data in units of objects by providing and managing a dedicated storage area, program management means, and storage management means for each object. There is a particular thing.

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

本発明のオブジェクト記憶管理方式は、対象を情報処理
装置が理解できる形で表現したオブジェクトが、それぞ
れ必要なプログラムを記憶管理するプログラム管理手段
と、使用頻度の高い必要なデータを記憶する専用のオブ
ジェクト記憶領域と、このオブジェクト記憶領域のデー
タを管理する記憶管理手段とを有し、システム中に存在
する複数の前記オブジェクトの性質と所在とを管理する
オブジェクト管理手段と、二次記憶領域を管理し前記記
憶管理手段の指示によりそれぞれの前記オブジェクト記
憶領域と前記二次記憶領域との間でデータの移動を行う
機能を有する二次記憶管理手段とを備えて構成されてい
る。
In the object storage management method of the present invention, each object is a program management means that stores and manages necessary programs, and a dedicated object that stores frequently used necessary data. A storage area, a storage management means for managing data in the object storage area, an object management means for managing the properties and locations of the plurality of objects existing in the system, and a secondary storage area for managing the object storage area. and secondary storage management means having a function of moving data between each of the object storage areas and the secondary storage area according to instructions from the storage management means.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例の機能ブロック図である。第
1図に示したオブジェクト記憶管理方式は、−次記憶領
域3内に記憶されている複数のオブジェクト4i(iは
a、b・・・・・・)と、システム中の各オブジェクト
を管理するオブジェクト管理部2と、二次記憶領域9を
管理する二次記憶管理部8とを備えており、各オブジェ
クト41はそれぞれ記憶管理部51.プログラム管理部
61.オブジェクト記憶領域7i′c構成されている。
FIG. 1 is a functional block diagram of an embodiment of the present invention. The object storage management method shown in FIG. 1 manages a plurality of objects 4i (i is a, b...) stored in the -order storage area 3 and each object in the system. It includes an object management section 2 and a secondary storage management section 8 that manages the secondary storage area 9, and each object 41 is provided with a storage management section 51. Program management department 61. An object storage area 7i'c is configured.

第2図は利用者プログラムがオブジェクトを操作したと
きの動作を説明するフローチャートである。以下、第1
図を参照しながら第2図のフローチャートに従って説明
する。
FIG. 2 is a flowchart illustrating operations when a user program operates an object. Below, the first
The process will be explained according to the flowchart of FIG. 2 with reference to the drawings.

まず、利用者プログラム1がオブジェクト名とそのオブ
ジェクトに対する操作プログラム名を指定して、オブジ
ェクトを操作することをオブジェクト管理部2に要求す
る(101)、オブジェクト管理部2は、各オブジェク
トが一次記憶領域3のどこに存在するかを管理している
。それ故、オブジェクト管理部2は利用者プログラム1
の要求に対応するオブジェクトを検索しく102)、該
当するオブジェクト、例えばオブジェクト4aのプログ
ラム管理部6aに対して指定された操作プログラムを実
行することを要求する(103)。
First, the user program 1 requests the object management section 2 to operate the object by specifying the object name and the name of the operating program for that object (101). It manages where it exists in 3. Therefore, the object management section 2 uses the user program 1
102), and requests the corresponding object, for example, the program management section 6a of the object 4a, to execute the specified operation program (103).

この要求を受けたプログラム管理部6aは対応するプロ
グラムを実行するが(104)、このプログラムの実行
中にデータ参照が必要になったときは、自オブジェクト
の記憶管理部5aヘデータ参照要求を出す(105)、
記憶管理部5aは、オブジェクト記憶領域7aにどのよ
うなデータがあるかを管理しており1.要求を満足する
データがあればステップ109にとび、そのデータのア
ドレスを返してプログラムの実行を継続する。要求を満
足するデータがオブジェクト記憶領域7aになければ、
記憶管理部5aは二次記憶管理部8に該当するデータの
二次記憶領域9上のアドレスを返すことを要求する(1
06)、記憶管理部5aはこのアドレスを受は取り、そ
のデータをロードできるだけの空き領域がオブジェクト
記憶領域7a上にあれば、対応するデータを二次記憶領
域9からロードする(108)、Lかし、オブジェクト
記憶領域7aにロードするデータ分の空き領域がない場
合は、記憶管理部5aは二次記憶管理部8に二次記憶領
域9の空き領域のアドレスを問い合わせ、そこにオブジ
ェクト記憶領域7a内の比較的使用頻度の少ないデータ
を退避(107)した後、要求したデータを二次記憶領
域9からロードする。
The program management unit 6a that receives this request executes the corresponding program (104), but if data reference becomes necessary during the execution of this program, it issues a data reference request to the storage management unit 5a of its own object ( 105),
The storage management unit 5a manages what kind of data is stored in the object storage area 7a.1. If there is data that satisfies the request, the process jumps to step 109, returns the address of the data, and continues execution of the program. If there is no data that satisfies the request in the object storage area 7a,
The storage management unit 5a requests the secondary storage management unit 8 to return the address on the secondary storage area 9 of the corresponding data (1
06), the storage management unit 5a receives this address, and if there is enough free space on the object storage area 7a to load the data, loads the corresponding data from the secondary storage area 9 (108), L However, if there is no free space for the data to be loaded in the object storage area 7a, the storage management unit 5a queries the secondary storage management unit 8 for the address of the free space in the secondary storage area 9, and stores the object storage area there. After saving relatively infrequently used data in 7a (107), the requested data is loaded from the secondary storage area 9.

以上の構成によれば、個々のオブジェクトの記憶管理部
が各オブジェクト記憶領域内のデータのみを管理してい
るため、管理する項目数が限定されデータの検索、更新
が高速化できる。又、各オブジェクトの記憶管理部が管
理対象となるデータ特有の参照パターンを知っているの
で、オブジェクト記憶領域が一杯のとき、今後参照され
る可能性の少ないデータから二次記憶領域に追い出すこ
とができ、オブジェクト記憶領域と二次記憶領域とのデ
ータのやりとりの回数も少なくなり、データ参照が高速
化される。
According to the above configuration, since the storage management section of each object manages only the data in each object storage area, the number of items to be managed is limited and data searches and updates can be speeded up. In addition, since the storage management unit of each object knows the reference patterns specific to the data being managed, when the object storage area is full, it is possible to move data that is less likely to be referenced in the future to the secondary storage area. This reduces the number of data exchanges between the object storage area and the secondary storage area, and speeds up data references.

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

以上説明したように、本発明によれば、個々のオブジェ
クトが専用の記憶領域と記憶管理部とを保持することに
より、そのオブジェクトのデータ特性に合わせたデータ
管理が可能となり、データの検索、更新が高速化できる
効果がある。
As explained above, according to the present invention, since each object maintains a dedicated storage area and a storage management section, it becomes possible to manage data in accordance with the data characteristics of that object, and to search and update data. This has the effect of speeding up the process.

第2図は第1図のオブジェクト管理の流れを示すフロー
チャートである。
FIG. 2 is a flowchart showing the flow of object management in FIG. 1.

1・・・・・・利用者プログラム、2・・・・・・オブ
ジェクト管理部、3・・・・・・−次記憶領域、4a、
4b・・・・・・オブジェクト、5a、5b・・・・・
・記憶管理部、6a。
1...User program, 2...Object management section, 3...Next storage area, 4a,
4b...Object, 5a, 5b...
- Memory management department, 6a.

6b・・・・・・プログラム管理部、7a、7b・−・
・・・オブジェクト記憶領域、8・・・・・・二次記憶
管理部、9・・・・・・二次記憶領域。
6b...Program management department, 7a, 7b...
. . . object storage area, 8 . . . secondary storage management unit, 9 . . . secondary storage area.

Claims (1)

【特許請求の範囲】[Claims] 対象を情報処理装置が理解できる形で表現したオブジェ
クトが、それぞれ必要なプログラムを記憶管理するプロ
グラム管理手段と、使用頻度の高い必要なデータを記憶
する専用のオブジェクト記憶領域と、このオブジェクト
記憶領域のデータを管理する記憶管理手段とを有し、シ
ステム中に存在する複数の前記オブジェクトの性質と所
在とを管理するオブジェクト管理手段と、二次記憶領域
を管理し前記記憶管理手段の指示によりそれぞれの前記
オブジェクト記憶領域と前記二次記憶領域との間でデー
タの移動を行う機能を有する二次記憶管理手段とを備え
たことを特徴とするオブジェクト記憶管理方式。
Each object that represents the target in a form that can be understood by an information processing device has a program management means for storing and managing necessary programs, a dedicated object storage area for storing necessary data that is frequently used, and a dedicated object storage area for storing necessary data that is frequently used. A storage management means for managing data, an object management means for managing the properties and locations of the plurality of objects existing in the system, and a secondary storage area for managing each object according to instructions from the storage management means. An object storage management system comprising: secondary storage management means having a function of moving data between the object storage area and the secondary storage area.
JP1027991A 1989-02-06 1989-02-06 Object storage control system Pending JPH02206840A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1027991A JPH02206840A (en) 1989-02-06 1989-02-06 Object storage control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1027991A JPH02206840A (en) 1989-02-06 1989-02-06 Object storage control system

Publications (1)

Publication Number Publication Date
JPH02206840A true JPH02206840A (en) 1990-08-16

Family

ID=12236292

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1027991A Pending JPH02206840A (en) 1989-02-06 1989-02-06 Object storage control system

Country Status (1)

Country Link
JP (1) JPH02206840A (en)

Similar Documents

Publication Publication Date Title
JP4330941B2 (en) Database divided storage management apparatus, method and program
US5987462A (en) Parallel data base record distribution method and parallel data base management system
WO1996018159B1 (en) Implementation independent extensible query architecture for information retrieval systems
JPH02206840A (en) Object storage control system
JPH04177441A (en) System program loading system
JPH1040118A (en) Client server system and client terminal equipment
JPH08237887A (en) Power system monitoring and controlling system
JPH034354A (en) Information distributed processing system
JP2748407B2 (en) Database processing system
JPH04257062A (en) Data processor using hash queue
JP2740238B2 (en) File exclusive control unit
JPH03282749A (en) Temporary update data control system
JP3559571B2 (en) Data processing device and data processing method
JP3398672B2 (en) Intermediate data storage device
JPH03245267A (en) Initialization system for medium retrieving table
JP3018992B2 (en) Execution processing method of object-oriented language
JPH03235115A (en) Unspecific medium selecting system in automatic loading device
JPH0934761A (en) Execution object storage system
JPH02201558A (en) Area management processing system
JPS62160545A (en) System for managing unused area of direct access storage device
JPH04215167A (en) Data dictionary managing system
JPH01237854A (en) System for controlling clustering in data base processing system
JPH0256678A (en) Record storing system for data base
JPH02193231A (en) File space free area management system
JPH0458343A (en) Control system for shared use of file