JPH03219357A - Program execution control system - Google Patents

Program execution control system

Info

Publication number
JPH03219357A
JPH03219357A JP1369190A JP1369190A JPH03219357A JP H03219357 A JPH03219357 A JP H03219357A JP 1369190 A JP1369190 A JP 1369190A JP 1369190 A JP1369190 A JP 1369190A JP H03219357 A JPH03219357 A JP H03219357A
Authority
JP
Japan
Prior art keywords
program
message
application program
execution
messages
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
JP1369190A
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 JP1369190A priority Critical patent/JPH03219357A/en
Publication of JPH03219357A publication Critical patent/JPH03219357A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve the execution efficiency of the whole system by detecting an application program having a prescribed execution format from a program control table and loading the detected program to a computer. CONSTITUTION:The number of queuing telegrams is displayed on a queuing telegram number display part 27 and which application program AP25 out of a conversation type and a pseudo conversation type is to be executed is registered in the program control table 26 in accordance with the number of queuing telegrams in each sort of telegrams. Both the APs are referred during the period of a telegram distribution time and the AP 25 to be executed is selected. When there are many queuing telegrams, the false conversation type AP 25 is started in order to improve the execution efficiency of the whole system, and when the number of queuing telegrams is small, the conversational type AP 25 can be started. Consequently, the execution efficiency of the whole system can be improved without unnecessarily increasing the overhead of the execution time of individual AP.

Description

【発明の詳細な説明】 [産業上の利用分野〕 本発明は、プログラム実行管理方式、即ち通信回線を介
して端末と接続されたホスト計算機において、該端末か
ら送信された電文を受信し、その中の電文種別情報を基
に、計算機側のプログラムライブラリの中から、対応す
るアプリケーションプログラムを捜し出して計算機の実
行域にロードし該プログラムを実行して、その結果を前
記端末へ返却するプログラム実行管理方式に関す名もの
である。
[Detailed Description of the Invention] [Industrial Application Field] 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 for a corresponding application program from the computer's program library 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 a famous work regarding 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 indicating that the amount of inventory has increased by this amount is sent from the terminal side to the host computer during deposit processing such as recording and displaying the amount withdrawn, or inventory management, etc., the host computer displays the corresponding amount of inventory. There are many examples of inventory processing, such as executing a processing application program and outputting the results to a terminal. The present invention relates to such a program execution management method.

〔従来の技術] 従来、第4図のシステム構成図に示すような、端末11
と、この端末からの電文を通信回線12を介して受けて
該当のアプリケーションプログラムAPを実行し、処理
結果を端末11に返却するホスト計算機13から成る処
理方式において、処理要求となる電文は待行列として管
理され、メモリ等の資源が準備され実行可能な状態とな
ると、順次、待行列の中から、その電文に記された電文
種別をもとに対応するアプリケーションプログラムAP
名を予め登録されたプログラム管理制御表より割り出し
、プログラムライブラリから捜し出し、計算機の実行域
にロードし実行制御する方式%式% この時、1つの処理が端末との複数の電文のやり取りに
より構成される場合、電文を端末側に送信し、次の電文
を待つ間も、そのアプリケーションプログラムAPは実
行域(メモリ上)に居座りメモリなどの資源を占有し、
システム全体としては効率の悪いものとなっていた。ま
た、この時実行待となっている電文が多いと後続の電文
は多大な実行待ち時間を被らざるを得なかった(会話型
) 一方、この問題を解決する為に、1つのアプリケーショ
ンプログラムAPを電文の送受信に合わせて複数のアプ
リケーションプログラムAPに分割し、電文を端末側に
送信した段階で、処理の中間結果と、次に該端末から電
文が上がってきた場合に実行するアプリケーションプロ
グラムAP名を待避し実行域の開放を行い、次の電文が
上がってきたときは、該アプリケーションプログラムA
Pをプログラムライブラリから割り出し実行域でロード
し、該中間結果を引継実行する方式がとられてきた(疑
似会話型)。
[Prior Art] Conventionally, a terminal 11 as shown in the system configuration diagram of FIG.
In a processing method consisting of a host computer 13 that receives a message from this terminal via a communication line 12, executes the corresponding application program AP, and returns the processing result to the terminal 11, the message serving as a processing request is placed in a queue. When resources such as memory are prepared and the message becomes executable, the corresponding application program AP is sequentially selected from the queue based on the message type written in the message.
A method in which the name is determined from a pre-registered program management control table, searched from the program library, loaded into the execution area of the computer, and controlled for execution.At this time, one process consists of exchanging multiple messages with the terminal. When sending a message to the terminal side and waiting for the next message, the application program AP remains in the execution area (in memory) and occupies resources such as memory.
The overall system was inefficient. In addition, if there are many messages waiting to be executed at this time, subsequent messages have to take a long time to wait for execution (conversational type).However, in order to solve this problem, one application program AP is divided into multiple application programs AP according to the sending and receiving of the message, and when the message is sent to the terminal side, the intermediate result of the processing and the name of the application program AP to be executed when the message is sent from the terminal next time. is saved and the execution area is released, and when the next message comes up, the corresponding application program A
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 and writing and reading the 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)は端
末への電文発出を行うものである。会話型プログラムと
は端末との複数の電文授受を伴うlまとまりの業務をI
APO中で行うものである。この形態では、アプリケー
ションプログラムAPが電文を端末に送信し、次の端末
からの電文を待っている期間もアプリケーションプログ
ラムAPは実行域を占有するため待行列に溜っている電
文は実行順序が回ってこす長時間の待状態におかれる。
Further, the instruction 5END MESSAGE (32) is for sending a message to the terminal. A conversational program is a set of tasks that involve sending and receiving multiple messages to and from a terminal.
This is done during APO. In this form, the application program AP occupies the execution area while the application program AP sends a message to the terminal and waits for the next message from the terminal, so the messages accumulated in the queue are out of order of execution. You will be left in a waiting state for a long time.

また、システム全体の処理効率の悪い形態という欠点も
持っている。
It also has the disadvantage that the processing efficiency of the entire system is poor.

第6図は疑似会話型プログラムの構成を示している。疑
似会話型プログラムとは端末との複数の電文授受を伴う
1まとまりの業務を複数のアプリケーションプログラム
APに分割し、途中の処理結果をアプリケーションプロ
グラムA2間で引継情報域に待避し、アプリケーション
プログラムA2間で引継ながら、1まとまりの業務を完
遂させるものである。
FIG. 6 shows the structure of a pseudo conversational program. What is a pseudo-conversation program? A set of tasks that involve sending and receiving multiple messages to and from a terminal is divided into multiple application programs AP, and intermediate processing results are saved in the transfer information area between application programs A2 and 2. The task is to complete one set of tasks while taking over the task.

命令SE’l”  HIKITSUGI(41)は処理
結果を指定の引継領域に待避し、次に該端末からの電文
を受取り、アプリケーションプログラムAPが起動され
たときは、そのアプリケーションプログラムAPに該情
報を引き継ぐものである。
The command SE'l'' HIKITSUGI (41) saves the processing results in the designated takeover area, then receives a message from the terminal, and when the application program AP is started, takes over the information to the application program AP. It is something.

この形態では、アプリケーションプログラムAPが電文
を端末に送信し、端末からの次の電文を待っている期間
は、実行域を開放し別のアプリケ−ジョンプログラムA
Pに引き渡すため、待行列に溜っている電文の中で優先
度の高いものが実行されるため、システム全体の処理効
率は向上する。
In this form, during the period 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
In order to hand over the message to P, the one with the highest priority among the messages accumulated in the queue is executed, thereby improving the processing efficiency of the entire system.

しかし、アプリケーションプログラムAP及び引継情報
の待避と再ロードのためのオーバヘッドが増加すると言
う問題が発生する。
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.

(発明が解決しようとする課題〕 上記従来技術の問題点は、システムに対する処理要求の
量、すなわち、特電文の数を考慮することなく、プログ
ラムの実行を1意的な方式で管理していた為に発生した
ものである。
(Problems to be Solved by the Invention) The problem with the prior art described above is that program execution is managed in a unique manner without considering the amount of processing requests to the system, that is, the number of special messages. This occurred because of this.

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

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

上記目的は、処理待と成っている電文数を示す待電文数
表示部を設けると共に、電文種別毎に、待電文数に応じ
て会話型、疑似会話型のいずれのアプリケーションプロ
グラムAPを実行するかをプログラム管理表に登録して
おき、電文振り分け実行時間に両者を参照して、実行対
象となるアプリケーションプログラムAPを選択するこ
とにより達成される。
The above purpose is to provide a waiting message count display section that shows the number of messages waiting to be processed, and to determine whether the application program AP, conversational or pseudo-conversational, is executed depending on the number of waiting messages for each message type. This is achieved by registering the application program AP in the program management table, and referring to both during message distribution execution time to select the application program AP to be executed.

[作用〕 電文振り分け実行部が、特電文の量を示す待電文数表示
部の値を読み取り、プログラム管理表を参照し、該電文
種別に対応するアプリケーションプログラムAP名のう
ち、該待電文数に応じたものを実行対象アプリケーショ
ンプログラムA、 Pとすることにより、個々のアプリ
ケーションプログラムAPの実行時間のオーバヘッドを
不必要に増加することなく、システム全体の実行効率を
高めるプログラム実行管理方式を実現することが出来る
[Operation] The message distribution execution unit reads the value of the number of pending messages display unit indicating the amount of special messages, refers to the program management table, and selects the number of pending messages from among the application program AP names corresponding to the message type. To realize a program execution management method that increases the execution efficiency of the entire system without unnecessarily increasing the execution time overhead of each application program AP by setting the application programs A and P to be executed according to the application program. I can do it.

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

(実施例] 以下、本発明の一実施例を図を用いて説明する。(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の構成を示したブロツク図である。受信部21
は端末11からの信号を電文に組み立て、特電文29と
して保存する。電文振り分け実行部22は、特電文内で
最も優先度の高い電文を取り出し、電文内の電文種別を
読みだし、プログラム管理制御表26と待電文数表示部
27を参照し、対応するアプリケーションプログラムA
P(25)をプログラムライブラリ24の中から割り出
す。尚、この詳細については後述する。28は引継情報
域である。
FIG. 1 is a block diagram showing the configuration of a host computer 13 as the main part of an embodiment of the present invention. Receiving section 21
assembles the signals from the terminal 11 into a telegram and saves it as a special telegram 29. The message distribution execution unit 22 extracts the message with the highest priority among the special messages, reads the message type in the message, refers to the program management control table 26 and the number of waiting messages display unit 27, and selects the corresponding application program A.
P(25) is determined from the program library 24. The details will be described later. 28 is a takeover information area.

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

第2図は第1図におけるプログラム管理制御表26の構
成を示している。ここで、ある電文種別61について、
その待電文数が、待電文数64に登録されている値以下
の場合はAP名1 (62)に登録されているアプリケ
ーションプログラムAPを実行し、これを越えた場合は
AP名2 (63)に登録されているアプリケーション
プログラム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 number of waiting messages is less than the value registered in the number of waiting messages 64, the application program AP registered in AP name 1 (62) is executed, and if it exceeds this value, the application program AP registered in AP name 2 (63) is executed. This indicates that the application program AP registered in .

すなわち、ここでAPIには会話型で構成されたアプリ
ケーションプログラムAPを登録しておき、AP2には
疑似会話型で構築されたアプリケーションプログラムA
Pが登録されている。但し、ここで登録されているアプ
リケーションプログラムAPはいずれも同一の処理を行
うものであることは言うまでもない。
That is, here, an application program AP configured as a conversational type is registered in API, and an application program A configured as a pseudo conversational type is registered in AP2.
P is registered. However, it goes without saying that all of the application programs AP registered here perform the same processing.

尚、待電文数の如何を問わずある電文種別に対して1意
に会話型、疑似会話型のいずれかのアプリケーションプ
ログラムAPを実行する場合は、AP名2(63)と待
電文数64は空値にしておきAPPI362)にその1
意のアプリケーションプログラムAPを記入しておくも
のとする。
In addition, when executing either a conversation type or pseudo conversation type application program AP uniquely for a certain message type regardless of the number of waiting messages, the AP name 2 (63) and the number of waiting messages 64 are Leave it blank and set it to APPI362) Part 1
The desired application program AP shall be entered.

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

まず、特電文29から引き出した電文中から電文種別を
読み取る(ステップ71)。
First, the message type is read from the message extracted from the special message 29 (step 71).

そして、プログラム管理制御表26を参照し該電文種別
61に対応する待電文数64の値aを知る(ステップ7
2)。そして、この値aが空値(null)であるか、
即ち、待電文数表示部27の値すに拘らず同一のアプリ
ケーションプログラムAPを起動する様な指定がされて
いるが、を判定する。
Then, referring to the program management control table 26, the value a of the number of waiting messages 64 corresponding to the message type 61 is known (step 7
2). Then, whether this value a is null,
That is, it is determined whether the same application program AP is specified to be started regardless of the value on the waiting message number 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 waiting message number display section 27
, the number of waiting messages is known (step 74), and the number of waiting messages is compared with the value a of 64 (step 75).

もし、この待電文数の値すがプログラム管理制御表26
で指定した値a以下ならば、実行対象となるアプリケー
ションプログラムAP名としてプログラム管理制御表2
6のAPI (62)に登録されているアプリケーショ
ンプログラムAP名を選択する(ステップ76)。
If the value of this number of waiting messages is
If the value is less than or equal to the value a specified in , program management control table 2 is used as the application program AP name to be executed.
The application program AP name registered in the API (62) of No. 6 is selected (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).

以上説明したように、本発明では電文振り分け実行部2
2が、その時点での待電文数を示す待電文数表示部27
の値を読み取り、プロゲラl、管理制御表26を参照し
、該電文種別に対応するアプリケーションプログラムA
P名のうち、待電文数に応じたものを実行対象アプリケ
ーションプログラムAPとすることにより、これを参照
しながら、実行対象となるプログラムを参照しながら、
実行対象となるプログラムを選択することにより、待電
文数が多いときは、システム全体の実行効率を高める疑
似会話方式のアプリケーションプロゲラ、!、APを、
待電文数が少ない場合は、処理時間オーバヘッドの少な
い会話方式で構成されたアプリケーションプログラムA
Pを起動し、会話型、疑似会話型のもつ問題点を克服す
ることが出来る。
As explained above, in the present invention, the message distribution execution unit 2
2 is a waiting message number display section 27 that indicates the number of waiting messages at that time.
Read the value of Progera, refer to the management control table 26, and select the application program A corresponding to the message type.
By setting the P name corresponding to the number of waiting messages as the execution target application program AP, while referring to this and referring to the program to be executed,
By selecting the program to be executed, when there are many waiting messages, a pseudo-conversation type application Progera increases the execution efficiency of the entire system! , AP,
If the number of waiting messages is small, application program A is configured using a conversation method with low processing time overhead.
P can be activated to overcome the problems of conversational and pseudo-conversation types.

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

以上述べたように、本発明によれば、待電文数が多い時
は、システl、全体の実行効率を高める疑似会話方式の
ものを、待電文数が少ない場合は、処理時間オーバヘッ
ドの少ない会話方式で構成されたアプリケーションプロ
グラムAPを起動する事が可能となり、それぞれの短所
を押え、長所を生かしたプログラムの実行管理方式を実
現する事が出来る。
As described above, according to the present invention, when the number of waiting messages is large, the system uses a pseudo-conversation method that increases the overall execution efficiency, and when the number of waiting messages is small, the system uses a pseudo-conversation method that reduces processing time overhead. It is now possible to start an application program AP configured using the above methods, and it is possible to realize a program execution management method that takes advantage of the strengths while suppressing the shortcomings of each method.

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

第1図は本発明の一実施例の要部としてのホスト計算機
の構成を示すブロック図、第2図は第1図におけるプロ
ゲラl、管理制御表の構成を示す説明図、第3図は第1
図における電文振り分け実行部の処理の流れを示すフロ
ーチャート、第4図は本発明の実施対象とするシステム
の構成図、第5図は会話型プログラムの構成を示す説明
図、第6図は疑似会話型プログラムの構成を示す説明図
、第7図は従来のプログラム管理制御表の構成を示す説
明図、である。 符号の説明
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 progera l and management control table in FIG. 1, and FIG. 1
Flowchart showing the processing flow of the message distribution execution unit in the figure, FIG. 4 is a configuration diagram of a system to which the present invention is implemented, FIG. 5 is an explanatory diagram showing the configuration of a conversational program, and FIG. 6 is a pseudo conversation. FIG. 7 is an explanatory diagram showing the structure of a conventional program management control table. Explanation of symbols

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 the execution area of a computer, executes the program, and returns the result to the terminal, the application program is currently waiting to be processed on the computer. The number of waiting messages display section shows the number of messages, and the application program is the same application program based on the message type information, but the execution format differs depending on the current number of waiting messages. Knowing the message type information from a program management table that is made into a table corresponding to the number combinations and the message received from the terminal, and also knowing the current number of waiting messages at that time by referring to the waiting message number display section, Determine an application program having a predetermined execution format from the program management table based on the combination of the message type information and the number of waiting messages;
A program execution management system comprising: a message distribution execution unit that searches the program from the program library and loads the program into an execution area of a computer.
JP1369190A 1990-01-25 1990-01-25 Program execution control system Pending JPH03219357A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1369190A JPH03219357A (en) 1990-01-25 1990-01-25 Program execution control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1369190A JPH03219357A (en) 1990-01-25 1990-01-25 Program execution control system

Publications (1)

Publication Number Publication Date
JPH03219357A true JPH03219357A (en) 1991-09-26

Family

ID=11840214

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1369190A Pending JPH03219357A (en) 1990-01-25 1990-01-25 Program execution control system

Country Status (1)

Country Link
JP (1) JPH03219357A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06348739A (en) * 1993-06-10 1994-12-22 Nec Corp Banking system
JPH07110838A (en) * 1993-10-12 1995-04-25 Nec Corp Daily processing management method in banking system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06348739A (en) * 1993-06-10 1994-12-22 Nec Corp Banking system
JPH07110838A (en) * 1993-10-12 1995-04-25 Nec Corp Daily processing management method in banking system

Similar Documents

Publication Publication Date Title
US4435755A (en) Balanced channel finding method
US7526629B2 (en) Vector processing apparatus with overtaking function to change instruction execution order
US20150254117A1 (en) Apparatus and method for executing agent
CN110138662A (en) Session entry processing method, device and multiple nucleus system in multiple nucleus system
CN110489242B (en) Distributed data computing method, device, terminal equipment and storage medium
CN108984321A (en) A kind of mobile terminal and its method for limiting, the storage medium of interprocess communication
JPH03219357A (en) Program execution control system
CN111310638A (en) Data processing method and device and computer readable storage medium
CN113656374A (en) Method and device for processing service message with attachment
CN202548823U (en) Non-blocking coprocessor interface system
JPH03121557A (en) Program execution control system
EP1118942A2 (en) Method of and system for managing reselection on a scsi bus
US6052713A (en) Technique for transmitting/storing multi sub data
JPH0449146B2 (en)
KR100615694B1 (en) Control system for controlling plural function block
JPH08137703A (en) Task switching device
CN111143078B (en) Data processing method, device and computer readable storage medium
JP2903525B2 (en) Job management method
CN106330498B (en) Remote data service method and device
JP2003317039A (en) Command control method, ic card use terminal device, and memory card
JP2517851B2 (en) Parallel priority control method
JPH03241442A (en) Store buffer control system
JP2001344119A (en) Transaction execution control system and transaction execution control method
JPH07114522A (en) Multiprocessor system
CN118118434A (en) Management data processing device and method for reducing processing delay