JPH03121557A - Program execution control system - Google Patents

Program execution control system

Info

Publication number
JPH03121557A
JPH03121557A JP25866489A JP25866489A JPH03121557A JP H03121557 A JPH03121557 A JP H03121557A JP 25866489 A JP25866489 A JP 25866489A JP 25866489 A JP25866489 A JP 25866489A JP H03121557 A JPH03121557 A JP H03121557A
Authority
JP
Japan
Prior art keywords
program
application program
execution
usage rate
message
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
JP25866489A
Other languages
Japanese (ja)
Inventor
Keiichi Sakamoto
坂本 惠市
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP25866489A priority Critical patent/JPH03121557A/en
Publication of JPH03121557A publication Critical patent/JPH03121557A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve the execution efficiency of the whole system by determining an application program which has specific execution format from a program control table according to a combination of telegraphic message kind information and a memory use rate. CONSTITUTION:A memory use rate display part 27 which indicates the use rate of an execution area (memory resource) being used is provided. Then which of a conversational and a pseudo-conversational application program 25 is used is registered by the kinds of telegraphic messages in a program control table 26 according to the memory use rate and the both are referred to at telegraphic message distribution execution time to select an application program 25 to be executed. Consequently, the execution efficiency of the whole system can be increased without increasing the overhead of the execution time of each individual application program 25 unnecessarily.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、プログラム実行管理方式、即ち通信回線を介
して端末と接続されたホスト計算機において、該端末か
ら送信された電文を受信し、その中の電文種別情報を基
に、計算機側のプログラムライブラリの中から、対応す
るアプリケーションプログラムを探し出して計算機の実
行域にロードし該プログラムを実行して、その結果を前
記端末へ返却するプログラム実行管理方式に関するもの
である。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention uses a program execution management method, that is, a host computer connected to a terminal via a communication line receives a message sent from the terminal, and processes the message. Program execution management that searches the computer's program library for the corresponding application program based on the message type information in the computer, loads it into the computer's execution area, executes the program, and returns the result to the terminal. It is related to the method.

かかるプログラム実行管理方式の例としては、例えば銀
行端末で、預金者が預金を引き出す旨の電文をホスト計
算機に送ると、ホスト計算機では対応する預金処理のア
プリケーションプログラムを実行し、端末側の預金通帳
に引き出された金額を記録表示するというような預金処
理とか、或いは在庫管理等で、端末側から在庫量がこれ
だけ増えたというような電文がホスト計算機に送られる
と、ホスト計算機では対応する在庫処理のアプリケーシ
ョンプログラムを実行し、結果を端末側へ打ち出してく
るなどの在庫処理の例など、幾らでも挙げることができ
る。本発明は、このようなプログラム実行管理方式に関
するものである。
As an example of such a program execution management system, when a depositor sends a message to the host computer to withdraw a deposit from a bank terminal, the host computer executes the corresponding application program for deposit processing, and the bank terminal's bankbook is saved. When a message is sent from the terminal side to the host computer, such as deposit processing such as recording and displaying the amount withdrawn, or inventory management, etc., the host computer performs the corresponding inventory processing. There are many examples of inventory processing, such as running an application program and outputting the results to a terminal. The present invention relates to such a program execution management method.

〔従来の技術〕[Conventional technology]

従来、第4図に示すような、端末11と、この端末から
の電文を通信回線12を介して受けて該当のアプリケー
ションプログラムAPを実行し、処理結果を端末11に
返却するホスト計算機13から成る処理方式においては
、その電文に記された電文種別をもとに対応するアプリ
ケーションプログラムAP名を予め登録されたプログラ
ム管理制御表より割り出し、プログラムライブラリから
捜し出し、計算機の実行域にロードし実行制御する方式
がとられている。
Conventionally, as shown in FIG. 4, a computer consists of a terminal 11 and a host computer 13 that receives messages from the terminal via a communication line 12, executes the corresponding application program AP, and returns the processing results to the terminal 11. In the processing method, the corresponding application program AP name is determined from a pre-registered program management control table based on the message type written in the message, searched for from the program library, loaded into the execution area of the computer, and controlled for execution. A method is being adopted.

この時、1つの処理が端末との複数の電文のやり取りに
より構成される場合、電文を端末側に送信し、次の電文
を待つ間も、そのアプリケーションプログラムAPは実
行域(メモリ上)に居座りメモリ等の資源を占有するた
め、システム全体としては効率の悪いものとなった(会
話型)。
At this time, if one process consists of exchanging multiple messages with the terminal, the application program AP remains in the execution area (memory) even while sending the message to the terminal and waiting for the next message. Because it occupied resources such as memory, the system as a whole became inefficient (conversational type).

一方、この問題を解決する為に、1つのアプリケーショ
ンプログラムAPを電文の送受信に合わせて複数のアプ
リケーションプログラムAPに分割し、電文を端末側に
送信した段階で、処理の中間結果と、次に該端末から電
文が上がってきた場合に実行するアプリケーションプロ
グラムAP名を待避し実行域の解放を行い、次の電文が
上ってきたときは、三亥アプリケーションプログラムA
Pをプログラムライブラリから割り出し実行域でロード
し、該中間結果を引き継ぎ実行する方式がとられてきた
(疑似会話型)。
On the other hand, in order to solve this problem, one application program AP is divided into multiple application program APs according to the sending and receiving of messages, and when the messages are sent to the terminal side, the intermediate results of the processing and the corresponding When a message is received from the terminal, the application program AP name to be executed is saved and the execution area is released, and when the next message is received, the application program A is executed.
A method has been adopted in which P is extracted from a program library, loaded in an execution area, and the intermediate result is taken over and executed (pseudo-conversational type).

しかし、この場合にもアプリケーションプログラムAP
の実行域へのロード、引継情報の書き込み読みだしのた
め、処理時間が増加すると言う問題点がある。
However, in this case as well, the application program AP
There is a problem in that processing time increases due to loading into the execution area, writing and reading of takeover information.

ここで第5図は会話型プログラムの構成を示している。Here, FIG. 5 shows the structure of the interactive program.

命令RECEIVE  MESSAGE(31)は端末
からの電文を受は取るものである。
The command RECEIVE MESSAGE (31) is for receiving a message from a terminal.

また、命令5END  MESSAGE (32)は端
末への電文の発出を行うものである。会話型プログラム
とは端末との複数の電文授受を伴う1まとまりの業務を
IAPO中で行うものである。この形態では、アプリケ
ーションプログラムAPが電文を端末に送信し、次の端
末からの電文を待っている期間も、アプリケーションプ
ログラムAPは実行域を占有するためシステム全体の処
理効率の悪い形態という欠点を持っている。
Further, the instruction 5END MESSAGE (32) is for sending a message to the terminal. A conversational program is one that performs a set of tasks in an IAPO that involves sending and receiving multiple messages to and from a terminal. In this form, the application program AP occupies the execution area even during the period when the application program AP sends a message to the terminal and waits for the message from the next terminal, so it has the disadvantage that the processing efficiency of the entire system is poor. ing.

第6図は疑似会話型プログラムの構成を示している。疑
領会話型プログラムとは端末との複数の電文授受を伴う
lまとまりの業務を複数のアプリケーションプログラム
APに分割し、途中の処理結果をアプリケーションプロ
グラムAP間で引継情報域に待避しアプリケーションプ
ログラムAP間で引継ぎながら、lまとまりの業務を完
遂させるものである。命令SET  HIKITSUG
I(41)は処理結果を指定の引継情報域に待避し、次
に該端末からの電文を受は取りアプリケーションプログ
ラムAPが起動されたときは、そのアプリケーションプ
ログラムAPに該情報を引き継ぐものである。
FIG. 6 shows the structure of a pseudo conversational program. What is a conversational program? A group of tasks that involves sending and receiving multiple messages to and from a terminal is divided into multiple application program APs, and intermediate processing results are saved in the transfer information area between the application program APs and transferred between the application program APs. The task is to complete one set of tasks while taking over the task. Command SET HIKITSUG
I (41) saves the processing results in a specified transfer information area, and then receives a message from the terminal and, when the application program AP is started, transfers the information to the application program AP. .

この形態では、アプリケーションプログラムAPが電文
を端末に送信し、端末からの次の電文を待っている期間
は、実行域を解放し別のアプリケーションプログラムA
Pに引き渡すため、システム全体の処理効率は向上する
。しかし、アプリケーションプログラムAP及び引継情
報の待避と再ロードのためのオーバヘッドが増加すると
言う問題が発生する。
In this form, when the application program AP sends a message to the terminal and is waiting for the next message from the terminal, the execution area is released and another application program
Since the data is handed over to P, the processing efficiency of the entire system is improved. However, a problem arises in that the overhead for saving and reloading the application program AP and the takeover information increases.

第7図は従来のプログラム管理制御表の構成を示した説
明図である。従来、電文振り分け実行部は電文を渡され
ると電文中の電文種別を読み取り、プログラム管理制御
表50を参照して該電文種別51に対応するAP名(5
2)を割り出し、実行するアプリケーションプログラム
APを求めていた。
FIG. 7 is an explanatory diagram showing the structure of a conventional program management control table. Conventionally, when the message distribution execution unit receives a message, it reads the message type in the message, refers to the program management control table 50, and determines the AP name (5) corresponding to the message type 51.
2) and was looking for an application program AP that would execute it.

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

上記従来技術の問題点は、システム全体としての処理効
率の悪くなる状況、すなわち、実行域(メモリ)の使用
率を考慮することなく、プログラムの実行を1意的な方
式で管理していた為に発生したものである。
The problem with the above conventional technology is that the processing efficiency of the system as a whole deteriorates, that is, the execution of programs is managed in a unique manner without considering the usage rate of the execution area (memory). This occurred in

本発明の目的は、実行域の使用効率を考慮にいれ、個々
のアプリケーションプログラムAPの実行時間のオーバ
ヘッドを不必要に増加することなく、システム全体の実
行効率を高めることのできるプログラム実行管理方式を
提供することにある。
An object of the present invention is to provide a program execution management method that takes execution area usage efficiency into consideration and can improve the execution efficiency of the entire system without unnecessarily increasing the execution time overhead of individual application programs AP. It is about providing.

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

上記目的は、使用中の実行域(メモリ資源)の使用率を
示すメモリ使用率表示部を設けると共に、電文種別毎に
、メモリ使用率に応じて会話型、疑似会話型のいずれの
アプリケーションプログラムAPを実行するかをプログ
ラム管理表に登録しておき、電文振り分け実行時間に両
者を参照して、実行対象となるアプリケーションプログ
ラムAPを選択することにより解決される。
The above purpose is to provide a memory usage rate display section that shows the usage rate of the execution area (memory resources) in use, and to display either conversational or pseudo-conversational application program AP depending on the memory usage rate for each message type. This problem can be solved by registering in the program management table which application program AP is to be executed, and by referring to both at the message distribution execution time and selecting the application program AP to be executed.

〔作用〕[Effect]

電文振り分け実行部が、使用中の実行域(メモリ資源)
の使用率を示すメモリ使用率表示部の値を読み取り、プ
ログラム管理表を参照し、該電文種別に対応するアプリ
ケーションプログラムAP名のうち、メモリ使用率に応
じたものを実行対象アプリケーションプログラムAPと
することにより、個々のアプリケーションプログラムA
Pの実行時間のオーバヘッドを不必要に増加することな
く、システム全体の実行効率を高めるプログラム実行管
理方式を実現することが出来る。
Execution area (memory resources) being used by the message distribution execution unit
Read the value of the memory usage rate display section indicating the usage rate of , refer to the program management table, and select the one corresponding to the memory usage rate from among the application program AP names corresponding to the message type as the application program AP to be executed. By doing so, each application program A
It is possible to realize a program execution management method that improves the execution efficiency of the entire system without unnecessarily increasing the overhead of the execution time of P.

すなわち、これにより、実行域の逼迫しているときは、
システム全体の実行効率を高める疑似会話方式で構成さ
れたアプリケーションプログラムAPを、実行域に余裕
のある場合は、処理時間オーバヘッドの少ない会話方式
で構成されたアプリケーションプログラムAPを起動す
るわけである。
In other words, this means that when the execution area is tight,
If there is sufficient execution space, an application program AP configured using a pseudo-conversation method that increases the execution efficiency of the entire system is started, and an application program AP configured using a conversation method with less processing time overhead is activated.

〔実施例〕〔Example〕

以下、本発明の一実施例を図を用いて説明する。 An embodiment of the present invention will be described below with reference to the drawings.

第4図は、本発明の実施対象とするシステム構成図であ
り、ユーザの使用する端末11は、通信回線12を介し
てホスト計算機13と接続され、電文が端末とホスト間
を往来するものであることは先にも説明した。
FIG. 4 is a system configuration diagram to which the present invention is implemented, in which a terminal 11 used by a user is connected to a host computer 13 via a communication line 12, and messages are exchanged between the terminal and the host. I explained something earlier.

第1図は、本発明の一実施例の要部としてのホスト計算
機13の構成を示したブロック図である。
FIG. 1 is a block diagram showing the configuration of a host computer 13 as a main part of an embodiment of the present invention.

受信部21は端末からの信号を電文に組立て、電文振り
分け実行部22に受は渡す。電文振り分け実行部22は
電文内の電文種別を読みだし、プログラム管理制御表2
6とメモリ使用率表示部27を参照し、対応するアプリ
ケーションプログラムAP(25)をプログラムライブ
ラリ24の中がら割り出す。尚、この詳細については後
述する。
The receiving unit 21 assembles the signals from the terminal into a message and passes the message to the message distribution execution unit 22. The message distribution execution unit 22 reads the message type in the message and sends it to the program management control table 2.
6 and the memory usage rate display section 27, the corresponding application program AP (25) is determined from the program library 24. The details will be described later.

次にここで明らかになったアプリケーションプログラム
APがプログラムライブラリ24から、実行域23ヘロ
ードされ、実行される。
Next, the application program AP identified here is loaded from the program library 24 into the execution area 23 and executed.

第2図は第1図におけるプログラム管理制御表26の構
成を示している。ここで、ある電文種別61について、
メモリ使用率64に登録されている値以下の場合はAP
名1 (62)に登録されているアプリケーションプロ
グラムAPを実行し、これを越えた場合はAP名2 (
63)に登録されているアプリケーションプログラムA
Pを実行する事を示している。すなわち、ここでAPI
には会話型で構築されたアプリケーションプログラムA
Pを登録しておき、AP2には疑似会話型で構築された
アプリケーションプログラムAPを登録しておけば、実
行域の逼迫している時は疑似会話型のアプリケーション
プログラムAPが、そうでない場合には会話型のアプリ
ケーションプログラムAPが実行されることになる。但
し、ここで登録されているアプリケーションプログラム
APは同一の処理を行うものであることは言うまでもな
い。
FIG. 2 shows the structure of the program management control table 26 in FIG. 1. Here, regarding a certain message type 61,
If the memory usage rate is less than the value registered in 64, AP
The application program AP registered in name 1 (62) is executed, and if the number exceeds this, the application program AP registered in name 1 (62) is executed.
Application program A registered in 63)
This indicates that P is to be executed. That is, here the API
There is an application program A built in an interactive manner.
By registering P and registering an application program AP built in a pseudo-conversation type in AP2, the pseudo-conversation type application program AP can be used when the execution area is tight, and when it is not. An interactive application program AP will be executed. However, it goes without saying that the application programs AP registered here perform the same processing.

尚、メモリ使用率の如何を問わずある電文種別に対して
1意に会話型、疑似会話型のいずれかのアプリケーショ
ンプログラムAPを実行する場合は、AP名2(63)
とメモリ使用率64を空値にしておきAPPI3(62
)にその1意のアプリケーションプログラムAPを記入
しておくものとする。
In addition, when executing either a conversation type or a pseudo conversation type application program AP uniquely for a certain message type regardless of the memory usage rate, AP name 2 (63)
and the memory usage rate 64 is set to a blank value and APPI3 (62
) shall be filled in with the unique application program AP.

第3図は、本発明の特徴である第1図の電文振り分け実
行部22の処理を流れ図によって説明している。
FIG. 3 explains the processing of the message distribution execution unit 22 of FIG. 1, which is a feature of the present invention, using a flowchart.

まず、受信部21から受は渡された電文中から電文種別
を読み取る(ステップ71)。
First, the receiver reads the message type from the message passed from the receiving unit 21 (step 71).

そして、プログラム管理制御表26を参照し該電文種別
61に対応するメモリ使用率64の値aを知る(ステッ
プ72)。そして、この値aが空値(null)である
か、即ち、メモリ使用率表示部27の値すに拘らず同一
のアプリケーションプログラムAPを起動する様な指定
がされているかを判定する。
Then, with reference to the program management control table 26, the value a of the memory usage rate 64 corresponding to the message type 61 is determined (step 72). Then, it is determined whether this value a is null, that is, whether the same application program AP is specified to be started regardless of the value on the memory usage rate display section 27.

もし、空値であるならば、実行対象となるアプリケーシ
ョンプログラムAP名としてプログラム管理制御表26
のAPI (62)に登録されているアプリケーション
プログラムAP名を選択する(ステップ76)。
If it is a null value, the program management control table 26 is used as the application program AP name to be executed.
The application program AP name registered in the API (62) is selected (step 76).

一方、その値が空値でないならば、メモリ使用率表示部
27を参照し、実行域の使用率すを知り(ステップ74
)、メモリ使用率64の値aとの比較を行う(ステップ
75)。
On the other hand, if the value is not a null value, the memory usage rate display section 27 is referred to and the usage rate of the execution area is known (step 74).
), the memory usage rate 64 is compared with the value a (step 75).

もし、このメモリ使用率64の値aがプログラム管理制
御表26で指定した値す以下ならば、実行対象となるア
プリケーションプログラムAP名としてプログラム管理
制御表26のAPI (62)に登録されているアプリ
ケーションプログラムAP名を選択する(ステップ76
)。
If the value a of this memory usage rate 64 is less than the value specified in the program management control table 26, the application program registered in API (62) of the program management control table 26 as the application program AP name to be executed Select program AP name (step 76)
).

一方、越えているならば、AP2 (63)に登録され
ているアプリケーションプログラムAP名を選択する(
ステップ77)。
On the other hand, if it exceeds the limit, select the application program AP name registered in AP2 (63) (
Step 77).

そして、実行すべきアプリケーションプログラムAP名
の選択が完了したならば、選択されたアプリケーション
プログラムAPをプログラムライブラリ24から実行域
23にロードし実行する(ステップ78)。
When the selection of the application program AP name to be executed is completed, the selected application program AP is loaded from the program library 24 into the execution area 23 and executed (step 78).

以上説明した様に、本発明では電文振り分け実行部22
が、使用中の実行域(メモリ資源)の使用率を示すメモ
リ使用率表示部27の値を読み取り、プログラム管理制
御表27を参照し、該電文種別に対応するアプリケーシ
ョンプログラムAP名のうち、メモリ使用率に応じたも
のを実行対象アプリケーションプログラムAPとするこ
とにより、これを参照しながら、実行対象となるプログ
ラムを選択することにより、実行域の逼迫しているとき
は、システム全体の実行効率を高める疑似会話方式のア
プリケーションプログラムAPを、実行域に余裕のある
場合は、処理時間オーバヘッドの少ない会話方式で構成
されたアプリケーションプログラムAPを起動し、会話
型、疑似会話型のもつ問題点を克服する事が出来る。
As explained above, in the present invention, the message distribution execution unit 22
reads the value of the memory usage rate display section 27 indicating the usage rate of the execution area (memory resource) in use, refers to the program management control table 27, and selects the memory among the application program AP names corresponding to the message type. By setting the application program AP to be executed according to the usage rate and selecting the program to be executed while referring to this, when the execution area is tight, the execution efficiency of the entire system can be improved. If there is sufficient execution space, start an application program AP configured with a conversational method with less processing time overhead to overcome the problems of conversational and pseudoconversation types. I can do things.

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

以上述べたように、本発明によれば、実行域の逼迫して
いるときは、システム全体の実行効率を高める疑似会話
方式のものを、実行域に余裕のある場合は、処理時間オ
ーバヘッドの少ない会話方式で構成されたアプリケーシ
ョンプログラムAPを起動する事が可能となり、それぞ
れの短所を押え、長所を生かしたプログラムの実行管理
方式を実現する事が出来る。
As described above, according to the present invention, when the execution area is tight, a pseudo-conversation method that increases the execution efficiency of the entire system is used, and when the execution area is free, a pseudo conversation method is used that reduces processing time overhead. It becomes possible to start an application program AP configured in a conversational manner, and it is possible to realize a program execution management method that suppresses the shortcomings of each method and takes advantage of their strengths.

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

第1図は本発明の一実施例の要部としてのホスト計算機
の構成を示すブロック図、第2図は第1図におけるプロ
グラム管理制御表の構成を示す説明図、第3図は第1図
における電文振り分け実行部の処理の流れを示すフロー
チャート、第4図は本発明の実施対象とするシステム構
成図、第5図は会話型プログラムの構成を示す説明図、
第6図は疑似会話型プログラムの構成を示す説明図、第
7図は従来のプログラム管理制御表の構成を示す説明図
、である。 符号の説明 13・・・ホスト計算機、21・・・受信部、22・・
・電文振り分け実行部、23・・・実行域、24・・・
プログラムライブラリ、 25・・・アプリケーションプログ ラム (AP) 26・・・プログラム管理制御表、 7・・・メモリ使用率表示部、 28・・・引継情報域
FIG. 1 is a block diagram showing the configuration of a host computer as a main part of an embodiment of the present invention, FIG. 2 is an explanatory diagram showing the configuration of the program management control table in FIG. 1, and FIG. 3 is a diagram similar to the one shown in FIG. FIG. 4 is a system configuration diagram to which the present invention is implemented, FIG. 5 is an explanatory diagram showing the configuration of an interactive program,
FIG. 6 is an explanatory diagram showing the structure of a pseudo-conversational program, and FIG. 7 is an explanatory diagram showing the structure of a conventional program management control table. Explanation of symbols 13...Host computer, 21...Receiving unit, 22...
- Message distribution execution unit, 23... execution area, 24...
Program library, 25...Application program (AP) 26...Program management control table, 7...Memory usage rate display section, 28...Takeover information area

Claims (1)

【特許請求の範囲】 1)通信回線を介して端末と接続されたホスト計算機に
おいて、前記端末から送信された電文を受信し、その中
の電文種別情報を基に、計算機側に備えているプログラ
ムライブラリの中から、対応するアプリケーションプロ
グラムを探し出して計算機の実行域にロードして該プロ
グラムを実行し、その結果を前記端末へ返却するプログ
ラム実行管理方式において、 前記計算機で現在使用中の前記実行域としてのメモリ資
源の使用率を示すメモリ使用率表示部と、電文種別情報
を基にした同じアプリケーションプログラムであるが、
その時現在のメモリ使用率に応じて実行形式を異にする
アプリケーションプログラムを電文種別情報とメモリ使
用率の組み合わせに対応付けてテーブル化したプログラ
ム管理表と、 端末から受信した電文の中からその電文種別情報を知る
と共に、その時現在のメモリ使用率を前記メモリ使用率
表示部を参照して知り、該電文種別情報及びメモリ使用
率の組み合わせを基に前記プログラム管理表から所定の
実行形式を持つアプリケーションプログラムを割り出し
、該プログラムを前記プログラムライブラリの中から探
し出して計算機の実行域にロードする電文振り分け実行
部と、を具備したことを特徴とするプログラム実行管理
方式。
[Scope of Claims] 1) A program provided in the computer that receives a message transmitted from the terminal in a host computer connected to a terminal via a communication line, and based on the message type information therein. In a program execution management method that searches for a corresponding application program from a library, loads it into an execution area of a computer, executes the program, and returns the result to the terminal, the execution area currently being used by the computer. Although it is the same application program based on the memory usage rate display section and the message type information,
A program management table in which application programs whose execution formats differ depending on the current memory usage rate are mapped to combinations of message type information and memory usage rate, and the message type from among the messages received from the terminal. In addition to knowing the information, the current memory usage rate at that time is known by referring to the memory usage rate display section, and an application program having a predetermined execution format is selected from the program management table based on the combination of the message type information and memory usage rate. A program execution management method, comprising: a message distribution execution unit that determines the program, searches the program from the program library, and loads the program into an execution area of a computer.
JP25866489A 1989-10-05 1989-10-05 Program execution control system Pending JPH03121557A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25866489A JPH03121557A (en) 1989-10-05 1989-10-05 Program execution control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25866489A JPH03121557A (en) 1989-10-05 1989-10-05 Program execution control system

Publications (1)

Publication Number Publication Date
JPH03121557A true JPH03121557A (en) 1991-05-23

Family

ID=17323386

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25866489A Pending JPH03121557A (en) 1989-10-05 1989-10-05 Program execution control system

Country Status (1)

Country Link
JP (1) JPH03121557A (en)

Similar Documents

Publication Publication Date Title
US4435755A (en) Balanced channel finding method
US5754781A (en) Data transfer controller device for controlling data transferred by and among separate clusters
JPH0789268B2 (en) Screen display control method
CN110990169B (en) Structure and method for inter-process byte stream communication by using shared memory
CN112506676A (en) Inter-process data transmission method, computer device and storage medium
US5860026A (en) Information processing system for controlling operations of input/output devices of another clusters according to control instructions issued from a cluster
JPH03121557A (en) Program execution control system
JPH03219357A (en) Program execution control system
CN111258937B (en) Transmission method and system of ring type linked list DMA
CN115145179A (en) Processing controller and processing method for data receiving and transmitting shared buffer area
JPH064314A (en) Inter-task synchronizing communication equipment
CN110457077A (en) Intelligent Service method, device and equipment
EP0884682A2 (en) Cache memory management method for real time operating system
CN115543343B (en) Variable cross-thread operation method and device
JPH052468A (en) Buffer memory management system
JP3074722B2 (en) IC card communication system
CN114356242A (en) Data storage promotion method, data storage device and electronic equipment
JPS6061859A (en) Data communication system of microcomputer
JPH10320345A (en) Bus controller
JPH0340053A (en) Control system for plural communication procedures
JPS59108134A (en) Input/output controlling method
JPH0346052A (en) Inter-processor communication method
JPS60117357A (en) Terminal information processing system
CN102004746A (en) Data transfer control method and device
JPH09171493A (en) Data transfer device