JPH02178746A - Link pack area control system - Google Patents

Link pack area control system

Info

Publication number
JPH02178746A
JPH02178746A JP63334312A JP33431288A JPH02178746A JP H02178746 A JPH02178746 A JP H02178746A JP 63334312 A JP63334312 A JP 63334312A JP 33431288 A JP33431288 A JP 33431288A JP H02178746 A JPH02178746 A JP H02178746A
Authority
JP
Japan
Prior art keywords
program
resident
pack area
link pack
link
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
JP63334312A
Other languages
Japanese (ja)
Inventor
Naoko Katayose
片寄 直子
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP63334312A priority Critical patent/JPH02178746A/en
Publication of JPH02178746A publication Critical patent/JPH02178746A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To reduce the overhead of the load of the program in a link pack area which is intermittently used and to effectively use real storage space and an auxiliary storage area by making the program registered in the link pack area to be resident. CONSTITUTION:A resident flag 6 showing whether the program is made resident or not in a link pack area control table 5 controlling the program registered in the link pack area is installed. A link pack area program residing means 1 which causes the programs that a link pack area program load means 3 and a resident flag update means 2 have resident-requested to reside in the link pack area, and which cancels the program from virtual storage space 200 at the time of a non-resident request, and a job end processing means 4 which refers to the resident flag 6 when the execution of the link pack area program is terminated and which cancels program virtual storage space 200 with the link pack area program load means 3 at an off-time are installed. Thus, the program can be caused to residue in virtual storage space by the operation form of the program and the overhead on re-execution can be reduced.

Description

【発明の詳細な説明】 [産業上の利用分野コ 本発明はリンクパックエリア機能を有する情報処理シス
テムのリンクパックエリア管理方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a link pack area management method for an information processing system having a link pack area function.

[従来の技術] 実行時に動的にプログラムを仮想記憶空間にロードする
方式をとる従来のリンクパックエリア管理h°式に於い
ては、システム中の全てのジョブで使用が終了するとプ
ログラムは仮想記憶空間から削除され、その後再実行す
る時に新たに仮想記憶空間にロードされる。
[Prior Art] In the conventional link pack area management method, which dynamically loads a program into the virtual memory space during execution, the program is stored in the virtual memory when all jobs in the system finish using it. It is deleted from the space and then loaded into a new virtual storage space when it is re-executed.

リンクパックエリアに登録されているプログラムは必要
な時のみ仮想記憶空間に存在するので実記憶空間、補助
記憶域が無駄にならない。
The programs registered in the link pack area exist in the virtual storage space only when necessary, so real storage space and auxiliary storage space are not wasted.

[発明が解決しようとする課題] しかし、実行のタイミングによっては仮想記憶空間への
ロード、削除が繰り返される場合があり、オーバーヘッ
ドがかかりリンクパックエリアにする利点が減少する場
合がある。
[Problems to be Solved by the Invention] However, depending on the timing of execution, loading and deletion from the virtual storage space may be repeated, which may incur overhead and reduce the advantage of using a link pack area.

そこで本発明の目的は、リンクパックエリアに登録され
ているプログラムの運用形態により断続的に使用する場
合等の時は該プログラムを仮想記憶空間に常駐させてお
き再実行時のオーバーヘッドを削減できるリンクパック
エリア管理方式を提供することにある。
Therefore, an object of the present invention is to provide a link that allows programs registered in a link pack area to reside in a virtual storage space when the program is used intermittently depending on the operation mode, thereby reducing the overhead when re-executing the program. The purpose of the present invention is to provide a pack area management method.

[課題を解決するための手段] 本発明によるリンクパックエリア管理方式は、仮想記憶
空間内のシステム共有領域中にリンクパックエリアを持
ち、リンクパックエリアに登録されたプログラムは実行
時に仮想記憶空間にロードされ、全てのジョブで未使用
となると仮想記憶空間から削除される方式を採っている
情報処理システムのリンクパックエリア管理方式におい
て、リンクパックエリアに登録されたプログラムを管理
するリンクパックエリア管理テーブル中に該プログラム
を常駐化するか否かを示す常駐フラグを具備し、 リンクパックエリアに登録されたプログラムを仮想記憶
空間にロード/削除するリンクパックエリアプログラム
ロード手段と、 常駐要求が起こるとリンクパックエリア管理テーブルの
常駐フラグをオンにし、非常駐要求が起こると常駐フラ
グをオフにする常駐フラグ更新手段と、 リンクパックエリアプログラムロード手段と常駐フラグ
更新手段により常駐要求のあったプログラムをリンクパ
ックエリアに常駐させ、非常駐要求時には常駐フラグ更
新手段により常駐フラグをオフにし、リンクパックエリ
アプログラムロード手段により仮想記憶空間から該プロ
グラムを削除するリンクパックエリアプログラム常駐化
手段と、リンクパックエリアプログラム実行終了時に常
駐フラグを参照しオフの時のみリンクパックエリアプロ
グラムロード手段により仮想記憶空間から該プログラム
を削除するジョブ終了処理手段とから構成される。
[Means for Solving the Problems] The link pack area management method according to the present invention has a link pack area in a system shared area in a virtual storage space, and programs registered in the link pack area are stored in the virtual storage space at the time of execution. A link pack area management table that manages programs registered in the link pack area in the link pack area management method of an information processing system that adopts a method in which programs are loaded and deleted from the virtual storage space when they are unused by all jobs. A link pack area program loading means is provided with a resident flag indicating whether or not to make the program resident, and loads/deletes the program registered in the link pack area into a virtual storage space; A resident flag update means turns on the resident flag in the pack area management table and turns off the resident flag when a non-resident request occurs, and a link pack area program load means and resident flag update means move the program requested to reside in the link pack area. link pack area program resident means, which turns off the resident flag by a resident flag update means when a non-resident request is made, and deletes the program from the virtual storage space by a link pack area program load means; and job termination processing means that refers to the resident flag and deletes the program from the virtual storage space by means of link pack area program loading means only when the resident flag is off.

〔実施例] 次に本発明について図面を参照して詳細に説明する。〔Example] Next, the present invention will be explained in detail with reference to the drawings.

第1図を参照すると、本発明の一実施例によるリンクパ
ックエリア管理方式が適用されるシステムは、情報処理
装置100と、少なくともリンクパックエリアを持つ仮
想記憶空間200とから構成される。
Referring to FIG. 1, a system to which a link pack area management method according to an embodiment of the present invention is applied includes an information processing device 100 and a virtual storage space 200 having at least a link pack area.

情報処理装置100は、リンクパックエリアに登録され
たプログラムに対して常駐要求が出されたか否かを示す
常駐フラグ6を含みリンクパックエリアのプログラムを
管理するリンクパックエリア管理テーブル5と、常駐フ
ラグ6を更新する常駐フラグ更新手段2と仮想記憶空間
にプログラムをロード/削除するリンクパックエリアプ
ログラムロード手段3とから構成されるリンクパックエ
リア常駐化手段1と、リンクパックエリアプログラム実
行終了時に常駐フラグを参照してオフの時のみ該プログ
ラムを仮想記憶空間から削除するジョブ終了処理手段4
とから構成される。
The information processing device 100 includes a link pack area management table 5 that manages programs in the link pack area, including a resident flag 6 indicating whether or not a resident request has been issued for a program registered in the link pack area, and a link pack area management table 5 that manages programs in the link pack area. A link pack area resident making means 1 is composed of a resident flag updating means 2 for updating a link pack area program 6, a link pack area program loading means 3 for loading/deleting a program in a virtual storage space, and a resident flag updating means 1 for updating a link pack area program at the end of execution of the link pack area program. job termination processing means 4 for deleting the program from the virtual storage space only when the program is turned off;
It consists of

次に本実施例の動作について説明する。Next, the operation of this embodiment will be explained.

リンクパックエリアプログラムAに対して常駐要求が発
生すると、リンクパックエリア常駐化手段1は常駐フラ
グ更新手段2によって該プログラムのリンクパックエリ
ア管理テーブル5内の常駐フラグ6をオンにする。更に
、リンクパックエリア常駐化手段1は、リンクパックエ
リアプログラムロード手段3により該プログラムを仮想
記憶空間200にロードする。通常、ジョブ実行時にリ
ンクパックエリアプログラムをロードする場合はジョブ
空間を作成し、プログラムの共用部分をリンクパックエ
リアにロードするが常駐要求によるロードの場合はリン
クパックエリアへのロードのみを行いジョブ空間は作成
しない。
When a residency request is issued to the link pack area program A, the link pack area resident making means 1 turns on the resident flag 6 in the link pack area management table 5 of the program by the resident flag updating means 2. Further, the link pack area resident making means 1 loads the program into the virtual storage space 200 by means of the link pack area program loading means 3. Normally, when loading a link pack area program when a job is executed, a job space is created and the shared parts of the program are loaded into the link pack area, but in the case of loading by a resident request, the job space is loaded only to the link pack area. is not created.

次にジョブ実行により初めてプログラムAが起動される
時には、既に他のジョブで該プログラムが実行されてい
る時と同じ動作となる。
Next, when program A is started for the first time by job execution, the operation is the same as when the program is already being executed in another job.

プログラムの使用が終了すると、ジョブ終了処理手段4
は該プログラムの常駐フラグ6を参照しオンになってい
る場合はジョブ空間のみを削除し、リンクパックエリア
にロードされている共用部分はそのままにする。
When the use of the program is finished, job termination processing means 4
refers to the resident flag 6 of the program, and if it is on, deletes only the job space, leaving the shared part loaded in the link pack area as is.

該プログラムが全てのジョブで未使用状態になった後非
常駐要求が出されると、リンクパックエリア常駐化手段
1は常駐フラグ更新手段2によりリンクパックエリア管
理テーブル5内の常駐フラグ6をオフにし、リンクパッ
クエリアプログラムロード手段3により仮想記憶空間2
00内のリンクパックエリアから該プログラムの共用部
分を削除する。
When a non-resident request is issued after the program has become unused by all jobs, the link pack area resident making means 1 turns off the resident flag 6 in the link pack area management table 5 by the resident flag updating means 2. Virtual storage space 2 by link pack area program loading means 3
Delete the shared part of the program from the link pack area in 00.

この様にして、リンクパックエリアに登録されているプ
ログラムの常駐化を行うことが出来る。
In this way, programs registered in the link pack area can be made resident.

[発明の効果] 以上、本発明には、リンクパックエリアに登録されてい
るプログラムを常駐化することにより断続的に使用する
リンクパックエリアプログラムのロードのオーバーヘッ
ドを削減することが出来、又、不要な時には仮想記憶空
間から削除することによって実記憶空間や補助記憶域の
有効利用を図ることも出来るという効果がある。
[Effects of the Invention] As described above, the present invention makes it possible to reduce the overhead of loading link pack area programs that are used intermittently by making the programs registered in the link pack area resident. In some cases, the real storage space and auxiliary storage area can be effectively used by deleting the data from the virtual storage space.

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

第1図は本発明の一実施例によるリンクパックエリア管
理方式が適用されるシステムの構成を示すブロック図で
ある。 1・・・リンクパックエリア常駐化手段、2・・・常駐
フラグ更新手段、3・・・リンクパックエリアプログラ
ムロード手段、4・・・ジョブ終了処理手段、5・・・
リンクパックエリア管理テーブル、6・・・リンクパッ
クエリア常駐フラグ。
FIG. 1 is a block diagram showing the configuration of a system to which a link pack area management method according to an embodiment of the present invention is applied. DESCRIPTION OF SYMBOLS 1... Link pack area resident making means, 2... Resident flag updating means, 3... Link pack area program loading means, 4... Job termination processing means, 5...
Link pack area management table, 6... Link pack area resident flag.

Claims (1)

【特許請求の範囲】 1、仮想記憶空間内のシステム共有領域中にリンクパッ
クエリアを持ち、該リンクパックエリアに登録されたプ
ログラムは実行時に前記仮想記憶空間にロードされ、全
てのジョブで未使用となると前記仮想記憶空間から削除
される方式を採っている情報処理システムのリンクパッ
クエリア管理方式において、 前記リンクパックエリアに登録されたプログラムを管理
するリンクパックエリア管理テーブル中に該プログラム
を常駐化するか否かを示す常駐フラグを具備し、 前記リンクパックエリアに登録されたプログラムを前記
仮想記憶空間にロード/削除するリンクパックエリアプ
ログラムロード手段と、 常駐要求が起こると前記リンクパックエリア管理テーブ
ルの前記常駐フラグをオンにし、非常駐要求が起こると
前記常駐フラグをオフにする常駐フラグ更新手段と、 前記リンクパックエリアプログラムロード手段と前記常
駐フラグ更新手段により常駐要求のあったプログラムを
前記リンクパックエリアに常駐させ、非常駐要求時には
前記常駐フラグ更新手段により前記常駐フラグをオフに
し、前記リンクパックエリアプログラムロード手段によ
り前記仮想記憶空間から該プログラムを削除するリンク
パックエリアプログラム常駐化手段と、 リンクパックエリアプログラム実行終了時に、前記常駐
フラグを参照し、オフの時のみ前記リンクパックエリア
プログラムロード手段により前記仮想記憶空間から該プ
ログラムを削除するジョブ終了処理手段とから構成され
る リンクパックエリア管理方式。
[Claims] 1. A link pack area is provided in the system shared area in the virtual storage space, and programs registered in the link pack area are loaded into the virtual storage space during execution and are unused by all jobs. In this case, in the link pack area management method of the information processing system that adopts the method of deleting the program from the virtual storage space, the program is made resident in the link pack area management table that manages programs registered in the link pack area. link pack area program loading means, comprising a resident flag indicating whether or not to perform a resident flag, and loads/deletes a program registered in the link pack area into the virtual storage space; and when a resident request occurs, the link pack area management table resident flag updating means for turning on the resident flag and turning off the resident flag when a non-resident request occurs; a link pack area program resident means for making the program resident in the area, and turning off the resident flag by the resident flag updating means when a non-resident request is made, and deleting the program from the virtual storage space by the link pack area program loading means; A link pack area management system comprising: job termination processing means that refers to the resident flag and deletes the program from the virtual storage space by the link pack area program load means only when the resident flag is off when execution of the area program ends.
JP63334312A 1988-12-28 1988-12-28 Link pack area control system Pending JPH02178746A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63334312A JPH02178746A (en) 1988-12-28 1988-12-28 Link pack area control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63334312A JPH02178746A (en) 1988-12-28 1988-12-28 Link pack area control system

Publications (1)

Publication Number Publication Date
JPH02178746A true JPH02178746A (en) 1990-07-11

Family

ID=18275946

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63334312A Pending JPH02178746A (en) 1988-12-28 1988-12-28 Link pack area control system

Country Status (1)

Country Link
JP (1) JPH02178746A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008532163A (en) * 2005-03-02 2008-08-14 シンビアン ソフトウェア リミテッド Computer device and method of operation paged in real time

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008532163A (en) * 2005-03-02 2008-08-14 シンビアン ソフトウェア リミテッド Computer device and method of operation paged in real time

Similar Documents

Publication Publication Date Title
JPH04229355A (en) Data access method and data processing system
JPH02178746A (en) Link pack area control system
KR0155868B1 (en) Location data control method of multi-robot controller
JPH04186453A (en) File transfer system
JPH01281531A (en) Program loading system
JP3793246B2 (en) Positioning system
JPS62169243A (en) Program loading system
JP2851039B2 (en) Workstation backup system
JPH03139744A (en) Link pack area dynamic control system
JPS62194559A (en) Memory scheduling system of program in virtual storage system
JPS6250938A (en) Recovering system for main memory resident data base
JP2572435B2 (en) Instruction execution method of demand paging computer
JPH04256024A (en) Dividing and loading system for program
JPS63180156A (en) Program loading system
JPH02178847A (en) System for generating data table for reexecution of program
JPH03147147A (en) Dump processing system
JPH01121932A (en) Program loading system
JPS6378253A (en) Program loading system
JPH0640298B2 (en) External storage access method
JPH01185729A (en) Overlay structure program execution system
JPH04365141A (en) Program re-execution system
JPH03282756A (en) Asynchronous input/output system
JPH02189631A (en) Patch data storage system
JPH05289884A (en) Initial program loading system
JPH02300824A (en) Job interrupting/restarting control system in information processor