JPS61123953A - Virtual object control method - Google Patents

Virtual object control method

Info

Publication number
JPS61123953A
JPS61123953A JP59245726A JP24572684A JPS61123953A JP S61123953 A JPS61123953 A JP S61123953A JP 59245726 A JP59245726 A JP 59245726A JP 24572684 A JP24572684 A JP 24572684A JP S61123953 A JPS61123953 A JP S61123953A
Authority
JP
Japan
Prior art keywords
main memory
memory
information
objects
program
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.)
Granted
Application number
JP59245726A
Other languages
Japanese (ja)
Other versions
JPH0656595B2 (en
Inventor
Tadashi Hoshiai
忠 星合
Yoshio Izumida
泉田 義男
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP59245726A priority Critical patent/JPH0656595B2/en
Publication of JPS61123953A publication Critical patent/JPS61123953A/en
Publication of JPH0656595B2 publication Critical patent/JPH0656595B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To make access without considering the memory position, by making the system process the identification whether the object exists in main memory or in secondary memory, and the transfer of the object from the main memory to the secondary memory. CONSTITUTION:In case the object is on the main memory, the system knows it by referring to an object management table 4, and make an access according to that address. In case the object is on th3e secondary memory and there is enough space in the main memory, the system first refers to the object management table 4. In this case, since the IC information value is NIL, the system refers to BL information. As the block number which indicates the storage position of the data of object C1 of the secondary memory is stated in the BL information, the system tries to transfer the object from the secondary memory to the main memory. If there is adequate space in the main memory, the object is transferred to the main memory from the corresponding area of the secondary memory, and its head address is written on the object administration table 4.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、オブジェクト指向プログラミングの実現方式
に係り、主記憶上に格納しきれないような多数のオブジ
ェクトを扱う際に、これらのオブジェクトの一部を二次
記憶上に格納して、オブジェクトの主記憶・二次記憶間
の移動を仮想的に管理する方式に関する。
[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to an implementation method of object-oriented programming, and when handling a large number of objects that cannot be stored in main memory, This invention relates to a method for virtually managing the movement of objects between main memory and secondary memory by storing objects in secondary memory.

〔従来の技術〕[Conventional technology]

従来のオブジェクト指向プログラミングの実現方式にお
いては、オブジェクト(データと手続きの融合体)は主
記憶上に格納されるのが常であシ、従って格納できるオ
ブジェクトの数や太き“さは、主記憶の領域の大きさに
よって制限される。従って、主記憶の領域に格納し切れ
ないような大きなオブジェクトを扱う場合には、該オブ
ジェクトを二次記憶に格納しておいて必要部分を主記憶
上に展開する方式を採る必要がある。
In conventional object-oriented programming implementation methods, objects (combinations of data and procedures) are always stored in main memory, and therefore the number and thickness of objects that can be stored depend on main memory. Therefore, when handling large objects that cannot be stored in the main memory area, store the object in secondary memory and transfer the necessary parts to main memory. It is necessary to adopt a method of expansion.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

従来、このように1大きなオブジェクトを扱う場合には
、プログラミングに際して、対象のオブジェクトが主記
憶にあるか二次記憶にあるかを意識しなくてはならない
のでプログラミングが複雑になり、その作成が困難であ
ると言う問題点があった。
Conventionally, when handling a large object like this, you have to be aware of whether the target object is in main memory or secondary memory, which makes programming complicated and difficult to create. There was a problem with this.

本発明は、二次記憶上に格納したオブジェクトを、主記
憶上に格納したオブジェクトと同様に扱かうことにより
「オブジェクトの仮想化」を行なうとともに、二次記憶
上への掃き出しの際にLRU管理を行なうことによシ、
大規模なオブジェクト・システムへのアクセスを効率良
く行なうことの出来る方式を提供することを目的として
いる。
The present invention performs "object virtualization" by treating objects stored in secondary storage in the same way as objects stored in main storage, and also performs LRU management when flushing to secondary storage. To do this,
The purpose is to provide a method that can efficiently access large-scale object systems.

〔問題点を要訣するための手段〕[Means for summarizing the problem]

そしてこの目的は本発明によれば特許請求の範囲に記載
のとおシ、オブジェクト指向のプログラミング機能を備
えたデータ処理装置において、それぞれのオブジェクト
が主記憶上に存在するか二次記憶上に存在するかの別お
よびオブジェクトが存在する主記憶または二次記憶上の
アドレスを記憶する手段と、主記憶上に存在するオブジ
ェクトについて各オブジェクトごとのプログラムからの
アクセスの新旧の贋を記憶する手段とを設け、プログラ
ムからのオブジェクトへのアクセスに際し、該オブジェ
クトが二次記憶に格納されているためシステムがこれを
読み出して主記憶に格納しようとしたとき主記憶上に#
オブジェクトを収容すべき空領域が無い場合、現在主記
憶上に存在するオブジェクトの内プログラムからの最新
アクセスが最も古いものを二次記憶上に移送して、これ
により生じた空領域にプログラムがアクセスすべきオブ
ジェクトを格納することを特徴とする仮想化オブジェク
ト制御本式により達成される。
According to the present invention, this object is achieved by providing a data processing apparatus having an object-oriented programming function, in which each object exists in the main memory or in the secondary memory. means for storing an address in main memory or secondary memory where the object exists, and means for storing old and new accesses from a program for each object in the main memory. , when accessing an object from a program, since the object is stored in secondary memory, when the system attempts to read it and store it in main memory, # is stored in main memory.
If there is no free space to accommodate the object, the object currently in main memory that has been most recently accessed by the program is moved to secondary storage, and the program accesses the free space created by this. This is achieved by a virtualized object control method characterized by storing objects to be processed.

〔作 用〕[For production]

上述の方式において、オブジェクトが主記憶上に存在す
るか二次記憶上に存在するかの識別や、プログラムから
の最新アクセスが最(古くしかも主記憶上に存在するオ
ブジェクトの二次記憶への移送や、二次記憶からの必要
なオブジェクトの読み出しとこれの主記憶への格納およ
びこれらに関する必要な処理を総て、システム(データ
処理装置の制御プログラム)が行なうととくより、プロ
グラムは対象オブジェクトが主記憶に存在するのか二次
記憶に存在するのか等を一切考慮することなくアクセス
すれば良いから、プログラミングが容易に行なえる。
In the above-mentioned method, it is possible to identify whether an object exists in main memory or secondary memory, and to transfer an object that is most recently accessed from a program (oldest and existing in main memory) to secondary memory. In addition, the system (control program of the data processing device) performs all the necessary processing such as reading out the necessary object from secondary storage, storing it in the main memory, and all the necessary processing related to these. Programming can be easily performed because access can be made without considering whether the data exists in main memory or secondary memory.

〔実施例〕〔Example〕

以下、本発明の動作に関し、プログラム中で任意のオブ
ジェクトへのアクセス要求があった場合に、「システム
がいかにしてオブジェクトのデータを見つけて、プログ
ラムへ渡してやるか」、また[主記憶上の空きスペース
が小さくなった場合に、どのオブジェクトを二次記憶へ
搗き出すか」について実施例の図面に基づいて説明する
Regarding the operation of the present invention, when there is a request to access an arbitrary object in a program, ``how the system finds the object data and passes it to the program'' and ``how the system finds the data of the object and passes it to the program'' and ``Which object should be extracted to secondary storage when the free space becomes small?'' will be explained based on the drawings of the embodiment.

第1図は本発明の1実施例の動作を説明する図で、(a
)はオブジェクトが主記憶上にある場合、(b)はオブ
ジェクトが二次記憶にあるが、主記憶に空きスペースが
ある場合、(C)はオブジェクトが二次記憶にあシ主記
憶の空きスペースが無い場合を示しており、1は主記憶
のプログラム部、2は主記憶のデータ部、3はプログラ
ムジュール、4はオブジェクト管理テーブル、5I〜5
.ハそれぞれオブジェクト、6はLRU管理テーブル、
7は二次記憶、8はオブジェクト格納用のブロック、1
2は主記憶の空きスペースを表わしている。
FIG. 1 is a diagram explaining the operation of one embodiment of the present invention, (a
) is when the object is in main memory, (b) is when the object is in secondary memory but there is free space in main memory, and (C) is when the object is in secondary memory and there is free space in main memory. 1 indicates the program section of the main memory, 2 indicates the data section of the main memory, 3 indicates the program module, 4 indicates the object management table, and 5I to 5
.. C is an object, 6 is an LRU management table,
7 is secondary storage, 8 is a block for storing objects, 1
2 represents the free space in the main memory.

第1図(工)について説明すると、この場合は主記憶上
のオブジェクトを直接持って来れば良いのであるが、こ
れはプログラムからオブジェクト5朧に対するアクセス
要求が起きたとき、システムがオブジェクト管理テーブ
ル4を参照することによってオブジェクトが主記憶にあ
ることを知り、また、そのアドレスを得てアクセスして
いる。
To explain Fig. 1 (engineering), in this case, it is sufficient to directly bring the object in the main memory, but in this case, when a program requests access to object 5, the system uses object management table 4. By referring to , the object knows that it is in main memory, and also obtains its address and accesses it.

すなわち、上記オブジェクト管理テーブルには第2図に
示すようにOBJ情報9(オブジェクトの主記憶上のア
ドレス(G))、I O情報10(オブジェクトが主記
憶上にあるか否かの情報(H))および、BL情報11
(オブジェクトが二次記憶上に格納される場所のブロッ
ク番号(1))等が存在していて、上述の場合には、工
0情報10がT(オブジェクトが主記憶上にあることの
表示)となっており、OBJ情報9にオブジェクト5目
のデータ格納場所のアドレスが入っているのでこれによ
りオブジェク)5s(Os)のデータを得てプログラム
モジ為−ルへ渡す。このときオブジェクト名CIをL几
U管理テーブル6の左端へ最新アクセスオブジェクトと
して加える。
That is, as shown in FIG. 2, the object management table includes OBJ information 9 (address (G) of the object on the main memory) and IO information 10 (information indicating whether the object is on the main memory (H)). )) and BL information 11
(Block number (1) of the location where the object is stored on the secondary memory) etc. exists, and in the above case, the work 0 information 10 is T (indication that the object is on the main memory) Since the OBJ information 9 contains the address of the data storage location for object 5, the data for object 5s (Os) is obtained and passed to the program module. At this time, the object name CI is added to the left end of the L-U management table 6 as the latest accessed object.

第1図中の先付数字を伴う実線矢印はアクセスの経路を
示しており、丸内の数字はアクセスの時間的順序を表わ
している。そしてこれらは以降説明する第1図(b)お
よび(c)においても同様であり、更に、これらの図面
ではオブジェクトの移動を平行する2本の実線と矢印で
表示している。
The solid arrows with prefixed numbers in FIG. 1 indicate access routes, and the numbers in circles indicate the chronological order of access. The same applies to FIGS. 1(b) and 1(c) which will be described later, and furthermore, in these drawings, the movement of objects is indicated by two parallel solid lines and arrows.

次にオブジェクトが二次記憶上にあり、主記憶上の空き
領域が充分な場合について、第1図(b)を用いて説明
する。
Next, a case where the object is in the secondary storage and there is sufficient free space in the main storage will be explained using FIG. 1(b).

まず、システムがオブジェクト管理テーブル4を参照す
る。■この場合IC情報の値はNIL(オブジェクトが
主記憶上にないことを示す)なので、OBJ情報を見る
ことはせずに、BL情報を見る。BI、情報には、オブ
ジェクトOIのデータの二次記憶上での格納場所を表わ
すブロック番号が記述されているので、システムは二次
記憶から主記憶上へオブジェクトを読み込もうとする。
First, the system refers to the object management table 4. - In this case, the value of the IC information is NIL (indicating that the object is not in the main memory), so the BL information is looked at without looking at the OBJ information. Since the BI information describes the block number representing the storage location of the data of the object OI on the secondary storage, the system attempts to read the object from the secondary storage onto the main storage.

このとき読み込みの前に、主記憶上に空き領域が充分あ
るか否かを調べる。空き領域が充分ならば、BL情報に
よシニ次記憶のオブジェク)Osに相当する箇所から、
主記憶上へデータを読み込み、その先頭アドレスをオブ
ジェクト管理テーブル4のオブジェクト01のOBJ情
報の値として書き込む。(■、■)さらにオブジェクト
名OsをLRU管理テーブルDの左端へ最新アクセスオ
ブジェクトとして加える。最後にこのオブジェク)01
のデータをプログラムモジュール3に渡す。(■) 次にオブジェクトが、二次記憶上にあり、主記憶上の空
き領域が充分でない場合について、第1図(0)を用い
て説明する。
At this time, before reading, it is checked whether there is enough free space on the main memory. If there is enough free space, the BL information will be used to store objects in secondary storage from the location corresponding to Os.
The data is read into the main memory, and its start address is written as the value of the OBJ information of object 01 in the object management table 4. (■, ■) Furthermore, the object name Os is added to the left end of the LRU management table D as the latest access object. Finally this object)01
data is passed to program module 3. (■) Next, a case where the object is in the secondary storage and there is not enough free space in the main storage will be described using FIG. 1(0).

まず、システムがオブジェクト管理テーブル4を参照す
る。(■)この場合工0情報の値はNILなので、OB
J情報を見ることはせずに、BL情報によりオブジェク
ト01のデータの二次記憶上での格納場所を表わすブロ
ック番号を獲得する。次に主記憶上に空き領域が充分あ
るか否かを調べる。この場合、空き領域は充分ないので
、すぐには二次記憶からオブジェクトを読み込むことは
できない。従って、主記憶上に充分な空き領域ができる
まで、いくつかのオブジェクトを二次記憶上へ掃き出す
。この二次記憶へ掃キ出すオブジェクトの決定は、L 
RU (LeastRecently Used )管
理により行なう。即ち、システムはアクセスの新しいオ
ブジェクトを重要とみなし、アクセスの古いオブジェク
トは重要度が低く、未アクセスのオブジェクトは最も重
要度が低いとみなす。このLRU管理のために、LRU
管理テーブル6というキエーを用意する、このLRU管
理テーブル6には、主記憶上にある全てのオブジェクト
の名前を直線上に並べ、図中の右から左に向かうにつれ
てアクセスの新しいオブジェクトが並ぶように管理する
。従って、テーブルDの左端には最新のアクセスのオブ
ジェクト名が加えられ、右端の最も古いアクセスのオブ
ジェクトは二次記憶へ最初に掃き出されるオブジェクト
として選ばれる。このようにして、二次記憶へ掃き出す
オブジェクトが選ばれると、そのオブジェクトのデータ
を二次記憶へ掃き出す。この掃き出しのために、まず、
オブジェクト名によシ、オブジェクト管理テーブル4を
参照し、BL情報を見る。未だ一度も二次記憶へ掃き出
されていないオブジェクトの場合、BL情報の値はNI
Lなので未使用のブロックのブロック番号を選択してB
L情報の値とする。以前に、掃き出されたことのあるオ
ブジエリトは、前回のBL情報をそのまま用いる。
First, the system refers to the object management table 4. (■) In this case, the value of the work 0 information is NIL, so the OB
Without looking at the J information, the block number representing the storage location of the data of object 01 on the secondary storage is obtained from the BL information. Next, it is checked whether there is enough free space on the main memory. In this case, there is not enough free space, so the object cannot be read from secondary storage immediately. Therefore, some objects are flushed to secondary storage until there is enough free space on main storage. The determination of objects to be purged to secondary memory is determined by L
This is done through RU (Least Recently Used) management. That is, the system considers newly accessed objects as important, olderly accessed objects as less important, and unaccessed objects as the least important. For this LRU management, LRU
A key called management table 6 is prepared.In this LRU management table 6, the names of all objects in the main memory are arranged in a straight line, and objects that are newly accessed are arranged from right to left in the figure. to manage. Therefore, the object name of the latest access is added to the left end of table D, and the object of the oldest access at the right end is selected as the first object to be flushed to secondary storage. In this way, when an object to be flushed to the secondary memory is selected, the data of that object is flushed to the secondary memory. In order to clear this out, first,
Based on the object name, refer to the object management table 4 and view the BL information. For objects that have never been flushed to secondary memory, the BL information value is NI.
Since it is L, select the block number of an unused block and press B
This is the value of L information. For objects that have been swept out before, the previous BL information is used as is.

BL情報によジブロック番号が求まると、oBJ情報の
値から掃き出すオブジェクトのアドレスを求めて、その
データを二次記憶上の指定したブロックへ書き出すc、
(■、■) このオブジェクトの掃き出し操作を、主記憶上の空き領
域が充分になるまで繰シ返し、充分な空き領域ができた
らオブジェクト0.のBL情報のブロック番号に対応し
たブロックから主記憶上へデータを読み込む。(■、■
)この読み込んだオブジェクトのデータの先頭アドレス
をオブジェクト管理テーブル4のオブジェクトCIのO
BJ情報の値として書き込み、オブジェクト名C8をL
RU管理テーブル6の左端へ最新アクセスオブジェクト
として加える。最後にこのオブジェクトOXのデータを
プログラム・モジ為−ル3に渡す。(■) 本発明の応用例として、例えば知識表現システムへの適
用が考えられる。知識表現システムは、ある特定の対象
分野に関する知識を、各知識の断片を要素として各断片
および各断片の相互関係について計算機上に表現・利用
するものであるが、この知識の断片とオブジェクトを対
応づけて表現することができる。この場合、知識はオブ
ジェクトのネットワークとして表現されるが、大規模な
知識になれば、オブジェクトの全てを主記憶上に格納す
ることが困難になる。
When the diblock number is determined from the BL information, the address of the object to be flushed is determined from the value of the oBJ information, and the data is written to the specified block on the secondary storagec.
(■, ■) This object sweep operation is repeated until there is enough free space on the main memory, and when there is enough free space, object 0. Data is read into the main memory from the block corresponding to the block number of the BL information. (■,■
) The start address of the data of this read object is set to O of the object CI in the object management table 4.
Write the object name C8 as the value of BJ information and write it as the value of BJ information.
Add it to the left end of the RU management table 6 as the latest access object. Finally, the data of this object OX is passed to the program module 3. (■) As an application example of the present invention, for example, application to a knowledge representation system can be considered. A knowledge representation system is a system that expresses and utilizes knowledge related to a specific target field on a computer using each piece of knowledge as an element and the mutual relationships between each piece of knowledge. It can be expressed by adding In this case, knowledge is expressed as a network of objects, but if the knowledge becomes large-scale, it becomes difficult to store all of the objects in main memory.

このような場合には、本発明によシオブジエリトを仮想
化することが適切な方法となる。
In such a case, an appropriate method would be to virtualize the shiobjierito according to the present invention.

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

本発明は、オブジェクトを主記憶と二次記憶の両方に格
納する方式を採っているので大容量の格納域を確保出来
るから、大規模のオブジェクトシステムを取シ扱うこと
が可能であシ、またオブジェクトの二次記憶への掃き出
しをL凡U管理によっているので二次記憶へのアクセス
に係るオーバヘッドを低く押えることが出来る。
Since the present invention adopts a method of storing objects in both main memory and secondary memory, it is possible to secure a large storage area, so it is possible to handle large-scale object systems. Since objects are flushed out to the secondary storage using L/U management, the overhead associated with accessing the secondary storage can be kept low.

そして、プログラミングに際するオブジェクトへのアク
セス手続を、オブジェクトが主記憶上にあるか二次記憶
上にあるかを意識せずに行なえるので、プログラムの作
成が容易であるから効果は大きい。
Furthermore, since the procedure for accessing an object during programming can be performed without being aware of whether the object is in the main memory or the secondary memory, it is easy to create a program, which is highly effective.

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

第1図は本発明の1実施例の動作を説明する図、第2図
はオブジェクト管理テーブルを説明する図である。 1・・・・・・・・・プログラム部、2・・・・・・・
・・データ部、3・・・・・・プログラムモジエール、
4・・・・・・・・・オブジェクト管理テーブル、51
〜51・・・・・・・オブジェクト、6・・・・・・L
RU管理テーブル、7・・・−・・・・・・二次記憶、
8・・・・・・オブジェクト格納用のブロック、9・・
・・・・・・・OBJ情報、10・・・・・・・・・I
C情報、11・・・・・・・・・BL情報、12・・・
・・・空きスペース 店羽ワ ’−−゛;:”。
FIG. 1 is a diagram for explaining the operation of an embodiment of the present invention, and FIG. 2 is a diagram for explaining an object management table. 1・・・・・・・・・Program Department, 2・・・・・・・・・
...Data section, 3...Program module,
4......Object management table, 51
~51...Object, 6...L
RU management table, 7...--Secondary memory,
8...Block for storing objects, 9...
・・・・・・OBJ information, 10・・・・・・・・・I
C information, 11...BL information, 12...
...Empty space store feather'--゛;:”.

Claims (1)

【特許請求の範囲】[Claims] オブジェクト指向のプログラミング機能を備えたデータ
処理装置において、それぞれのオブジェクトが主記憶上
に存在するか二次記憶上に存在するかの別およびオブジ
ェクトが存在する主記憶または二次記憶上のアドレスを
記憶する手段と、主記憶上に存在するオブジェクトにつ
いて各オブジェクトごとのプログラムからのアクセスの
新旧の順を記憶する手段とを設け、プログラムからのオ
ブジェクトへのアクセスに際し、該オブジェクトが二次
記憶に格納されているためシステムがこれを読み出して
主記憶に格納しようとしたとき主記憶上に該オブジェク
トを収容すべき空領域が無い場合、現在主記憶上に存在
するオブジェクトの内プログラムからの最新アクセスが
最も古いものを二次記憶上に移送して、これにより生じ
た空領域にプログラムがアクセスすべきオブジェクトを
格納することを特徴とする仮想化オブジェクト制御方式
In a data processing device equipped with an object-oriented programming function, it stores whether each object exists in main memory or secondary memory and the address in main memory or secondary memory where the object exists. and a means for storing the order of latest and old access from the program for each object existing on the main memory, and when the object is accessed from the program, the object is stored in the secondary memory. Therefore, when the system attempts to read this object and store it in main memory, if there is no free space on main memory to accommodate the object, the most recently accessed object from the program among the objects currently existing in main memory will be A virtualized object control method characterized by moving old objects to secondary storage and storing objects to be accessed by a program in the resulting empty area.
JP59245726A 1984-11-20 1984-11-20 Virtualization object control method Expired - Lifetime JPH0656595B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59245726A JPH0656595B2 (en) 1984-11-20 1984-11-20 Virtualization object control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59245726A JPH0656595B2 (en) 1984-11-20 1984-11-20 Virtualization object control method

Publications (2)

Publication Number Publication Date
JPS61123953A true JPS61123953A (en) 1986-06-11
JPH0656595B2 JPH0656595B2 (en) 1994-07-27

Family

ID=17137886

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59245726A Expired - Lifetime JPH0656595B2 (en) 1984-11-20 1984-11-20 Virtualization object control method

Country Status (1)

Country Link
JP (1) JPH0656595B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5291593A (en) * 1990-10-24 1994-03-01 International Business Machines Corp. System for persistent and delayed allocation object reference in an object oriented environment
JPH10240768A (en) * 1997-02-21 1998-09-11 Nec Corp Method for retrieving data base system constituted of different program language

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5291593A (en) * 1990-10-24 1994-03-01 International Business Machines Corp. System for persistent and delayed allocation object reference in an object oriented environment
JPH10240768A (en) * 1997-02-21 1998-09-11 Nec Corp Method for retrieving data base system constituted of different program language

Also Published As

Publication number Publication date
JPH0656595B2 (en) 1994-07-27

Similar Documents

Publication Publication Date Title
US5420999A (en) Free memory cell management
US7340489B2 (en) Virtual storage devices
US6119208A (en) MVS device backup system for a data processor using a data storage subsystem snapshot copy capability
US7225210B2 (en) Block level data snapshot system and method
US5239643A (en) Method for reducing disk I/O accesses in a multi-processor clustered type data processing system
US7113945B1 (en) Virtual storage device that uses volatile memory
US4466059A (en) Method and apparatus for limiting data occupancy in a cache
JP3704573B2 (en) Cluster system
KR20060044631A (en) Communication-link-attached persistent memory system
JPH0261733A (en) Method of conducting access to page in storage space
JPS61112255A (en) Computer system
US5276878A (en) Method and system for task memory management in a multi-tasking data processing system
EP0319148B1 (en) Method of operating a multi-processor system for the transfer of data between processor units
US5758339A (en) Method of identifying shared and unshared information using system chapters, a sysplex chapter, a table of contents, and a header
JP4965456B2 (en) Method, system, and computer program for transferring data between system and storage in shared buffer (data transfer between system and shared buffer storage)
KR890017640A (en) File system
JPS61123953A (en) Virtual object control method
JPS634356A (en) Sharing processing system for disk cache sequential mode
JP2735400B2 (en) Asynchronous I / O control method
JP3060481B2 (en) Segment roll-in / roll-out method
JP4131579B2 (en) Data management system and data management method
JPH0682334B2 (en) Management processing device for management table
JPS6055854B2 (en) Data base storage area management control method
JPH01119839A (en) File constitution control system
JPH0465413B2 (en)