JPH05158701A - High speed loading system for load module - Google Patents

High speed loading system for load module

Info

Publication number
JPH05158701A
JPH05158701A JP32287091A JP32287091A JPH05158701A JP H05158701 A JPH05158701 A JP H05158701A JP 32287091 A JP32287091 A JP 32287091A JP 32287091 A JP32287091 A JP 32287091A JP H05158701 A JPH05158701 A JP H05158701A
Authority
JP
Japan
Prior art keywords
directory
load module
load
external storage
application 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.)
Pending
Application number
JP32287091A
Other languages
Japanese (ja)
Inventor
Gentaro Tanaka
源太郎 田中
Takao Sakuma
隆夫 佐久間
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Software Engineering Co Ltd
Hitachi Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
Hitachi 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 Hitachi Software Engineering Co Ltd, Hitachi Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP32287091A priority Critical patent/JPH05158701A/en
Publication of JPH05158701A publication Critical patent/JPH05158701A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To provide a high speed loading system for load module which does not read the load module directory included in an external storage when a load module is loaded. CONSTITUTION:The directory parts of an external storage 15 where the application program used by an on-line system are read in the initialization setting processing of the system. These directory parts are arranged in the ascending order of application program names and set in a directory storing area 13 secured in a system common area. When a load module loading request is received, the area 13 is searched by a binary searching method and the directory information on a load module is acquired. This information is given to a loader. Thus the response time can be shortened in the on-line system having a large number of application programs.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は膨大な数のロ−ドモジュ
−ルが格納された外部記憶装置からのロ−ドモジュ−ル
のロ−ド処理に関し、ディレクトリの読み込み処理が発
生しない高速なロ−ドモジュ−ルのロ−ド処理に関する
ものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a load processing of a load module from an external storage device in which a huge number of load modules are stored. -It relates to the load processing of the module.

【0002】[0002]

【従来の技術】一般的なロ−ドモジュ−ルのロ−ド処理
としては、ロ−ド処理要求の度にディレクトリ情報を外
部記憶装置から読み込みそれをロ−ダに入力する方式が
あった。また、この種の方式に関連するものとしてロ−
ド処理要求の度に、読み込んだディレクトリ情報をメモ
リに蓄えてゆく方式を利用したものには例えば、特開昭
60−19240号等が挙げられる。
2. Description of the Related Art As a general load processing of a load module, there is a method of reading directory information from an external storage device and inputting it to a loader every time a load processing request is made. In addition, as a method related to this kind of method,
For example, Japanese Patent Application Laid-Open No. 60-19240 can be cited as an example of a system that stores the read directory information in a memory each time a processing request is made.

【0003】[0003]

【発明が解決しようとする課題】上記従来技術は、ロ−
ドモジュ−ルのロ−ド処理において各々のロ−ドモジュ
−ルの第一回目のロ−ド要求時に必ず外部記憶装置から
のディレクトリの読み込みが発生するためロ−ド処理の
高速化の点ではまだ問題があった。
SUMMARY OF THE INVENTION The above-mentioned prior art is based on the
In the load processing of the mode module, since the directory is read from the external storage device without fail at the first load request of each load module, the speed of the load processing is not yet improved. There was a problem.

【0004】本発明の目的は、従来処理に於ける上記の
問題点を解決するためロ−ドモジュ−ルのロ−ド処理要
求時には外部記憶装置内からのディレクトリの読み込み
を一切行わず、高速なロ−ドモジュ−ルのロ−ド処理を
実現することにある。
The object of the present invention is to solve the above-mentioned problems in the conventional processing, and at the time of requesting the load processing of the load module, the directory is not read from the external storage device at all, and the high speed operation is realized. It is to realize the load processing of the load module.

【0005】[0005]

【課題を解決するための手段】上記目的を達成するにあ
たりロ−ドモジュ−ルのロ−ド処理要求時にディレクト
リの読み込みを発生させないためにシステムの初期処理
で当該システムで使用するロ−ドモジュ−ルの格納され
た外部記憶装置のディレクトリ部を、デ−タ管理の順ア
クセス法を用いて読み込み、それをシステム共通領域に
確保したディレクトリ格納領域に記憶する。ディレクト
リ格納領域にはディレクトリをロ−ドモジュ−ル名称の
昇順に設定しロ−ドモジュ−ルのロ−ド処理要求が発生
した時、当該ロ−ドモジュ−ル名称をキ−としてこのデ
ィレクトリ格納領域を二分探索法により探索し当該ロ−
ドモジュ−ルのディレクトリ情報を求めそれをロ−ダに
入力することによりロ−ド処理を行う。
In order to achieve the above object, a load module used in the system in the initial processing of the system in order to prevent the reading of the directory from occurring when the load processing request of the load module is made. The directory portion of the external storage device in which is stored is read by using the sequential access method of data management and is stored in the directory storage area secured in the system common area. The directories are set in the directory storage area in the ascending order of the load module names, and when a load processing request for the load module occurs, this directory storage area is set as the key of the load module name. The binary search is used to search for
The load process is performed by obtaining the directory information of the module and inputting it into the loader.

【0006】[0006]

【作用】本発明を、アプリケ−ションプログラム数の多
い大規模オンラインシステムのアプリケ−ションプログ
ラムロ−ド処理に適用するとトランザクション発生時に
外部記憶装置内のディレクトリ部の読み込みが発生しな
くなり、オンラインシステムの応答時間の短縮が図れ
る。
When the present invention is applied to application program load processing of a large-scale online system having a large number of application programs, reading of the directory section in the external storage device does not occur when a transaction occurs, and the online system The response time can be shortened.

【0007】[0007]

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

【0008】図1は、オンラインシステムに本発明を適
用した場合のシステム構成例を示すものである。12は
オンラインコントロ−ラであるが当該オンラインシステ
ムの初期設定処理において、当該オンラインシステムで
使用するアプリケ−ションプログラムが格納された外部
記憶装置15(D1〜Dn)のディレクトリ部をデ−タ
管理の順アクセス法を用いて読み込み共通領域に確保し
た13のディレクトリ格納領域にアプリケ−ションプロ
グラム名称の昇順に格納しておく。トランザクションが
11のオンライン端末から入力されると、オンラインコ
ントロ−ラ 12は入力メッセ−ジの内容から起動すべ
きアプリケ−ションプログラムを決定し14−1〜14
−nのいずれかのジョブにアプリケ−ションプログラム
名称を送出する。アプリケ−ションプログラム実行ジョ
ブは、このアプリケ−ションプログラム名称をキ−とし
て13のディレクトリ格納領域を二分探索法により探索
して対応するディレクトリ情報を求めロ−ダにそれを入
力する。
FIG. 1 shows a system configuration example when the present invention is applied to an online system. Reference numeral 12 is an online controller. In the initial setting process of the online system, the directory portion of the external storage device 15 (D1 to Dn) in which the application program used in the online system is stored is used for data management. The application program names are stored in ascending order in the 13 directory storage areas secured in the read common area using the sequential access method. When a transaction is input from 11 online terminals, the online controller 12 determines the application program to be started from the contents of the input message 14-1 to 14-14.
-Send the application program name to any of the jobs. The application program execution job searches the 13 directory storage areas by the binary search method using this application program name as a key, finds the corresponding directory information, and inputs it to the loader.

【0009】図2は、図1の外部記憶装置15の各々の
デ−タ構造を示すものである。デ−タ構造としてはディ
レクトリ部22とロ−ドモジュ−ル格納部23から成
る。ディレクトリ部22は、アプリケ−ションプログラ
ム名称の昇順にディレクトリ情報が配置されている。し
たがって、第3図に示すように、複数個の外部記憶装置
からディレクトリを入力する場合は、各々の外部記憶装
置のディレクトリ情報31,32,33をアプリケ−シ
ョンプログラム名称によりソ−ト・マ−ジ処理を行って
35のディレクトリ格納領域に設定する。
FIG. 2 shows the data structure of each of the external storage devices 15 shown in FIG. The data structure comprises a directory section 22 and a load module storage section 23. In the directory section 22, directory information is arranged in ascending order of application program names. Therefore, as shown in FIG. 3, when a directory is input from a plurality of external storage devices, the directory information 31, 32, 33 of each external storage device is sorted by the application program name. Processing is performed to set 35 directory storage areas.

【0010】[0010]

【発明の効果】本発明によれば、アプリケ−ションプロ
グラムの数が膨大なオンラインシステムにおけるアプリ
ケ−ションプログラムのロ−ド要求時、当該外部記憶装
置内のディレクトリ部の読み込みが発生しないので、ト
ランザクション発生時の処理時間が短縮でき、オンライ
ンシステムの応答時間を短縮できる効果がある。
According to the present invention, when a load request for an application program is made in an online system having a large number of application programs, the directory section in the external storage device is not read, so that a transaction is performed. The processing time at the time of occurrence can be shortened, and the response time of the online system can be shortened.

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

【図1】本発明が適用されるシステムの構成図である。FIG. 1 is a configuration diagram of a system to which the present invention is applied.

【図2】本発明が適用可能な外部記憶装置のデ−タ構造
図である。
FIG. 2 is a data structure diagram of an external storage device to which the present invention is applicable.

【図3】本発明におけるディレクトリ格納領域へのディ
レクトリ情報の設定処理概念図である。
FIG. 3 is a conceptual diagram of a process of setting directory information in a directory storage area according to the present invention.

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

11…オンライン端末、 12,34…オンラインコントロ−ラ、 13,35…ディレクトリ格納領域、 14…アプリケ−ションプログラム実行ジョブ、 15,21…アプリケ−ションプログラム格納外部記憶
装置、 22…ディレクトリ部、 23…ロ−ドモジュ−ル格納部、 31…外部記憶装置1のディレクトリ部、 32…外部記憶装置2のディレクトリ部、 33…外部記憶装置3のディレクトリ部。
11 ... Online terminal, 12, 34 ... Online controller, 13, 35 ... Directory storage area, 14 ... Application program execution job, 15, 21 ... Application program storage external storage device, 22 ... Directory section, 23 ... load module storage unit, 31 ... external storage unit 1 directory unit, 32 ... external storage unit 2 directory unit, 33 ... external storage unit 3 directory unit.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 佐久間 隆夫 神奈川県横浜市中区尾上町6丁目81番地日 立ソフトウェアエンジニアリング株式会社 内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Takao Sakuma 6-81 Onoue-cho, Naka-ku, Yokohama-shi, Kanagawa Hiritsu Software Engineering Co., Ltd.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】複数のジョブからプログラムを実行する場
合のロ−ドモジュ−ルのロ−ド処理において、外部記憶
装置内のロ−ドモジュ−ルの格納位置が格納されたディ
レクトリ情報を、全ロ−ドモジュ−ルに対して事前に一
括して読み込みメモリ内の共通領域に記憶し、記憶した
ディレクトリ情報を二分探索法で探索し、当該ロ−ドモ
ジュ−ルのディレクトリ情報を求め、それをロ−ダに入
力することによりロ−ドモジュ−ルのロ−ド処理の度に
外部記憶装置内のロ−ドモジュ−ルのディレクトリ情報
を読み込む処理を不要とすることを特徴としたロ−ドモ
ジュ−ルの高速ロ−ド方式。
1. In load processing of a load module when a program is executed from a plurality of jobs, the directory information in which the storage locations of the load modules in the external storage device are stored is stored in the entire storage. -Read all the modules beforehand in a common area in the memory, search the stored directory information by the binary search method, obtain the directory information of the relevant load module, and load it. The load module is characterized in that it is not necessary to read the directory information of the load module in the external storage device every time the load processing of the load module is performed. High speed load method.
JP32287091A 1991-12-06 1991-12-06 High speed loading system for load module Pending JPH05158701A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP32287091A JPH05158701A (en) 1991-12-06 1991-12-06 High speed loading system for load module

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP32287091A JPH05158701A (en) 1991-12-06 1991-12-06 High speed loading system for load module

Publications (1)

Publication Number Publication Date
JPH05158701A true JPH05158701A (en) 1993-06-25

Family

ID=18148537

Family Applications (1)

Application Number Title Priority Date Filing Date
JP32287091A Pending JPH05158701A (en) 1991-12-06 1991-12-06 High speed loading system for load module

Country Status (1)

Country Link
JP (1) JPH05158701A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013003838A (en) * 2011-06-16 2013-01-07 Asia Air Survey Co Ltd Program execution method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013003838A (en) * 2011-06-16 2013-01-07 Asia Air Survey Co Ltd Program execution method

Similar Documents

Publication Publication Date Title
JPS5846742B2 (en) Interactive data search device
JP2000357115A (en) Device and method for file retrieval
JPH05158701A (en) High speed loading system for load module
JP2770798B2 (en) Product code search method
US5146458A (en) Data transfer checking system
JP3166675B2 (en) Transaction search processor by time specification
KR900005306A (en) Computer system and method for setting recovery time
JP2507399B2 (en) Database equipment
JPH03282966A (en) Method for managing hash entry area
JPH0553886A (en) Table access managing system
JPH05189212A (en) Linking method
JPH04348469A (en) Character string retrieving device and its method
JPS6378265A (en) Process controlling system
JP2581145B2 (en) Security processing method
JP2658097B2 (en) Secondary file creation method
JPH02257349A (en) Network address setting system
JPH0242540A (en) Patch input device
JPS63142441A (en) System for retrieving data having discontinuous message code
JPH01120621A (en) Retrieving/updating system for data base
JP2007310844A (en) Data processing system
JPH01250169A (en) Pos system
JPH03269619A (en) Sort processing system using kanji field as sort key
JPS63104132A (en) Extension system for summary of parts list
JPH01229350A (en) System for deciding output device
JPH0488476A (en) Data totalization system