JPH03282941A - Program entry control system - Google Patents

Program entry control system

Info

Publication number
JPH03282941A
JPH03282941A JP8424390A JP8424390A JPH03282941A JP H03282941 A JPH03282941 A JP H03282941A JP 8424390 A JP8424390 A JP 8424390A JP 8424390 A JP8424390 A JP 8424390A JP H03282941 A JPH03282941 A JP H03282941A
Authority
JP
Japan
Prior art keywords
program
reentrant
ent
control
entry control
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
JP8424390A
Other languages
Japanese (ja)
Inventor
Yuji Miyazaki
裕司 宮崎
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 JP8424390A priority Critical patent/JPH03282941A/en
Publication of JPH03282941A publication Critical patent/JPH03282941A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To efficiently select the combination of necessary reentrant programs by applying a program identifier(ID) to each reentrant program and individually controlling the program. CONSTITUTION:A reentrant program execution device 2 in a common entry control 1 finds out the pointer of an ENT 6-3 of a reentrant program 7-3 by means of an ENT referring device 3 and gives control to the program 7-3 by means of the requirement entry of the ENT 6-3. At the time of completing the processing of the program 7-3, control is returned to the control 1 and the device 2 in the control 1 finds out the pointer of an ENT 6-1 for a reentrant program 7-1 by means of the device 3 and transfers the control to the program 7-1 similarly by means of the ENT 6-1.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はプログラムエントリ制御方式に関し、特にリエ
ントラント構造を持つ複数のリエントラントプログラム
間の制御の受け渡しを管理するプログラムエントリ制御
方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a program entry control method, and more particularly to a program entry control method that manages control transfer between a plurality of reentrant programs having a reentrant structure.

〔従来の技術〕[Conventional technology]

従来のフログラムエントリ制御方式は、複数のリエント
ラントプログラムを階層構造を持つ一つの階層構造リエ
ントラントプログラムに構成して動作させている。
In the conventional program entry control method, a plurality of reentrant programs are configured into one hierarchically structured reentrant program and operated.

そして、従来のプログラムエントリ制御方式は、階層化
されたリエントラントプログラム間では、離れた階層の
リエントラントプログラムに対して制御を渡したい場合
に、間にある隣接する階層のリエントラントプログラム
を介して制御を渡す必要が有り、間にあるすべてのリエ
ントラントプログラムに制御が渡り受け渡しの処理が行
われている。
In the conventional program entry control method, between hierarchical reentrant programs, when it is desired to pass control to a reentrant program in a separate hierarchy, control is passed through a reentrant program in an adjacent hierarchy between them. If necessary, control is transferred to all intervening reentrant programs and the transfer process is performed.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来のプログラムエントリ制御方式は、階層構
造リエントラントプログラムで、ある階層のリエントラ
ントプログラムだけを実行する場合でも、最上位のリエ
ントラントプログラムからその階層のリエントラントプ
ログラムまでに組込まれている全てのリエントラントプ
ログラムに制御を渡す必要があるので、無駄なプログラ
ム制御が入り時間を要するとともに、目的のリエントラ
ントプログラムを判別するために論理的に複雑になり、
新しく機能を組込む場合にも容易に組込むことができな
いという欠点を有している。また、従来のプログラムエ
ントリ方式は、無駄な組合せを発生させない様にするた
めに、プログラムの組込みに制限を設けたりするために
、機能の追加ができなくなるという欠点も有している。
The conventional program entry control method described above is a hierarchical reentrant program, and even if only a reentrant program at a certain level is executed, all reentrant programs installed from the top reentrant program to the reentrant program at that level are executed. Since control needs to be passed, unnecessary program control is required, which takes time, and it becomes logically complex to determine the desired reentrant program.
It has the disadvantage that new functions cannot be easily incorporated. Further, the conventional program entry method has the disadvantage that it is impossible to add functions because restrictions are placed on program incorporation in order to prevent unnecessary combinations from occurring.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のプログラムエントリ制御方式は、オペレーティ
ングシステムで一意的に定めたプログラム識別子(以下
、PGIDという)を与えた複数のリエントラントプロ
グラムおよびそれぞれのリエントラントプログラムごと
の要求エントリ、完了エントリを保持するエントリテー
ブル(以下、ENTという)並びにそれぞれのPGID
、ENTへのポインタを対応付けて保持するエントリ制
御テーブル(以下、EMTという)を各々登録するEN
T登録手段と、リエントラントブログラムの実行要求時
に要求先のPGIDを用いて前記ENT登録手段で登録
したそれぞれのリエントラントプログラムの実行を要求
するプログラム実行要求手段と、PGIDにより前記E
NT登録手段で登録したEMTを使用して該当するEN
Tを参照するENT参照手段とを有する共通エントリ制
御によって必要とするリエントラントプログラムのそれ
ぞれに制御を受け渡すことにより構成されている。
The program entry control method of the present invention includes a plurality of reentrant programs given program identifiers (hereinafter referred to as PGIDs) uniquely determined by the operating system, and an entry table (which holds request entries and completion entries for each reentrant program). (hereinafter referred to as ENT) and their respective PGIDs
, an EN that registers an entry control table (hereinafter referred to as EMT) that stores pointers to ENT in association with each other.
T registration means; program execution request means for requesting execution of each reentrant program registered by the ENT registration means using the PGID of the request destination when requesting execution of a reentrant program;
Applicable EN using the EMT registered through the NT registration method
This is configured by passing control to each of the necessary reentrant programs by common entry control having an ENT reference means that refers to T.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing one embodiment of the present invention.

共通エントリ制御1は、第1図に示すように、リエント
ラントプロダラム実行要求手段2とENT参照手段3と
ENT登録手段4とを有している。
As shown in FIG. 1, the common entry control 1 includes a reentrant program execution requesting means 2, an ENT reference means 3, and an ENT registration means 4.

そして、共通エントリ制御1は、アプリケーションプロ
グラム8−1.8−2.8−3.・・・・・・からの要
求で、ENT登録手段3により、リエントラントプログ
ラム7−1.7−2.7−3.7−4、・・・・・・7
−mと、これらのそれぞれに対する要求エントリおよび
完了エントリを有してそれぞれに対応するEMT6−1
.6−2.6−3.6−4、・・・・・・6−mと、リ
エントラントプログラム7一12.・・・・・・7−m
のPGIDであるPI、・・・・・・PmおよびEMT
6−1.・・・・・・6−mのポインタを対応して有す
るEMT5とを登録することができる。
The common entry control 1 is an application program 8-1.8-2.8-3. At the request from..., the ENT registration means 3 executes the reentrant program 7-1.7-2.7-3.7-4,...7
-m and a corresponding EMT6-1 with a request entry and a completion entry for each of these.
.. 6-2.6-3.6-4,...6-m, and reentrant program 7-12.・・・・・・7-m
PGID of PI, Pm and EMT
6-1. . . . EMT5 having a corresponding pointer of 6-m can be registered.

そこで、アプリケーションプログラム8−1゜8−2.
8−3.・・・・・・は、PGIDを使用してリエント
ラントプログラム7−1.・・・・・・7−mのそれぞ
れについての処理要求を行うことができる。
Therefore, application program 8-1゜8-2.
8-3. . . . is a reentrant program 7-1. using the PGID. . . . A processing request can be made for each of 7-m.

例えば、アプリケーションプログラム8−1が、リエン
トラントプログラム7−3続いて7−1の機能を使用す
る場合に、PGIDでリエントラントプログラム7−3
を表すP3とリエントラントプログラム7−1を表すP
lとを要求発行時に共通エントリ制御1に渡すことによ
り、共通エントリ制御1内のリエントラントプログラム
実行手段2は、まず、ENT参照手段3を使用してリエ
ントラントプログラム7−3のEMT6−3のポインタ
をEMT5より求め、EMT6−3の要求エントリを使
用して、リエントラントプログラム7−3に制御を渡す
。そして、リエントラントプログラム7−3の処理が完
了したときに、共通エントリ制御lに制御を返し、共通
エントリ制御1内のプログラム実行要求手段2は、再度
ENT参照手段3を使用してリエントラントプログラム
7一1のEMT6−1のポインタをEMT5より求め、
N 同様にEMT6−1の要求エントリを使用してリエント
ラントプログラム7−1に制御を渡すことになる。
For example, when the application program 8-1 uses the function of the reentrant program 7-3 and 7-1, the reentrant program 7-3 uses the PGID.
P3 representing the reentrant program 7-1 and P representing the reentrant program 7-1
1 to the common entry control 1 when issuing a request, the reentrant program execution means 2 in the common entry control 1 first uses the ENT reference means 3 to set the pointer of the EMT 6-3 of the reentrant program 7-3. It is obtained from the EMT 5 and the request entry of the EMT 6-3 is used to transfer control to the reentrant program 7-3. Then, when the processing of the reentrant program 7-3 is completed, control is returned to the common entry control 1, and the program execution request means 2 in the common entry control 1 uses the ENT reference means 3 again to return the control to the reentrant program 7-3. Find the pointer of EMT6-1 of 1 from EMT5,
N Similarly, control is passed to the reentrant program 7-1 using the request entry of the EMT 6-1.

第2図はアプリケーションプログラム8−iが制御を渡
すリエントラントプログラムの順序を示すプログラム識
別子群20の一例を示す情報構成図である。アプリケー
ションプログラム8−iは、要求発行時に、使用するリ
エントラントプログラムのPGIDを処理する順序に記
述した第2図のプログラム識別子群20を指定して共通
エントリ制御1を起動する。そこで、共通エントリ制御
1は、PGIG23−1.23−2.23−3゜・・・
・・・23−nの順序に制御を渡して行くが、管理エリ
ア21を使用して、何番目のPGIDのリエントラント
プログラムに制御を渡したかを管理する。また、共通エ
ントリ制御1が、ストッパ24を検出した時点で要求制
御の受け渡しを終える。
FIG. 2 is an information configuration diagram showing an example of a program identifier group 20 indicating the order of reentrant programs to which the application program 8-i transfers control. When issuing a request, the application program 8-i specifies the program identifier group 20 of FIG. 2, which describes the PGID of the reentrant program to be used in the processing order, and starts the common entry control 1. Therefore, the common entry control 1 is PGIG23-1.23-2.23-3°...
...23-n, and the management area 21 is used to manage which PGID of the reentrant program the control is passed to. Further, the common entry control 1 finishes passing the request control at the time when the stopper 24 is detected.

一方、処理が完了して実行結果を通知する場合には、リ
エントラントプ四ダラム7−1.・・・・・・7−mは
、完了通知であることを共通エントリ制御1に通知する
。そこで、共通エントリ制御1は、要求発行時とは逆の
順序でプログラム識別子群2゜を参照して行き、要求発
行時と同様にPGIDのPI、・・・・・・Pmを元に
EMT6−1.・・・・・・6−mを求めて、それぞれ
の完了エントリに制御を渡している。そして、共通エン
トリ制御1が、ストッパ22を検出した時点でアプリケ
ーションプログラム8−iに完了を通知する。
On the other hand, when the processing is completed and the execution result is notified, the reentrant process 7-1. ...7-m notifies the common entry control 1 that it is a completion notification. Therefore, the common entry control 1 refers to the program identifier group 2° in the reverse order from when the request was issued, and uses the EMT6- 1. ...6-m is obtained and control is passed to each completed entry. Then, when the common entry control 1 detects the stopper 22, it notifies the application program 8-i of completion.

以上の様な手順によって、本実施例のプログラムエント
リ制御方式は、リエントラントプログラム間の制御を一
元管理している。
Through the procedures described above, the program entry control method of this embodiment centrally manages control between reentrant programs.

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

以上説明したように、本発明のプログラムエントリ制御
方式は、リエントラントプログラムにプログラム識別子
を与えて、プログラム識別子により個別に制御すること
により、無駄なリエントラントプログラムへの制御を渡
すことなく、アプリケーションプログラムで能率良く、
必要なリエントラントプログラムの組合せを、選択する
ことができるとともに、容易に新しい機能を持つリエン
トラントプログラムを組込むことができるという効果を
有している。
As explained above, the program entry control method of the present invention provides program identifiers to reentrant programs and controls them individually using the program identifiers, thereby increasing the efficiency of application programs without passing control to reentrant programs. well,
This has the advantage that a necessary combination of reentrant programs can be selected, and reentrant programs with new functions can be easily incorporated.

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

第1図は本発明の一実施例を示すブロック図、第2図は
アプリケーションプログラムから要求されたプログラム
識別子群の一例を示す情報構成図である。 1・・・・・・共通エントリ制御、2・・・・・・プロ
グラム実行要求手段、3・・・・・・ENT参照手段、
4・・・・・・ENT登録手段、5・・・・・・EMT
、6−1.6−2,6−3.6−4.〜・・・・・・E
NT、7−1..7−2゜7−3.7−4.〜・・・・
・・リエントラントプログラム、8−1.8−2.8−
3.〜・・・・・・アプリケーションプログラム、20
・・・・・・プログラム識別子群、21・・・・・・管
理エリア、22・・・・・・ストッパ、23−1、 2
3−2. 23−3.〜23−n・・−・・PGID、
24・・・・・・ストッパ。
FIG. 1 is a block diagram showing an embodiment of the present invention, and FIG. 2 is an information configuration diagram showing an example of a group of program identifiers requested by an application program. 1...Common entry control, 2...Program execution request means, 3...ENT reference means,
4...ENT registration means, 5...EMT
, 6-1.6-2, 6-3.6-4. ~・・・・・・E
NT, 7-1. .. 7-2°7-3.7-4. 〜・・・・
・・Reentrant program, 8-1.8-2.8-
3. 〜・・・・・・Application program, 20
...Program identifier group, 21...Management area, 22...Stopper, 23-1, 2
3-2. 23-3. ~23-n...PGID,
24... Stopper.

Claims (1)

【特許請求の範囲】[Claims] オペレーティングシステムで一意的に定めたプログラム
識別子(以下、PGIDという)を与えた複数のリエン
トラントプログラムおよびそれぞれのリエントラントプ
ログラムごとの要求エントリ、完了エントリを保持する
エトトリテーブル(以下、ENTという)並びにそれぞ
れのPGID,ENTへのポインタを対応付けて保持す
るエントリ制御テーブル(以下、EMTという)を各々
登録するENT登録手段と、リエントラントプログラム
の実行要求時に要求先のPGIDを用いて前記ENT登
録手段で登録したそれぞれのリエントラントプログラム
の実行を要求するプログラム実行要求手段と、PGID
により前記ENT登録手段で登録したEMTを使用して
該当するENTを参照するENT参照手段とを有する共
通エントリ制御によって必要とするリエントラントプロ
グラムのそれぞれに制御を受け渡すことを特徴とするプ
ログラムエントリ制御方式。
A plurality of reentrant programs to which a program identifier (hereinafter referred to as PGID) uniquely determined by the operating system is given, and an entry table (hereinafter referred to as ENT) that holds request entries and completion entries for each reentrant program, and each an ENT registration means for registering an entry control table (hereinafter referred to as EMT) that holds pointers to PGID and ENT in association with each other; and an ENT registration means for registering using the PGID of the request destination when requesting execution of a reentrant program. A program execution requesting means for requesting execution of each reentrant program, and a PGID.
and ENT reference means for referencing the corresponding ENT using the EMT registered by the ENT registration means, the program entry control method is characterized in that control is transferred to each of the necessary reentrant programs by common entry control. .
JP8424390A 1990-03-30 1990-03-30 Program entry control system Pending JPH03282941A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8424390A JPH03282941A (en) 1990-03-30 1990-03-30 Program entry control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8424390A JPH03282941A (en) 1990-03-30 1990-03-30 Program entry control system

Publications (1)

Publication Number Publication Date
JPH03282941A true JPH03282941A (en) 1991-12-13

Family

ID=13825025

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8424390A Pending JPH03282941A (en) 1990-03-30 1990-03-30 Program entry control system

Country Status (1)

Country Link
JP (1) JPH03282941A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5517644A (en) * 1990-01-26 1996-05-14 Cisgem Technologies, Inc. Office automation system with interrupt feature
US9063932B2 (en) 2009-12-18 2015-06-23 Vertafore, Inc. Apparatus, method and article to manage electronic or digital documents in a networked environment
US9367435B2 (en) 2013-12-12 2016-06-14 Vertafore, Inc. Integration testing method and system for web services
US9384198B2 (en) 2010-12-10 2016-07-05 Vertafore, Inc. Agency management system and content management system integration
US9507814B2 (en) 2013-12-10 2016-11-29 Vertafore, Inc. Bit level comparator systems and methods
US9600400B1 (en) 2015-10-29 2017-03-21 Vertafore, Inc. Performance testing of web application components using image differentiation
US9747556B2 (en) 2014-08-20 2017-08-29 Vertafore, Inc. Automated customized web portal template generation systems and methods

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5517644A (en) * 1990-01-26 1996-05-14 Cisgem Technologies, Inc. Office automation system with interrupt feature
US9063932B2 (en) 2009-12-18 2015-06-23 Vertafore, Inc. Apparatus, method and article to manage electronic or digital documents in a networked environment
US9384198B2 (en) 2010-12-10 2016-07-05 Vertafore, Inc. Agency management system and content management system integration
US9507814B2 (en) 2013-12-10 2016-11-29 Vertafore, Inc. Bit level comparator systems and methods
US9367435B2 (en) 2013-12-12 2016-06-14 Vertafore, Inc. Integration testing method and system for web services
US9747556B2 (en) 2014-08-20 2017-08-29 Vertafore, Inc. Automated customized web portal template generation systems and methods
US11157830B2 (en) 2014-08-20 2021-10-26 Vertafore, Inc. Automated customized web portal template generation systems and methods
US9600400B1 (en) 2015-10-29 2017-03-21 Vertafore, Inc. Performance testing of web application components using image differentiation

Similar Documents

Publication Publication Date Title
JP3092135B2 (en) Application execution control method
JPS61289458A (en) Inter-process communication apparatus
JPH03282941A (en) Program entry control system
JP3717951B2 (en) Deadlock avoidance system and method
JP2002366381A (en) Dynamic exchange processing method for object
JPH04367942A (en) Operation management processing system for system
JP2814738B2 (en) I / O management method of shared disk device in hot standby system
JPH03294931A (en) Resources name managing system for information processing system
JPH02139630A (en) Online task exchange device
JP2641919B2 (en) Job schedule stop device
JPH03202911A (en) Communication managing timer control system
JP2560620B2 (en) Exclusive control device with time limit
JPH0342765A (en) Decentralized processor
JPH07230417A (en) Transport user management system
JPH03116337A (en) Mutual standby business processing device
JPH01291333A (en) Event sorting processing system
JPH03237528A (en) Parameter managing system
JPH04284533A (en) Object control processing method
JPH03131935A (en) Timer managing system
JPH02294855A (en) Sub-file using right managing system
JP2004029897A (en) Management system
JPH03251926A (en) Object controller
JPH01316846A (en) Buffer managing system
JP2001273128A (en) System for updating software on line
JP2002108863A (en) Performing controller and its method for information guide device