JPH04287151A - Process control method for computer system - Google Patents

Process control method for computer system

Info

Publication number
JPH04287151A
JPH04287151A JP3051846A JP5184691A JPH04287151A JP H04287151 A JPH04287151 A JP H04287151A JP 3051846 A JP3051846 A JP 3051846A JP 5184691 A JP5184691 A JP 5184691A JP H04287151 A JPH04287151 A JP H04287151A
Authority
JP
Japan
Prior art keywords
terminal
data
computer system
processing
information
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.)
Granted
Application number
JP3051846A
Other languages
Japanese (ja)
Other versions
JP2679427B2 (en
Inventor
Haruo Akimoto
晴雄 秋元
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 JP3051846A priority Critical patent/JP2679427B2/en
Publication of JPH04287151A publication Critical patent/JPH04287151A/en
Application granted granted Critical
Publication of JP2679427B2 publication Critical patent/JP2679427B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To shorten time for presenting computer resources for terminal service by canceling connection with a terminal each time one request from the terminal is processed. CONSTITUTION:A process is generated by a command 6 from the terminal and according to this command 6, a retrieval operation and data transmission are executed. In the case of this data transmission, however, process control information required for restart the process of processing the command 6 is transmitted together to the terminal, and the process is completed. When outputting the next command 6 from the terminal, this process information is transmitted together so as to reproduce this process.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、複数の端末と接続して
いる計算機システムのプロセス制御方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a process control method for a computer system connected to a plurality of terminals.

【0002】0002

【従来の技術】パーソナルコンピュータ等を端末として
、計算機システムと回線等により結合し、電子メール、
電子会議、あるいは、データベース検索等の機能を実現
する電子コミュニケーションシステムにおいては、端末
よりの入力は計算機の有する処理能力に比較して低速か
つ離散的である場合が多い。例えば、電子会議の1件の
データを端末に送った後、この端末が次のデータを要求
するまで、この送ったデータを読み、理解するために長
時間を要するという特性がある。
[Prior Art] A personal computer or the like is used as a terminal and connected to a computer system via a line or the like, and e-mail,
In electronic communication systems that implement functions such as electronic conferences or database searches, input from a terminal is often slow and discrete compared to the processing power of a computer. For example, after sending data for one electronic conference to a terminal, it takes a long time to read and understand the sent data until the terminal requests the next data.

【0003】従来の計算機システムにおけるプロセス制
御システムは、図6に示す如く、主記憶1上に計算機シ
ステム上の全てのプロセスを管理するプロセス管理テー
ブル3を置き、このプロセス管理テーブル3とリンクす
るプロセステーブル4がプロセスの実体である主記憶1
上のプロセス5または補助記憶装置2に退避しているプ
ロセス5の状態を管理している。プロセス5は現に動作
していない場合においては、補助記憶装置2に退避して
いる場合があっても、この計算機システム上で常に動作
可能な状態で管理されていた。
As shown in FIG. 6, a conventional process control system in a computer system includes a process management table 3 that manages all processes on the computer system in the main memory 1, and processes linked to this process management table 3. Main memory 1 where table 4 is the substance of the process
The state of the process 5 above or the process 5 saved in the auxiliary storage device 2 is managed. When the process 5 is not currently running, even if it is saved in the auxiliary storage device 2, it is always managed in an operable state on this computer system.

【0004】電子コミュニケーションシステムにおける
端末からの要求と計算機システムにおけるこの要求を処
理するプロセスの状態変化の流れは、図7に示す如く、
データベースの検索命令の場合には、1つの検索命令に
より計算機上のプロセスは検索操作を行い、この検索結
果の内端末の1つの画面に表示可能なデータを伝送する
。端末はこの受け取ったデータを表示し、この端末の利
用者が表示されたデータを読み、次の検索要求あるいは
残りデータの伝送要求の入力待ちとなる。この間、計算
機システムではプロセスが検索およびデータ伝送処理を
行う期間(A1)、入力待ちの期間(B1)、次の検索
あるいはデータ転送処理の行う期間(A2)の時系列的
処理を行うが、動作時間(A1)に比して待ち時間(B
1)が長時間になるにもかかわらず、プロセスを動作可
能状態に維持していた。
The flow of state changes in a request from a terminal in an electronic communication system and a process that processes this request in a computer system is as shown in FIG.
In the case of a database search command, one search command causes a process on the computer to perform a search operation, and among the search results, data that can be displayed on one screen of the terminal is transmitted. The terminal displays the received data, and the user of the terminal reads the displayed data and waits for the next search request or request to transmit remaining data. During this time, the computer system performs chronological processing during the period in which the process performs search and data transmission processing (A1), the period in which it waits for input (B1), and the period in which the next search or data transfer processing is performed (A2). Waiting time (B) compared to time (A1)
1) kept the process operational even though it took a long time.

【0005】[0005]

【発明が解決しようとする課題】計算機システムにおい
て、このように1つの処理要求に対してデータを伝送し
、次の要求を受け付ける間、要求を処理するプロセスを
生成したまま入力待ち状態を維持する必要があり、この
ため、多数の端末を接続するシステムにあっては、同時
に動作するプロセスが極めて少数であるのに係わらず、
多数の端末に対応して生成したプロセスを管理するため
に、多くの資源を消費するという問題があった。
[Problem to be Solved by the Invention] In a computer system, data is transmitted in response to one processing request in this way, and while the next request is accepted, a process that processes the request is generated and maintained in an input waiting state. Therefore, in a system that connects many terminals, even though there are very few processes running at the same time,
There is a problem in that a large amount of resources are consumed in order to manage processes generated in response to a large number of terminals.

【0006】上記問題のために、電子コミュニケーショ
ンシステムに関する課金においては、実際に処理に要す
る時間が短いにも係わらず、端末を接続している時間に
対して課金するのが通常のため、課金が高額になるとい
う問題があった。特に、上記課金の問題は、端末が電話
回線により接続されている場合に生じる通信費用が、パ
ケット通信網の利用により接続時間に関係なくデータ量
によって課金される場合に比較して、接続時間が長時間
になる程、通信に要する費用と計算機システムの利用料
金の乖離が大きくなり、利用者の不満が大きくなるとい
う問題があった。
[0006] Due to the above-mentioned problem, in billing for electronic communication systems, billing is generally done for the time a terminal is connected, even though the actual processing time is short. The problem was that it was expensive. In particular, the above-mentioned billing problem is that the communication costs incurred when terminals are connected via telephone lines are not as high as the connection time compared to the case where the charges are based on the amount of data regardless of the connection time due to the use of a packet communication network. There is a problem in that the longer it takes, the greater the discrepancy between the cost required for communication and the fee for using the computer system, and the more dissatisfied the users become.

【0007】本発明は、上述の問題点に鑑みてなされた
もので、端末からの1つの要求を処理するごとに端末と
の接続を解除して端末サービスのために計算機資源を提
供する時間を短縮する計算機システムのプロセス制御方
式を提供することを目的とする。
The present invention has been made in view of the above-mentioned problems, and reduces the time required to disconnect from the terminal and provide computer resources for terminal services each time one request from the terminal is processed. The purpose of this paper is to provide a process control method for computer systems that reduces the time required.

【0008】[0008]

【課題を解決するための手段】複数の端末からの要求を
処理しこの処理結果を要求した端末に伝送する計算機シ
ステムのプロセス制御方式において、端末からの要求を
処理したデータを返送する際、この処理に使用したプロ
セスを前記端末が次の要求で復元するのに必要な情報を
添付して返送してこのプロセスを終了させ、次に端末よ
り処理を要求する際、前記プロセスを復元するのに必要
な情報を添付することにより、この終了した処理を再開
するようにする。
[Means for Solving the Problem] In a process control method for a computer system that processes requests from multiple terminals and transmits the processing results to the requesting terminal, this The process used for processing is returned with the information necessary for the terminal to restore it in the next request, and this process is terminated, and the next time the terminal requests processing, it is necessary to restore the process. By attaching the necessary information, the finished process can be restarted.

【0009】また、前記必要な情報が前記使用したプロ
セスの状態を復元するために必要な処理を識別するコー
ド情報であるようにする。
[0009] Also, the necessary information is code information that identifies processing necessary to restore the state of the used process.

【0010】また、複数の端末からの要求を処理しこの
処理結果を要求した端末に伝送する計算機システムのプ
ロセス制御方式において、端末からの要求を処理したデ
ータを返送する際、この処理に使用した再入可能なプロ
グラムにより構成されたプロセスの処理を再開するのに
必要な制御情報を添付して返送し、この制御情報の領域
を解放するようにする。また、前記制御情報が前記プロ
セスの処理を再開するのに必要な情報を識別する識別コ
ードであるようにする。
[0010] Furthermore, in a process control method for a computer system that processes requests from multiple terminals and transmits the processing results to the requesting terminal, when returning the data that has been processed in response to the requests from the terminals, the Control information necessary for restarting processing of a process configured by a reentrant program is attached and returned, and an area for this control information is released. Further, the control information is an identification code that identifies information necessary to restart processing of the process.

【0011】[0011]

【作用】本発明によるプロセス制御システムの動作原理
を図1によって説明する。端末よりの検索要求はコマン
ド6によりプロセスを生成し、このコマンド6に対応す
る検索操作およびデータ伝送を行う。このデータ転送に
おいて、データに付加してこのコマンド6の処理を行っ
たプロセスを再開するに必要なプロセス制御情報8も端
末に伝送し、このプロセスを終了させる。端末では、送
られたデータを表示し、次に検索もしくは残りデータの
伝送を要求するコマンド6に付加して、計算機システム
より伝送されたプロセス制御情報8を伝送することによ
り、計算機システムはプロセスを生成するとともに、前
回(A11) 終了する時点におけるプロセスの状態を
復元し、あたかもプロセスが終了することなく存在して
いたかのようにコマンド6の処理を開始する(A12)
 。
[Operation] The operating principle of the process control system according to the present invention will be explained with reference to FIG. A search request from a terminal generates a process using command 6, and performs a search operation and data transmission corresponding to command 6. In this data transfer, process control information 8 necessary for restarting the process that processed this command 6 is also transmitted to the terminal in addition to the data, and this process is terminated. At the terminal, the computer system displays the sent data and then sends the process control information 8 sent from the computer system in addition to the command 6 requesting retrieval or transmission of remaining data. At the same time, the state of the process at the time of previous termination (A11) is restored, and processing of command 6 is started as if the process had existed without termination (A12).
.

【0012】また、一般に電子コミュニケーションにお
ける処理は、電子メール、電子会議、データベース等の
サービスの種類に依存する部分は存在するが、計算機シ
ステムに格納されたデータを指示するポインタとこのデ
ータに対する操作要求の種類が判明すれば処理可能であ
ることが殆どであり、そうでない場合もそれに付随する
少数のデータのみで処理可能であることから、このポイ
ンタ、操作要求および付随データを伝送することで、以
前に中断した状態から処理を再開することが容易である
ため、端末と計算機システムで伝送するデータ量に比較
して制御データの付加によるデータ量はあまり多くなら
ない状態を維持できる。このことから、制御データを端
末に伝送し、処理の再開のため制御データを端末から伝
送するに要するコストは、この処理の間、この処理のプ
ロセスを動作状態で維持するコストに比較して小さい。
[0012] In general, processing in electronic communication is partially dependent on the type of service such as e-mail, electronic conferences, and databases, but processing requires pointers that point to data stored in a computer system and operation requests for this data. In most cases, it can be processed if the type of the data is known, and even if it is not, it can be processed with only a small amount of accompanying data. By transmitting this pointer, operation request, and accompanying data, it is possible to Since it is easy to resume processing from the state where it was interrupted, it is possible to maintain a state in which the amount of data due to the addition of control data does not become much larger than the amount of data transmitted between the terminal and the computer system. Therefore, the cost of transmitting control data to the terminal and from the terminal to restart the process is small compared to the cost of keeping the process in operation during this process. .

【0013】また、再入可能なプログラムにより構成さ
れたプロセスを用いる場合もこのプロセスの処理を再開
するのに必要な制御情報を処理データに添付して返送す
ることによりこの制御情報を格納していた領域を解放で
きるので、計算機システムのメモリ領域が有効に使用で
きるようになる。この場合、制御情報としてプロセスの
処理を再開するのに必要な情報を識別する識別コードと
すれば端末との送信量が減少する。
[0013] Also, when using a process composed of a reentrant program, the control information necessary to restart the processing of this process is stored by attaching it to the processing data and sending it back. Since the memory area of the computer system can be released, the memory area of the computer system can be used effectively. In this case, if the control information is an identification code that identifies information necessary to restart the process, the amount of transmission to and from the terminal will be reduced.

【0014】[0014]

【実施例】以下、本発明の実施例を図面を参照して説明
する。図2は本発明の第1実施例によるプロセス制御部
の構成を示す図である。入力インタフェース11は端末
からの処理要求を受け取り、データ/プロセス制御情報
分離回路12に受け取った処理要求を渡す。データ/プ
ロセス制御情報分離回路12は従来方式による端末から
の要求に相当するデータと、本実施例によるプロセス制
御情報を分離する。なお、最初に端末を計算機システム
に接続する時点においては、プロセス制御情報は存在し
ないか、あるいは、空であることを示す情報が格納され
ているようにしておく。プロセス生成回路13は計算機
システム上に端末からの要求を処理すべきプロセスを生
成する。またプロセス生成回路13はプロセステーブル
生成回路14を制御してプロセス制御情報よりプロセス
テーブル16を生成させる。
Embodiments Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 2 is a diagram showing the configuration of the process control section according to the first embodiment of the present invention. The input interface 11 receives a processing request from a terminal, and passes the received processing request to the data/process control information separation circuit 12. The data/process control information separation circuit 12 separates data corresponding to a request from a terminal according to the conventional method and process control information according to this embodiment. Note that when the terminal is first connected to the computer system, information indicating that the process control information does not exist or is empty is stored. The process generation circuit 13 generates a process on the computer system to process a request from a terminal. The process generation circuit 13 also controls the process table generation circuit 14 to generate a process table 16 from the process control information.

【0015】プロセス制御情報の一例を図3に示す。プ
ロセス名は計算機システムから前回データ伝送時に端末
からの処理を実行していたプロセスの名称を示し、入口
名は処理を再開するためのプロセスの入口を示す。リン
クデータ名およびデータポインタにより、処理の対象で
あるデータとデータを読み出しもしくは書き込むための
ポインタを示す。制御データは処理の種類に依存して付
随するプロセスの実行制御のための情報であり、例えば
、読み出し/書き込みの区別、エディタでの編集対象文
字位置を示すポインタ等の少数の情報である。
An example of process control information is shown in FIG. The process name indicates the name of the process that was executing the process from the terminal at the time of the last data transmission from the computer system, and the entry name indicates the entrance of the process for restarting the process. The link data name and data pointer indicate the data to be processed and the pointer for reading or writing the data. The control data is information for controlling the execution of accompanying processes depending on the type of processing, and includes a small amount of information such as a read/write distinction and a pointer indicating the position of a character to be edited in an editor.

【0016】一般に計算機システム上でプロセスの実行
を中断し、この中断したプロセスを再開するためには、
このプロセスを識別する名称の他に、計算機システムの
レジスタ、スタック、各種の管理テーブルなど多量の情
報を必要とし、これが、プロセスの処理を終了するまで
計算機システム上でこのプロセスを実行可能状態に維持
しなければならない理由である。本発明の対象である電
子コミュニケーションシステムにおいては、上記説明の
ようにプロセスの再開に必要な情報は極めて少数の情報
であるので、この再開に必要な情報を端末に送り、この
送った情報を再び受け取ることで、プロセスを終了する
ことが可能となる。
Generally, in order to suspend the execution of a process on a computer system and restart the suspended process,
In addition to the name that identifies this process, it requires a large amount of information such as the computer system's registers, stack, and various management tables, which maintains the process in an executable state on the computer system until the process finishes processing. This is why it has to be done. In the electronic communication system that is the object of the present invention, as explained above, the information necessary to restart the process is extremely small, so the information necessary for restarting the process is sent to the terminal, and the sent information is reused Once received, the process can be terminated.

【0017】データ/プロセス制御情報合成回路17は
端末に送るべきデータと本実施例によるプロセス制御情
報を合成する。プロセス制御情報はプロセス生成回路1
3がプロセステーブル16より図3に1例を示す形式に
変換する。データおよびプロセス制御情報は出力インタ
フェース18により端末に伝送する。このデータの伝送
に伴い、端末からの要求を処理していたプロセスは処理
を終了する。
The data/process control information synthesis circuit 17 synthesizes the data to be sent to the terminal and the process control information according to this embodiment. Process control information is process generation circuit 1
3 converts the process table 16 into the format shown in FIG. 3 as an example. Data and process control information are transmitted to the terminal via output interface 18. Upon transmission of this data, the process that was processing the request from the terminal ends.

【0018】次に第2実施例を説明する。図4は本発明
の第2実施例によるプロセス制御部の構成を示す図であ
る。本実施例では、第1実施例におけるプロセス制御情
報にかえて、プロセスの状態を復元するために必要な処
理を識別するコード情報を伝送するものである。データ
/プロセス制御情報分離回路12により分離されたプロ
セス制御情報は、プロセスの復元に要する処理を識別す
るコードであり、プロセステーブル生成回路14はこの
識別コードに基づき、制御コードテーブル19を検索し
、プロセステーブル16を生成する。制御コード生成回
路20はプロセステーブル16から制御コードテーブル
19のコードを選択し、データ/プロセス制御情報合成
回路17に送る。 本実施例によれば、プロセスの状態を復元するために端
末と計算機システムの間で伝送する情報量を削減するこ
とができるので、通信に要する時間とコストを削減でき
る効果がある。
Next, a second embodiment will be explained. FIG. 4 is a diagram showing the configuration of a process control section according to a second embodiment of the present invention. In this embodiment, instead of the process control information in the first embodiment, code information for identifying processing necessary to restore the state of the process is transmitted. The process control information separated by the data/process control information separation circuit 12 is a code that identifies the processing required to restore the process, and the process table generation circuit 14 searches the control code table 19 based on this identification code, A process table 16 is generated. The control code generation circuit 20 selects the code of the control code table 19 from the process table 16 and sends it to the data/process control information synthesis circuit 17. According to this embodiment, it is possible to reduce the amount of information transmitted between the terminal and the computer system in order to restore the state of the process, so there is an effect that the time and cost required for communication can be reduced.

【0019】次に第3実施例を説明する。図5は本発明
の第3実施例によるプロセス制御部の構成を示す図であ
る。本実施例では、プロセスを計算機システム上で生成
および終了を繰り返すのではなく、プロセスを再入可能
なプログラムを以て構成し、このプログラムが処理する
個々の端末要求に関する制御データを個別の領域に生成
するものである。電子コミュニケーションシステム等に
おいては、端末よりの要求は同種のプログラムで処理可
能な場合が多く、再入可能なプログラムを以て構成する
ことにより、計算機システムにおける主記憶、および、
補助記憶等の資源を節約することが可能となる。
Next, a third embodiment will be explained. FIG. 5 is a diagram showing the configuration of a process control section according to a third embodiment of the present invention. In this embodiment, instead of repeatedly creating and terminating a process on a computer system, the process is configured as a reentrant program, and control data regarding each terminal request processed by this program is generated in a separate area. It is something. In electronic communication systems, requests from terminals can often be processed by the same type of program, and by configuring reentrant programs, the main memory of the computer system and
It becomes possible to save resources such as auxiliary memory.

【0020】再入可能なプログラムとは、複数のプロセ
スが1つのプログラムを共有して実行できるように作ら
れたプログラムで、例えば、プロセスAがプログラムP
を実行中に処理を中断し、プロセスBがプログラムPの
処理を実行した場合、再入可能プログラムであれば、プ
ロセスAの処理を再開した時、正常に作動する。再入可
能とするためには、各プロセス固有の制御データや作業
領域をプログラムと分離してプロセス毎に確保する必要
があり、この領域が後述する制御データ/作業領域23
である。
[0020] A reentrant program is a program that is created so that multiple processes can share and execute one program. For example, process A executes program P.
If the process is interrupted during execution, and process B executes the process of program P, if the program is reentrant, it will operate normally when process A resumes the process. In order to enable reentrancy, it is necessary to secure control data and a work area specific to each process separately from the program for each process, and this area is the control data/work area 23 described later.
It is.

【0021】データ/プロセス制御情報分離回路12に
より分離されたプロセス制御情報により、個別領域生成
回路22は制御データ/作業領域23の中に、このプロ
セスの処理に必要な個別の制御データ/作業領域を生成
する。 制御データは図3に例示した情報である。個別領域生成
回路22は、制御データ/作業領域23の中のプロセス
個別の制御データ/作業領域で、例えば、データベース
を検索する場合はデータセット名やレコードアドレスな
どである。プロセスごとに設ける理由は、複数のプロセ
スが1つのプログラムを共有するためで、例えば、レコ
ードアドレスをRECNという変数に格納しておくと、
プロセスAの処理を中断してプロセスBの処理を実行し
たとき、プロセスBの処理中にRECNを書き換えてし
まう可能性があり、このためプロセス毎にそれぞれデー
タ領域を保持することでプログラムとデータを分離する
Using the process control information separated by the data/process control information separation circuit 12, the individual area generation circuit 22 creates individual control data/work areas necessary for processing this process in the control data/work area 23. generate. The control data is the information illustrated in FIG. The individual area generation circuit 22 is a process-individual control data/work area in the control data/work area 23, and includes data set names, record addresses, etc. when searching a database, for example. The reason for each process is that multiple processes share one program. For example, if you store the record address in a variable called RECN,
When processing of process A is interrupted and processing of process B is executed, there is a possibility that RECN will be rewritten during processing of process B. Therefore, by maintaining a data area for each process, programs and data can be To separate.

【0022】入口制御回路21はプロセスを実行するプ
ログラムの入口を求め、このプログラムに制御を渡す。 上記入口は図3に示す入口名より求めるものである。デ
ータ伝送に関しては制御データ/作業領域23より制御
情報分離回路24によって制御情報を分離し、データ/
プロセス制御情報合成回路17により端末に伝送すべき
データを合成する。制御情報分離回路24は、制御デー
タ/作業領域23が多くの端末要求処理プロセスのため
の制御データおよび作業領域を含んでいるので、この中
から該当するプロセスに関する作業領域を分離し、制御
データだけを抽出する処理を行う。例えば、データベー
ス検索の場合、プロセス名、データセット名、レコード
アドレス等となる。
The entrance control circuit 21 determines the entrance of a program that executes a process and passes control to this program. The above entrance is found from the entrance name shown in FIG. Regarding data transmission, the control information is separated from the control data/work area 23 by the control information separation circuit 24, and the
The process control information synthesis circuit 17 synthesizes data to be transmitted to the terminal. Since the control data/work area 23 includes control data and work areas for many terminal request processing processes, the control information separation circuit 24 separates the work area for the corresponding process from among the control data/work areas 23 and separates only the control data. Perform processing to extract. For example, in the case of a database search, the information includes a process name, data set name, record address, etc.

【0023】なお、第2実施例で説明したようにプロセ
ス制御情報をコード化する場合においても、図4に示す
制御コードテーブル19を利用することにより、同様な
方法で実現できる。
Note that even when process control information is encoded as described in the second embodiment, it can be realized in a similar manner by using the control code table 19 shown in FIG.

【0024】本実施例で主記憶、補助記憶の資源が節約
されるのはプログラムの領域がプロセスで共有できるた
めである。パソコン通信やデータベース検索システムで
は多数の端末からの要求を同時に処理するため、多くの
プロセスが生成されるが、その処理は各プロセス全て異
なるというものではないので、同一プログラムを使うこ
とによりセンターコンピュータの主記憶上に配置するプ
ログラムの実体をプロセスの数と比べて、かなり少なく
することができる。
In this embodiment, the main memory and auxiliary memory resources are saved because the program area can be shared by processes. In PC communication and database search systems, many processes are generated to process requests from many terminals at the same time, but the processing is not all different for each process, so by using the same program, the central computer The number of programs placed in main memory can be significantly reduced compared to the number of processes.

【0025】[0025]

【発明の効果】以上の説明から明らかなように、本発明
は、端末からの処理要求ごとにプロセス復元用情報を端
末にデータと共に返送することによりプロセスを削減さ
せるので、プロセスが処理している間だけプロセスを動
作可能とし端末と通信可能にしておけばよいので、計算
機システム上の資源の消費を少なくすると共に、通信課
金を少なくすることができる。
[Effects of the Invention] As is clear from the above explanation, the present invention reduces the number of processes by returning process restoration information to the terminal together with data for each processing request from the terminal, so that the process is Since it is only necessary to enable the process to operate and communicate with the terminal for only a certain period of time, it is possible to reduce the consumption of resources on the computer system and to reduce communication charges.

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

【図1】本発明の原理動作を説明する図である。FIG. 1 is a diagram illustrating the principle operation of the present invention.

【図2】本発明の第1実施例の構成を示すブロック図で
ある。
FIG. 2 is a block diagram showing the configuration of a first embodiment of the present invention.

【図3】プロセス制御情報の1例を示す図である。FIG. 3 is a diagram showing an example of process control information.

【図4】本発明の第2実施例の構成を示すブロック図で
ある。
FIG. 4 is a block diagram showing the configuration of a second embodiment of the present invention.

【図5】本発明の第3実施例の構成を示すブロック図で
ある。
FIG. 5 is a block diagram showing the configuration of a third embodiment of the present invention.

【図6】プロセス管理システムを説明する図である。FIG. 6 is a diagram illustrating a process management system.

【図7】プロセス管理システムでデータベース検索にお
けるプロセス状態変化の流れ示す図である。
FIG. 7 is a diagram showing the flow of process state changes in database search in the process management system.

【符号の説明】 11  入力インタフェース 12  データ/プロセス制御情報分離回路13  プ
ロセス生成回路 14  プロセステーブル生成回路 15  プロセス 16  プロセステーブル 17  データ/プロセス制御情報合成回路18  出
力インタフェース 19  制御コードテーブル 20  制御コード生成回路 21  入口制御回路 22  個別領域生成回路 23  制御データ/作業領域 24  制御情報分離回路
[Description of symbols] 11 Input interface 12 Data/process control information separation circuit 13 Process generation circuit 14 Process table generation circuit 15 Process 16 Process table 17 Data/process control information synthesis circuit 18 Output interface 19 Control code table 20 Control code generation circuit 21 Entrance control circuit 22 Individual area generation circuit 23 Control data/work area 24 Control information separation circuit

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】  複数の端末からの要求を処理しこの処
理結果を要求した端末に伝送する計算機システムのプロ
セス制御方式において、端末からの要求を処理したデー
タを返送する際、この処理に使用したプロセスを前記端
末が次の要求で復元するのに必要な情報を添付して返送
してこのプロセスを終了させ、次に端末より処理を要求
する際、前記プロセスを復元するのに必要な情報を添付
することにより、この終了した処理を再開することを可
能としたことを特徴とする計算機システムのプロセス制
御方式。
[Claim 1] In a process control method for a computer system that processes requests from multiple terminals and transmits the processing results to the requesting terminal, when returning the data that has been processed in response to the requests from the terminals, the The terminal returns the process with the information necessary to restore it in the next request, terminates this process, and the next time the terminal requests processing, it sends the information necessary to restore the process. A process control method for a computer system, characterized in that by attaching an attachment, it is possible to restart the terminated process.
【請求項2】  前記必要な情報が前記使用したプロセ
スの状態を復元するために必要な処理を識別するコード
情報であることを特徴とする請求項1記載の計算機シス
テムのプロセス制御方式。
2. The process control method for a computer system according to claim 1, wherein the necessary information is code information that identifies processing necessary to restore the state of the used process.
【請求項3】  複数の端末からの要求を処理しこの処
理結果を要求した端末に伝送する計算機システムのプロ
セス制御方式において、端末からの要求を処理したデー
タを返送する際、この処理に使用した再入可能なプログ
ラムにより構成されたプロセスの処理を再開するのに必
要な制御情報を添付して返送し、この制御情報の領域を
解放するようにしたことを特徴とする計算機システムの
プロセス制御方式。
[Claim 3] In a process control method for a computer system that processes requests from multiple terminals and transmits the processing results to the requesting terminal, when returning data that has been processed in response to a request from a terminal, the A process control method for a computer system, characterized in that control information necessary for restarting processing of a process configured by a reentrant program is returned with attachment, and an area for this control information is released. .
【請求項4】  前記制御情報が前記プロセスの処理を
復元するのに必要な情報を識別する識別コードであるこ
とを特徴とする請求項3記載の計算機システムのプロセ
ス制御方式。
4. The process control method for a computer system according to claim 3, wherein the control information is an identification code that identifies information necessary to restore processing of the process.
JP3051846A 1991-03-18 1991-03-18 Computer system process control method Expired - Fee Related JP2679427B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3051846A JP2679427B2 (en) 1991-03-18 1991-03-18 Computer system process control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3051846A JP2679427B2 (en) 1991-03-18 1991-03-18 Computer system process control method

Publications (2)

Publication Number Publication Date
JPH04287151A true JPH04287151A (en) 1992-10-12
JP2679427B2 JP2679427B2 (en) 1997-11-19

Family

ID=12898218

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3051846A Expired - Fee Related JP2679427B2 (en) 1991-03-18 1991-03-18 Computer system process control method

Country Status (1)

Country Link
JP (1) JP2679427B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06309213A (en) * 1993-04-26 1994-11-04 Nec Corp Rollback control system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06309213A (en) * 1993-04-26 1994-11-04 Nec Corp Rollback control system

Also Published As

Publication number Publication date
JP2679427B2 (en) 1997-11-19

Similar Documents

Publication Publication Date Title
US5781908A (en) File data synchronizer in a distributed data computer network
JP3141943B2 (en) Data distribution methods and data structures
US4805134A (en) Electronic system for accessing graphical and textual information
EP0404505A2 (en) Arrangement for integrating application in a digital processing system
JPH0934700A (en) Communication system and computer system
US5802307A (en) Network communications subsystem and method for digital computer system employing protocol stack having diverse lower-level network driver components optimized for each of base and enhance operating systems
JPH09505918A (en) Method and apparatus for extracting data from a group of data
US5873067A (en) Work flow system
JPH1169016A (en) Call control management system
JP2929959B2 (en) Voice input network service system
JPH04287151A (en) Process control method for computer system
JPH0944516A (en) Information filtering device
JP3597924B2 (en) Program processing device and storage medium
JPH03276338A (en) Simple maintenance system for terminal software
EP0555881A2 (en) Office automation system wherein files in a database are available to electronic mail services
JPS63124165A (en) Compiling system for conversational information processing system
EP0114357A2 (en) Controlling multiple distributed computations in a multi cpu environnment from a single port
JPH0589004A (en) Computer system
KR100482316B1 (en) Console server method on operating system and apparatus thereof
JPH1174976A (en) Automatic calling controller
JPS6247742A (en) Output system for console message
JP2994299B2 (en) Request for program execution and notification of result
JP2746952B2 (en) Image processing method
JP2848172B2 (en) I / O controller
KR19990001094A (en) How to back up the operating program and database of the exchange system

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19970701

LAPS Cancellation because of no payment of annual fees