JP2659727B2 - Online system - Google Patents

Online system

Info

Publication number
JP2659727B2
JP2659727B2 JP62298794A JP29879487A JP2659727B2 JP 2659727 B2 JP2659727 B2 JP 2659727B2 JP 62298794 A JP62298794 A JP 62298794A JP 29879487 A JP29879487 A JP 29879487A JP 2659727 B2 JP2659727 B2 JP 2659727B2
Authority
JP
Japan
Prior art keywords
processing
request
atypical
online
space
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.)
Expired - Lifetime
Application number
JP62298794A
Other languages
Japanese (ja)
Other versions
JPH01140262A (en
Inventor
義雄 高山
雅之 渡辺
啓一 坂田
克也 香田
正克 阿部
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP62298794A priority Critical patent/JP2659727B2/en
Priority to DE3854323T priority patent/DE3854323T2/en
Priority to EP88119669A priority patent/EP0319796B1/en
Publication of JPH01140262A publication Critical patent/JPH01140262A/en
Priority to US07/713,599 priority patent/US5095524A/en
Application granted granted Critical
Publication of JP2659727B2 publication Critical patent/JP2659727B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、オンラインシステムに関し、特に、多数の
端末装置とホスト計算機とを結合し、定型処理を基本と
するオンラインシステムにおいて、端末装置からの処理
要求に非定型処理が混在しても、非定型処理を効率良く
処理できるようにしたオンラインシステムに関するもの
である。
Description: BACKGROUND OF THE INVENTION The present invention relates to an online system, and more particularly, to an online system based on routine processing in which a large number of terminal devices and a host computer are connected to each other to perform a routine process. The present invention relates to an online system capable of efficiently processing irregular processing even when irregular processing is mixed in a processing request.

〔従来の技術〕[Conventional technology]

従来、オンラインシステムは、多数の端末装置とホス
ト計算機とが結合され、多数の端末装置からの処理要求
をホスト計算機が処理するようなシステム構成となって
いる。オンラインシステムにおいて、端末装置からの処
理要求には、定型処理と非定型処理があり、定型処理に
対してはトランザクション処理方式が用いられている。
トランザクション処理方式では、ホスト計算機に対して
端末装置からトランザクションという小さな処理単位の
処理要求を行う。トランザクション処理では、予め環境
が整えられた空間(仮想アドレス空間)で要求に応じた
処理が固定的に行なわれる。トランザクション処理方式
では、処理要求がトランザクション単位に、こま切れ
で、固定的であり、例えば、銀行システムの現金自動取
引業務のような定型処理には好適であるが、非定型処理
には向いていない。
2. Description of the Related Art Conventionally, an online system has a system configuration in which a large number of terminal devices and a host computer are connected, and a host computer processes processing requests from a large number of terminal devices. In an online system, a processing request from a terminal device includes a routine processing and an irregular processing, and a transaction processing method is used for the routine processing.
In the transaction processing method, a terminal device issues a processing request of a small processing unit called a transaction to a host computer. In the transaction processing, processing according to a request is fixedly performed in a space (virtual address space) in which an environment is prepared in advance. In the transaction processing method, the processing request is chopped and fixed in transaction units, and is suitable for routine processing such as, for example, an automatic cash transaction business of a bank system, but is not suitable for irregular processing. .

また、オンラインシステムにおいて、非定型処理に対
してはTSS(Time Sharing System)のような対話処理方
式が用いられている。対話処理方式では、端末装置から
発生するユーザの処理要求は、ホスト計算機内にユーザ
の処理要求に対応して、新たな空間(仮想アドレス空
間)を生成し、その空間において処理要求を解析し、要
求を満たすプログラムを選択し、ファイルの割り当て、
ファイルのOPEN処理等を行い、必要とする環境を整えた
後に、選択されたプログラムが要求された処理を実行す
る。
In an online system, an interactive processing method such as TSS (Time Sharing System) is used for atypical processing. In the interactive processing method, a user's processing request generated from the terminal device generates a new space (virtual address space) in the host computer in accordance with the user's processing request, and analyzes the processing request in that space. Select a program that meets your requirements, assign files,
After performing the OPEN processing of the file and preparing the necessary environment, the selected program executes the requested processing.

このように、TSSでは処理要求に対して必要な処理を
行う環境を整え、必要なプログラムを選択して、処理プ
ロセスを生成して、処理要求を実行するため、非定型処
理に向いている。しかし、ユーザからの処理要求に対応
して、処理要求の毎に、仮想アドレス空間を生成し、必
要な処理を行う環境を整え、必要なプログラムを選択
し、処理プロセスを生成して処理するため、処理のオー
バヘッドが大きく、ホスト計算機の負荷が大きくなって
しまう。
In this way, the TSS is suitable for atypical processing because it prepares an environment for performing necessary processing for a processing request, selects a necessary program, generates a processing process, and executes the processing request. However, in response to a processing request from a user, a virtual address space is generated for each processing request, an environment for performing necessary processing is prepared, a necessary program is selected, and a processing process is generated and processed. However, the processing overhead is large and the load on the host computer increases.

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

ところで、オンラインシステムにおいて、トランザク
ション処理方式では、各端末装置とホスト計算機内でト
ランザクション処理を行う各々の特定の処理プロセス
(空間)との間の結合はなく、特定の処理プロセスが多
数の各端末装置からの処理要求の定型処理を行ってい
る。このため、ホスト計算機の負荷を小さく抑えること
ができるが、端末装置からの処理要求の非定型処理は自
由に行えない。
By the way, in the online system, in the transaction processing method, there is no connection between each terminal device and each specific processing process (space) for performing transaction processing in the host computer, and the specific processing process is performed by a large number of terminal devices. Is performing routine processing of processing requests from. For this reason, the load on the host computer can be reduced, but irregular processing of a processing request from the terminal device cannot be performed freely.

また、TSSのような対話型処理方式では、ホスト計算
機中に、処理要求が発生した端末装置に対応して空間を
生成し、当該空間で処理プロセスを生成して処理要求に
対応した処理を行っているため、非定型処理を自由に行
えるが、ホスト計算機の負荷が大きくなると共に、ユー
ザがその処理のための操作を行わなければならず、操作
が煩しいという問題があった。
Also, in an interactive processing method such as TSS, a space is generated in the host computer corresponding to the terminal device where the processing request has occurred, a processing process is generated in the space, and processing corresponding to the processing request is performed. Therefore, the atypical processing can be freely performed, but the load on the host computer is increased, and the user must perform an operation for the processing, which causes a problem that the operation is troublesome.

本発明は、上記問題点を解決するためになされたもの
である。
The present invention has been made to solve the above problems.

本発明の目的は、定型処理を基本とするオンラインシ
ステムにおいて、非定型処理が混在することを可能と
し、しかも端末装置からの非定型処理の処理要求を、定
型処理と同様に処理することを可能としたオンラインシ
ステムを提供することにある。
An object of the present invention is to enable non-standard processing to be mixed in an online system based on standard processing, and to process processing requests for non-standard processing from a terminal device in the same manner as standard processing. And to provide an online system.

本発明の前記ならびにその他の目的と新規な特徴は、
本明細書の記述及び添付図面によって明らかになるであ
ろう。
The above and other objects and novel features of the present invention are as follows.
It will become apparent from the description of the present specification and the accompanying drawings.

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

上記目的を達成するため、本発明においては、多数の
端末装置とホスト計算機とが通信回線を介して接続さ
れ、前記ホスト計算機が、定型処理を行う複数の処理プ
ロセスと、端末装置からの処理要求を受け付け、処理要
求の内容により所定の処理プロセスに制御を渡すオンラ
イン制御プロセスとを備えたオンラインシステムにおい
て、前記オンライン制御プロセスが、非定型処理要求の
処理を行う非定型処理プロセス空間を生成する非定型処
理空間生成手段と、前記処理要求が予め定められた定型
処理要求か否かを判断する手段と、前記判断手段により
前記処理要求が予め定められた定型処理要求であると判
断した場合に、該当する定型処理プロセスを起動する手
段と、前記判断手段により前記処理要求が定型処理要求
でないと判断した場合に、前記非定型処理空間生成手段
により非定型処理プロセス空間を生成し、前記非定型処
理プロセス空間に非定型処理プログラムを呼び出し、非
定型処理要求の処理を行う手段とを具備することを特徴
とする。
In order to achieve the above object, in the present invention, a large number of terminal devices and a host computer are connected via a communication line, and the host computer performs a plurality of processing processes for performing routine processing, and a processing request from the terminal device. And an online control process for transferring control to a predetermined processing process according to the content of the processing request, wherein the online control process generates an atypical processing process space for processing the atypical processing request. A routine processing space generating unit, a unit for determining whether the processing request is a predetermined routine processing request, and when it is determined that the processing request is a predetermined routine processing request by the determining unit, Means for activating the corresponding routine processing process and the determining means determining that the processing request is not a routine processing request Means for generating an atypical processing space by the atypical processing space generating means, calling an atypical processing program in the atypical processing space, and processing the atypical processing request. .

〔作用〕[Action]

前記手段によれば、オンラインシステムにおいて、ホ
スト計算機のオンライン制御プロセスに、非定型処理要
求の処理を行う非定型処理プロセス空間を生成する非定
型処理空間生成手段が設けられる。端末装置からの非定
型処理要求に対しては、非定型処理空間生成手段が非定
型処理プロセス空間を生成し、この非定型処理プロセス
処理空間に非定型処理要求の処理を行う非定型処理プロ
グラムを呼び出す。そして、この非定型処理プログラム
を起動して、非定型処理要求の処理を行う。これによ
り、端末装置から処理要求を入力するユーザは、非定型
処理要求であっても、定型処理と同様な操作で、容易に
処理要求の処理を実行することができる。
According to the above means, in the online system, an atypical processing space generating means for generating an atypical processing space for processing an atypical processing request is provided in the online control process of the host computer. In response to an atypical processing request from a terminal device, the atypical processing space generating means generates an atypical processing space, and executes an atypical processing program for processing the atypical processing request in the atypical processing space. call. Then, the atypical processing program is activated to process the atypical processing request. Accordingly, a user who inputs a processing request from the terminal device can easily execute the processing request processing by the same operation as the standard processing even if the processing request is an irregular processing request.

このように、端末装置から入力されたユーザからの処
理要求が、端末装置から端末装置側のオンライン制御プ
ロセスを通じてホスト計算機側のオンライン制御プロセ
スに受け付られると、ホスト計算機側のオンライン制御
プロセスは、端末装置からの処理要求を解析し、この処
理要求の処理が予め用意した定型処理を行う処理プロセ
スに対するものであれば、定型処理として用意した所定
の処理プロセスを起動する。また、端末装置からの処理
要求が予め用意されていない非定型処理であれば、非定
型処理空間生成手段により、非定型処理プロセスのため
の非定型処理プロセス空間を生成し、この非定型処理プ
ロセス空間に当該処理要求に対応した非定型処理プログ
ラムを呼び出し起動して、処理要求の処理を実行する。
この非定型処理プログラムによる処理結果は、オンライ
ン制御プロセスにより処理要求を発行した端末装置に送
られる。オンライン制御プロセスは、当該処理要求の処
理が終了したことにより、発生した当該非定型処理プロ
セス空間を消滅させる。
As described above, when the processing request from the user input from the terminal device is accepted from the terminal device to the online control process on the host computer side through the online control process on the terminal device side, the online control process on the host computer side includes: The processing request from the terminal device is analyzed, and if the processing of the processing request is for a processing process for performing a predetermined process, a predetermined processing process prepared as a standard process is started. Further, if the processing request from the terminal device is an atypical processing that is not prepared in advance, the atypical processing space is generated by the atypical processing space generating means, and the atypical processing process is generated. An atypical processing program corresponding to the processing request is called and activated in the space, and the processing of the processing request is executed.
The processing result of the atypical processing program is sent to the terminal device which issued the processing request by the online control process. The online control process erases the generated atypical processing space when the processing of the processing request ends.

これにより、端末装置から発行したユーザからの処理
要求は、それが非定型処理の処理要求であっても、定型
処理と同様に容易な操作で、処理要求に応じた種々の非
定型処理を動作させることができる。
As a result, even if the processing request from the user issued from the terminal device is a processing request of an irregular processing, various irregular processing corresponding to the processing request can be operated by the same easy operation as the routine processing. Can be done.

〔実施例〕〔Example〕

以下、本発明の一実施例を図面を用いて具体的に説明
する。
Hereinafter, an embodiment of the present invention will be specifically described with reference to the drawings.

なお、実施例を説明するための全図において、同一機
能を有するものは同一符号を付け、その繰り返しの説明
は省略する。
In all the drawings for describing the embodiments, components having the same function are denoted by the same reference numerals, and their repeated description will be omitted.

第1図は、本発明の一実施例にかかるオンラインシス
テムの全体構成を示すブロック図である。第1図におい
て、オンライン端末装置1は、ホスト計算機2と通信回
線3を介して接合され、オンラインシステムを構成して
いる。オンライン端末装置1内には、ユーザの処理要求
を受けて、必要な処理要求を発生させるための要求発生
プロセス4と、通信回線3を制御する端末側のオンライ
ン制御プロセス5とが設けられている。要求発生プロセ
ス4は、定型処理要求を処理するための処理要求を発生
させる定型要求発生プロセス4aと、非定型処理要求を処
理するための処理要求を発生させる複数の非定型要求発
生プロセス4bとから構成されている。ホスト計算機2内
には、通信回線3を制御するホスト側のオンライン制御
プロセス6と、オンライン端末装置1からの処理要求を
処理する処理プロセス7とが設けられている。処理プロ
セス7は、定型処理要求に対応した処理を行う複数の定
型処理プロセス7aと、非定型処理要求に対応した処理を
行うための非定型処理プロセス7cを動的に起動する非定
型処理プロセス空間7bとから構成されている。定型処理
プロセス7aはオンライン端末装置1内の各要求発生プロ
セス4から発行される処理要求の内容に応じて種類分け
されており、定型要求発生プロセス4aからの処理要求は
所定の定型処理プロセス7aにて処理され、非定型要求発
生プロセス4bからの処理要求はオンライン制御プロセス
6の非定型処理空間生成部6aにより生成した非定型処理
プロセス空間7b内の非定型処理プロセス7cを動的に起動
して処理される。
FIG. 1 is a block diagram showing the overall configuration of an online system according to one embodiment of the present invention. In FIG. 1, an online terminal device 1 is connected to a host computer 2 via a communication line 3 to form an online system. A request generation process 4 for receiving a user's processing request and generating a necessary processing request and an online control process 5 for controlling the communication line 3 are provided in the online terminal device 1. . The request generation process 4 includes a standard request generation process 4a for generating a processing request for processing a standard processing request and a plurality of non-standard request generation processes 4b for generating a processing request for processing an atypical processing request. It is configured. The host computer 2 includes an online control process 6 on the host side for controlling the communication line 3 and a processing process 7 for processing a processing request from the online terminal device 1. The processing process 7 is a non-standard processing process space that dynamically activates a plurality of standard processing processes 7a for performing processing corresponding to the standard processing request and an atypical processing process 7c for performing processing corresponding to the non-standard processing request. 7b. The standard processing process 7a is classified according to the type of processing request issued from each request generation process 4 in the online terminal device 1. The processing request from the standard request generation process 4a is sent to a predetermined standard processing process 7a. The processing request from the atypical request generating process 4b dynamically activates the atypical processing process 7c in the atypical processing space 7b generated by the atypical processing space generating unit 6a of the online control process 6. It is processed.

第2図は、第1図のオンライン端末装置の動作を説明
するブロック図であり、第3図は第1図のホスト計算機
の動作を説明するブロック図である。
FIG. 2 is a block diagram illustrating the operation of the online terminal device in FIG. 1, and FIG. 3 is a block diagram illustrating the operation of the host computer in FIG.

次に、第2図および第3図を参照して、オンラインシ
ステムの動作を説明する。
Next, the operation of the online system will be described with reference to FIG. 2 and FIG.

第2図において、オンライン端末装置1には、ユーザ
が処理要求を入力するための入力手段として、ディスプ
レイ装置8とディスプレイ装置8上の位置指定用入力装
置のマウス9が設けられている。オンライン端末装置1
の前にいるエンドユーザは、例えば、ディスプレイ装置
8上に表示されている「アイコン」と呼ばれている絵文
字をマウス9にて選択することにより処理要求を入力す
る。このアイコンは、計算機内で仮想化した処理対象物
ごとに、それを表現する絵を割り当てたものである。す
なわち、計算機内のファイル,プログラムなどのリソー
スに意味のある名称を付け、それをユーザに判り易い形
の絵で表現したものであり、例えば、レポート用紙の絵
でテーブル形式のデータを格納しているファイルを表わ
すようにしたものである。ユーザはディスプレイ装置8
の画面に表示されている複数種のアイコンの中から、操
作したい対象としたいファイルやプログラムの表わすア
イコンを識別し、マウス9を用いて、画面上の矢印形カ
ーソルを該当アイコンに重ねることにより、アイコンの
選択動作を行って、オンライン端末装置1に処理要求を
入力する。
In FIG. 2, the online terminal device 1 is provided with a display device 8 and a mouse 9 as an input device for position designation on the display device 8 as input means for a user to input a processing request. Online terminal device 1
The end user in front of the user inputs a processing request by selecting, with the mouse 9, a pictogram called an "icon" displayed on the display device 8, for example. This icon is a picture assigned to each processing object virtualized in the computer. That is, resources such as files and programs in the computer are given meaningful names and are represented by pictures in a form that can be easily understood by the user. For example, data in a table format is stored as a picture on a report sheet. This is a representation of the file that is located. The user operates the display device 8
By identifying an icon representing a file or program desired to be operated from among a plurality of types of icons displayed on the screen, and using a mouse 9, an arrow-shaped cursor on the screen is overlaid on the corresponding icon, An icon selection operation is performed, and a processing request is input to the online terminal device 1.

このように、画面制御部10がディスプレイ装置8の画
面にアイコンを表示し、ユーザがマウス9を操作して、
アイコンを選択すると、マウス9からの選択信号は、オ
ンライン端末装置1内の画面制御部10へ入力され、要求
解析/状態管理部11へ渡される。要求解析/状態管理部
11では、アイコンで選択されて入力された処理要求の処
理が、どこのどの処理プロセスで処理されるべきかまた
は処理できるかを、オンライン端末装置1内の記憶装置
に予め展開されているアイコン属性テーブル12を検索し
て決める。アイコン属性テーブル12には、アイコンの種
類12aとそれに対応する処理を実行する処理プロセスの
名称12bが対になって登録されており、このアイコン属
性テーブル12を検索することによって、処理要求の処理
を実行する処理プロセスの名称が求められる。要求解析
/状態管理部11は、求められた名称によって、該当する
定型処理のための処理要求を発生する定型要求発生プロ
セス4aを起動する。また、該当する非定型要求発生プロ
セス4bを起動する。アイコン属性テーブル12の検索によ
っても決め得ない非定型処理の場合にも、非定型要求発
生プロセス4bを起動する。
As described above, the screen control unit 10 displays the icon on the screen of the display device 8 and the user operates the mouse 9 to
When an icon is selected, a selection signal from the mouse 9 is input to the screen control unit 10 in the online terminal device 1 and passed to the request analysis / status management unit 11. Request analysis / status management unit
In 11, which of the processing processes the processing request selected and input by the icon should be processed or can be processed is determined by an icon attribute which is previously developed in a storage device in the online terminal device 1. Search Table 12 and decide. In the icon attribute table 12, the type of the icon 12a and the name of the processing process 12b for executing the corresponding process are registered as a pair. By searching the icon attribute table 12, the processing of the processing request is performed. The name of the process to be executed is required. The request analysis / state management unit 11 activates the standard request generation process 4a that generates a processing request for the corresponding standard processing based on the obtained name. Further, the corresponding atypical request generation process 4b is started. Even in the case of an atypical process that cannot be determined even by searching the icon attribute table 12, the atypical request generation process 4b is started.

起動された要求発生プロセス4は、アイコン属性テー
ブル12から得られるファイル名やプログラム名などの処
理対象物の名称から処理対象物の存在場所をディレクト
リ13を検索して決める。ディレクトリ13には、ファイル
名やプログラム名に対応して、その存在場所がツリー構
造データとして登録されており、ディレクトリ13におい
て、たどり当てた処理対象物のノード13bに対する上位
ノード13aを見ることにより存在場所(相手プロセッサ
名:ホスト計算機名)が求まる。ここで、処理対象物の
存在場所がオンライン端末装置1内であれば、処理要求
の処理はオンライン端末装置1の処理プロセス(図示せ
ず)で実行される。存在場所が他プロセッサ(ホスト計
算機)であれば、オンライン端末装置1内の要求発生プ
ロセス4から処理要求を発行する該当処理プロセス7の
名称が決められる。ここでの処理要求を発行する対象と
なる処理プロセス7の名称は、要求発生プロセス4が要
求する処理に応じて、オンライン端末装置1内の記憶装
置上に記憶されている。ホスト計算機の名称と処理プロ
セス7の名称が決まると、要求発生プロセス4は、端末
側のオンライン制御プロセス5に目的とする処理プロセ
ス7との結合要求を発行する。端末側のオンライン制御
プロセス5は、予め定義されている情報から相手プロセ
ッサ(ホスト計算機)との接続処理を通信回線3を介し
て行う。接続処理の完了後、ホスト計算機2に対して、
結合要求バッファ14内のデータを転送する。
The activated request generation process 4 determines the location of the processing target by searching the directory 13 from the name of the processing target such as the file name or the program name obtained from the icon attribute table 12. The directory 13 stores its location as tree-structured data corresponding to the file name and the program name. The directory 13 is located by looking at the upper node 13a corresponding to the node 13b of the target object to be processed in the directory 13. The location (partner processor name: host computer name) is obtained. Here, if the location of the object to be processed is in the online terminal device 1, the processing of the processing request is executed by a processing process (not shown) of the online terminal device 1. If the location is another processor (host computer), the name of the processing process 7 that issues a processing request from the request generation process 4 in the online terminal device 1 is determined. The name of the processing process 7 to which the processing request is issued is stored on the storage device in the online terminal device 1 according to the processing requested by the request generation process 4. When the name of the host computer and the name of the processing process 7 are determined, the request generation process 4 issues a connection request with the target processing process 7 to the online control process 5 on the terminal side. The online control process 5 on the terminal side performs a connection process with a partner processor (host computer) via the communication line 3 based on information defined in advance. After the connection process is completed, the host computer 2
The data in the connection request buffer 14 is transferred.

第3図は、ホスト計算機2内の動作を説明するブロッ
ク図である。第3図において、ホスト計算機2には、オ
ンライン端末装置1からの結合要求および処理要求を、
定型処理プロセス7aまたは非定型処理プロセス7cに渡す
オンライン制御プロセス6が設けられている。オンライ
ン端末装置1の要求発生プロセス4から発生され、転送
された結合要求バッファ14のデータは、まず、オンライ
ン制御プロセス6で受付けられる。オンライン制御プロ
セス6は、結合要求バッファ14のデータから結合すべき
処理プロセスの名称を知る。オンライン制御プロセス6
は、結合要求バッファ14のデータから処理要求が予め用
意されている定型処理要求であると判断されると、定型
処理プロセス7aに結合要求バッファ14の処理データを渡
すことになる。定型処理プロセス7aは特定の処理要求に
対応できるプロセスであり、仮想記憶装置上の仮想アド
レス空間を占有している。このため、オンライン制御プ
ロセス6に設けられている通信制御プロセス6bは、プロ
セス名称テーブル15を検索して、対応する定型処理プロ
セス7aを知り、例えば、空間連絡機能(クロスメモリホ
スト)を用いて、当該定型処理プロセス7a内でオンライ
ン制御プロセス6と間の通信処理を行う通信受付け部6c
を起動する。
FIG. 3 is a block diagram illustrating an operation in the host computer 2. In FIG. 3, a connection request and a processing request from the online terminal device 1 are sent to the host computer 2.
An online control process 6 is provided to pass to the standard processing process 7a or the non-standard processing process 7c. The data of the connection request buffer 14 generated and transferred from the request generation process 4 of the online terminal device 1 is first received by the online control process 6. The online control process 6 knows the name of the processing process to be connected from the data in the connection request buffer 14. Online control process 6
When it is determined from the data in the binding request buffer 14 that the processing request is a fixed processing request prepared in advance, the processing data in the binding request buffer 14 is passed to the fixed processing process 7a. The standard processing process 7a is a process that can respond to a specific processing request, and occupies a virtual address space on the virtual storage device. For this reason, the communication control process 6b provided in the online control process 6 searches the process name table 15 and finds out the corresponding standard processing process 7a, and uses, for example, a space communication function (cross memory host). A communication receiving unit 6c for performing communication processing with the online control process 6 in the standard processing process 7a;
Start

一方、オンライン制御プロセス6は、結合要求バッフ
ァ14のデータから処理要求が予め用意されていない非定
型処理要求であると判断されると、当該非定型処理要求
の処理を実行するために、オンライン制御プロセス6に
設けられた非定型処理空間生成部6aにより、結合すべき
非定型処理プロセス空間7bを生成して起動し、定型処理
プロセス7aとの結合処理を行う場合と同様に、非定型処
理プロセス空間7b内でオンライン制御プロセス6との間
の通信処理を行う通信受付け部6dを起動する。
On the other hand, if the online control process 6 determines from the data in the binding request buffer 14 that the processing request is an atypical processing request that is not prepared in advance, the online control process 6 executes the online control processing to execute the processing of the atypical processing request. The atypical processing space 7b to be combined is generated and activated by the atypical processing space generating unit 6a provided in the process 6, and the atypical processing The communication accepting unit 6d that performs communication processing with the online control process 6 in the space 7b is activated.

通信受付け部6cまたは6dが処理要求をチェックした後
に、肯定応答を返すと、オンライン端末装置1内の要求
発生プロセス4とホスト計算機2内の処理プロセス7と
の結合が確立される。結合の確立後、オンライン端末装
置1内の要求発生プロセス4からの処理要求は、従来の
トランザクション処理における処理プロセスとの結合と
同様に、ホスト計算機2内の処理プロセス7が受付け処
理を行う。オンライン端末装置1内で発生するホスト計
算機2への処理要求が同一の処理プロセス7で処理でき
得るかぎり、要求発生プロセス4と処理プロセス7の結
合は継続する。
When the communication accepting unit 6c or 6d returns a positive response after checking the processing request, the connection between the request generation process 4 in the online terminal device 1 and the processing process 7 in the host computer 2 is established. After the connection is established, the processing request from the request generation process 4 in the online terminal device 1 is received by the processing process 7 in the host computer 2 in the same manner as the connection with the processing process in the conventional transaction processing. As long as the processing request to the host computer 2 generated in the online terminal device 1 can be processed by the same processing process 7, the connection between the request generation process 4 and the processing process 7 is continued.

定型処理プロセス7aは、特定の処理要求に対応できる
ように、ファイルの割当て、OPEN処理が済んで、環境が
整えられている空間である。定型処理プロセス7aは、特
定の処理要求にしか対応できないが、同時に複数の要求
を受付けることができ、多くのオンライン端末装置1か
らの要求を同時に処理できる。また、例えば、オンライ
ン端末装置1の前にいるユーザの要求が変化していき、
他の定型要求処理プロセスの機能が必要となった場合、
ユーザがマウス9を操作して、必要な処理要求をアイコ
ンにより選択すると、オンライン端末装置1内の要求解
析/状態管理部11は、選択されたアイコンに対応するプ
ロセスを起動し、上述したような結合処理の手順に従っ
て、ホスト計算機2内で新しく選択された定型処理プロ
セス7aとの結合処理が行われる。この結合処理による結
合は、以前の結合とは独立して設定でき、以前の結合
は、必要に応じて保留して再度利用することができる。
また、不要な場合には、速やかに解放される。また、場
合によっては、同時に二つの結合を用いて要求を並行し
て発生させることもできる。
The standard processing process 7a is a space in which an environment has been prepared after file allocation and OPEN processing have been completed so as to respond to a specific processing request. The standard processing process 7a can only respond to a specific processing request, but can accept a plurality of requests at the same time and can process requests from many online terminal devices 1 at the same time. Also, for example, a request of a user in front of the online terminal device 1 changes,
If you need the functionality of another standard request processing process,
When the user operates the mouse 9 to select a required processing request by using an icon, the request analysis / state management unit 11 in the online terminal device 1 starts a process corresponding to the selected icon, and performs the processing described above. In accordance with the procedure of the joining process, the joining process with the routine process 7a newly selected in the host computer 2 is performed. The connection by this connection process can be set independently of the previous connection, and the previous connection can be reserved and reused as necessary.
If it is not needed, it is released immediately. Also, in some cases, requests can be generated in parallel using two connections at the same time.

非定型処理プロセス空間7bは、不特定の処理要求に対
応できる非定型処理プロセス7cが動作可能なように、環
境が整えられている空間である。オンライン制御プロセ
ス6が、非定型処理プロセス空間7b内に非定型処理プロ
グラムを呼び出し、非定型処理プロセス7cを起動するこ
とにより、オンライン端末装置1の前にいるユーザのあ
らゆる非定型な要求を処理し得る。例えば、オンライン
端末装置1の前にいるユーザの処理要求が変化してい
き、他の非定型処理プロセスが必要となった場合、ユー
ザがマウス9を操作して、必要な処理要求をアイコンに
より選択すると、オンライン端末装置1内の要求解析/
状態管理部11が受付け、要求発生プロセス4により処理
要求を送出して、新しく必要とする非定型処理プログラ
ムを呼び出し、非定型処理プロセス7cを非定型処理プロ
セス空間7b内で起動して、処理を進めることができる。
必要な処理が終了して、非定型処理プロセス空間7bが不
要となった場合は、速やかに解放されるため、不要な仮
想記憶装置上の空間を占有することがない。
The atypical processing process space 7b is a space in which an environment is prepared so that the atypical processing process 7c capable of responding to an unspecified processing request can operate. The online control process 6 calls an atypical processing program in the atypical processing space 7b and activates the atypical processing process 7c to process any atypical request of the user in front of the online terminal device 1. obtain. For example, when a processing request of a user in front of the online terminal device 1 changes and another atypical processing process becomes necessary, the user operates the mouse 9 and selects a necessary processing request by an icon. Then, the request analysis /
The status management unit 11 accepts the request, sends a processing request by the request generation process 4, calls a newly required atypical processing program, activates the atypical processing process 7c in the atypical processing space 7b, and executes the processing. You can proceed.
When the necessary processing is completed and the atypical processing space 7b becomes unnecessary, it is released immediately, so that the space on the unnecessary virtual storage device is not occupied.

以上、説明したように、本実施例によれば、ユーザの
処理要求をオンライン端末装置内で解析しているので、
それが定型処理の処理要求であれば、ホスト計算機内で
予め設定している各定型処理プロセスにおける環境(フ
ァイルの割当て、OPEN処理、メモリ上のテーブルの展開
等)の設定の必要がなく、定型処理プロセスで複数の処
理要求を処理できる。このため、定型処理プロセスが占
有する仮想記憶装置上の空間の数が制限でき、ホスト計
算機のリソース量を小さく抑えられる。これにより、ホ
スト計算機の負荷を軽減でき、ホスト計算機に接続可能
なオンライン端末装置の数を従来のTSSに比べ、一桁ほ
ど増やすことができる。また、処理要求を満す定型処理
プロセスは特定のホスト計算機に設けておく必要はな
く、各ホスト計算機の文書、テーブル等の、データを自
由にかつ同一の手順でアクセスすることができる。更
に、オンライン端末装置1より発生したユーザからの処
理要求が、定型処理の要求であれば、定型処理プロセス
7aを動作させ、非定型処理の要求であれば、非定型処理
プロセス空間を動的に発生させ、要求に応じた種々の非
定型処理プロセス7cを動作させるので、オンライン端末
装置1から発生する処理要求は、定型処理,非定型処理
にかかわらず、同じような簡易な操作で容易に処理する
ことができる。
As described above, according to this embodiment, the processing request of the user is analyzed in the online terminal device.
If it is a processing request for routine processing, there is no need to set the environment (file allocation, OPEN processing, table expansion in memory, etc.) in each routine processing process that has been set in advance in the host computer. A plurality of processing requests can be processed by a processing process. For this reason, the number of spaces on the virtual storage device occupied by the routine processing can be limited, and the amount of resources of the host computer can be reduced. As a result, the load on the host computer can be reduced, and the number of online terminal devices that can be connected to the host computer can be increased by an order of magnitude compared to the conventional TSS. It is not necessary to provide a fixed processing process that satisfies the processing request in a specific host computer, and data such as documents and tables of each host computer can be accessed freely and in the same procedure. Further, if the processing request from the user generated from the online terminal device 1 is a request for a routine processing, the routine processing process
7a, if the request is for atypical processing, the atypical processing space is dynamically generated, and various atypical processing processes 7c are operated according to the request. The request can be easily processed by a similar simple operation regardless of the standard processing or the non-standard processing.

以上、本発明を実施例にもとづき具体的に説明した
が、本発明は、前記実施例に限定されるものではなく、
その要旨を逸脱しない範囲において種々変更可能である
ことは言うまでもない。
As mentioned above, although the present invention was explained concretely based on an example, the present invention is not limited to the above-mentioned example.
It goes without saying that various changes can be made without departing from the scope of the invention.

〔発明の効果〕〔The invention's effect〕

以上、説明したように、本発明によれば、オンライン
制御プロセスに、非定型処理のための非定型処理プロセ
ス空間を生成する非定型空間生成手段を設け、オンライ
ン制御プロセスが、端末装置からの処理要求が定型処理
要求でないと判断すると、非定型処理空間を生成し、非
定型処理プログラムに制御を渡し、非定型処理プロセス
を逐次動作させるので、定型処理を基本とするオンライ
ンシステムにおいて、端末装置からの非定型処理要求
を、定型処理要求と同様に、容易な操作で処理すること
ができる。
As described above, according to the present invention, the online control process is provided with an atypical space generating means for generating an atypical processing space for the atypical processing, and the online control process performs processing from the terminal device. If it is determined that the request is not a routine processing request, an atypical processing space is generated, control is passed to the atypical processing program, and the atypical processing process is sequentially operated. Can be processed by an easy operation, similarly to the standard processing request.

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

第1図は、本発明の一実施例にかかるオンラインシステ
ムの全体構成を示すブロック図、 第2図は、第1図のオンライン端末装置の動作を説明す
るブロック図、 第3図は第1図のホスト計算機の動作を説明するブロッ
ク図である。 1……オンライン端末装置、2……ホスト計算機、3…
…通信回線、4……要求発生プロセス、4a……定型要求
発生プロセス、4b……非定型要求発生プロセス、5……
オンライン制御プロセス、6……オンライン制御プロセ
ス、6a……非定型処理空間生成部、6b……通信制御プロ
セス、6c,6d……通信受付け部、7……処理プロセス、7
a……定型処理プロセス、7b……非定型処理プロセス空
間、7c……非定型処理プロセス、8……ディスプレイ装
置、9……マウス、10……画面制御部、11……要求解析
/状態管理部、12……アイコン属性テーブル、13……デ
ィレクトリ、14……結合要求バッファ、15……プロセス
名称テーブル。
FIG. 1 is a block diagram showing the overall configuration of an online system according to one embodiment of the present invention, FIG. 2 is a block diagram illustrating the operation of the online terminal device of FIG. 1, and FIG. 3 is FIG. 3 is a block diagram illustrating the operation of the host computer. 1 ... online terminal device, 2 ... host computer, 3 ...
... Communication line, 4 ... Request generation process, 4a ... Standard request generation process, 4b ... Atypical request generation process, 5 ...
Online control process, 6 Online control process, 6a Atypical processing space generation unit, 6b Communication control process, 6c, 6d Communication accepting unit, 7 Processing process, 7
a: Standard processing process, 7b: Non-standard processing process space, 7c: Non-standard processing process, 8: Display device, 9: Mouse, 10: Screen control unit, 11: Request analysis / state management , 12... Icon attribute table, 13... Directory, 14... Binding request buffer, 15.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 香田 克也 神奈川県横浜市戸塚区戸塚町5030番地 株式会社日立製作所ソフトウエア工場内 (72)発明者 阿部 正克 神奈川県横浜市戸塚区戸塚町5030番地 株式会社日立製作所ソフトウエア工場内 ──────────────────────────────────────────────────続 き Continuing on the front page (72) Katsuya Kota, Inventor 5030 Totsukacho, Totsuka-ku, Yokohama, Kanagawa Prefecture Inside the Hitachi, Ltd.Software Factory (72) Inventor Masakatsu Abe 5030 Totsukacho, Totsuka-ku, Yokohama-shi, Kanagawa Hitachi, Ltd. Software Factory

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】多数の端末装置とホスト計算機とが通信回
線を介して接続され、前記ホスト計算機が、定型処理を
行う複数の処理プロセスと、端末装置からの処理要求を
受け付け、処理要求の内容により所定の処理プロセスに
制御を渡すオンライン制御プロセスとを備えたオンライ
ンシステムにおいて、前記オンライン制御プロセスが、
非定型処理要求の処理を行う非定型処理プロセス空間を
生成する非定型処理空間生成手段と、前記処理要求が予
め定められた定型処理要求か否かを判断する手段と、前
記判断手段により前記処理要求が予め定められた定型処
理要求であると判断した場合に、該当する定型処理プロ
セスを起動する手段と、前記判断手段により前記処理要
求が定型処理要求でないと判断した場合に、前記非定型
処理空間生成手段により非定型処理プロセス空間を生成
し、前記非定型処理プロセス空間に非定型処理プログラ
ムを呼び出し、非定型処理要求の処理を行う手段とを具
備することを特徴とするオンラインシステム。
A host computer is connected to a large number of terminal devices via a communication line. The host computer receives a plurality of processing processes for performing routine processing, a processing request from the terminal device, and the content of the processing request. And an online control process that transfers control to a predetermined processing process, wherein the online control process comprises:
An atypical processing space generating means for generating an atypical processing space for processing the atypical processing request; a means for determining whether the processing request is a predetermined fixed processing request; and the processing by the determining means. Means for activating a corresponding routine processing process when the request is determined to be a predetermined routine processing request, and the non-routine processing when the processing request is determined not to be a routine processing request by the determining means. Means for generating an atypical processing space by a space generating means, calling an atypical processing program in the atypical processing space, and processing the atypical processing request.
JP62298794A 1987-11-26 1987-11-26 Online system Expired - Lifetime JP2659727B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP62298794A JP2659727B2 (en) 1987-11-26 1987-11-26 Online system
DE3854323T DE3854323T2 (en) 1987-11-26 1988-11-25 Job control for online system.
EP88119669A EP0319796B1 (en) 1987-11-26 1988-11-25 Job control for an on-line system
US07/713,599 US5095524A (en) 1987-11-26 1991-06-11 On-line system which mainly executes regular jobs including apparatus for efficiently executing both regular jobs and irregular jobs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62298794A JP2659727B2 (en) 1987-11-26 1987-11-26 Online system

Publications (2)

Publication Number Publication Date
JPH01140262A JPH01140262A (en) 1989-06-01
JP2659727B2 true JP2659727B2 (en) 1997-09-30

Family

ID=17864305

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62298794A Expired - Lifetime JP2659727B2 (en) 1987-11-26 1987-11-26 Online system

Country Status (1)

Country Link
JP (1) JP2659727B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4053301A (en) * 1975-10-14 1977-10-11 Hazen Research, Inc. Process for the direct production of steel
US5869018A (en) 1994-01-14 1999-02-09 Iron Carbide Holdings, Ltd. Two step process for the production of iron carbide from iron oxide

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61194559A (en) * 1985-02-22 1986-08-28 Nec Corp Simultaneous use control unit for interactive processing

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61194559A (en) * 1985-02-22 1986-08-28 Nec Corp Simultaneous use control unit for interactive processing

Also Published As

Publication number Publication date
JPH01140262A (en) 1989-06-01

Similar Documents

Publication Publication Date Title
JP2585535B2 (en) Process connection method in compound computer system
JP4447612B2 (en) Method and system for connecting, scanning and accessing computer network resources
US5740371A (en) Load balancing of connections to parallel servers
KR100652482B1 (en) Method and apparatus for providing direct transaction access to information residing on a host system
US6760045B1 (en) Simultaneous projected presentation of client browser display
EP0751461A2 (en) Digital computer system including virtual device driver registry
EP0644483B1 (en) Computer system and method for performing multiple tasks
JPS62163155A (en) Information communication system
US5095524A (en) On-line system which mainly executes regular jobs including apparatus for efficiently executing both regular jobs and irregular jobs
JPH0756753A (en) Method and apparatus for sharing of utility function between operating systems
JP2659727B2 (en) Online system
JPH07271545A (en) Information processor
JPH11312154A (en) Cooperative work aiding system and recording medium thereof
JP2659726B2 (en) Online system
JPH09319646A (en) Method and device for transferring information between environments
JP3097033B2 (en) Method for obtaining usage data of application on information processing apparatus, information processing apparatus and recording medium
JP3884239B2 (en) Server computer
CN114936031B (en) Component calling method and electronic equipment
JPH10247176A (en) Network system
JP2994299B2 (en) Request for program execution and notification of result
EP0114357A2 (en) Controlling multiple distributed computations in a multi cpu environnment from a single port
JP5294352B2 (en) Thin client system, session management apparatus, session management method and program
CN111475204A (en) Host interactive operation method, system and intermediate conversion device
JP2004094446A (en) Data processor and program
JPH09325883A (en) Information processor and its method, information processing system and its controlling method