JPH07175671A - Process managing system - Google Patents

Process managing system

Info

Publication number
JPH07175671A
JPH07175671A JP5320147A JP32014793A JPH07175671A JP H07175671 A JPH07175671 A JP H07175671A JP 5320147 A JP5320147 A JP 5320147A JP 32014793 A JP32014793 A JP 32014793A JP H07175671 A JPH07175671 A JP H07175671A
Authority
JP
Japan
Prior art keywords
management
request
information
process management
operating
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.)
Withdrawn
Application number
JP5320147A
Other languages
Japanese (ja)
Inventor
Nobuhiro Kawamura
信宏 川村
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP5320147A priority Critical patent/JPH07175671A/en
Publication of JPH07175671A publication Critical patent/JPH07175671A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To restart a process and to improve the throughput of a system by managing the process inside an information processing system based on process managing information. CONSTITUTION:When an operating system (OS) starts a process managing process 1 in the case of starting the information processing system, a state transition managing means 2 discriminates the process to be started simultaneously with the start of the information processing system by referring to operational conditions in a process managing table 4 and reports this process managing information and the operational conditions to a process managing means 3. The process managing system 3 reports the starting request of the process and the allocating request of process identification informaiton to the OS. When the process identification information is possessed from the OS, the process managing means 3 registers the process identification information, the process managing informaiton and the operational conditions on an operating process registration table 5.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、情報処理システム内で
動作するプロセスの管理方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a management system of processes operating in an information processing system.

【0002】[0002]

【従来の技術】近年、情報処理の高速化や多様化に伴
い、情報処理システムに要求される機能が増加する傾向
にある。このため、情報処理システム内で動作するプロ
セスも多種多様なものとなってきている。特に、同一プ
ロセスの複数同時起動を不可能とする情報処理システム
では、効率的なプロセス管理が必要となる。つまり、同
一プロセスを複数同時起動可能とするシステムではプロ
セスの状態管理を行う必要はないが、同一プロセスの複
数同時起動を不可能とするシステムでは各プロセスの属
性に基づいた状態管理が必要になる。
2. Description of the Related Art In recent years, with the speeding up and diversification of information processing, there is a tendency that the functions required of an information processing system increase. Therefore, the processes operating in the information processing system are becoming diverse. Particularly, in an information processing system in which the same process cannot be activated at the same time, efficient process management is required. In other words, it is not necessary to manage the state of processes in a system that allows multiple processes to be started at the same time, but it is necessary to manage the state based on the attributes of each process in a system that cannot simultaneously start multiple processes. .

【0003】ここで、同一プロセスの複数同時起動を不
可能とするシステムのプロセス管理方式について説明す
る。従来のプロセス管理は、情報処理システムのオペレ
ーティングシステムが行っており、オペレーティングシ
ステムには情報処理システム内で動作する全てのプロセ
スに関する情報を登録した起動テーブルを備える。
Now, a process management system of a system that makes it impossible to simultaneously start a plurality of the same processes will be described. Conventional process management is performed by the operating system of the information processing system, and the operating system is provided with a startup table in which information regarding all processes operating in the information processing system is registered.

【0004】オペレーティングシステムは、情報処理シ
ステムの起動時にブートプログラムに従って起動テーブ
ルを参照し、この起動テーブルに登録されている全ての
プロセスを起動する。このとき、オペレーティングシス
テムは、各プロセスに対して個々のプロセスを特定する
プロセス識別情報を割り当てると共に、このプロセス識
別情報に基づいて各プロセスへリソース及びCPU占有
時間の割り当てを行う。さらに、オペレーティングシス
テムは、各プロセスに対して自プロセスのプロセス識別
情報と、前記プロセスの関連処理を行う他プロセスのプ
ロセス識別情報とを通知する。
When the information processing system is started, the operating system refers to the start table according to the boot program and starts all the processes registered in the start table. At this time, the operating system allocates process identification information that identifies each process to each process, and allocates resources and CPU occupation time to each process based on this process identification information. Further, the operating system notifies each process of the process identification information of its own process and the process identification information of the other process performing the related processing of the process.

【0005】これにより、起動されたプロセスは、オペ
レーティングシステムから割り当てられたプロセス識別
情報に基づいて自プロセス、あるいは他プロセスの状態
遷移を管理する。
As a result, the started process manages the state transition of its own process or other processes based on the process identification information assigned by the operating system.

【0006】プロセスの状態は、主に動作状態と休止状
態と停止状態とに分類される。動作状態とは、情報処理
システム内のリソース及びCPU占有時間を割り当てら
れたプロセスの状態である。
The state of a process is mainly classified into an operating state, a dormant state and a stopped state. The operating state is the state of the process in which the resources and the CPU occupation time are assigned in the information processing system.

【0007】休止状態は、情報処理システム内のリソー
スのみ割り当てられ、CPU占有時間の割り当てが行わ
れていないプロセスの状態であり、例えば、他プロセス
が処理するデータを受信待ちしている状態である。
The hibernate state is a state of a process in which only resources in the information processing system are allocated and a CPU occupation time is not allocated, for example, a state of waiting for data to be processed by another process. .

【0008】停止状態は、リソース及びCPU占有時間
の割り当てが行われていないプロセスの状態である。上
記したプロセス管理方式において、動作状態のプロセス
と休止状態のプロセスとをオペレーティングシステムの
管理対象としており、停止状態のプロセスは管理の対象
外としている。つまり、オペレーティングシステムは、
停止状態から動作状態へ遷移するプロセスと、停止状態
から休止状態へ状態遷移するプロセスとに、個々のプロ
セスを特定するプロセス識別情報を割り当て、このプロ
セス識別情報に基づいて各プロセスの状態遷移を管理す
る。さらに、オペレーティングシステムは、動作状態あ
るいは休止状態のプロセスを停止状態へ状態遷移する際
に、そのプロセスに割り当てたプロセス識別情報を開放
するため、停止状態のプロセスはオペレーティングシス
テムの管理対象外となる。
The stopped state is a state of a process in which resources and CPU occupation time are not allocated. In the above-described process management method, operating processes and dormant processes are managed by the operating system, and stopped processes are not managed. So the operating system is
Process identification information that identifies each process is assigned to the process that transitions from the stopped state to the operating state and the process that transitions from the stopped state to the dormant state, and the state transition of each process is managed based on this process identification information. To do. Further, the operating system releases the process identification information assigned to the process when the process in the operating state or the dormant state transits to the stopped state, so that the process in the stopped state is not managed by the operating system.

【0009】ところで、上記したプロセス管理方式で
は、プロセスを停止する際にプロセス識別情報を開放す
るため、動作状態にある他のプロセスやオペレーティン
グシステムは一旦停止したプロセスを識別することがで
きず、再起動することができないという問題がある。こ
のため、従来では情報処理システムの起動と同時に全て
のプロセスを起動しなければならずシステムの立ち上げ
時に不必要なプロセスも起動する必要がある。また、デ
ータ受信待ち等のプロセスを休止状態として管理しなけ
ればならず、実質的に動作していないプロセスにリソー
スを割り当てる必要があり、他のプロセスにリソースを
割り当てることができず、効率が悪い。
By the way, in the above-mentioned process management method, since the process identification information is released when the process is stopped, other processes in the operating state and the operating system cannot identify the stopped process, and There is a problem that it cannot be started. Therefore, conventionally, all processes must be started at the same time when the information processing system is started, and unnecessary processes must be started when the system is started up. In addition, processes such as waiting for data reception must be managed in a dormant state, resources must be allocated to processes that are not actually operating, and resources cannot be allocated to other processes, which is inefficient. .

【0010】[0010]

【発明が解決しようとする課題】本発明は、上記の問題
点に鑑みてなされたものであり、オペレーティングシス
テムが割り当てるプロセス識別情報を意識することな
く、全てのプロセスを一括管理し、プロセスの再起動を
可能にすると共に、システムの処理能力の向上を図るこ
とを課題とする。
SUMMARY OF THE INVENTION The present invention has been made in view of the above problems, and manages all processes collectively without paying attention to the process identification information assigned by the operating system, and re-executes the processes. It is an object to enable startup and improve the processing capacity of the system.

【0011】[0011]

【課題を解決するための手段】本発明は、前記課題を解
決するために以下のようにした。これを図1の原理図に
沿って説明する。
In order to solve the above-mentioned problems, the present invention is as follows. This will be described with reference to the principle diagram of FIG.

【0012】すなわち、本発明のプロセス管理方式は、
交換機等の情報処理システム内で動作する全てのプロセ
スに対して、個々のプロセスを特定するプロセス管理情
報を予め割り当てておくと共に、前記各プロセスの動作
/停止を管理するプロセス管理プロセス1を備える。
尚、プロセス管理情報は、プロセス管理情報が特定する
プロセスに予め通知しておくと共に、このプロセスと関
連処理を行う他のプロセスにも予め通知しておく。
That is, the process management system of the present invention is
A process management process 1 that manages the operation / stop of each process while pre-assigning process management information that specifies each process to all processes that operate in an information processing system such as a switching system is provided.
The process management information is notified to the process specified by the process management information in advance, and also to other processes performing related processing with this process.

【0013】プロセス管理プロセス1は、各プロセスを
前記プロセス管理情報に基づいて管理するものであり、
プロセス毎の動作条件を登録するプロセス管理テーブル
4と、このプロセス管理テーブル4に基づいて動作すべ
きプロセスあるいは停止すべきプロセスを判別する状態
遷移管理手段2と、この状態遷移管理手段2の指示に従
って情報処理システムのオペレーティングシステムへプ
ロセスの起動要求あるいは停止要求を発行するプロセス
管理手段3と、このプロセス管理手段3により起動され
たプロセスに関する情報を登録する動作プロセス登録テ
ーブル5とを備える。
The process management process 1 manages each process based on the process management information.
A process management table 4 for registering operating conditions for each process, a state transition management means 2 for discriminating a process to be operated or a process to be stopped based on the process management table 4, and an instruction of this state transition management means 2 A process management unit 3 for issuing a process start request or a process stop request to the operating system of the information processing system, and an operation process registration table 5 for registering information about the process started by the process management unit 3 are provided.

【0014】前記各部の機能について詳細に説明する。
プロセス管理テーブル4は、プロセス管理情報毎に、各
プロセスの動作条件を登録するテーブルである。動作条
件は、例えば起動条件、停止条件、再起動条件等を含む
情報である。
The function of each unit will be described in detail.
The process management table 4 is a table in which operation conditions of each process are registered for each process management information. The operating condition is information including, for example, a start condition, a stop condition, a restart condition, and the like.

【0015】動作プロセス登録テーブル5は、プロセス
の起動時にオペレーティングシステムが割り当てるプロ
セス識別情報毎に、動作状態のプロセスに関する情報を
登録する。この情報は、前記プロセスのプロセス管理情
報と動作条件とを含む情報であり、プロセスの起動時に
登録され、プロセスの停止時に消去される。
The operating process registration table 5 registers information on the operating process for each process identification information assigned by the operating system when the process is started. This information is information including process management information and operating conditions of the process, is registered when the process is started, and is deleted when the process is stopped.

【0016】状態遷移管理手段2は、情報処理システム
の起動時に、プロセス管理テーブル4の動作条件を参照
し、情報処理システムの起動と同時に起動すべきプロセ
スを判別する機能を有する。さらに、状態遷移管理手段
2は、所定のプロセスから自プロセスの停止要求、ある
いは他プロセスの起動/停止要求を受けた時に、前記プ
ロセス管理テーブル4へアクセスし、要求の対象である
プロセスの動作条件を参照して前記要求が動作条件に適
合する正当な要求であるか否かを判別する機能を有す
る。
The state transition management means 2 has a function of referring to the operating conditions of the process management table 4 when the information processing system is started up and discriminating a process to be started at the same time when the information processing system is started up. Furthermore, when the state transition management means 2 receives a request to stop its own process or a request to start / stop another process from a predetermined process, it accesses the process management table 4 to determine the operating conditions of the process that is the request target. With a function of determining whether the request is a legitimate request that meets the operating conditions.

【0017】プロセス管理手段3は、状態遷移管理手段
2の指示に従いオペレーティングシステムに対してプロ
セスの起動要求あるいは停止要求を通知する機能を有す
る。さらに、プロセス管理手段3は、オペレーティング
システムに対してプロセスの起動要求を通知する際に、
前記プロセスのプロセス識別情報の割り当て要求も通知
する。そして、オペレーティングシステムからプロセス
識別情報を取得すると、このプロセス識別情報と、前記
プロセスのプロセス管理情報及び動作条件を動作プロセ
ス登録テーブル5へ登録する。一方、停止要求を通知す
る際には、動作プロセス登録テーブル5を参照して対象
プロセスのプロセス識別情報を判別し、このプロセス識
別情報と停止要求とをオペレーティングシステムへ通知
すると共に、動作プロセス登録テーブル5から前記プロ
セスのプロセス管理情報及び動作条件を消去する。
The process management means 3 has a function of notifying the operating system of a process start request or process stop request in accordance with an instruction from the state transition management means 2. Furthermore, when notifying the operating system of the process activation request, the process management means 3
A request to allocate process identification information of the process is also notified. When the process identification information is acquired from the operating system, the process identification information, the process management information of the process, and the operation condition are registered in the operation process registration table 5. On the other hand, when the stop request is notified, the process identification information of the target process is determined by referring to the operating process registration table 5, the process identification information and the stop request are notified to the operating system, and the operating process registration table is sent. The process management information and operating conditions of the process are deleted from 5.

【0018】[0018]

【作用】本発明のプロセス管理方式では、情報処理シス
テムの起動時に、オペレーティングシステムは、先ずプ
ロセス管理プロセス1を起動する。
In the process management system of the present invention, when the information processing system is started up, the operating system first starts up the process management process 1.

【0019】そして、プロセス管理プロセス1におい
て、状態遷移管理手段2は、 (1)プロセス管理テーブル4にアクセスするステップ (2)各プロセスの動作条件を参照し、情報処理システ
ムの起動と同時に起動すべきプロセスを判別するステッ
プ (3)起動すべきプロセスのプロセス管理情報と動作条
件とをプロセス管理手段3へ通知するステップ を順次実行する。
In the process management process 1, the state transition management means 2 starts (1) the step of accessing the process management table 4 (2) referring to the operating conditions of each process, and starting the information processing system at the same time. Step of discriminating a process to be executed (3) The step of notifying the process management information of the process to be activated and the operation condition to the process management means 3 is sequentially executed.

【0020】次に、プロセス管理手段3は、 (4)状態遷移管理手段2から通知されたプロセスの起
動要求と、プロセス識別情報の割り当て要求とをオペレ
ーティングシステムに通知するステップ ここで、オペレーティングシステムからプロセス識別情
報を取得すると、 (5)プロセス識別情報と共に、前記プロセスのプロセ
ス管理情報及び動作条件を動作プロセス登録テーブル5
に登録するステップ を順次実行する。
Next, the process management means 3 (4) a step of notifying the operating system of the process start request and the process identification information allocation request notified from the state transition management means 2 Here, from the operating system When the process identification information is acquired, (5) together with the process identification information, the process management information and operation conditions of the process are registered in the operation process registration table 5
The steps for registering with are executed sequentially.

【0021】また、所定のプロセスは、停止状態にある
プロセスの起動要求を行う場合に、予め通知されている
プロセス管理情報を起動要求に付加してプロセス管理プ
ロセス1へ通知する。
In addition, when a predetermined process makes a request to start a process in a stopped state, the predetermined process adds the notified process management information to the start request and notifies the process management process 1.

【0022】このとき、プロセス管理プロセス1におい
て、状態遷移簡易手段2は、 (1)起動要求から起動すべきプロセスのプロセス管理
情報を検出するステップ (2)プロセス管理情報に基づいてプロセス管理テーブ
ル4にアクセスするステップ (3)起動すべきプロセスの動作条件と当該起動要求と
を照合し、当該起動要求が正当な要求であるか否かを判
別するステップ ここで、当該起動要求が正当な要求であれば、 (4)前記プロセスのプロセス管理情報と動作条件とを
プロセス管理手段3へ通知するステップ を順次実行する。
At this time, in the process management process 1, the state transition simplification means 2 includes (1) a step of detecting process management information of a process to be started from a start request (2) a process management table 4 based on the process management information (3) collating the operating conditions of the process to be started with the start request to determine whether the start request is a valid request. Here, the start request is a valid request. If there is, (4) the step of notifying the process management information of the process and the operating conditions to the process management means 3 is sequentially executed.

【0023】次に、プロセス管理手段3は、 (5)状態遷移管理手段2から通知されたプロセスの起
動要求と、プロセス識別情報の割り当て要求とをオペレ
ーティングシステムへ通知するステップ ここで、オペレーティングシステムからプロセス識別情
報を取得すると、 (6)前記プロセス識別情報と共に、前記プロセスのプ
ロセス管理情報及び動作条件を動作プロセス登録テーブ
ル5に登録するステップ を順次実行する。
Next, the process management means 3 (5) a step of notifying the operating system of the process start request and the process identification information allocation request notified from the state transition management means 2 Here, from the operating system When the process identification information is acquired, the step (6) of sequentially registering the process management information and the operation condition of the process in the operation process registration table 5 together with the process identification information is sequentially executed.

【0024】また、動作状態のプロセスが自プロセスの
停止要求あるいは他プロセスの停止要求を行う場合に、
予め通知されている自プロセスのプロセス管理情報ある
いは他プロセスのプロセス管理情報を停止要求に付加し
てプロセス管理プロセス1へ通知する。
Further, when a process in the active state makes a stop request for its own process or another process,
The process management information of the own process or the process management information of another process notified in advance is added to the stop request and the process request is notified to the process management process 1.

【0025】ここで、プロセス管理プロセス1におい
て、状態遷移管理手段2は、 (1)停止要求から停止すべきプロセスのプロセス管理
情報を検出するステップ (2)プロセス管理情報に基づいてプロセス管理テーブ
ル4にアクセスするステップ (3)停止すべきプロセスの動作条件と当該停止要求と
を照合し、当該停止要求が正当な要求であるか否かを判
別するステップ ここで、当該停止要求が正当な要求であれば、 (4)前記プロセスのプロセス管理情報をプロセス管理
手段3へ通知するステップ を順次実行する。
In the process management process 1, the state transition management means 2 (1) detects the process management information of the process to be stopped from the stop request (2) The process management table 4 based on the process management information (3) collating the operating conditions of the process to be stopped with the stop request to determine whether the stop request is a valid request. Here, the stop request is a valid request. If there is, (4) the step of notifying the process management information of the process to the process management means 3 is sequentially executed.

【0026】次に、プロセス管理手段3は、 (5)状態遷移管理手段2から通知されたプロセス管理
情報に基づいて動作プロセス登録テーブル5へアクセス
するステップ (6)動作プロセス登録テーブル5から前記プロセスの
プロセス識別情報を判別するステップ (7)前記プロセス識別情報と停止要求とをオペレーテ
ィングシステムへ通知するステップ (8)動作プロセス登録テーブル5から前記プロセスの
プロセス管理情報及び動作条件を削除するステップ を順次実行する。
Next, the process management means 3 (5) a step of accessing the operation process registration table 5 based on the process management information notified from the state transition management means 2 (6) From the operation process registration table 5 to the process (7) Notifying the operating system of the process identification information and the stop request (8) Sequentially deleting the process management information and the operating condition of the process from the operating process registration table 5 Run.

【0027】さらに、動作状態のプロセスが一旦停止し
たプロセスの再起動要求を行う場合に、予め通知されて
いるプロセス管理情報(再起動すべきプロセスのプロセ
ス管理情報)を再起動要求に付加してプロセス管理プロ
セス1へ通知する。
Furthermore, when a process in an operating state makes a restart request for a process that has been stopped, process notification information (process management information of a process to be restarted) notified in advance is added to the restart request. Notify the process management process 1.

【0028】このとき、プロセス管理プロセス1におい
て、状態遷移簡易手段2は、 (1)再起動要求から再起動すべきプロセスのプロセス
管理情報を検出するステップ (2)プロセス管理情報に基づいてプロセス管理テーブ
ル4にアクセスするステップ (3)再起動すべきプロセスの動作条件と当該再起動要
求とを照合し、当該再起動要求が正当な要求であるか否
かを判別するステップ ここで、当該再起動要求が正当な要求であれば、 (4)前記プロセスのプロセス管理情報と動作条件とを
プロセス管理手段3へ通知するステップ を順次実行する。
At this time, in the process management process 1, the state transition simplification means 2 (1) detects the process management information of the process to be restarted from the restart request (2) Process management based on the process management information Step of accessing table 4 (3) Step of collating the operating condition of the process to be restarted with the restart request to determine whether the restart request is a valid request Here, the restart If the request is a legitimate request, (4) the step of notifying the process management information and the operating condition of the process to the process management means 3 is sequentially executed.

【0029】次に、プロセス管理手段3は、 (5)状態遷移管理手段2から通知されたプロセスの再
起動要求と、プロセス識別情報の割り当て要求とをオペ
レーティングシステムへ通知するステップ ここで、オペレーティングシステムからプロセス識別情
報を取得すると、 (6)前記プロセス識別情報と共に、前記プロセスのプ
ロセス管理情報及び動作条件を動作プロセス登録テーブ
ル5に登録するステップ を順次実行する。
Next, the process management means 3 (5) a step of notifying the operating system of the process restart request and the process identification information allocation request notified from the state transition management means 2 Here, the operating system When the process identification information is acquired from (6), the step (6) of sequentially registering the process management information and the operation condition of the process in the operation process registration table 5 together with the process identification information is sequentially executed.

【0030】[0030]

【実施例】以下、本発明の実施例について図面に沿って
説明する。図2は、情報処理システムの概略構成を示す
ブロック図である。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 2 is a block diagram showing a schematic configuration of the information processing system.

【0031】本情報処理システムは、最大で3つのプロ
セスを並列処理可能なシステムとし、ファイル記憶装置
11に格納されている各プロセスに対し、情報処理シス
テム内のリソースを確保し且つCPU9占有時間を割り
当てて処理を実行させる。そして、実行結果を出力装置
10から出力するシステムである。
This information processing system is a system capable of performing parallel processing of up to three processes, and secures resources in the information processing system for each process stored in the file storage device 11 and allocates CPU 9 occupied time. Allocate and execute processing. Then, the system outputs the execution result from the output device 10.

【0032】本実施例の情報処理システムには、起動あ
るいは停止すべきプロセスを判別し、このプロセス起動
要求あるいは停止要求をオペレーティングシステム6へ
通知するプロセス管理システム8を備えている。さら
に、前記各プロセスには、予め個々のプロセスを識別す
るプロセス管理番号を割り当てている。
The information processing system of this embodiment is provided with a process management system 8 which determines a process to be started or stopped and notifies the operating system 6 of this process start request or stop request. Furthermore, a process management number for identifying each process is assigned to each process in advance.

【0033】以下、プロセス管理システム8の機能につ
いて詳細に説明する。図3は、本実施例におけるプロセ
ス管理システム8の構成を機能別に示すブロック図であ
る。
The functions of the process management system 8 will be described in detail below. FIG. 3 is a block diagram showing the configuration of the process management system 8 according to the present embodiment by function.

【0034】プロセス管理システム8は、当該情報処理
システム内で動作すべきプロセスの状態遷移を管理する
プロセス管理プロセス7aを有しており、このプロセス
管理プロセス7aは、状態遷移管理部70、プロセス管
理テーブル71、動作プロセス登録テーブル72を有す
る。
The process management system 8 has a process management process 7a for managing the state transition of a process to be operated in the information processing system. The process management process 7a includes a state transition management unit 70 and a process management. It has a table 71 and an operation process registration table 72.

【0035】プロセス管理テーブル71は、情報処理シ
ステム内で動作する全てのプロセスの動作条件を登録す
るテーブルであり、この具体例を図4に示す。本実施例
におけるプロセス管理テーブル71は、各プロセスに予
め割り当てられているプロセス管理番号毎に、各プロセ
スの動作条件を登録している。
The process management table 71 is a table in which the operating conditions of all processes operating in the information processing system are registered, and a specific example thereof is shown in FIG. In the process management table 71 in the present embodiment, the operating conditions of each process are registered for each process management number pre-assigned to each process.

【0036】動作条件は、起動/停止時期を識別する起
動時期識別フラグと、同時に起動する複数のプロセスの
中で優先的に起動するプロセスを識別する優先順位と、
ファイル記憶装置10における各プロセスの格納位置と
を含む情報である。
The operating conditions are a start timing identification flag for identifying the start / stop timing, a priority order for identifying a process to be started preferentially among a plurality of processes which are started at the same time,
This is information including the storage location of each process in the file storage device 10.

【0037】同図において、起動時期識別フラグ”1”
は、情報処理システムの起動と同時に起動すべきプロセ
スを示すフラグである。起動時期識別フラグ”2”は、
所定のプロセスからの起動要求により起動するプロセス
を示すフラグである。起動時期識別フラグ”3”は、一
旦停止した後、所定のプロセスからの再起動要求により
再起動するプロセスを示すフラグである。
In the figure, the start timing identification flag "1"
Is a flag indicating a process that should be started at the same time as the start of the information processing system. The start time identification flag "2" is
This is a flag that indicates a process that is activated by an activation request from a predetermined process. The activation time identification flag “3” is a flag that indicates a process that is temporarily stopped and then restarted in response to a restart request from a predetermined process.

【0038】状態遷移管理部70は、情報処理システム
の起動時にプロセス管理テーブル71の起動時期識別フ
ラグを参照し情報処理システムの起動と同時に起動すべ
きプロセスを判別する機能と、所定のプロセスから起動
/停止要求を受けた時に起動時期識別フラグを参照して
当該要求が正当な要求であるか否かを判別する機能とを
有する。さらに、状態遷移管理部70は、同時に4個以
上のプロセスを起動する場合に、プロセス管理テーブル
71の優先順位を参照して優先順位の高い3個のプロセ
スを判別する機能を有する。
The state transition management unit 70 has a function of referring to the activation time identification flag of the process management table 71 when the information processing system is activated, and determining a process to be activated at the same time as the activation of the information processing system, and an activation from a predetermined process. / When a stop request is received, it has a function of referring to the start timing identification flag and determining whether or not the request is a valid request. Further, the state transition management unit 70 has a function of referring to the priority order of the process management table 71 and determining the three processes having high priority orders when activating four or more processes at the same time.

【0039】具体的には、状態遷移管理部70は、解析
部70a、プロセス識別番号取得処理部70b、及びプ
ロセス状態遷移要求処理部70cを備える。解析部70
aは、情報処理システムの起動時にプロセス管理テーブ
ル70aを参照して情報処理システムの起動と同時に起
動すべきプロセスを判別する機能と、所定のプロセスか
ら起動/停止要求を受けた時にプロセス管理テーブル7
1を参照して当該要求が正当な要求であるか否かを判別
する機能とを有する。
Specifically, the state transition management unit 70 includes an analysis unit 70a, a process identification number acquisition processing unit 70b, and a process state transition request processing unit 70c. Analysis unit 70
a has a function of referring to the process management table 70a when the information processing system is started and determining a process to be started at the same time as the start of the information processing system, and the process management table 7 when a start / stop request is received from a predetermined process.
1 has a function of determining whether or not the request is a valid request.

【0040】プロセス識別番号取得処理部70bは、プ
ロセスの起動時にプロセス管理部73を介してプロセス
識別番号を取得する機能を有する。プロセス状態遷移要
求処理部70cは、プロセス管理部73へプロセスの起
動要求/停止要求を発行する機能を有する。
The process identification number acquisition processing unit 70b has a function of acquiring the process identification number via the process management unit 73 when the process is activated. The process state transition request processing unit 70c has a function of issuing a process activation request / stop request to the process management unit 73.

【0041】次に、動作プロセス登録テーブル72は、
動作状態にあるプロセスに関する情報を登録するテーブ
ルであり、この具体例を図5に示す。本実施例における
動作プロセス登録テーブル72は、動作状態にあるプロ
セスのプロセス識別番号を格納する識別番号格納領域
と、動作状態にあるプロセスに関する情報を格納するプ
ロセス情報格納領域とからなる。尚、本実施例では、同
時に3つのプロセスを起動することができるので、3つ
の識別番号格納領域と、各識別番号格納領域に対応する
3つのプロセス情報格納領域とを設けてある。
Next, the operation process registration table 72
FIG. 5 is a table for registering information about processes in operation, and a specific example thereof is shown in FIG. The operating process registration table 72 in this embodiment includes an identification number storage area for storing the process identification number of a process in the operating state and a process information storage area for storing information about the process in the operating state. In this embodiment, since three processes can be activated at the same time, three identification number storage areas and three process information storage areas corresponding to the respective identification number storage areas are provided.

【0042】識別番号格納領域には、オペレーティング
システム6が動作状態のプロセスに割り当てるべきプロ
セス識別番号が格納してある。本実施例では、1〜3の
プロセス識別番号が予め登録されている。
In the identification number storage area, the process identification number to be assigned to the process in the operating state of the operating system 6 is stored. In this embodiment, the process identification numbers 1 to 3 are registered in advance.

【0043】プロセス情報格納領域は、プロセス管理番
号、起動時期識別フラグ、優先順位、及び格納位置情報
を格納する。ここで、あるプロセスの起動時、このプロ
セスにプロセス識別番号”1”が割り当てられると、プ
ロセス識別番号”1”に対応するプロセス情報格納領域
に、前記プロセスに関する情報、つまりこのプロセスの
プロセス管理番号、起動時期識別フラグ、優先順位、及
び格納位置情報を格納する。一方、前記プロセスの停止
時には、プロセス識別番号”1”に対応するプロセス識
別情報格納領域の情報を消去する。
The process information storage area stores a process management number, a start time identification flag, a priority order, and storage position information. Here, when a process identification number "1" is assigned to this process when a certain process is started, information about the process, that is, the process management number of this process, is stored in the process information storage area corresponding to the process identification number "1". , A start time identification flag, a priority order, and storage location information are stored. On the other hand, when the process is stopped, the information in the process identification information storage area corresponding to the process identification number "1" is erased.

【0044】プロセス管理部73は、プロセス識別番号
取得処理部70bからプロセス識別番号取得要求を受け
ると、動作プロセス登録テーブル72を参照してプロセ
ス情報格納領域が空き状態にあるプロセス識別番号を判
別し、オペレーティングシステム6に対して前記プロセ
ス識別番号の割り当て要求を発行する機能を有する。さ
らに、オペレーティングシステム6からプロセス識別番
号を取得する機能を有する。また、プロセス状態遷移要
求処理部70cからプロセスの起動要求を受けると、前
記プロセスに関する情報を前記動作プロセス登録テーブ
ル72に登録する機能を有する。さらにまた、前記プロ
セスの停止する際に、このプロセスのプロセス識別番号
と停止要求とをオペレーティングシステム6へ通知する
と同時に、前記プロセス識別番号に対応するプロセス情
報格納領域から前記プロセスに関する情報を消去する機
能を有する。
When the process management section 73 receives the process identification number acquisition request from the process identification number acquisition processing section 70b, it refers to the operating process registration table 72 to determine the process identification number for which the process information storage area is in an empty state. , Has a function of issuing a process identification number allocation request to the operating system 6. Further, it has a function of acquiring a process identification number from the operating system 6. Further, it has a function of registering information about the process in the operation process registration table 72 when receiving a process activation request from the process state transition request processing unit 70c. Furthermore, at the time of stopping the process, a function of notifying the operating system 6 of the process identification number of this process and the stop request, and at the same time erasing the information about the process from the process information storage area corresponding to the process identification number. Have.

【0045】次に、本実施例におけるプロセス管理シス
テムの動作過程について説明する。まず、情報処理シス
テム起動時の状態遷移管理部70の動作過程について図
6のフローチャートに沿って説明する。
Next, the operation process of the process management system in this embodiment will be described. First, the operation process of the state transition management unit 70 at the time of starting the information processing system will be described with reference to the flowchart of FIG.

【0046】情報処理システムの起動時に、オペレーテ
ィングシステム6は、ブートプログラムに従ってプロセ
ス管理プロセス7aを起動し、プロセス管理プロセス7
aでは状態遷移管理部70が起動される。
When the information processing system is activated, the operating system 6 activates the process management process 7a according to the boot program, and the process management process 7a is activated.
In a, the state transition management unit 70 is activated.

【0047】状態遷移管理部70では、解析部70aが
プロセス管理テーブル71の起動時期識別フラグを参照
し、情報処理システムの起動と同時に起動すべきプロセ
スのプロセス管理番号を検出する(ステップ601)。
そして、解析部70aは、前記プロセス管理番号をプロ
セス識別番号取得処理部70bへ通知する。
In the state transition management unit 70, the analysis unit 70a refers to the activation timing identification flag of the process management table 71 and detects the process management number of the process to be activated at the same time when the information processing system is activated (step 601).
Then, the analysis unit 70a notifies the process management number acquisition processing unit 70b of the process management number.

【0048】プロセス識別番号取得処理部70bは、解
析部70aから受け取ったプロセス管理番号とプロセス
識別番号の取得要求とをプロセス管理部73へ通知する
(ステップ602)。
The process identification number acquisition processing unit 70b notifies the process management unit 73 of the process management number and the process identification number acquisition request received from the analysis unit 70a (step 602).

【0049】プロセス識別番号取得部70bは、プロセ
ス管理部73からプロセス管理番号とプロセス識別番号
とから構成されるプロセス識別番号取得データ(図7参
照)を受け取ると(ステップ603)、このプロセス識
別番号取得データをプロセス状態遷移要求処理部70c
へ通知する。
When the process identification number acquisition unit 70b receives the process identification number acquisition data (see FIG. 7) composed of the process management number and the process identification number from the process management unit 73 (step 603), the process identification number is acquired. The acquired data is transferred to the process state transition request processing unit 70c.
Notify to.

【0050】プロセス状態遷移要求処理部70cは、プ
ロセス識別番号取得データからプロセス管理番号を検出
する。そして、プロセス状態遷移要求処理部70cは、
前記プロセス管理番号に基づいてプロセス管理テーブル
71へアクセスし、前記プロセスの起動時期識別フラ
グ、優先順位、及び格納位置情報を読み出す(ステップ
604)。さらにプロセス状態遷移要求処理部70c
は、前記プロセス識別番号、プロセス管理番号、起動時
期識別フラグ、優先順位、及び格納位置情報を含むプロ
セス起動要求データ(図8参照)をプロセス管理部73
へ通知する(ステップ605)。
The process state transition request processing unit 70c detects the process management number from the process identification number acquisition data. Then, the process state transition request processing unit 70c
The process management table 71 is accessed based on the process management number, and the start timing identification flag, priority order, and storage location information of the process are read (step 604). Further, the process state transition request processing unit 70c
Processes the process start request data (see FIG. 8) including the process identification number, the process management number, the start time identification flag, the priority order, and the storage position information.
(Step 605).

【0051】次に、情報処理システムの起動時における
プロセス管理部73の動作過程について図9に沿って説
明する。プロセス管理部73は、状態遷移管理部70か
らプロセス管理番号とプロセス識別番号取得要求を受け
ると(ステップ901)、動作プロセス登録テーブル7
2に登録されているプロセス識別番号から任意のプロセ
ス識別番号を検出し、このプロセス識別番号の割り当て
要求をオペレーティングシステム6へ発行する(ステッ
プ902)。
Next, the operation process of the process management unit 73 when the information processing system is activated will be described with reference to FIG. When the process management unit 73 receives the process management number and process identification number acquisition request from the state transition management unit 70 (step 901), the operation process registration table 7
An arbitrary process identification number is detected from the process identification numbers registered in No. 2, and a request to allocate this process identification number is issued to the operating system 6 (step 902).

【0052】プロセス管理部73は、オペレーティング
システム6からプロセス識別番号の割り当て許可を受け
取ると、前記プロセス識別番号とプロセス管理番号とか
ら構成されるプロセス識別番号取得データ(図7参照)
を状態遷移管理部70へ通知する(ステップ903)。
When the process management section 73 receives the process identification number allocation permission from the operating system 6, the process identification number acquisition data composed of the process identification number and the process management number (see FIG. 7).
To the state transition management unit 70 (step 903).

【0053】次に、プロセス管理部73は、状態遷移管
理部70からプロセス起動要求データ(図8参照)を受
け取ると(ステップ904)、オペレーティングシステ
ム6へ、前記プロセス識別番号と共に起動要求を発行す
る(ステップ905)。
Next, when the process management unit 73 receives the process activation request data (see FIG. 8) from the state transition management unit 70 (step 904), it issues an activation request to the operating system 6 together with the process identification number. (Step 905).

【0054】このように、本実施例では、情報処理シス
テムの起動時に必要なプロセスのみを起動することがで
きる。図10は、動作状態のプロセスAからプロセスB
の起動要求を受けたときの状態遷移管理部70の動作過
程を示すフローチャート図である。
As described above, in this embodiment, it is possible to activate only the processes required when the information processing system is activated. FIG. 10 shows process A to process B in the operating state.
FIG. 6 is a flowchart showing an operation process of the state transition management unit 70 when receiving the activation request of the.

【0055】プロセス管理プロセス7aでは、動作状態
のプロセスAからプロセスBの起動要求を受けると(ス
テップ1001)、状態遷移管理部70において解析部
70aは、当該起動要求からプロセスBのプロセス管理
番号を検出する。そして、このプロセス管理番号に基づ
いてプロセス管理テーブル71の起動時期識別フラグを
参照し、当該起動要求が正当な要求であるか否かを判別
する(ステップ1002)。
When the process management process 7a receives a process B activation request from the operating process A (step 1001), the state transition management unit 70 causes the analysis unit 70a to obtain the process B process management number from the activation request. To detect. Then, based on this process management number, the activation timing identification flag of the process management table 71 is referred to, and it is determined whether or not the activation request is a valid request (step 1002).

【0056】ここで、当該起動要求が正当な要求であれ
ば、解析部70aは、プロセスBのプロセス管理番号を
プロセス識別番号取得処理部70bへ通知する。プロセ
ス識別番号取得処理部70bは、プロセスBのプロセス
管理番号、及びプロセスBのプロセス識別番号取得要求
をプロセス管理部73へ通知する(ステップ1003、
1004)。
Here, if the activation request is a valid request, the analysis unit 70a notifies the process identification number acquisition processing unit 70b of the process management number of the process B. The process identification number acquisition processing unit 70b notifies the process management unit 73 of the process management number of the process B and the process identification number acquisition request of the process B (step 1003,
1004).

【0057】プロセス識別番号取得処理部70bは、プ
ロセス管理部73からプロセスBのプロセス管理番号と
プロセス識別番号とから構成されるプロセス識別番号取
得データを受け取ると(ステップ1005)、このプロ
セス識別番号取得データをプロセス状態遷移要求処理部
70cへ通知する。
When the process identification number acquisition processing unit 70b receives the process identification number acquisition data composed of the process management number of the process B and the process identification number from the process management unit 73 (step 1005), the process identification number acquisition process is acquired. The data is notified to the process state transition request processing unit 70c.

【0058】プロセス状態遷移要求処理部70cは、プ
ロセス識別番号取得データからプロセスBのプロセス管
理番号を検出し、このプロセス管理番号に基づいてプロ
セス管理テーブル71へアクセスする。そして、プロセ
ス状態遷移要求処理部70cは、プロセス管理テーブル
71からプロセスBの優先順位及び格納位置情報を読み
出す(ステップ1006)。さらに、プロセス状態遷移
要求処理部70cは、プロセスBのプロセス識別番号、
プロセス管理番号、優先順位、及び格納位置情報を含む
プロセス起動要求データ(図8参照)をプロセス管理部
73へ通知する(ステップ1007)。
The process state transition request processing unit 70c detects the process management number of the process B from the process identification number acquisition data, and accesses the process management table 71 based on this process management number. Then, the process state transition request processing unit 70c reads the priority order and storage location information of the process B from the process management table 71 (step 1006). Further, the process state transition request processing unit 70c uses the process identification number of the process B,
The process management request data (see FIG. 8) including the process management number, the priority order, and the storage location information is notified to the process management unit 73 (step 1007).

【0059】次に、動作状態のプロセスAからプロセス
Bの起動要求を受けた時のプロセス管理部73の動作過
程について図11に沿って説明する。プロセス管理部7
3は、状態遷移管理部70からプロセス識別番号取得要
求を受けると(ステップ1101)、動作プロセス登録
テーブル72を参照し、プロセス情報格納領域が空き状
態にあるプロセス識別番号を判別する(ステップ110
2)。
Next, the operation process of the process management unit 73 when a process B activation request is received from the operating process A will be described with reference to FIG. Process management unit 7
When receiving the process identification number acquisition request from the state transition management unit 70 (step 1101), the process 3 refers to the operation process registration table 72 and determines the process identification number for which the process information storage area is empty (step 110).
2).

【0060】ここで、空き状態のプロセス識別番号が存
在すると(ステップ1103)、プロセス管理部73
は、当該プロセス識別番号の割り当て要求をオペレーテ
ィングシステム6へ発行する(ステップ1104)。
If there is an empty process identification number (step 1103), the process management unit 73
Issues a request to allocate the process identification number to the operating system 6 (step 1104).

【0061】プロセス管理部73は、オペレーティング
システム6から前記プロセス識別番号の割り当て許可を
受け取ると、プロセスBのプロセス管理番号と前記プロ
セス識別番号とから構成されるプロセス識別番号取得デ
ータを状態遷移管理部70へ通知する(ステップ110
5)。
When the process management section 73 receives the permission to allocate the process identification number from the operating system 6, the process management number acquisition data including the process management number of the process B and the process identification number is transferred to the state transition management section. 70 (step 110)
5).

【0062】そして、プロセス管理部70は、状態遷移
管理部70からプロセスBのプロセス再起動要求データ
(図8参照)を受け取ると(ステップ1106)、オペ
レーティングシステム6へプロセスBの起動要求を発行
すると同時に(ステップ1107)、プロセスBのプロ
セス管理番号、優先順位、及び格納位置情報を動作プロ
セス登録テーブル72に登録する(ステップ110
8)。
When the process management unit 70 receives the process restart request data of the process B (see FIG. 8) from the state transition management unit 70 (step 1106), it issues a process B startup request to the operating system 6. At the same time (step 1107), the process management number, priority, and storage location information of process B are registered in the operation process registration table 72 (step 110).
8).

【0063】このように、情報処理システム内のプロセ
スをプロセス管理番号に基づいて管理することにより、
情報処理システムの動作途中に停止状態のプロセスを起
動することができる。
In this way, by managing the processes in the information processing system based on the process management number,
A stopped process can be activated during the operation of the information processing system.

【0064】次に、動作状態のプロセスから他プロセス
の停止要求を受けた時の状態遷移管理部70の動作過程
を図12のフローチャート図に沿って説明する。プロセ
ス管理プロセス7aでは、プロセスAからプロセスBの
停止要求を受けると(ステップ1201)、状態遷移管
理部70において解析部70aは、当該停止要求からプ
ロセスBのプロセス管理番号を検出する。そして、この
プロセス管理番号に基づいてプロセス管理テーブル71
の起動時期識別フラグを参照し、当該起動要求が正当な
要求であるか否か、すなわちプロセスBは一旦停止した
後に再起動すべきプロセスであるか否かを判別する(ス
テップ1202)。
Next, the operation process of the state transition management unit 70 when a process stop request for another process is received from a process in the operating state will be described with reference to the flowchart of FIG. When the process management process 7a receives a request to stop the process B from the process A (step 1201), the analysis unit 70a in the state transition management unit 70 detects the process management number of the process B from the stop request. Then, based on this process management number, the process management table 71
By referring to the activation timing identification flag of No. 1, it is determined whether the activation request is a valid request, that is, whether the process B is a process that should be restarted after being temporarily stopped (step 1202).

【0065】ここで、当該再起動要求が正当な要求であ
れば(ステップ1203)、解析部70aはプロセスB
のプロセス管理番号をプロセス識別番号取得処理部70
bへ通知する。
Here, if the restart request is a valid request (step 1203), the analysis unit 70a sends the process B
Process management number of the process identification number acquisition processing unit 70
Notify b.

【0066】プロセス識別番号取得処理部70bは、プ
ロセス管理部73へプロセスBのプロセス識別番号の開
放を依頼する(ステップ1204)。プロセス管理部7
3からプロセス識別番号の開放許可を受け取ると(ステ
ップ1205)、プロセス識別番号取得処理部70b
は、プロセス状態遷移要求処理部70cへプロセスBの
プロセス識別番号とプロセス管理番号とを通知する。
The process identification number acquisition processing unit 70b requests the process management unit 73 to release the process identification number of the process B (step 1204). Process management unit 7
When the process identification number release permission is received from the process identification number 3 (step 1205), the process identification number acquisition processing unit 70b.
Notifies the process state transition request processing unit 70c of the process identification number and process management number of process B.

【0067】プロセス状態遷移要求処理部70cは、プ
ロセス識別番号とプロセス管理番号とを含む停止要求を
プロセス管理部73へ通知する(ステップ1206)。
ここで、プロセスAからプロセスBの再起動要求を受け
たときのプロセス管理部73の動作過程について図13
に沿って説明する。
The process state transition request processing unit 70c notifies the process management unit 73 of a stop request including the process identification number and the process management number (step 1206).
Here, an operation process of the process management unit 73 when the process A restart request is received from the process A is illustrated in FIG.
Follow along.

【0068】プロセス管理部73は、状態遷移管理部7
0からプロセスBのプロセス識別番号開放要求を受ける
と(ステップ1301)、プロセスBのプロセス管理番
号に基づいて動作プロセス登録テーブル72へアクセス
し、プロセスBのプロセス識別番号を検出する(ステッ
プ1302)。そして、プロセス管理部73は、オペレ
ーティングシステム6へプロセスBのプロセス識別番号
開放要求を発行する(ステップ1303)。
The process management section 73 is the state transition management section 7
When a process identification number release request for process B is received from 0 (step 1301), the operating process registration table 72 is accessed based on the process management number of process B, and the process identification number of process B is detected (step 1302). Then, the process management unit 73 issues a process identification number release request for the process B to the operating system 6 (step 1303).

【0069】プロセス管理部73は、オペレーティング
システム6からプロセスBのプロセス識別番号開放許可
を受けると(ステップ1304)、この旨を状態遷移管
理部70へ通知する(ステップ1305)。
When the process management section 73 receives the process identification number release permission of the process B from the operating system 6 (step 1304), it notifies the state transition management section 70 of this (step 1305).

【0070】さらに、プロセス管理部73は、状態遷移
管理部70からプロセスBのプロセス識別番号とプロセ
ス管理番号とを含む停止要求を受け取り(ステップ13
06)、オペレーティングシステム6へプロセスBの停
止要求を発行すると同時に(ステップ1304)、動作
プロセス登録テーブル72からプロセスBに関する情
報、すなわちプロセス管理番号、優先順位、及び格納位
置情報を消去する(ステップ1307)。
Further, the process management unit 73 receives a stop request including the process identification number of the process B and the process management number from the state transition management unit 70 (step 13).
06), at the same time when the process B stop request is issued to the operating system 6 (step 1304), the information about the process B, that is, the process management number, the priority order, and the storage location information are deleted from the operating process registration table 72 (step 1307). ).

【0071】また、所定のプロセスからプロセスBの再
起動要求を受けた場合の状態遷移管理部70の動作過程
について図14に沿って説明する。プロセス管理プロセ
ス7aは、所定のプロセスからプロセスBの再起動要求
を受け取ると(ステップ1401)、状態遷移管理部7
0において解析部70aが当該再起動要求からプロセス
Bのプロセス管理番号を検出する(ステップ140
2)。
The operation process of the state transition management unit 70 when a restart request for the process B is received from a predetermined process will be described with reference to FIG. When the process management process 7a receives a restart request for the process B from a predetermined process (step 1401), the state transition management unit 7
At 0, the analysis unit 70a detects the process management number of the process B from the restart request (step 140).
2).

【0072】解析部70aは、プロセスBのプロセス管
理番号に基づいてプロセス管理テーブル71の起動時期
識別フラグを参照し、当該再起動要求が正当な要求であ
るか否かを判別する(ステップ1403)。
The analysis unit 70a refers to the start timing identification flag of the process management table 71 based on the process management number of the process B, and determines whether or not the restart request is a valid request (step 1403). .

【0073】ここで、前記再起動要求が正当な要求であ
れば(ステップ1404)、解析部70aは、プロセス
Bのプロセス管理番号をプロセス識別番号取得処理部7
0bへ通知する。
If the restart request is a valid request (step 1404), the analysis unit 70a determines the process management number of the process B as the process identification number acquisition processing unit 7.
Notify 0b.

【0074】プロセス識別番号取得処理部70bは、プ
ロセスBのプロセス管理番号とプロセス識別番号取得要
求をプロセス管理部73へ通知する(ステップ140
5)。そして、プロセス管理部73からプロセス識別番
号取得データを受け取ると(ステップ1406)、この
プロセス識別番号取得データを状態遷移要求処理部70
cへ通知する。
The process identification number acquisition processing unit 70b notifies the process management unit 73 of the process management number of the process B and the process identification number acquisition request (step 140).
5). When the process identification number acquisition data is received from the process management unit 73 (step 1406), the process identification number acquisition data is transferred to the state transition request processing unit 70.
Notify c.

【0075】状態遷移要求処理部70cは、プロセス識
別番号取得データからプロセスBのプロセス管理番号を
検出し、このプロセス管理番号に基づいてプロセス管理
テーブル71へアクセスし、プロセスBの優先順位、格
納位置情報を読み出す(ステップ1407)。さらに、
状態遷移要求処理部70cは、プロセス識別番号、プロ
セス管理番号、優先順位、及び格納位置情報を含む起動
要求をプロセス管理部73へ通知する(ステップ140
8)。
The state transition request processing unit 70c detects the process management number of the process B from the process identification number acquisition data, accesses the process management table 71 based on this process management number, and determines the priority order and storage position of the process B. The information is read (step 1407). further,
The state transition request processing unit 70c notifies the process management unit 73 of an activation request including the process identification number, the process management number, the priority order, and the storage location information (step 140).
8).

【0076】このとき、プロセス管理部73の動作過程
は図11に示す起動処理と同様であり、説明は省略す
る。以上、本実施例では、プロセス管理システム内にお
いて、プロセス管理番号により各プロセスを管理するこ
とにより、オペレーティングシステムを意識することな
くプロセスの起動/停止/再起動を行える。
At this time, the operation process of the process management unit 73 is the same as the activation process shown in FIG. As described above, in the present embodiment, by managing each process by the process management number in the process management system, the process can be started / stopped / restarted without being aware of the operating system.

【0077】[0077]

【発明の効果】本発明によれば、情報処理システム内で
動作するプロセスの状態を一括して管理し、プロセスの
起動、停止、再起動、休止を効率良く行うことが出来
る。従って、システムの処理能力の向上、及びシステム
の機能拡大に柔軟に対応することが可能となる。
According to the present invention, the states of processes operating in the information processing system can be collectively managed, and the processes can be efficiently started, stopped, restarted, and suspended. Therefore, it becomes possible to flexibly deal with the improvement of the processing capacity of the system and the expansion of the function of the system.

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

【図1】本発明の原理説明図FIG. 1 is an explanatory view of the principle of the present invention.

【図2】本実施例における情報処理システムの概略構成
ブロック図
FIG. 2 is a schematic block diagram of an information processing system according to the present embodiment.

【図3】プロセス管理システムの機能別構成を示すブロ
ック図
FIG. 3 is a block diagram showing a functional configuration of a process management system.

【図4】プロセス管理テーブルの具体例FIG. 4 is a specific example of a process management table.

【図5】動作プロセス登録テーブルの具体例FIG. 5 is a specific example of an operation process registration table.

【図6】情報処理システム起動時における状態遷移管理
部の動作フローチャート図
FIG. 6 is an operation flowchart of the state transition management unit when the information processing system is activated.

【図7】プロセス識別番号取得データの構成FIG. 7: Structure of process identification number acquisition data

【図8】プロセス起動/再起動要求データの構成FIG. 8: Structure of process start / restart request data

【図9】情報処理システム起動時におけるプロセス管理
部の動作フローチャート図
FIG. 9 is an operation flowchart of the process management unit when the information processing system is activated.

【図10】動作状態のプロセスから他プロセスの起動要
求を受けた時の状態遷移管理部の動作フローチャート図
FIG. 10 is an operation flowchart of the state transition management unit when a request to start another process is received from a process in an operating state.

【図11】動作状態のプロセスから他プロセスの起動要
求を受けた時のプロセス管理部の動作フローチャート図
FIG. 11 is an operation flowchart of the process management unit when a request to start another process is received from a process in an operating state.

【図12】動作状態のプロセスから他プロセスの停止要
求を受けた時の状態遷移管理部の動作フローチャート図
FIG. 12 is an operation flowchart of the state transition management unit when a request to stop another process is received from a process in an operating state.

【図13】動作状態のプロセスから他プロセスの停止要
求を受けた時のプロセス管理部の動作フローチャート図
FIG. 13 is an operation flowchart of the process management unit when a request to stop another process is received from a process in an operating state.

【図14】動作状態のプロセスから他プロセスの再起動
要求を受けた時の状態遷移管理部の動作フローチャート
FIG. 14 is an operation flowchart of the state transition management unit when a restart request for another process is received from a process in an operating state.

【符号の説明】[Explanation of symbols]

1・・プロセス管理プロセス 2・・状態遷移管理部 3・・プロセス管理手段 4・・プロセス管理テーブル 5・・動作プロセス登録テーブル 6・・オペレーティングシステム 7・・プロセス管理システム 7a・・プロセス管理プロセス 70・・状態遷移管理部 70a・・解析部 70b・・プロセス識別番号取得処理部 70c・・プロセス状態遷移要求処理部 71・・プロセス管理テーブル 72・・動作プロセス登録テーブル 73・・プロセス管理部 8・・CPU 9・・出力装置 10・・ファイル記憶装置 1 ... Process management process 2 ... State transition management unit 3 ... Process management means 4 ... Process management table 5 ... Operating process registration table 6 ... Operating system 7 ... Process management system 7a ... Process management process 70 State transition management unit 70a Analysis unit 70b Process identification number acquisition processing unit 70c Process state transition request processing unit 71 Process management table 72 Action process registration table 73 Process management unit 8 .CPU 9 ... Output device 10 ... File storage device

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 情報処理システム内で動作すべき総ての
プロセスに、予め個々のプロセスを識別するプロセス管
理情報を割り当てておくと共に、 前記プロセス管理情報毎に各プロセスの動作条件を登録
したプロセス管理テーブル(4)と、 前記情報処理システムのオペレーティングシステムがプ
ロセスの起動時に割り当てるプロセス識別情報毎に、動
作状態のプロセスに関する情報を登録する動作プロセス
登録テーブル(5)と、 前記プロセス管理テーブル(4)に基づいて起動すべき
プロセスあるいは停止すべきプロセスを判別する状態遷
移管理手段(2)と、 前記状態遷移管理手段(2)の指示に従って前記オペレ
ーティングシステムへ各プロセスの起動要求あるいは停
止要求を発行すると共に、各プロセスの起動時及び停止
時に前記動作プロセス登録テーブル(5)の内容を更新
するプロセス管理手段(3)とを有するプロセス管理プ
ロセス(1)を備え、 前記情報処理システムの起動時に、前記オペレーティン
グシステムが前記プロセス管理プロセス(1)を起動す
ると、 前記プロセス管理プロセス(1)では、前記状態遷移管
理手段(2)は、前記プロセス管理テーブル(4)の動
作条件を参照して、前記情報処理システムの起動と同時
に起動すべきプロセスを判別し、このプロセスのプロセ
ス管理情報と動作条件とを前記プロセス管理手段(3)
へ通知し、 前記プロセス管理手段(3)は、前記オペレーティング
システムへ、前記プロセスの起動要求とプロセス識別情
報の割り当て要求とを通知し、 前記オペレーティングシステムからプロセス識別情報を
取得すると、このプロセス識別情報と前記プロセスのプ
ロセス管理情報及び動作条件とを前記動作プロセス登録
テーブル(5)へ登録することを特徴とするプロセス管
理方式。
1. A process in which process management information for identifying each process is assigned in advance to all processes to be operated in the information processing system, and operation conditions of each process are registered for each process management information. A management table (4), an operation process registration table (5) for registering information on a process in an operation state for each process identification information assigned by the operating system of the information processing system when a process is activated, and the process management table (4) State transition management means (2) for determining a process to be started or stopped based on the above), and a request to start or stop each process to the operating system according to the instruction of the state transition management means (2). In addition to the above, when starting and stopping each process A process management process (1) having a process management means (3) for updating the contents of the work process registration table (5), wherein the operating system executes the process management process (1) when the information processing system is started. Upon activation, in the process management process (1), the state transition management means (2) refers to the operating condition of the process management table (4) to identify the process to be activated at the same time as the activation of the information processing system. The process management means (3) for determining the process management information and operating conditions of this process.
The process management means (3) notifies the operating system of the process start request and the process identification information allocation request, and when the process identification information is acquired from the operating system, the process identification information And a process management information of the process and operation conditions are registered in the operation process registration table (5).
【請求項2】 前記請求項1において、前記プロセス管
理プロセス(1)は、所定のプロセスから自プロセスあ
るいは他プロセスの停止要求を受けると、 前記状態遷移管理手段(2)は、前記停止要求から停止
すべきプロセスのプロセス管理情報を検出し、このプロ
セス管理情報に基づいて前記プロセス管理テーブル
(4)の動作条件を参照し、当該停止要求が正当な要求
であるか否かを判別し、 前記停止要求が正当な要求であれば、前記プロセスのプ
ロセス管理情報を前記プロセス管理手段(3)へ通知
し、 前記プロセス管理手段(3)は、前記プロセス管理情報
に基づいて前記動作プロセス登録テーブル(5)へアク
セスし、前記プロセスのプロセス識別情報を判別し、こ
のプロセス識別情報と停止要求とを前記オペレーティン
グシステムへ通知すると共に、前記動作プロセス登録テ
ーブル(5)から前記プロセスのプロセス管理情報及び
動作条件を消去することを特徴とする請求項1記載のプ
ロセス管理方式。
2. The process management process according to claim 1, wherein when the process management process (1) receives a request to stop its own process or another process from a predetermined process, the state transition management means (2) receives the stop request from the process. The process management information of the process to be stopped is detected, the operating condition of the process management table (4) is referred to based on the process management information, and it is determined whether or not the stop request is a valid request. If the stop request is a valid request, the process management information of the process is notified to the process management means (3), and the process management means (3) uses the operation process registration table (based on the process management information based on the process management information. 5), the process identification information of the process is discriminated, and the process identification information and the stop request are sent to the operating system. 2. The process management method according to claim 1, wherein the process management information and the operating condition of the process are deleted from the operating process registration table (5) while notifying the system.
【請求項3】 前記請求項1において、前記プロセス管
理プロセス(1)は、動作状態のプロセスから他プロセ
スの起動要求を受けると、 前記状態遷移管理手段(2)は、前記起動要求から前記
他プロセスのプロセス管理情報を検出し、このプロセス
管理情報に基づいて前記プロセス管理テーブル(4)の
動作条件を参照し、当該起動要求が正当な要求であるか
否かを判別し、 前記起動要求が正当な要求であれば、前記プロセス管理
手段(3)へ前記他プロセスのプロセス管理情報と動作
条件とを通知し、 前記プロセス管理手段(3)は、前記オペレーティング
システムへ、前記他プロセスの起動要求とプロセス識別
情報の割り当て要求とを通知し、 前記オペレーティングシステムから前記他プロセスのプ
ロセス識別情報を取得すると、このプロセス識別情報と
前記プロセスの前記プロセス管理情報及び動作条件とを
前記動作プロセス登録テーブル(5)に登録することを
特徴とするプロセス管理方式。
3. The process management process according to claim 1, wherein the process management process (1) receives a start request for another process from a process in an operating state, and the state transition management means (2) receives the other request from the start request. The process management information of the process is detected, the operating condition of the process management table (4) is referred to based on the process management information, and it is determined whether or not the activation request is a valid request. If the request is valid, the process management means (3) is notified of the process management information and the operating condition of the other process, and the process management means (3) requests the operating system to start the other process. And a process identification information allocation request, and when the process identification information of the other process is acquired from the operating system, Process management method and registers the process identification information and the process management information and operating conditions of the process to the operation process registration table (5).
【請求項4】 前記請求項1において、前記プロセス管
理プロセス(1)は、動作状態のプロセスから一旦停止
した他プロセスの再起動要求を受けると、 前記状態遷移管理手段(2)は、前記再起動要求から前
記他プロセスのプロセス管理情報を検出し、このプロセ
ス管理情報に基づいて前記プロセス管理テーブル(4)
の動作条件を参照し、当該再起動要求が正当な要求であ
るか否かを判別し、 前記再起動要求が正当な要求ならば、前記他プロセスの
プロセス管理情報と動作条件とを前記プロセス管理手段
(3)へ通知し、 前記プロセス管理手段(3)は、前記オペレーティング
システムへ、前記他プロセスの起動要求とプロセス識別
情報の割り当て要求とを通知し、 前記オペレーティングシステムから前記他プロセスのプ
ロセス識別情報を取得すると、このプロセス識別情報と
前記プロセスのプロセス管理情報及び動作条件とを前記
動作プロセス登録テーブル(5)に再登録することを特
徴とするプロセス管理方式。
4. The process management process (1) according to claim 1, wherein when the process management process (1) receives a restart request for another process once stopped from an operating process, the state transition management means (2) restarts the process. The process management information of the other process is detected from the start request, and the process management table (4) is based on the process management information.
Of the restart request is determined by referring to the operating conditions of the other, and if the restart request is a valid request, the process management information and the operating conditions of the other process are set to the process management. The process management means (3) notifies the operating system of a start request of the other process and a request to allocate process identification information, and the operating system notifies the process identification of the other process. A process management method characterized in that, when the information is acquired, the process identification information, the process management information of the process, and the operation condition are re-registered in the operation process registration table (5).
JP5320147A 1993-12-20 1993-12-20 Process managing system Withdrawn JPH07175671A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5320147A JPH07175671A (en) 1993-12-20 1993-12-20 Process managing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5320147A JPH07175671A (en) 1993-12-20 1993-12-20 Process managing system

Publications (1)

Publication Number Publication Date
JPH07175671A true JPH07175671A (en) 1995-07-14

Family

ID=18118236

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5320147A Withdrawn JPH07175671A (en) 1993-12-20 1993-12-20 Process managing system

Country Status (1)

Country Link
JP (1) JPH07175671A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107832133A (en) * 2017-11-20 2018-03-23 中国银行股份有限公司 Course control method and device under CICS cluster environment
JP2019032678A (en) * 2017-08-08 2019-02-28 日立オートモティブシステムズ株式会社 Vehicle control device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019032678A (en) * 2017-08-08 2019-02-28 日立オートモティブシステムズ株式会社 Vehicle control device
CN107832133A (en) * 2017-11-20 2018-03-23 中国银行股份有限公司 Course control method and device under CICS cluster environment

Similar Documents

Publication Publication Date Title
JP5015665B2 (en) Method, apparatus, and computer program for sharing kernel services between kernels
US5649184A (en) Symmetric/asymmetric shared processing operation in a tightly coupled multiprocessor
US5377352A (en) Method of scheduling tasks with priority to interrupted task locking shared resource
US9418005B2 (en) Managing garbage collection in a data processing system
US20030037091A1 (en) Task scheduling device
JPH04308961A (en) Means and apparatus for notifying state of synchronous locking of occupied process
US7770177B2 (en) System for memory reclamation based on thread entry and release request times
KR19990013514A (en) How to restart the operating system
JP3611295B2 (en) Computer system, memory management method, and storage medium
JP3765201B2 (en) Computer system
JP2690435B2 (en) Multiprocessor system having microprogram means for dispatching processing to a processor
CN113342554A (en) IO multiplexing method, medium, device and operating system
CN115328833B (en) Multiplexing method and device of hardware resources, hardware platform and storage medium
JPH07175671A (en) Process managing system
US20050223383A1 (en) Methods and apparatus for reserving an execution thread
JP2804478B2 (en) Task control system and online transaction system
JP2006031203A (en) On-vehicle information terminal
US8276151B2 (en) Determination of running status of logical processor
JPH11203193A (en) Shared memory management device and method
JPH08212064A (en) Switching system and method for shared subroutine
CN111737013B (en) Chip resource management method and device, storage medium and system chip
US6842900B2 (en) Information processing apparatus executing processing corresponding to new thread by reusing arrangement for previous thread
JPH01126738A (en) System for control data set competition in execution of multiple job
JP2023091314A (en) Semiconductor device, control method of semiconductor device, and program
JP2787107B2 (en) Buffer control system and device

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20010306