JPH06110668A - Update processing system for load module library with generation - Google Patents

Update processing system for load module library with generation

Info

Publication number
JPH06110668A
JPH06110668A JP25611792A JP25611792A JPH06110668A JP H06110668 A JPH06110668 A JP H06110668A JP 25611792 A JP25611792 A JP 25611792A JP 25611792 A JP25611792 A JP 25611792A JP H06110668 A JPH06110668 A JP H06110668A
Authority
JP
Japan
Prior art keywords
generation
load module
level
module library
generations
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.)
Withdrawn
Application number
JP25611792A
Other languages
Japanese (ja)
Inventor
Hironaga Oshima
宏長 大島
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 JP25611792A priority Critical patent/JPH06110668A/en
Publication of JPH06110668A publication Critical patent/JPH06110668A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To improve the efficiency of program development by decreasing the work of generation erase and generation UP accompanied with the program development work concerning the update processing system for load module library with generation to manage and update the load modules of plural generations. CONSTITUTION:A generation managing table 18 of a load module library 16 with generation is provided with an area for storing setting information concerning the plural levels for one generation of the load module. An automatic generation switching mechanism 13 selects the reading request of the load module and the latest level among the generations and additionally prepares the latest level among the generations corresponding to the updating request. A use condition monitoring mechanism 14 manages the use conditions of load modules and when the plural levels exist in one generation, the information of the old level is erased on the condition that there is no user.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は,世代付きロードモジュ
ールライブラリ上でのプログラム開発効率を上げること
を可能とした世代付きロードモジュールライブラリの更
新処理システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a generation load module library update processing system capable of increasing the efficiency of program development on a generation load module library.

【0002】プログラムの活性保守を実現するために,
世代付きロードモジュールライブラリを用いて,ロード
モジュールの世代管理を行うことが,重要な技術として
考えられている。このような世代付きロードモジュール
ライブラリを使用したプログラム開発作業において,世
代管理の簡易化を図り,世代管理を意識せずに運用中の
ロードモジュールライブラリを更新することができるよ
うな技術が要望されている。
In order to realize active maintenance of programs,
It is considered to be an important technology to manage generations of load modules using a load module library with generations. In the program development work using such a load module library with generations, there is a demand for technology that can simplify generation management and update the load module library in operation without being aware of generation management. There is.

【0003】[0003]

【従来の技術】図9は従来技術の説明図である。ルート
ディレクトリ90は,上位ディレクトリ91等の管理情
報を持つ。ルートディレクトリ90および上位ディレク
トリ91は,配下で管理するファイルのボリューム上の
位置と,そのファイル名を対応づけるような管理情報を
持つファイルである。図9の例では,世代付きロードモ
ジュールライブラリ92が上位ディレクトリ91により
管理されている。
2. Description of the Related Art FIG. 9 is an explanatory diagram of a conventional technique. The root directory 90 has management information such as the upper directory 91. The root directory 90 and the upper directory 91 are files having management information for associating the file names with the positions on the volume of the files managed under it. In the example of FIG. 9, the load module library with generation 92 is managed by the upper directory 91.

【0004】世代付きロードモジュールライブラリ92
は,ロードモジュール全体の管理情報93と,各世代の
管理情報94m,94nを持つ。全体の管理情報93の
中には,各世代のデータの共用関連情報,各世代の属性
情報が格納されている。また,第m世代,第n世代の管
理情報94m,94nには,その世代を構成するブロッ
クがボリュームのどこに格納されているかの情報,およ
び世代に閉じた詳細情報(作成日時や更新日時)を格納
している。
Load module library with generation 92
Has management information 93 for the entire load module and management information 94m, 94n for each generation. In the overall management information 93, sharing related information of data of each generation and attribute information of each generation are stored. The management information 94m and 94n for the m-th generation and the n-th generation include information about where in the volume the blocks making up the generation are stored, and detailed information (creation date / time and update date / time) closed to the generation. Is stored.

【0005】B1〜B7は,各世代を構成するブロック
を表しており,この例では,第m世代のロードモジュー
ルは,ブロックB1〜B4で構成され,第n世代のロー
ドモジュールは,ブロックB4〜B7で構成されてい
る。なお,ブロックB4は,第m世代と第n世代とで共
用されている。
B1 to B7 represent blocks constituting each generation. In this example, the mth generation load module is composed of blocks B1 to B4, and the nth generation load module is composed of blocks B4 to B4. It is composed of B7. The block B4 is shared by the mth generation and the nth generation.

【0006】なお,このような世代付きロードモジュー
ルの参考文献としては,例えば特開平3−105619
号公報,特開平4−52826号公報がある。従来,世
代付きロードモジュールライブラリ92のロードモジュ
ールを更新すると,必ずその世代がUPし,不要となっ
た旧世代については,削除する操作が必要であった。
As a reference of such a load module with generation, for example, Japanese Patent Laid-Open No. 105619/1993
Japanese Patent Laid-Open No. 4-52826. Conventionally, when the load module of the load module library with generation 92 is updated, the generation is always updated, and it is necessary to delete the unnecessary old generation.

【0007】[0007]

【発明が解決しようとする課題】プログラム開発作業の
途中では,頻繁にモジュールの修正が行われる。各修正
ごとに世代を管理することは可能であるが,一つの世代
付きロードモジュールライブラリ92内に格納すること
のできる世代数にも上限があり,使用者は,不要な世代
を消しつつ世代UPを行う必要が生じる。そのため,開
発作業が煩雑になることがあり,また,現在の最新世代
が何世代であるかなどの世代の管理が大変であるという
問題があった。
[Problems to be Solved by the Invention] Modules are frequently modified during program development work. Although it is possible to manage the generations for each modification, there is an upper limit to the number of generations that can be stored in one load module library with generation 92, and the user can delete the unnecessary generations while raising the generation UP. Need to do. Therefore, there is a problem that the development work may be complicated, and management of generations such as how many generations the current latest generation is is difficult.

【0008】本発明は上記問題点の解決を図り,ロード
モジュールの使用要求に対しては,常に最新のロードモ
ジュールライブラリを選択するように制御を行い,世代
管理を意識せずに,運用中のロードモジュールライブラ
リを更新することができるプログラム開発環境を提供す
ることにより,プログラムの開発効率を向上させること
を目的とする。
The present invention solves the above-mentioned problems, and in response to a load module use request, control is performed so that the latest load module library is always selected. It aims to improve program development efficiency by providing a program development environment that can update the load module library.

【0009】[0009]

【課題を解決するための手段】図1は,本発明の原理説
明図である。図1において,10はCPUおよびメモリ
などからなる処理装置,11は実行するプログラムをロ
ーディングするプログラムローディング機構,12はロ
ードモジュールの世代を管理する処理機能を持つ世代管
理機構,13はユーザから指定された世代の中の最新レ
ベルを媒体上の世代内から選択する世代の自動切り換え
機構,14はロードモジュールの使用状況を監視する使
用状況監視機構,15はロードモジュールの使用状況に
関する情報を記憶する使用状況管理テーブル,16は世
代付きロードモジュールライブラリ,17は世代を管理
する全体の管理情報および各世代ごとの管理情報,18
は世代管理テーブル,19−1〜19−3は各世代のロ
ードモジュールを表す。
FIG. 1 is a diagram for explaining the principle of the present invention. In FIG. 1, 10 is a processing device including a CPU and memory, 11 is a program loading mechanism for loading a program to be executed, 12 is a generation management mechanism having a processing function for managing the generation of a load module, and 13 is designated by a user. Generation switching mechanism for selecting the latest level from among the generations on the medium, 14 is a usage status monitoring mechanism for monitoring the usage status of the load module, and 15 is a usage for storing information on the usage status of the load module. A status management table, 16 is a load module library with generations, 17 is overall management information for managing generations and management information for each generation, 18
Represents a generation management table, and 19-1 to 19-3 represent load modules of each generation.

【0010】世代付きロードモジュールライブラリ16
は,複数世代のロードモジュールの構成データとその管
理情報が格納されたファイルである。世代管理機構12
は,その世代付きロードモジュールライブラリ16の参
照および更新機能を提供するオペレーティング・システ
ムの処理手段である。プログラムローディング機構11
は,世代管理機構12に処理を依頼し,世代付きロード
モジュールライブラリ16から,実行するプログラムの
ロードモジュールをローディングする処理手段である。
Load module library with generation 16
Is a file that stores the configuration data of multiple generations of load modules and their management information. Generation Management Organization 12
Is a processing means of the operating system that provides a reference and update function for the load module library with generation 16. Program loading mechanism 11
Is a processing unit that requests the generation management mechanism 12 to perform processing and loads the load module of the program to be executed from the load module library with generation 16.

【0011】本発明では,世代付きロードモジュールラ
イブラリ16の管理情報17中に,ロードモジュールの
1つの世代に対し複数のレベルに関する設定情報を記憶
する領域を持つ世代管理テーブル18を持つことによ
り,1の世代(版)に対して,複数のレベルを設けるこ
とができるようにしている。
According to the present invention, the management information 17 of the loadable module library with generation 16 has a generation management table 18 having an area for storing setting information regarding a plurality of levels for one generation of the load module. Multiple levels can be set for each generation.

【0012】世代管理機構12は,プログラムローディ
ング機構11によるプログラム実行のためのロードモジ
ュールの読み出し要求に対し,指定世代の最新レベルを
選択し,かつロードモジュールの更新要求に対して,指
定世代の最新レベルを追加作成する世代の自動切り換え
機構13を持つ。また,使用状況管理テーブル15によ
って,ロードモジュールの使用状況を管理し,1つの世
代に複数レベルが存在するときに,旧レベルの情報を使
用者がいないことを条件として削除する使用状況監視機
構14を持つ。
The generation management mechanism 12 selects the latest level of the designated generation for the read request of the load module for program execution by the program loading mechanism 11, and the latest level of the designated generation for the update request of the load module. It has a generation automatic switching mechanism 13 for additionally creating a level. Further, the usage status management table 15 manages the usage status of the load module, and deletes the information of the old level on condition that there is no user when there are multiple levels in one generation. have.

【0013】[0013]

【作用】本発明は,システム中に世代内のレベルを選択
する世代の自動切り換え機構13と,ロードモジュール
の使用状況監視機構14とを設け,また世代付きロード
モジュールライブラリ16の一つの世代に,複数レベル
を管理する構造を持たせる。これにより,実行中世代の
ロードモジュールを更新することを可能とし,プログラ
ムの実行要求に対しては,常に最新の更新されたロード
モジュールを使用する機構を実現する。こうすることに
よって,プログラムの開発作業に伴う世代の削除が不要
になり,世代UPの作業量が減少するので,プログラム
の開発効率が向上することになる。
According to the present invention, an automatic generation switching mechanism 13 for selecting a level within a generation and a load module usage status monitoring mechanism 14 are provided in the system, and one generation of the load module library with generation 16 is provided. Have a structure that manages multiple levels. This makes it possible to update the load module of the generation under execution, and realizes a mechanism that always uses the latest updated load module for a program execution request. By doing so, it is not necessary to delete the generations associated with the program development work, and the work amount of the generation UP is reduced, so that the program development efficiency is improved.

【0014】[0014]

【実施例】図2は,本発明の実施例に係る世代管理テー
ブルの構成例を示す。世代付きロードモジュールライブ
ラリ16の管理情報17は,図2に示すようなデータ構
造で管理される。ルートの制御表20から,世代管理テ
ーブルメタ21がポインタされる。世代管理テーブルメ
タ21は,最小世代・最小レベルの世代管理テーブル1
8へのポインタ情報と,最大世代・最大レベルの世代管
理テーブル18−2へのポインタ情報を持つ。各世代管
理テーブル18,18−1,…は,相互のポインタによ
って連鎖される。
[Embodiment] FIG. 2 shows a configuration example of a generation management table according to an embodiment of the present invention. The management information 17 of the load module library with generation 16 is managed by the data structure as shown in FIG. The generation management table meta 21 is pointed to from the root control table 20. The generation management table meta 21 is the minimum generation / minimum level generation management table 1
8 and pointer information to the maximum generation / maximum level generation management table 18-2. The generation management tables 18, 18-1, ... Are linked by mutual pointers.

【0015】世代管理テーブル18は,世代番号および
レベル番号のフィールドと,世代の属性に関するフィー
ルドと,前の世代番号/レベル番号の世代管理テーブル
へのポインタのフィールドと,後の世代番号/レベル番
号の世代管理テーブルへのポインタのフィールドと,デ
ータの継承元世代/レベルへのポインタのフィールド
と,世代/レベルの構成データテーブルへのポインタの
フィールドなどからなる。データの継承元世代へのポイ
ンタおよび世代の構成データテーブルへのポインタは,
世代間およびレベル間のデータの共用関係を管理するた
めの情報である。
The generation management table 18 includes fields of generation number and level number, fields related to generation attributes, pointer fields to generation management table of previous generation number / level number, and subsequent generation number / level number. Of the generation management table, a field of a pointer to the data inheritance source generation / level, a field of a pointer to the generation / level configuration data table, and the like. The pointer to the data inheritance generation and the pointer to the generation configuration data table are
This is information for managing the sharing relationship of data between generations and levels.

【0016】本実施例では,世代番号を4桁の数字で管
理する。さらに各世代に1桁のレベル番号を追加し,5
桁の数字で世代とレベルとを管理する。世代付きロード
モジュールライブラリのデータを差分管理する場合に
は,世代番号とレベル番号とを並べた5桁の数字を,従
来の世代番号と同様に扱う。すなわち,従来,世代管理
テーブル18を,各世代ごとに設けていたのに対し,本
実施例では,世代管理テーブル18を,各世代の各レベ
ルごとに設けて,従来と同様に管理する。
In this embodiment, the generation number is managed by a 4-digit number. Furthermore, a 1-digit level number is added to each generation, and 5
Manage generations and levels with digit numbers. When differentially managing the data of the load module library with generations, a 5-digit number in which a generation number and a level number are arranged is treated in the same manner as a conventional generation number. That is, conventionally, the generation management table 18 is provided for each generation, but in the present embodiment, the generation management table 18 is provided for each level of each generation and is managed in the same manner as in the past.

【0017】次に,図3ないし図5に従って,本発明の
実施例による動作を説明する。以下の説明における〜
は,図3ないし図5に示す〜に対応している。 図3に示すように,ユーザaからプログラム実行要
求があると,プログラムローディング機構11が起動さ
れ,プログラムローディング機構11は,世代管理機構
12に対し,ロードモジュールの読み出しを依頼する。
Next, the operation of the embodiment of the present invention will be described with reference to FIGS. In the explanation below
Corresponds to ~ shown in Figs. As shown in FIG. 3, when there is a program execution request from the user a, the program loading mechanism 11 is activated, and the program loading mechanism 11 requests the generation management mechanism 12 to read the load module.

【0018】 世代管理機構12は,プログラムロー
ディング機構11からの依頼に対し,世代の自動切り換
え機構13により,最新世代の最新レベルを選択する。
この例では,3世代1レベルが最新世代の最新レベルで
ある。ユーザが明示的に世代を指定しない場合には,デ
ィフォルトとして最新世代が指定されたものとして扱
う。
In response to a request from the program loading mechanism 11, the generation management mechanism 12 uses the automatic generation switching mechanism 13 to select the latest level of the latest generation.
In this example, the 3rd generation 1st level is the latest level of the latest generation. If the user does not explicitly specify a generation, the latest generation is treated as the default.

【0019】 使用状況監視機構14は,世代の自動
切り換え機構13からの通知を受けて,使用状況管理テ
ーブル15に,ユーザaが3世代1レベルを実行するこ
とを記録する。使用状況管理テーブル15は,使用者,
使用世代,用途に関する設定フィールドを持つ。
Upon receiving the notification from the automatic generation switching mechanism 13, the usage monitoring mechanism 14 records in the usage management table 15 that the user a executes 3 generation 1 level. The usage status management table 15 is
It has setting fields related to usage generation and usage.

【0020】 次に,図4の(イ)に示すように,ユ
ーザbからプログラムの更新要求があったとする。 世代の自動切り換え機構13は,プログラムの更新
要求に対し,最新世代の最新レベルを追加作成し割り当
てる。3世代2レベルが自動生成されることになる。
Next, as shown in FIG. 4A, it is assumed that the user b makes a program update request. The automatic generation switching mechanism 13 additionally creates and allocates the latest level of the latest generation in response to a program update request. Three generations and two levels will be automatically generated.

【0021】 3世代2レベルの更新処理が終了した
後に,図4の(ロ)に示すように,ユーザcからプログ
ラム実行要求があったとする。 世代の自動切り換え機構13は,最新世代の最新レ
ベルを選択するので,3世代2レベルのロードモジュー
ルを選択し,その読み出し処理を実行する。それを使用
状況監視機構14に通知し,使用状況監視機構14は,
ユーザcが3世代2レベルを実行することを使用状況管
理テーブル15に記録する。
It is assumed that, after the third generation, second level update process is completed, as shown in FIG. 4B, the user c issues a program execution request. Since the automatic generation switching mechanism 13 selects the latest level of the latest generation, it selects the load module of the 3rd generation and the 2nd level, and executes its read processing. The usage status monitoring mechanism 14 is notified of this, and the usage status monitoring mechanism 14
The fact that the user c executes the 3rd generation 2nd level is recorded in the usage status management table 15.

【0022】 図5に示すように,ユーザaの実行が
終了し,3世代1レベルの使用者がいなくなったとす
る。 使用状況監視機構14は,使用状況管理テーブル1
5を調べ,3世代1レベルに使用者がいなくなったこと
を検出すると,世代付きロードモジュールライブラリ1
6における3世代1レベルのデータを削除する。
As shown in FIG. 5, it is assumed that the execution of the user a is completed and there are no users of the third generation and the first level. The usage status monitoring mechanism 14 uses the usage status management table 1
When 5 is detected and it is detected that there are no users at the 3rd generation 1st level, the load module library with generation 1
Delete the 3rd generation 1st level data in 6.

【0023】以上のように,世代内に新しいレベルが作
成された場合,使用状況監視機構14は,使用状況を監
視することにより,使用者のいない古いレベルを自動的
に削除することにより,媒体上のデータ量が不当に多く
なるのを防ぐ。
As described above, when a new level is created in a generation, the usage status monitoring mechanism 14 monitors the usage status and automatically deletes the old level with no user, thereby Prevent the above data volume from unduly increasing.

【0024】ところで,ロードモジュールの実行および
更新の場合には,以下の排他制御が行われる。 (1) 世代付きロードモジュールライブラリのファイル名
に対する排他獲得処理。
By the way, in the case of executing and updating the load module, the following exclusive control is performed. (1) Exclusive acquisition processing for the file name of the load module library with generations.

【0025】(2) 世代付きロードモジュールライブラリ
の世代に対する排他獲得処理。 (3) 世代付きロードモジュールライブラリの指定世代の
実行・更新処理。 (4) 世代付きロードモジュールライブラリの世代に対す
る排他開放処理。
(2) Exclusive acquisition processing for the generation of the load module library with generation. (3) Execution / update processing of the specified generation of the load module library with generations. (4) Exclusive release processing for the generation of the load module library with generations.

【0026】(5) 世代付きロードモジュールライブラリ
のファイル名に対する排他開放処理。 本発明では,上記(2) の処理において,実行のための世
代の選択処理,または更新のための世代の選択処理が行
われる。また,上記(4) の処理において,実行終了のた
めの制御表の開放処理,または更新終了のための制御表
の開放処理が行われる。以下に,その処理の流れを説明
する。
(5) Exclusive release processing for the file name of the load module library with generation. According to the present invention, in the above process (2), a generation selection process for execution or a generation selection process for update is performed. Further, in the processing of (4) above, the control table releasing process for ending the execution or the control table releasing process for ending the update is performed. The process flow will be described below.

【0027】図6の(イ)は,実行のための世代の選択
処理フローを示す図である。図6中の(a) 〜(g) は世代
の自動切り換え機構13が実行する処理であり,(h) は
使用状況監視機構14が実行する処理である。
FIG. 6A is a diagram showing a processing flow for selecting a generation for execution. 6A to 6G are processes executed by the automatic generation switching mechanism 13, and FIG. 6H is a process executed by the usage status monitoring mechanism 14.

【0028】(a) 図2に示すルートの制御表20から,
世代管理テーブルメタ21を取り出す。 (b) 世代管理テーブルメタ21から,最小世代/最小レ
ベルの世代管理テーブル18へのポインタを取り出す。
(A) From the route control table 20 shown in FIG.
The generation management table meta 21 is taken out. (b) The pointer to the generation management table 18 of the minimum generation / minimum level is extracted from the generation management table meta 21.

【0029】(c) 世代管理テーブル18に対する以下の
処理を,小さい順に最大世代の最大レベルまで繰り返
す。 (d) 世代管理テーブル18内の世代番号をチェックし,
ユーザ指定世代かどうかを判定する。ユーザ指定世代で
ない場合,処理(c) により,次の世代管理テーブルを検
索する。
(C) The following processing for the generation management table 18 is repeated in ascending order up to the maximum level of the maximum generation. (d) Check the generation number in the generation management table 18,
Determine if it is a user-specified generation. If it is not the user-specified generation, the next generation management table is searched by process (c).

【0030】(e) 〜(g) ユーザ指定世代内で,レベルの
最大から最小まで,順次,使用状況管理テーブル15の
用途を検査し,更新中でない最新レベルを選び出す。 (h) 使用状況管理テーブル15に,『使用世代』,『使
用者』,『用途(実行)』を記録する。
(E) to (g) Within the user-specified generation, the usage of the usage status management table 15 is sequentially examined from the maximum level to the minimum level, and the latest level that is not being updated is selected. (h) “Usage generation”, “user”, and “use (execution)” are recorded in the usage status management table 15.

【0031】(i) 選択した世代,レベルの情報を呼び出
し元へ返却し,処理を終了する。 図6の(ロ)は,モジュール実行終了の際における使用
状況監視機構14による制御表開放処理を示している。
(I) Information on the selected generation and level is returned to the calling source, and the processing ends. FIG. 6B shows the control table release processing by the usage status monitoring mechanism 14 when the module execution is completed.

【0032】プログラムの実行が終了したならば,使用
状況監視機構14は,使用状況管理テーブル15から,
『使用世代』,『使用者』,『用途(実行)』の記録を
削除する。
When the execution of the program is completed, the usage status monitoring mechanism 14 uses the usage status management table 15
Delete the records of "generation of use", "user", and "use (execution)".

【0033】図7の(イ)は,更新のための世代の選択
処理フローを示す図である。図5中の(a) 〜(e) が世代
の自動切り換え機構13が実行する処理であり,(h) は
使用状況監視機構14が実行する処理である。また,
(f) および(g) については,ロードモジュールを作成す
るリンカと呼ばれる結合編集プログラム(図示省略)の
延長で実行される。
FIG. 7A is a diagram showing a flow of generation selection processing for updating. 5A to 5E are processes executed by the automatic generation switching mechanism 13, and FIG. 5H is a process executed by the usage status monitoring mechanism 14. Also,
(f) and (g) are executed as an extension of a combined editing program (not shown) called a linker that creates a load module.

【0034】(a) 図2に示すルートの制御表20から,
世代管理テーブルメタ21を取り出す。 (b) 世代管理テーブルメタ21から,最小世代/最小レ
ベルの世代管理テーブル18へのポインタを取り出す。
(A) From the route control table 20 shown in FIG.
The generation management table meta 21 is taken out. (b) The pointer to the generation management table 18 of the minimum generation / minimum level is extracted from the generation management table meta 21.

【0035】(c) 世代管理テーブル18に対する以下の
処理を,小さい順に最大世代の最大レベルまで繰り返
す。 (d) 世代管理テーブル18内の世代番号をチェックし,
ユーザ指定世代かどうかを判定する。ユーザ指定世代で
ない場合,処理(c) により,次の世代管理テーブルを検
索する。
(C) The following processing for the generation management table 18 is repeated in ascending order up to the maximum level of the maximum generation. (d) Check the generation number in the generation management table 18,
Determine if it is a user-specified generation. If it is not the user-specified generation, the next generation management table is searched by process (c).

【0036】(e) ユーザ指定世代内での最大レベルのも
のを取り出す。 (f) レベルを一つ上げ,新規レベルを作成する。 (g) 作成した新規レベルを対象としてリンク処理を実施
する。
(E) The maximum level in the user-specified generation is extracted. (f) Raise one level and create a new level. (g) Perform link processing for the created new level.

【0037】(h) 使用状況管理テーブル15に,『使用
世代』,『使用者』,『用途(更新)』を記録する。 図7の(ロ)は,モジュール更新終了の際における使用
状況監視機構14による制御表開放処理を示している。
(H) In the usage status management table 15, "use generation", "user", and "use (update)" are recorded. FIG. 7B shows the control table release processing by the usage status monitoring mechanism 14 when the module update is completed.

【0038】プログラムの更新が終了したならば,使用
状況監視機構14は,使用状況管理テーブル15から,
『使用世代』,『使用者』,『用途(更新)』の記録を
削除する。
When the update of the program is completed, the usage status monitoring mechanism 14 determines from the usage status management table 15
Delete the records of "generation of use", "user", and "use (update)".

【0039】図8は,使用状況監視機構14による不要
レベルの削除処理フローを示している。使用状況監視機
構14による以下の処理は,パトロール機能として動作
し,例えば特定のライブラリの世代に対して,世代管理
機構12へ何らの処理要求が入ってきたときに,その世
代に対して実施される。
FIG. 8 shows an unnecessary level deletion processing flow by the usage status monitoring mechanism 14. The following processing by the usage status monitoring mechanism 14 operates as a patrol function, and is executed for a generation of a specific library, for example, when any processing request enters the generation management mechanism 12. It

【0040】(a) 指定世代内の最も新しいレベルを除い
た(最大レベル−1)レベルから最小レベルまで,以下
の処理を行う。 (b) 使用状況管理テーブル15の使用者フィールドを検
査し,該当する使用世代(レベル番号を含む)の使用者
がいるかどうかを調べる。
(A) The following processing is performed from the (maximum level-1) level to the minimum level excluding the newest level in the designated generation. (b) Check the user field of the usage status management table 15 to see if there is a user of the corresponding usage generation (including the level number).

【0041】(c) 使用者がいれば,次の処理(d) をスキ
ップする。 (d) 使用者がいなければ,その世代のそのレベルのロー
ドモジュールを削除する。
(C) If there is a user, skip the next process (d). (d) If there is no user, delete that level's load module for that generation.

【0042】(e) 最小レベルについての処理が終了する
まで,処理(a) へ戻って,処理を繰り返す。 なお,以上のような世代内のレベル制御は,システムオ
プションまたはロードモジュールライブラリごとのオプ
ションとして選択可能とし,従来技術による制御を行う
か,本発明による制御を行うかを,ユーザが任意に選択
できるようにしておくとさらに有用である。
(E) The process is repeated by returning to the process (a) until the process for the minimum level is completed. The level control within the generation as described above can be selected as a system option or an option for each load module library, and the user can arbitrarily select whether to perform the control according to the conventional technique or the control according to the present invention. It is even more useful to do so.

【0043】[0043]

【発明の効果】以上説明したように,本発明によれば,
世代UPをせずに,運用中のロードモジュールを修正す
ることができるので,古い版の削除操作や世代を意識し
た管理が不要となり,プログラム開発の効率化を図るこ
とができる。
As described above, according to the present invention,
Since the load module in operation can be modified without performing generation UP, it is not necessary to delete an old version or manage generations, and the efficiency of program development can be improved.

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

【図1】本発明の原理説明図である。FIG. 1 is a diagram illustrating the principle of the present invention.

【図2】本発明の実施例に係る世代管理テーブルの構成
例を示す図である。
FIG. 2 is a diagram showing a configuration example of a generation management table according to the embodiment of the present invention.

【図3】本発明の実施例説明図である。FIG. 3 is an explanatory view of an embodiment of the present invention.

【図4】本発明の実施例説明図である。FIG. 4 is an explanatory diagram of an embodiment of the present invention.

【図5】本発明の実施例説明図である。FIG. 5 is an explanatory view of an embodiment of the present invention.

【図6】本発明の実施例に係る実行のための世代の選択
処理フローを示す図である。
FIG. 6 is a diagram showing a flow of generation selection processing for execution according to the embodiment of the present invention.

【図7】本発明の実施例に係る更新のための世代の選択
処理フローを示す図である。
FIG. 7 is a diagram showing a flow of generation selection processing for updating according to the embodiment of the present invention.

【図8】本発明の実施例に係る不要レベルの削除処理フ
ローを示す図である。
FIG. 8 is a diagram showing an unnecessary level deletion processing flow according to the embodiment of the present invention.

【図9】従来技術の説明図である。FIG. 9 is an explanatory diagram of a conventional technique.

【符号の説明】[Explanation of symbols]

10 処理装置 11 プログラムローディング機構 12 世代管理機構 13 世代の自動切り換え機構 14 使用状況監視機構 15 使用状況管理テーブル 16 世代付きロードモジュールライブラリ 17 管理情報 18 世代管理テーブル 19−1〜19−3 ロードモジュール 10 Processor 11 Program Loading Mechanism 12 Generation Management Mechanism 13 Generation Automatic Switching Mechanism 14 Usage Monitoring Mechanism 15 Usage Status Management Table 16 Generation Module with Load Module 17 Management Information 18 Generation Management Table 19-1 to 19-3 Load Module

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 複数世代のロードモジュールの構成デー
タとその管理情報が格納された世代付きロードモジュー
ルライブラリ(16)と,その世代付きロードモジュールラ
イブラリ(16)の参照および更新を行う世代管理機構(12)
と,その世代管理機構(12)に処理を依頼し,前記世代付
きロードモジュールライブラリ(16)からプログラムをロ
ーディングするプログラムローディング機構(11)とを備
えたデータ処理システムにおいて,前記世代付きロード
モジュールライブラリ(16)の管理情報中に,ロードモジ
ュールの1つの世代に対し複数のレベルに関する設定情
報を記憶する領域を持つ世代管理テーブル(18)を備え,
前記世代管理機構(12)は,前記プログラムローディング
機構(11)によるロードモジュールの読み出し要求に対
し,指定世代の最新レベルを選択し,かつロードモジュ
ールの更新要求に対して,指定世代の最新レベルを追加
作成する世代の自動切り換え機構(13)と,ロードモジュ
ールの使用状況を管理し,1つの世代に複数レベルが存
在するときに,旧レベルの情報を使用者がいないことを
条件として削除する使用状況監視機構(14)とを備えたこ
とを特徴とする世代付きロードモジュールライブラリの
更新処理システム。
1. A generation-equipped load module library (16) storing configuration data of load modules of a plurality of generations and management information thereof, and a generation management mechanism for referring to and updating the generation-equipped load module library (16) 12)
And a program loading mechanism (11) for requesting processing to the generation management mechanism (12) and loading a program from the load module library with generation (16), the load module library with generation In the management information of (16), a generation management table (18) having an area for storing setting information about multiple levels for one generation of the load module is provided.
The generation management mechanism (12) selects the latest level of the specified generation in response to the read request of the load module by the program loading mechanism (11), and selects the latest level of the specified generation in response to the update request of the load module. Use to automatically create a new generation switching mechanism (13) and manage the usage status of load modules, and delete the previous level information if there are no users when multiple levels exist in one generation. An update processing system for a load module library with generation, which is provided with a status monitoring mechanism (14).
JP25611792A 1992-09-25 1992-09-25 Update processing system for load module library with generation Withdrawn JPH06110668A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25611792A JPH06110668A (en) 1992-09-25 1992-09-25 Update processing system for load module library with generation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25611792A JPH06110668A (en) 1992-09-25 1992-09-25 Update processing system for load module library with generation

Publications (1)

Publication Number Publication Date
JPH06110668A true JPH06110668A (en) 1994-04-22

Family

ID=17288137

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25611792A Withdrawn JPH06110668A (en) 1992-09-25 1992-09-25 Update processing system for load module library with generation

Country Status (1)

Country Link
JP (1) JPH06110668A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011104825A1 (en) * 2010-02-23 2011-09-01 富士通株式会社 Update method, update device, and update program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011104825A1 (en) * 2010-02-23 2011-09-01 富士通株式会社 Update method, update device, and update program
JPWO2011104825A1 (en) * 2010-02-23 2013-06-17 富士通株式会社 Update method, update device, and update program

Similar Documents

Publication Publication Date Title
JP3526595B2 (en) Information management mechanism
JP3448068B2 (en) Data processing system and storage management method
JP2645430B2 (en) Data processing system for automatically customizing the user interface
CN101443761A (en) QOS-enabled lifecycle management for file systems
JP2004538557A (en) Systems and methods for monitoring computer applications and resource utilization
JPH03180941A (en) Method for controlling space of external storage device group
JPH04165541A (en) File rearranging method
JP3727076B2 (en) Program management method and apparatus
CN110427258B (en) Resource scheduling control method and device based on cloud platform
JPH0696025A (en) System and method for controlling data memory
CN107480281B (en) Method for constructing unified view among heterogeneous file systems
CN1983270A (en) Database schema for content managed data and its setting method and sytem
JPH06110668A (en) Update processing system for load module library with generation
US8805897B2 (en) Method and system for storage
JPH01204163A (en) File controller
US10735504B2 (en) System and method for distributed workbook storage
JP2763323B2 (en) Data processing device
JPH0447366A (en) Document retrieving method
JP3061385B2 (en) Data management device and data management method
JPH04369052A (en) Magnetic disk utilization managing system
Hess et al. The design and evolution of Jefferson lab's Jasmine mass storage system
JPS6225345A (en) Multivolume control processing system
JPH0785079A (en) Device for managing information file
JP2000267912A (en) File management device and recording medium
JPH04222050A (en) Processor for supporting decision of document discard

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19991130