JPH01149157A - Process control system in interactive type processing system - Google Patents

Process control system in interactive type processing system

Info

Publication number
JPH01149157A
JPH01149157A JP30845587A JP30845587A JPH01149157A JP H01149157 A JPH01149157 A JP H01149157A JP 30845587 A JP30845587 A JP 30845587A JP 30845587 A JP30845587 A JP 30845587A JP H01149157 A JPH01149157 A JP H01149157A
Authority
JP
Japan
Prior art keywords
information
application program
terminal device
swap
execution
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
JP30845587A
Other languages
Japanese (ja)
Inventor
Toshiaki Hashimoto
敏昭 橋本
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 JP30845587A priority Critical patent/JPH01149157A/en
Publication of JPH01149157A publication Critical patent/JPH01149157A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve a response performance by previously activating a process corresponding to an application program and completing the initialization of the process. CONSTITUTION:Initially, a process initializing and activating means 2 activates the process corresponding to the application program at the time of leading an interactive type processing system to initialize. Thereafter, a process stopping means 3 is activated to temporarily suspend the operating state of the initializing process. Then, a process shifting means 7 refers to process information held by a process information holding means 4 to the activating instruction of the application program from a terminal equipment 11 to shift process swap information in a swap file 12 relating to the corresponding process to a resuming process. Thereafter, a process execution resuming means 8 resumes the execution of the resuming process from the operating state at the time of stopping.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はデータ処理システムにおけるプロセス制御方式
に関し、特に会話型処理システムにおけるプロセス制御
方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a process control method in a data processing system, and particularly to a process control method in an interactive processing system.

〔従来の技術〕[Conventional technology]

従来、端末装置上のプログラムとの連係によってホスト
コンピュータ上で動作するアプリケーションプログラム
(分散処理アプリケーションプログラム等のプログラム
)が会話処理制御プログラム等で実現される会話処理制
御部の制御の下でプロセス(アプリケーションプログラ
ムが動作する上で必要となる各種資源(メモリや中央処
理装置等)等の動作環境が設定された手続き)として実
行される場合の会話型処理システムのプロセス制御方式
では、会話処理制御部により端末装置の利用者による会
話処理セツションの開設要求に対して利用者資格(会話
処理セツションを開設するのに妥当な利用者であるか否
かの資格)が判定され、その判定において妥当な会話処
理セツションの開設要求であるという認証がなされると
その認証に基づいて会話処理セツションが開設され、さ
らに会話処理制御部により端末装置の利用者から入力さ
れるアプリケーションプログラムの起動指示に基づいて
アプリケーションプログラムに対応するプロセスが起動
されていた。
Conventionally, an application program (program such as a distributed processing application program) that runs on a host computer in conjunction with a program on a terminal device is processed under the control of a conversation processing control unit realized by a conversation processing control program, etc. In the process control method of a conversational processing system, when a program is executed as a procedure in which the operating environment such as various resources (memory, central processing unit, etc.) that are necessary for running the program are set, the conversation processing control unit In response to a request to open a conversation processing session by a user of a terminal device, user qualifications (qualifications that determine whether the user is valid for opening a conversation processing session) are determined, and based on that determination, appropriate conversation processing is performed. When the session opening request is authenticated, a conversation processing session is opened based on the authentication, and the conversation processing control unit starts the application program based on an application program startup instruction input by the terminal device user. The corresponding process was started.

この場合に、アプリケーションプログラムにより使用さ
れる作業ファイルの初期化や利用者ファイルの割当て等
のアプリケーションプログラムに固有な動作環境の設定
処理は、常に端末装置の利用者によるアプリケーション
プログラムの起動指示があった後に行われていた。例え
ば、利用者ファイルをアクセスするアプリケーションプ
ログラムにおいては、アプリケーションプログラムに対
して利用者ファイルが割り当てられてからプロセスが起
動される場合であっても利用者ファイルの割当て以外の
動作環境設定処理が行われてプロセスが起動されてから
動的に利用者ファイルがアクセスされて割り当てられる
場合であっても、端末装置からのアプリケーションプロ
グラムの起動指示があった後に利用者ファイルの割当て
やアクセスが行われていた。
In this case, the process of setting up the operating environment specific to the application program, such as initializing work files used by the application program and allocating user files, is always performed at the request of the user of the terminal device to start the application program. It was done later. For example, in an application program that accesses a user file, even if the process is started after the user file is allocated to the application program, operating environment setting processing other than user file allocation is not performed. Even when user files are dynamically accessed and allocated after a process is started, the user files are allocated and accessed after the application program is instructed to start from the terminal device. .

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来の会話型処理システムにおけるプロセス制
御方式では、アプリケーションプログラムに固有な動作
環境の設定処理が端末装置の利用者によるアプリケーシ
ョンプログラムの起動指示があった後に行われているの
で、端末装置からのアプリケーションプログラムの起動
要求に対するホストコンピュータから端末装置への初期
応答時間が長くなる(これによって、例えば端末装置と
ホストコンピュータとの連係により行われる分散処理の
目的である応答性能の向上を目的通りに図ることができ
ない)という欠点がある。
In the process control method of the conventional interactive processing system described above, the setting process of the operating environment specific to the application program is performed after the terminal device user issues an instruction to start the application program. The initial response time from the host computer to the terminal device in response to a request to start an application program becomes longer. The disadvantage is that it cannot be done.

本発明の目的は、上述の点に鑑み、あらかじめアプリケ
ーションプログラムに対応するプロセスの起動を行いそ
のプロセスの初期化処理(そのプロセスに対応するアプ
リケーションプログラムに固有な動作環境の設定処理等
)を終了させておくことにより、端末装置からのアプリ
ケーションプログラムの起動要求に対するホストコンピ
ュータから端末装置への初期応答時間を短縮することが
できる会話型処理システムにおけるプロセス制御方式を
従供することにある。
In view of the above-mentioned points, an object of the present invention is to start a process corresponding to an application program in advance and finish the initialization process (setting process of an operating environment specific to the application program corresponding to the process, etc.) of that process. An object of the present invention is to provide a process control method in an interactive processing system that can shorten the initial response time from a host computer to a terminal device in response to a request to start an application program from a terminal device.

〔問題点を解決するための手段〕[Means for solving problems]

本発明の会話型処理システムにおけるプロセス制御方式
は、会話型処理システムの立上げ時にアプリケーション
プログラムに対応するプロセスを起動し初期化処理を行
わせるプロセス初期起動手段と、このプロセス初期起動
手段により起動されて初期化処理を行ったプロセスの動
作状態を一時的に停止してその時点におけるプロセスス
ワップ情報をスワップファイルに出力するプロセス停止
手段と、このプロセス停止手段により停止されたプロセ
スのプロセス情報を保持するプロセス情報保持手段と、
端末装置からのアプリケーションプログラムの起動指示
に対して前記プロセス情報保持手段により保持されてい
るプロセス情報を参照しその参照に基づき端末装置から
の起動指示に係るアプリケーションプログラムに対応す
るプロセスに関するスワップファイル中のプロセススワ
ップ情報を端末装置からの会話処理セツションの開設要
求に基づいて起動されている再開プロセスに移送するプ
ロセス移送手段と、端末装置からの起動指示に係るアプ
リケーションプログラムに対応するプロセスが前記プロ
セス停止手段により停止された時点の動作状態の格納が
前記プロセス移送手段によるプロセススワップ情報の移
送により行われた再開プロセスの実行を停止時の動作状
態から再開させるプロセス実行再開手段とを有する。
The process control method in the interactive processing system of the present invention includes a process initial starting means for starting a process corresponding to an application program to perform initialization processing when the interactive processing system is started up, and a process initial starting means for starting a process corresponding to an application program to perform initialization processing. A process stop means that temporarily stops the operating state of a process that has been initialized and outputs process swap information at that point to a swap file, and retains process information of the process stopped by this process stop means. Process information holding means;
In response to an instruction to start an application program from a terminal device, the process information held by the process information holding means is referred to, and based on the reference, information in the swap file regarding the process corresponding to the application program related to the instruction to start from the terminal device is stored. A process transfer means for transferring process swap information to a restart process activated based on a request to open a conversation processing session from a terminal device, and a process corresponding to an application program related to an activation instruction from the terminal device that stops the process. and a process execution resuming means for resuming the execution of the resumed process from the operating state at the time of the stop, where the operating state at the time when the operating state was stopped by the process transporting means was transferred by the process transporting means.

〔作用〕[Effect]

本発明の会話型処理システムにおけるプロセス制御方式
では、プロセス初期起動手段が会話型処理システムの立
上げ時にアプリケーションプログラムに対応するプロセ
スを起動し初期化処理を行わせ、プロセス停止手段がプ
ロセス初期起動手段により起動されて初期化処理を行っ
たプロセスの動作状態を一時的に停止してその時点にお
けるプロセススワップ情報をスワップファイルに出力し
、プロセス情報保持手段がプロセス停止手段により停止
されたプロセスのプロセス情報を保持し、プロセス移送
手段が端末装置からのアプリケーションプログラムの起
動指示に対してプロセス情報保持手段により保持されて
いるプロセス情報を参照しその参照に基づき端末装置か
らの起動指示に係るアプリケーションプログラムに対応
するプロセスに関するスワップファイル中のプロセスス
ワップ情報を端末装置からの会話処理セツションの開設
要求に基づいて起動されている再開プロセスに移送し、
プロセス実行再開手段が端末装置からの起動指示に係る
アプリケーションプログラムに対応するプロセスがプロ
セス停止手段により停止された時点の動作状態の格納が
プロセス移送手段によるプロセススワップ情報の移送に
より行われた再開プロセスの実行を停止時の動作状態か
ら再開させる。
In the process control method in the interactive processing system of the present invention, the process initial starting means starts the process corresponding to the application program to perform initialization processing when the interactive processing system is started up, and the process stopping means starts the process corresponding to the application program and causes it to perform initialization processing, and the process stopping means The operating state of the process that was started and initialized is temporarily stopped, the process swap information at that point is output to the swap file, and the process information holding means stores the process information of the process stopped by the process stopping means. The process transfer means refers to the process information held by the process information holding means in response to an application program startup instruction from the terminal device, and based on that reference, responds to the application program related to the startup instruction from the terminal device. transfers the process swap information in the swap file regarding the process to be executed to the restart process that is activated based on a request to open a conversation processing session from the terminal device;
The process execution resuming means stores the operating state at the time when the process corresponding to the application program for which the startup instruction is issued from the terminal device is stopped by the process stopping means, and the restarting process is performed by transferring process swap information by the process transporting means. Resumes execution from the operating state it was in when it stopped.

〔実施例〕〔Example〕

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

第1図は、本発明の会話型処理システムにおけるプロセ
ス制御方式の一実施例の構成を示すブロック図である0
本実施例の会話型処理システムにおけるプロセス制御方
式は、会話処理制御部lと、端末装置11からの会話処
理セツションの開設要求に基づいて起動される再開プロ
セスIOと、キーボード(図示せず)や表示装置(図示
せず)等ををする端末装置11と、プロセス91〜9n
に係るプロセススワップ情報(プロセス停止手段3によ
り停止された時点のプロセス91〜9nの動作状態を示
すメモリ上の情報等)が格納されるスワップファイル1
2と、会話処理制御部1の制御の下に動作する複数のア
プリケーションプログラム(図示せず)に対応する複数
(n (正整数))のプロセス91〜9n(同一のアプ
リケーションプログラムに対応して利用者の異なる複数
のプロセスが生成され起動されることもある)とから構
成されている。
FIG. 1 is a block diagram showing the configuration of an embodiment of a process control method in an interactive processing system of the present invention.
The process control method in the conversational processing system of this embodiment consists of a conversational processing control unit 1, a restart process IO activated based on a request for opening a conversational processing session from the terminal device 11, and a keyboard (not shown). A terminal device 11 that displays a display device (not shown), etc., and processes 91 to 9n.
A swap file 1 in which process swap information (information on memory indicating the operating state of the processes 91 to 9n at the time they are stopped by the process stopping means 3, etc.) is stored.
2, and a plurality of (n (positive integer)) processes 91 to 9n (used corresponding to the same application program) corresponding to a plurality of application programs (not shown) operating under the control of the conversation processing control unit 1. (In some cases, multiple processes with different users are created and started.)

会話処理制御部lは、例えば会話処理制御プログラムで
実現され、プロセス初期起動手段2と、プロセス停止手
段3と、プロセス情報保持手段4と、プロセス保持テー
ブル5と、セツション制御手段6と、プロセス移送手段
7と、プロセス実行再開手段8とを含んで構成されてい
る。
The conversation processing control unit 1 is realized, for example, by a conversation processing control program, and includes a process initial starting means 2, a process stopping means 3, a process information holding means 4, a process holding table 5, a session control means 6, and a process transfer means. The process execution restart means 7 and the process execution restart means 8 are included.

第2図は、プロセス移送手段7によるプロセス保持テー
ブル5のサーチ処理およびプロセス保持テーブル5に保
持されているプロセス情報の構成を示すブロック図であ
る。この図を参照すると、プロセス保持テーブル5は、
プロセス91〜9n毎にプロセス番号101.利用者識
別情報102.アプリケーションプログラム名103お
よび実行再開情報104を有するプロセス情報を保持し
ている。
FIG. 2 is a block diagram showing the search process of the process holding table 5 by the process transfer means 7 and the structure of the process information held in the process holding table 5. Referring to this figure, the process holding table 5 is
Process number 101 for each process 91 to 9n. User identification information 102. It holds process information including an application program name 103 and execution restart information 104.

次に、このように構成された本実施例の会話型処理シス
テムにおけるプロセス制御方式の動作について説明する
Next, the operation of the process control method in the interactive processing system of this embodiment configured as described above will be explained.

会話処理制御部1の外部に存在するシステムファイル(
図示せず)内のアプリケーションプログラムの起動指示
を示す起動コマンドが端末装置11から入力される以前
(本実施例の会話型処理システムにおけるプロセス制御
方式が実現される会話型処理システムの立上げ時)に、
会話処理制御部lに対してあらかじめ与えられているシ
ステム構成情報(端末装置11から要求される会話処理
セツションの開設要求で入力される可能性のある利用者
識別情報102(プロセス保持テーブル5内のプロセス
情報中の利用者識別情報102と同一の情報であるので
r102 Jの符号を付して示す。以下、プロセス情報
中の情報以外で101〜104の符号を付して示す情報
においても同様)や端末装置11から入力される起動コ
マンドで指定される可能性のあるアプリケーションプロ
グラム名103等を有する情報)に基づいて会話処理制
御部1内のプロセス初期起動手段2により各アプリケー
ションプログラムに対応するプロセス91〜9nの起動
が行われる(個々のプロセスについては、従来の会話型
処理システムにおけるプロセス制御方式において端末装
置11からの会話処理セツションの開設要求が発生し端
末装置11からの起動コマンドの入力が行われた場合の
処理と同様の処理が行われる)。
A system file (
(not shown) before a startup command indicating a startup instruction for an application program is input from the terminal device 11 (at the time of startup of the interactive processing system in which the process control method in the interactive processing system of this embodiment is realized) To,
System configuration information given in advance to the conversation processing control unit l (user identification information 102 (in the process holding table 5) that may be input in a request to open a conversation processing session requested from the terminal device 11) Since it is the same information as the user identification information 102 in the process information, it is indicated with the code r102 J.Hereinafter, the same applies to information other than the information in the process information that is indicated with the codes 101 to 104) The process initialization means 2 in the conversation processing control unit 1 processes the process corresponding to each application program based on information including the application program name 103, etc. that may be specified by the startup command input from the terminal device 11. 91 to 9n are started (for individual processes, in the process control method of the conventional conversational processing system, a request to open a conversation processing session is generated from the terminal device 11, and a startup command is input from the terminal device 11. (The same processing would be performed if the

起動されたプロセス91〜9nでは自己に固有な動作環
境の設定処理等の初期化処理が行われ、端末装置11と
の通信処理待ちの状態でプロセス停止手段3が呼び出さ
れる。
The activated processes 91 to 9n perform initialization processing such as setting their own operating environment, and the process stopping means 3 is called while waiting for communication processing with the terminal device 11.

プロセス停止手段3では、初期化処理が終了したプロセ
ス91〜9nの動作状態を保持するためにその時点のプ
ロセス91〜9nに関するメモリ内容等の情Il(プロ
セス停止手段3により停止された時点のプロセス91〜
9nの動作状態を示すメモリ上の情報等)がプロセスス
ワップ情報としてスワンプファイル12に退避され、そ
の時点でプロセス91〜9nが一時的に停止されてその
旨がプロセス情flJ保持手段4に通知される。
The process stopping means 3 stores information such as memory contents related to the processes 91 to 9n at that point in time (processes at the time when the processes stopped by the process stopping means 3 91~
9n's operating state) is saved in the swamp file 12 as process swap information, and at that point, the processes 91 to 9n are temporarily stopped and the process information flJ holding means 4 is notified of this. Ru.

プロセス情報保持手段4では、停止状態にされたプロセ
ス91〜9nのそれぞれのプロセス番号101 。
The process information holding means 4 stores the process numbers 101 of each of the stopped processes 91 to 9n.

利用者識別情@102 、アプリケーションプログラム
名103およびプログラム実行再開情tl1104  
(プロセス91〜9nに係るレジスタ(図示せず)の内
容の情報等)がプロセス保持テーブル5に記憶される。
User identification information @102, application program name 103, and program execution restart information tl1104
(Information on the contents of registers (not shown) related to processes 91 to 9n, etc.) is stored in the process holding table 5.

このようにプロセス91〜9nが停止されている状態に
おいて、会話処理制御部l内のセツション制御手段6で
は、端末装置11からの会話処理セ・フシジンの開設要
求(利用者識別情報102等を有する要求)が受は付け
られてその会話処理セツションの開設要求に基づいて再
開プロセス10の起動が行われ、利用者識別情報102
に基づく利用者資格の判定が行われてその判定において
会話処理セ・フシジンの開設要求が妥当であると認証さ
れると会話処理セツションが開設される(利用者識別情
報102はセツション制御手段6において保持されプロ
セス移送手段7に通知される)。
In this state where the processes 91 to 9n are stopped, the session control means 6 in the conversation processing control unit 1 receives a request for opening a conversation processing facility from the terminal device 11 (including the user identification information 102, etc.). The request) is accepted, the restart process 10 is activated based on the request to open the conversation processing session, and the user identification information 102 is
A conversation processing session is opened when the user qualifications are determined based on the following criteria and the request for opening a conversation processing session is verified as valid. (retained and notified to the process transport means 7).

このようにして設定された会話処理セ・フシジンの開設
状態で端末装置11からの特定のアプリケーションプロ
グラムのアプリケーション名103 カm定された起動
コマンドをセツション制御手段6を介して受は取った再
開プロセスlOでは、そのアプリケーションプログラム
名103がプロセス移送手段7に通知される。
In the open state of the conversation processing facility set in this way, the application name 103 of the specific application program from the terminal device 11 is received via the session control means 6 and the restart process is executed. At IO, the application program name 103 is notified to the process transfer means 7.

プロセス移送手段7では、再開プロセスIOから通知さ
れたアプリケーションプログラム名103(起動コマン
ドに係るアプリケーションプログラムのアプリケーショ
ンプログラム名103)およびセツション通知手段6か
ら通知された利用者識別情報102が一致するプロセス
情報がプロセス保持テーブル5内の停止状態のプロセス
91〜9nのプロセス情報として登録されているか否か
のサーチが行われる。
The process transfer means 7 selects process information in which the application program name 103 notified from the restart process IO (the application program name 103 of the application program related to the startup command) and the user identification information 102 notified from the session notification means 6 match. A search is performed to see if the processes 91 to 9n in the stopped state in the process holding table 5 are registered as process information.

このサーチで停止状態のプロセス91〜9nのプロセス
情報が登録されているときには、起動コマンドに係るア
プリケ−シランプログラムに対応する停止状態のプロセ
スが存在していることを示しているので、そのプロセス
のプロセス情報(プロセス番号101 、利用者識別情
報102.アプリケーションプログラム名103および
プログラム実行再開情報104 )が取り出され、その
プロセス情報中のプロセス番号101に基づいてスワッ
プファイル12中の所定のプロセススワップ情報が再開
プロセス10上に移送されてプロセス91〜9n中の1
つのプロセスが再開プロセス10上に再現される(プロ
セス91〜9n中の1つのプロセスが再開プロセスlO
に格納されたことになる)。
When the process information of stopped processes 91 to 9n is registered in this search, it means that there is a stopped process corresponding to the application run program related to the start command. Process information (process number 101, user identification information 102, application program name 103, and program execution restart information 104) is extracted, and predetermined process swap information in the swap file 12 is set based on the process number 101 in the process information. 1 of the processes 91 to 9n after being transferred onto the restart process 10
three processes are reproduced on the restart process 10 (one process among the processes 91 to 9n is the restart process lO
).

このプロセス91〜9nの1つの再開プロセスIOへの
格納が終了すると、プロセス移送手段7により再開プロ
セス10を実行すべき旨(プロセス番号101および実
行再開情報104を有する情報)がプロセス実行再開手
段8に通知される。
When the storage of the processes 91 to 9n in one restart process IO is completed, the process transfer means 7 sends information to the process execution restart means 7 indicating that the restart process 10 should be executed (information having the process number 101 and the execution restart information 104). will be notified.

プロセス実行再開手段8では、プロセス移送手段7から
通知されたプロセス実行再開情11104が再開プロセ
スlOに復元されて再開プロセスIOの動作伏態が停止
状態から動作可能状態に遷移させられ、再開プロセスl
Oの実行に関するスケジュールをセツション制御手段6
に行わせるための要求が行われる。
In the process execution restarting means 8, the process execution restarting information 11104 notified from the process transporting means 7 is restored to the restarting process IO, the operation state of the restarting process IO is changed from the stopped state to the operable state, and the restarting process IO is changed from the stopped state to the operable state.
The session control means 6 sets the schedule for the execution of O.
A request is made to cause the request to be made.

セツション制御手段6では、動作可能状態に遷移された
再開プロセスlOの実行のスケジュールが行われてその
スケジュールに関する情報が再開プロセス】Oに通知さ
れ、端末装置11から入力された起動コマンドに係るア
プリケーションプログラムに対応するプロセス(再開プ
ロセスlOで実現されるプロセス)の実行が再開される
The session control means 6 schedules the execution of the restart process IO that has been transitioned to the operable state, and notifies the restart process IO of information regarding the schedule, and the application program related to the startup command input from the terminal device 11. Execution of the process corresponding to (the process realized by the restart process IO) is restarted.

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

以上説明したように本発明は、会話型処理システム上で
動作するアプリケーションプログラムに対応するプロセ
スをあらかじめ起動しておき初期化処理が終了した状態
のプロセスを一時的に停止し停止状態のプロセスのプロ
セススワップ情報をスワップファイルに格納しておき端
末装置からのアプリケーションプログラムの起動指示に
対して停止状態のプロセスのプロセススワップ情報をス
ワップファイルから再開プロセスに移送し起動指示に係
るアプリケーションプログラムに対応するプロセス(再
開プロセス)の実行を再開することにより、アプリケー
ションプログラムの起動指示があった後のアプリケーシ
ョンプログラムに対応するプロセスの初期化処理に要す
る処理時間を省略することができ、端末装置からのアプ
リケーションプログラムの起動要求に対するホストコン
ビエータから端末装置への初期応答時間を短縮すること
ができるという効果がある。
As explained above, the present invention starts a process corresponding to an application program running on an interactive processing system in advance, temporarily stops the process whose initialization processing has been completed, and processes the stopped process. A process that stores swap information in a swap file and, in response to an instruction to start an application program from a terminal device, transfers the process swap information of a stopped process from the swap file to a restart process, and corresponds to the application program related to the start instruction. By restarting the execution of the (resume process), it is possible to omit the processing time required for initializing the process corresponding to the application program after receiving an instruction to start the application program. This has the effect of shortening the initial response time from the host combinator to the terminal device in response to a startup request.

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

第1図は本発明の一実施例の構成を示すブロック図、 第2図は第1図中のプロセス移送手段のサーチ処理およ
びプロセス保持テーブル中のプロセス情報の構成を示す
ブロック図である。 図において、 l・・・会話処理制御部、 2・・・プロセス初期起動手段、 3・・・プロセス停止手段、 4・・・プロセス情報保持手段、 5・・・プロセス保持テーブル・ 6・・・セツション制御手段、 7・・・プロセス移送手段、 8・・・プロセス実行再開手段、 10・・・再開プロセス、 11・・・端末装置、 I2・・・スワップファイル、 91〜9n・プロセス、 101  ・・プロセス番号、 102  ・・利用者識別情報、 103 ・・アプリケーションプログラム名、104 
 ・・実行再開情報である。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention, and FIG. 2 is a block diagram showing the search process of the process transfer means in FIG. 1 and the configuration of process information in the process holding table. In the figure, l...conversation processing control unit, 2...process initial starting means, 3...process stopping means, 4...process information holding means, 5...process holding table, 6... Session control means, 7. Process transfer means, 8. Process execution restart means, 10. Restart process, 11. Terminal device, I2.. Swap file, 91 to 9n. Process, 101.・Process number, 102 ・・User identification information, 103 ・・Application program name, 104
...Execution restart information.

Claims (1)

【特許請求の範囲】 会話型処理システムの立上げ時にアプリケーションプロ
グラムに対応するプロセスを起動し初期化処理を行わせ
るプロセス初期起動手段と、このプロセス初期起動手段
により起動されて初期化処理を行ったプロセスの動作状
態を一時的に停止してその時点におけるプロセススワッ
プ情報をスワップファイルに出力するプロセス停止手段
と、 このプロセス停止手段により停止されたプロセスのプロ
セス情報を保持するプロセス情報保持手段と、 端末装置からのアプリケーションプログラムの起動指示
に対して前記プロセス情報保持手段により保持されてい
るプロセス情報を参照しその参照に基づき端末装置から
の起動指示に係るアプリケーションプログラムに対応す
るプロセスに関するスワップファイル中のプロセススワ
ップ情報を端末装置からの会話処理セッションの開設要
求に基づいて起動されている再開プロセスに移送するプ
ロセス移送手段と、 端末装置からの起動指示に係るアプリケーションプログ
ラムに対応するプロセスが前記プロセス停止手段により
停止された時点の動作状態の格納が前記プロセス移送手
段によるプロセススワップ情報の移送により行われた再
開プロセスの実行を停止時の動作状態から再開させるプ
ロセス実行再開手段と、 を有することを特徴とする会話型処理システムにおける
プロセス制御方式。
[Scope of Claims] Process initial starting means for starting a process corresponding to an application program to perform initialization processing when an interactive processing system is started up; a process stopping means for temporarily stopping the operating state of the process and outputting process swap information at that point to a swap file; a process information holding means for holding process information of the process stopped by the process stopping means; and a terminal. The process information held by the process information holding means is referred to in response to the application program startup instruction from the device, and based on the reference, the process in the swap file related to the process corresponding to the application program related to the startup instruction from the terminal device. A process transfer means for transferring swap information to a restart process activated based on a conversation processing session opening request from a terminal device, and a process corresponding to an application program related to an activation instruction from the terminal device is the process stop means. and a process execution resuming means for resuming the execution of the restart process in which the operation state at the time when the process was stopped was stored by transferring the process swap information by the process transfer means from the operation state at the time of the stop. A process control method for interactive processing systems.
JP30845587A 1987-12-04 1987-12-04 Process control system in interactive type processing system Pending JPH01149157A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP30845587A JPH01149157A (en) 1987-12-04 1987-12-04 Process control system in interactive type processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP30845587A JPH01149157A (en) 1987-12-04 1987-12-04 Process control system in interactive type processing system

Publications (1)

Publication Number Publication Date
JPH01149157A true JPH01149157A (en) 1989-06-12

Family

ID=17981230

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30845587A Pending JPH01149157A (en) 1987-12-04 1987-12-04 Process control system in interactive type processing system

Country Status (1)

Country Link
JP (1) JPH01149157A (en)

Similar Documents

Publication Publication Date Title
US5835749A (en) Method and apparatus for providing dynamically linked libraries
US4649479A (en) Device driver and adapter binding technique
CN101438266B (en) Booting an operating system in discrete stages
US4654783A (en) Unique process for loading a microcode control store in a data processing system
JP3653159B2 (en) Virtual computer migration control method between virtual computer systems
US5371871A (en) System for swapping in and out of system memory TSR programs by trapping interrupt calls for TSR and simulating system interrupt
US20010009020A1 (en) Method and apparatus for providing seamless hooking and intercepting of selected kernel and hal exported entry points
JP2001249907A (en) Activation processing system
CN110083399B (en) Applet running method, computer device and storage medium
CN107562495A (en) The startup method and starter of a kind of application program
CA1304513C (en) Multiple i/o bus virtual broadcast of programmed i/o instructions
RU2494446C2 (en) Recovery of control of processing resource, which performs external context of execution
US8041852B1 (en) System and method for using a shared buffer construct in performance of concurrent data-driven tasks
JPH01149157A (en) Process control system in interactive type processing system
CN112764822A (en) Operating system starting method, device, equipment and medium
JPH1049397A (en) Control method for test program execution
JPS63149731A (en) Control system for application program start in conversational processing system
JPS60118937A (en) Multi-task controlling device
JP2642082B2 (en) Starting the communication program
JPH08272757A (en) Multiprocessor system and program starting method
JP3075359B2 (en) Program debugging start processing method
JPH04332058A (en) File updating system
JPH07219918A (en) System starting method for parallel computer
JPH07160645A (en) Common resource exclusive control method in multiprocessor system
JP2848172B2 (en) I / O controller