JPS59177664A - Compression processing system of shared library file - Google Patents

Compression processing system of shared library file

Info

Publication number
JPS59177664A
JPS59177664A JP58053109A JP5310983A JPS59177664A JP S59177664 A JPS59177664 A JP S59177664A JP 58053109 A JP58053109 A JP 58053109A JP 5310983 A JP5310983 A JP 5310983A JP S59177664 A JPS59177664 A JP S59177664A
Authority
JP
Japan
Prior art keywords
processing
compression
compression processing
request
resource management
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
JP58053109A
Other languages
Japanese (ja)
Inventor
Noriyuki Hiraizumi
平泉 典之
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 JP58053109A priority Critical patent/JPS59177664A/en
Publication of JPS59177664A publication Critical patent/JPS59177664A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To minimize the number of broken members for abnormality by declaring exclusively the compression of idle areas of a shared library file, which plural users use, in every processing unit in accordance with acceptance of a resource managing means to execute the compression at any time. CONSTITUTION:A read processing part 2 issues a request to a resource managing part 1; and if it is permitted, the part 2 reads data from a shared file 5. When update of the file is requested from an update processing part 4, this request is permitted if the read processing is not performed, and the update is executed; but if the read processing is performed, the update is held until the read processing is terminated. When a compression processing part 6 requests the compression processing to the resource managing part 1, exclusive use is declared in every processing unit of compression to compress idle areas on condition that this request is accepted, and thereafter, input/output requests are accepted. The compression processing is performed similarly for all processing units. Thus, the library file which is updated frequently and is shared is compressed at any time, and the number of members broken at an abnormal ternination time is reduced to a maximum of one member.

Description

【発明の詳細な説明】 〔発明の技術分野〕 本発明は、複数のユーザに共有使用される共有ライブラ
リ・ファイルの圧縮処理方式に関し、特に、ディレクト
リの更新を伴う処理を待たせろと共に、処理単位の移動
対象メンバに対してのみ入出力要求を待たせて圧縮処理
を行い、圧縮処理中も処理単位の移動対象メンバ以外の
メンバに対する読み出し専用の処理につき並列処理ケ可
能にした共有ライブラリ・ファイルの圧縮処理方式に関
するものである。
DETAILED DESCRIPTION OF THE INVENTION [Technical Field of the Invention] The present invention relates to a compression processing method for shared library files that are shared by multiple users. Compression processing is performed by making input/output requests wait only for members to be moved, and even during compression processing, parallel processing is possible for read-only processing for members other than the members to be moved in the processing unit. This relates to compression processing methods.

〔従来技術と問題点〕[Conventional technology and problems]

第1図はファイルのメンバ更新処理の例を説明する図、
第2図は従来の共有ファイルの管理方式を説明する図で
ある。第2図において、1は資源管理部、2と3は読み
出し処理、4は更新処理、5はファイルを示す。
FIG. 1 is a diagram explaining an example of file member update processing,
FIG. 2 is a diagram illustrating a conventional shared file management system. In FIG. 2, 1 is a resource management unit, 2 and 3 are read processing, 4 is an update process, and 5 is a file.

一般にO8(オペレーティング・システム)カ直接に読
み出し/書き込みできるファイルには。
Generally, files that can be directly read/written by O8 (operating system).

順編成ファイルと区分編成ファイルがある。そのうち区
分編成ファイルは、メンバと呼ばれ、互いに独立したい
くつかのデータ群を格納する部分と、ディレクトリと呼
はn、谷メンバに関する情報を持つ部分で構成されろ。
There are sequential files and partitioned files. Among them, the partitioned file is composed of a part called a member, which stores several mutually independent data groups, and a part called a directory, which has information about the valley members.

このような区分編成ファイルにおいて、新たにメンバを
追加する場合や従来あるメンバを更新するというような
場合には、その新たなメンバや更新後のメンバは最後の
メンバの次の空き領域に格納さ扛ろ。例えば第1図(4
)に示すように、メンバA、、B、Cが格納されたファ
イルにおいて、メンバAを更新する場合には、第1図(
B)に示すよりに、更新後のメンバAがメンバBの後に
追加さ扛る。このようにして更新された結果不要となっ
た更新前のメンバの領域、或いは・削除されたようなメ
ンバの領域は空き領域としてそのまま残る。そして、メ
ンバな追加することによってファイルがパンク状態にな
ったとき、それらの空き領域をつめる圧縮処理が行われ
る。圧縮処理が行わ扛ると、空@領域は全て後にまとめ
られるので、ファイルのバンク状態が解除される。
In such a partitioned file, when adding a new member or updating an existing member, the new member or updated member is stored in the free space following the last member. Take it away. For example, Figure 1 (4
), when updating member A in a file containing members A, , B, and C, update the member A as shown in Figure 1 (
As shown in B), updated member A is added after member B. Areas of members before update that are no longer needed as a result of updating in this way, or areas of members that have been deleted, remain as free areas. When a file becomes punctured due to the addition of members, compression processing is performed to fill up the free space. When the compression process is performed, all empty @ areas are grouped together later, so the bank state of the file is released.

ところで、ロード・モジュール拳ライブラリやプロ7ジ
ヤーライブラリ、CLi5t (コマンド・リスト)等
は、その性質上複数のユーザに共有使用されることが多
い。このようなライブラリ等が区分編成7アイルに入っ
ている共有ライブラリ・ファイルでは、従来は、排他で
そのファイルを獲得しなければ、圧縮処理が行えなかっ
た。そのため、ライブラリを読み出し処理で使用する他
のジョブまで止めてしまわなけ牡ばならなかった。例え
ば、第2図において、読み出し処理2が、資源管理部l
に要求をあげ、その許可を得てファイル5から読み出し
処理実行中、新たに読み出し処理3から要求があがった
場合には、資源管理部1は許可をする。つまり、読み出
し処理3を許しても読み出し処理2の結果に問題は生じ
々い。しかし、更新処理4から要求がめがった場合には
、これを許しファイル5の更新処理が実行されると読み
出し処理2の結果が保証さ扛なくなるので、資源管理部
1は読み出し処理2が終了するまで待たせろか、拒否す
る。同様に圧縮処理が実行さ扛ている間は、処理順序(
ディレクトリとメンバ)の違いはあっても、ディレクト
リの指すメンバの場所と実際のメンバが存在する場所が
異なるときがある。このようにディレクトリとメンバと
の対応がと牡ないとき他の処理要求(読み出しや書き込
与)の結果は保証できない。さらには、書き込みのとき
であnは、他のメンバの同番をこわしてしまうこともお
こり得る。
Incidentally, due to their nature, the load module library, professional 7jar library, CLi5t (command list), etc. are often shared and used by multiple users. In the past, compression processing could not be performed on a shared library file in which such libraries and the like were stored in the partitioned 7-isle unless the file was acquired exclusively. Therefore, we had to stop other jobs that used the library for read processing. For example, in FIG. 2, read processing 2 is executed by the resource management unit l.
If a new request is issued from the read processing 3 while the read processing from the file 5 is being executed after obtaining permission, the resource management unit 1 grants permission. In other words, even if readout process 3 is allowed, problems are unlikely to occur in the results of readout process 2. However, if the request from the update process 4 is rejected, if this is allowed and the update process for the file 5 is executed, the result of the read process 2 is no longer guaranteed, so the resource management unit 1 terminates the read process 2. Why don't you make me wait until I do? I refuse. Similarly, while the compression process is being executed, the processing order (
Even though there is a difference between directories and members, the location of the member pointed to by the directory may be different from the actual location of the member. In this way, when the correspondence between directories and members is inconsistent, the results of other processing requests (reading and writing) cannot be guaranteed. Furthermore, when writing, n may destroy the same number of another member.

以上述べたようなことから、従来は、ライブラリを読み
出しだけで使用する他のジョブまで止めてしまわなけ扛
ば、モジュールの入れ替えや更新に必要となる圧縮処理
が行えなかった。特に先に述べたようなライブラリ・フ
ァイルは読み出しだけの利用がほとんどであるにも拘ら
ず、ジョブを止める犠牲は大きい。このようなストップ
時間は、場合によっては、数分或いは数10分にもなろ
0〔発明の目的〕 本発明は、上記の考察に基づくものであって、圧縮処理
を実行中であっても、読み出し専用のライブラリの使用
は行えるようにした共有ライブラリ・ファイルの圧縮処
理方式を提供することを目的とするものである。
As described above, in the past, the compression process required for replacing or updating modules could not be performed unless other jobs that only used the library for reading were also stopped. In particular, even though library files such as those mentioned above are mostly used only for reading, the cost of stopping jobs is high. Such a stop time may be several minutes or even several tens of minutes depending on the case. [Object of the Invention] The present invention is based on the above consideration, and even during the compression process, The purpose of this invention is to provide a compression processing method for shared library files that allows the use of read-only libraries.

〔発明の構成〕[Structure of the invention]

そのために本発明の共有ライブラリ・ファイルの圧縮処
理方式は、圧縮処理手段と資源管理手段とを備え、デー
タ群からなる複数のメンノくと該メンバの情報をもつデ
ィレクトリで構成さ牡複数のユーザに共有使用される共
有ライブラリ・ファイルの空き領域を圧縮する処理を行
うようになった共有ライブラリ・ファイルの圧縮処理方
式であって、上記圧縮処理手段は、圧縮処理を行う際、
上記資源管理手段に要求を発行し、該要求が受は付けら
れたことを条件として圧縮を行う処理単位毎に、該当す
るメンバをさがし該当メンバにつき上記資源管理手段に
排他使用宣言をして空き領域を圧縮し、しかる後該当メ
ンバにつき上記資源管理手段に入出力要求を受は付ける
旨の宣言をする処理を行い、全メンバに対する圧縮処理
を行うように構成さ扛、上記資源管理手段は、上記要求
の発行により当該共有ライブラリ・ファイルが排他使用
さ扛ているか否かを調べ、排他使用されていないことを
条件に上記要求7受は付けて上記ディレクトリの更新を
伴う処理7待たせ、上記排他使用宣言により上記該当メ
ンバの入出力要求を待たせ、上記入出力要求を受は付け
る旨の宣言により上記該当メンバの参照要求7受は付は
可能にし、上記圧縮処理手段による圧縮処理が終了した
とき上記ブイレフ) IJO更2新を伴う処理を受は付
は可能にする処理を行うように構成されたことを特徴と
するものである。
To this end, the shared library file compression processing method of the present invention is provided with a compression processing means and a resource management means, and is composed of a plurality of members consisting of data groups and a directory containing information on the members. A compression processing method for a shared library file that performs a process of compressing the free space of a shared library file that is used in common, wherein the compression processing means, when performing the compression processing,
A request is issued to the resource management means, and on the condition that the request is accepted, for each processing unit that performs compression, the corresponding member is searched for, and exclusive use is declared to the resource management means for the relevant member to free up space. The resource management means is configured to compress the area, and then perform processing to declare that input/output requests will be accepted by the resource management means for the corresponding member, and perform compression processing for all members, and the resource management means: By issuing the above request, it is checked whether the shared library file is being used exclusively, and on the condition that it is not being used exclusively, the above request 7 is accepted and the above request is made to wait for process 7 that involves updating the directory. The exclusive use declaration makes the input/output request for the corresponding member wait, and the declaration that the input/output request will be accepted makes it possible to accept and accept the reference request 7 for the corresponding member, and the compression processing by the compression processing means ends. The present invention is characterized in that it is configured to perform a process that enables processing that involves an IJO update (see above).

〔発明の実施例〕[Embodiments of the invention]

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

第3図は本発明の1実施例構成を示す図、第4図は本発
明が適用される圧縮処理時のメンバの移動態様を説明す
る図、第5図は本発明の圧縮処理部および資源管理部に
よる処理を説明する図でるる。第3図において、1ない
し5は第2図に対応するものを示し、6は圧縮処理を示
す。
FIG. 3 is a diagram showing the configuration of one embodiment of the present invention, FIG. 4 is a diagram illustrating the movement of members during compression processing to which the present invention is applied, and FIG. 5 is a diagram showing the compression processing unit and resources of the present invention. This is a diagram explaining processing by the management unit. In FIG. 3, 1 to 5 indicate those corresponding to FIG. 2, and 6 indicates compression processing.

第3図において、資源管理部]、 i’i:、圧縮処理
6の要求を許可し、圧縮処理に入ったとき、例えは、A
DD、DEiTE、RENAME、C0PY、・・・・
・・・・・・・・・・・UPDATE等を禁止し、ファ
イル5のディレクトリの更新を伴う処理をウェイトさせ
ると共に、圧縮の処理単位にまたがるメンバの入出力要
求の拒否又は待ちを指示する。読み出し処理3の要求が
圧縮の処理単位Kまたがるメンバの入出力要求でめる例
であって、読み出し処理2の要求が圧縮処理単位にはま
たがらないメンバの入出力要求である例である。例えば
、ファイル5が第4図(5)に示すような状態にあって
圧縮処理を行うと、処理単位乞トランク単位とした場合
、初めはトランク1が処理単位であり、ここにまたがる
メンバはAとCであるから、資源管理部1はメンバAと
Cの入出力要求の拒否又は待ちを指示する。そしてトラ
ンク1について圧縮処理が行われると第4図(B)に示
す状態になる。従って次はトラック2をみると。
In FIG. 3, when the resource management unit], i'i:, permits the request for compression processing 6 and starts compression processing, for example, A
DD, DEiTE, RENAME, C0PY,...
. . . UPDATE, etc. are prohibited, processing that involves updating the directory of file 5 is made to wait, and input/output requests from members across compression processing units are rejected or instructed to wait. This is an example in which the request for read processing 3 is an input/output request from a member that spans compression processing units K, and the request for read processing 2 is an input/output request for a member that does not span compression processing units. For example, if file 5 is in the state shown in Figure 4 (5) and compression processing is performed, if the processing unit is trunk unit, trunk 1 is initially the processing unit, and the members that span this are A and A. and C, the resource management unit 1 instructs members A and C to reject or wait for their input/output requests. When compression processing is performed on trunk 1, the state shown in FIG. 4(B) is reached. Therefore, let's look at track 2 next.

メンバBが処理単位Kまたがるメンノくに該当すること
となるので、資源管理部1はメンバBの入出力要求の拒
否又は待ちを指示する。
Since member B falls under the category spanning processing unit K, the resource management unit 1 instructs member B to reject or wait for the input/output request.

本発明の圧縮処理部(圧縮処理6)と資源管理部1によ
る処理を第5図を参照しつつ説明するO■ 圧縮処理部
は、資源管理部に読み出し要求を行う。次に■の処理7
行9゜ ■′ 資源管理部は、排他使用さnているか否かをチェ
ックし、排他使用嘔nていると拒否し、そうでない場合
には受は付ける。受は付けた場合にはブイレフ) IJ
の更新を伴う処址欠拒否する〇 ■ 圧縮処理部は、■の要求が拒否(排他使用、すなわ
ち書き込み中でおる)さ扛たか否かを調べる。
Processing by the compression processing unit (compression processing 6) and resource management unit 1 of the present invention will be explained with reference to FIG. 5. O■ The compression processing unit issues a read request to the resource management unit. Next, process 7 of ■
Line 9゜■' The resource management unit checks whether exclusive use is being used, and if exclusive use is found, it is rejected, and if not, it is accepted. If the receiver is attached, it is Buileff) IJ
〇■ The compression processing unit checks whether the request in ■ has been rejected (exclusive use, that is, writing is in progress).

Yesの場合には終了とされ、No(D場合には■の処
理を行う。
If Yes, the process is terminated, and if No (D), process 2 is performed.

■ 圧縮処理部は、処理単位(例えばトラ7り)にまた
がるメンバをさがす。次に■の処理を行う。
■ The compression processing unit searches for members that span a processing unit (for example, a tiger). Next, perform the process (■).

■ 圧縮処理部は、資源管理部に■の処理によりでがし
た該当メンバを排他使用宣言する。次に■の処理を行う
0 ■′ 資源管理部は、圧縮処理部が排他使用宣言した該
当メンバの入出力要求の拒否又は待ちを指示する。
■ The compression processing unit declares to the resource management unit the exclusive use of the corresponding member obtained through the process of (■). Next, the process (2) is performed.0 (2)' The resource management unit instructs to reject or wait for the input/output request of the member whose exclusive use has been declared by the compression processing unit.

■ 圧縮処理部は、空き領域の圧縮を行う0次に■の処
理を行90 ■ 圧縮処理部は、資源管理部に■の処理で排他使用宣
言した該当メンノくの要求を受は付けろよう宣言する。
■ The compression processing unit performs the processing of ■ on the 0th order to compress the free area at line 90 ■ The compression processing unit declares to the resource management unit that it will accept requests from the corresponding men who have declared exclusive use in the processing of ■. do.

次に■の処理を行う。Next, perform the process (■).

にする。Make it.

■ 全メンバについて圧縮処理を行ったが否かを調べろ
■ Check whether compression processing has been performed on all members.

Yesの場合には■の処理を行い、Noの場合には■の
処理に戻る。
In the case of Yes, the process ``■'' is performed, and in the case of No, the process returns to the process ``■''.

■ 資源管理部でのブイレフlの更ν「乞許すようにす
るなどの終了処理を行う。
■ Renewal of Buileff in the Resource Management Department ``Carry out termination processing such as asking for forgiveness.

以上説明した処理において、例えは■の処理の処理単位
はレコードでもよい。また■ないし■の処理では、メン
バの開始TTRの小さい1−にメンバの排他使用官有を
行い、空きスペースをつめの圧縮処理を行うようにされ
、メンバの開始TTRが最も大きいメンバの移動が終了
したとき、■の処理を経て終了処理を行うようにされる
。しかし、必らずしもこの順序に従った処理を行わなく
ても、■ないし■の処理を処理単位毎に行って全メンバ
についての圧縮が行えるものであればよい。
In the processing described above, for example, the processing unit of the processing ① may be a record. In addition, in the process from ■ to ■, the member with the smallest starting TTR (1-) is given exclusive use and the free space is compressed, and the member with the largest starting TTR is moved. When the process is finished, the process of ``2'' is performed and then the termination process is performed. However, the processing does not necessarily have to be carried out in this order, as long as it is possible to compress all members by carrying out the processing of (1) to (3) for each processing unit.

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

以上の説明から明らかなように、本発明によれば、更新
が激しい、共有利用に供されるライブラリ・ファイルの
圧縮を随時行うことができ、また、処理単位毎に順次圧
縮処程を行うので、異常終了時に破壊されるメンバは最
大1トラック、1メンバでしかなく、バックアップ・フ
ァイルの容量も小さくてすみ、リカバリも迅速に行うこ
とができる。
As is clear from the above description, according to the present invention, library files that are frequently updated and are used for shared use can be compressed at any time, and the compression process is performed sequentially for each processing unit. At most, only one track and one member are destroyed in the event of abnormal termination, the capacity of the backup file can be small, and recovery can be performed quickly.

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

第1図はファイルのメンバ更新処理の例を説明する図、
第2図は従来の共有ファイルの管理方式を説明する図、
第3図は本発明の1実施例構成を示す図、第4図は本発
明が適用は詐る圧縮処理時のメンバの移動態様を説明す
る図、第5図は本発明の圧縮処理部および資源管理部に
よる処理を説明する図である。 1・・・資源管理部、2と3・・・読み出し処理、4・
・・更新処理、5・・・ファイル、6・・・初・き込み
処理、7・・・圧縮処理。
FIG. 1 is a diagram explaining an example of file member update processing,
Figure 2 is a diagram explaining the conventional shared file management method.
3 is a diagram showing the configuration of one embodiment of the present invention, FIG. 4 is a diagram illustrating the movement of members during compression processing to which the present invention is applied, and FIG. 5 is a diagram showing the compression processing section and It is a figure explaining the processing by a resource management part. 1... Resource management section, 2 and 3... Read processing, 4.
...Update processing, 5.File, 6.Initial loading processing, 7.Compression processing.

Claims (1)

【特許請求の範囲】[Claims] 圧縮処理手段と資源管理手段とを備え、データ群からな
る複数のメンバと該メンバの情報をもつディレクトリで
構成さ′n複数のユーザに共有使用される共有ライブラ
リーファイルの空き領域を圧縮する処理を行うように彦
った共有ライブラリ・ファイルの圧縮処理方式であって
、上記圧縮処理手段は、圧縮処理を行う際、上記資源管
理手段に要求を発行し、該要求が受は付けらnたことを
条件として圧縮を行う処理単位毎に、該当するメンパン
さがし該当メンバにつき上記資源管理手段に排他使用宣
言をして空き領域を圧縮し、しかる後該当メンバにつき
上記資源管理手段に入出力要求を受は付ける旨の宣言を
する処理を行い、全メンバに対する圧縮処理を行うよう
に構成され、上記資源管理手段は、上記要求の発行によ
り当該共有ライブラリ・ファイルが排他使用てれている
か否かを調べ、排他使用されていないことを条件に上記
要求を受は付けて上記ディレクトリの更新を伴う処理を
待たせ、上記排他使用宣言により上記該当メンバの入出
力要求を待たせ、上記入出力要求を受は付ける旨の宣言
により上記該当メンバの参照要求を受は付は可能にし、
上記圧縮処理手段による圧縮処理が終了したとき上記デ
ィレクト、すの更新を伴う処理2受は付は可能にする処
理を行うように樽成さ′nたことを特徴とする共有ライ
ブラリ・ファイルの圧縮処理方式。
A process for compressing the free space of a shared library file that is provided with a compression processing means and a resource management means, and is composed of a plurality of members consisting of data groups and a directory containing information on the members. In this shared library file compression processing method, the compression processing means issues a request to the resource management means when performing the compression processing, and the request is not accepted. For each processing unit that performs compression, search for the corresponding member, declare exclusive use to the resource management means for the corresponding member, compress the free space, and then issue an input/output request to the resource management means for the corresponding member. The resource management means is configured to perform processing to declare that the shared library file will be accepted, and perform compression processing for all members, and the resource management means determines whether or not the shared library file is being used exclusively by issuing the request. The above request is accepted on the condition that it is not being used exclusively, and the process that involves updating the directory is made to wait.The above exclusive use declaration makes the input/output request of the corresponding member wait, and the above input/output request is made to wait. By declaring that the reception will be accepted, the reception will be able to make reference requests for the above-mentioned member, and
Compression of a shared library file characterized in that when the compression processing by the compression processing means is completed, the processing that involves the updating of the directories is performed. Processing method.
JP58053109A 1983-03-29 1983-03-29 Compression processing system of shared library file Pending JPS59177664A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58053109A JPS59177664A (en) 1983-03-29 1983-03-29 Compression processing system of shared library file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58053109A JPS59177664A (en) 1983-03-29 1983-03-29 Compression processing system of shared library file

Publications (1)

Publication Number Publication Date
JPS59177664A true JPS59177664A (en) 1984-10-08

Family

ID=12933622

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58053109A Pending JPS59177664A (en) 1983-03-29 1983-03-29 Compression processing system of shared library file

Country Status (1)

Country Link
JP (1) JPS59177664A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6365544A (en) * 1986-09-05 1988-03-24 Fujitsu Ltd Data deleting system
JPH02118856A (en) * 1988-10-28 1990-05-07 Nec Corp File control system
JPH03160522A (en) * 1989-11-20 1991-07-10 Fujitsu Ltd Install system
JPH03266148A (en) * 1990-03-16 1991-11-27 Nec Corp File update system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6365544A (en) * 1986-09-05 1988-03-24 Fujitsu Ltd Data deleting system
JPH02118856A (en) * 1988-10-28 1990-05-07 Nec Corp File control system
JPH03160522A (en) * 1989-11-20 1991-07-10 Fujitsu Ltd Install system
JPH03266148A (en) * 1990-03-16 1991-11-27 Nec Corp File update system

Similar Documents

Publication Publication Date Title
US6341308B1 (en) Input/output device information management system for multi-computer system
US5553303A (en) Data processing system for dynamically switching access control process and for performing recovery process
KR20010103705A (en) Method and apparatus for concurrent dbms table operations
US20070050551A1 (en) Cache method and cache system for storing file's data in memory blocks divided from cache memory
JPH05128072A (en) Inter-system exclusive control system
US7032085B2 (en) Storage system with a data sort function
JPS59177664A (en) Compression processing system of shared library file
JP3378594B2 (en) Processing unit that performs database relocation
JPH0158533B2 (en)
JP2704028B2 (en) File area management method
JP2610926B2 (en) Transaction control method
JP3460265B2 (en) Data transfer method between computers
GB2328531A (en) Storing a long record in a set of shorter keyed records
JPH01112444A (en) Data access system
JPS62287359A (en) Control system for simultaneous file access in loosely coupled multi-processor system
JP2903605B2 (en) File area management processing method
JP2720775B2 (en) File parallel processing unit
JPH03116248A (en) Data maintenance system for data base
JPH07200378A (en) Library file management equipment
JPH0744426A (en) File management method for file system
JP2912102B2 (en) Memory management method
JP3087274B2 (en) File exclusion control system
JPS61194546A (en) Shared file control system
JPH04155548A (en) Log management and recovery processing system
JP3468531B2 (en) Database management device and record storage method thereof