JPH0744481A - Computer system - Google Patents
Computer systemInfo
- Publication number
- JPH0744481A JPH0744481A JP5184861A JP18486193A JPH0744481A JP H0744481 A JPH0744481 A JP H0744481A JP 5184861 A JP5184861 A JP 5184861A JP 18486193 A JP18486193 A JP 18486193A JP H0744481 A JPH0744481 A JP H0744481A
- Authority
- JP
- Japan
- Prior art keywords
- server
- computer
- tool
- client
- request file
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Landscapes
- Multi Processors (AREA)
- Computer And Data Communications (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】この発明は、サーバ計算機とこの
サーバ計算機にネットワークを介して各種データ処理を
依頼する複数のクライアント計算機とを含むクライアン
ト・サーバモデルの計算機システムに関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a client / server model computer system including a server computer and a plurality of client computers that request the server computer to process various data via a network.
【0002】[0002]
【従来の技術】近年、情報システムのダウンサイズ化が
進んでおり、クライアント・サーバモデルの計算機シス
テムが注目を集めている。クライアント・サーバモデル
とは、高性能なマイクロプロセッサによりユーザの処理
を行う複数のクライアントと、それらクライアントで共
有するデータや処理を扱うサーバとから構成されるシス
テムの形式であり、従来の汎用機と端末から構成される
システムに比べ、高い性能や優れたインタフェース等を
ユーザに提供できる利点がある。2. Description of the Related Art In recent years, downsizing of information systems has progressed, and client / server model computer systems have been attracting attention. The client / server model is a system format that consists of multiple clients that perform user processing with a high-performance microprocessor and a server that handles data and processing shared by these clients. Compared with a system composed of terminals, it has the advantage of providing users with high performance and excellent interfaces.
【0003】特に、分散処理システムを構築する計算機
システムでは、資源の有効利用を実現するために、クラ
イアント・サーバモデルが良く利用されている。クライ
アント・サーバモデルを利用した典型的な分散処理シス
テムでは、大型コンピュータや高性能のワークステーシ
ョンなどの計算機に大規模データベースファイルやプリ
ンタ等の資源を管理させ、他の計算機がデータベース参
照やプリントサービス等をその計算機に依頼するといっ
た処理形態が用いられる。この場合、要求に応じてファ
イルサービスやプリントサービスを行う計算機がサーバ
計算機となり、データベース参照やプリントサービスを
必要とする事務処理系のアプリケーションプログラムを
実行してサーバ計算機にサービスを依頼するワークステ
ーションやパ−ソナルコンピュータがクライアント計算
機となる。Particularly, in a computer system for constructing a distributed processing system, a client / server model is often used in order to realize effective use of resources. In a typical distributed processing system that uses a client / server model, a computer such as a large computer or high-performance workstation is made to manage resources such as large-scale database files and printers, and other computers can refer to the database or print services. A processing form of requesting the computer to the computer is used. In this case, the computer that provides the file service or print service in response to the request becomes the server computer, and the workstation or computer that requests the service from the server computer by executing the application program of the office processing system that requires the database reference or print service. -The personal computer becomes the client computer.
【0004】このようなクライアント・サーバモデルの
計算機システムにおいては、クラインアント計算機から
の処理要求の一連の単位(例えば、データベースの検
索、参照、更新)はトランザクションと称され、そのト
ランザクションを処理するプログラムをサーバ計算機に
常駐させることでオンライントランザクション処理(O
LTP)が実現される。In such a client-server model computer system, a series of processing requests (for example, database search, reference, update) from a client computer is called a transaction, and a program that processes the transaction. Online transaction processing (O
LTP) is realized.
【0005】しかしながら、このような従来のクライア
ント・サーバモデルの計算機システムにおいては、未使
用のクライアント計算機があってもそのクライアント計
算機をサーバとして利用できないので、そのシステムの
性能はほぼサーバ計算機の性能のみによって決定されて
しまう欠点がある。However, in such a conventional client / server model computer system, even if there is an unused client computer, that client computer cannot be used as a server, so that the system performance is almost the same as that of the server computer. There is a drawback that is decided by.
【0006】このため、サーバ計算機の負荷が大きい場
合にはクライアント計算機から依頼された処理の実行が
遅れ、システム性能の低下が引き起こされる。そこで、
通常は、データベースやプリンタなどのハードウェア資
源を使用する事務処理アプリケーションなどの特定業務
についてのみサーバ計算機に処理を依頼し、特別なハー
ドウェア資源を使用しない例えばプログラム開発などの
処理については、クライアント計算機内ですべて行うと
いった運用が行われている。Therefore, when the load on the server computer is large, the execution of the processing requested by the client computer is delayed and the system performance is degraded. Therefore,
Normally, the server computer is requested to process only specific tasks such as office work applications that use hardware resources such as databases and printers, and client computers are used for processes such as program development that do not use special hardware resources. The operation is performed such that everything is done in-house.
【0007】プログラム開発においては、クライアント
計算機内でプログラミング作業や、コンパイル、リンク
といった処理を行うことが必要となる。この場合、非同
期で行うことが可能な作業、例えば、あるプログラムの
プログラミングと別のプログラムのコンパイルがあって
も、クライアント計算機のオペレーティングシステムは
シングルタスクであることが普通であるので、それら作
業を非同期に行うことはできない。In the program development, it is necessary to carry out processing such as programming work, compilation and linking in the client computer. In this case, even if there is work that can be done asynchronously, for example, programming of one program and compilation of another program, since the operating system of the client computer is usually single-tasking, the work is done asynchronously. Can't be done.
【0008】プログラムサイズが小さく、コンパイル、
リンクする時間が少ない場合は問題ないが、プログラム
のサイズが大きくなったり、複数のプログラムをコンパ
イルする必要がある場合には、その処理にかなりの時間
がかかる。この場合、その間、クライアント計算機を利
用できなくなるので、プログラム開発の作業効率が低下
するという不具合が生じる。The program size is small, and the
If the linking time is short, there is no problem, but if the program size becomes large or multiple programs need to be compiled, the process will take a considerable amount of time. In this case, the client computer cannot be used during that time, which causes a problem that the work efficiency of program development is reduced.
【0009】[0009]
【発明が解決しようとする課題】従来のクライアント・
サーバモデルの計算機では、あるクライアント計算機の
処理を別のクライアント計算機に実行させることができ
ないので、非同期で行うことが可能な処理があってもそ
れらをすべて特定のクライアント計算機上で行うことが
必要とされる。このため、特にクライアント計算機を利
用してプログラム開発を行う場合には、作業効率が低下
される欠点があった。[Problems to be Solved by the Invention]
In the server model computer, the processing of one client computer cannot be executed by another client computer, so even if there are processes that can be performed asynchronously, it is necessary to perform all of them on a specific client computer. To be done. For this reason, there is a drawback that work efficiency is lowered especially when a program is developed using a client computer.
【0010】この発明はこのような点に鑑みてなされた
もので、クライアント計算機の1つをサーバとして利用
できるようにし、専用のサーバ計算機を使用せずに非同
期処理を実行することができるクライアント・サーバモ
デルの計算機システムを提供することを目的とする。The present invention has been made in view of the above circumstances, and it is possible to use one of client computers as a server and execute asynchronous processing without using a dedicated server computer. The object is to provide a server model computer system.
【0011】[0011]
【課題を解決するための手段および作用】この発明は、
サーバ計算機と、このサーバ計算機にネットワークを介
して接続され、前記サーバ計算機に各種データ処理を依
頼する複数のクライアント計算機とを含むクライアント
・サーバモデルの計算機システムにおいて、前記ネット
ワークに結合され前記複数のクライアント計算機によっ
てアクセス可能な共有メモリであって、前記各クライア
ント計算機からのデータ処理依頼ファイルが蓄積される
共有メモリと、前記複数のクライアント計算機の少なく
とも1つに前記共有メモリに蓄積されたデータ処理依頼
ファイルの実行を指示する手段とを具備し、前記複数の
クライアント計算機の少なくとも1つが前記データ処理
依頼ファイルを実行するためのサーバ計算機として動作
するように構成されていることを特徴とする。Means and Actions for Solving the Problems
In a client-server model computer system including a server computer and a plurality of client computers connected to the server computer via a network and requesting the server computer to perform various data processes, the plurality of clients coupled to the network A shared memory accessible by a computer, in which a data processing request file from each of the client computers is stored, and a data processing request file stored in the shared memory in at least one of the plurality of client computers And a means for instructing execution of the data processing request file, wherein at least one of the plurality of client computers is configured to operate as a server computer for executing the data processing request file.
【0012】この計算機システムにおいては、複数のク
ライアント計算機によってそれぞれアクセス可能な共有
メモリを持つネットワーク環境が利用され、その共有メ
モリに蓄積されたあるクライアント計算機からのデータ
処理依頼ファイルが別のクライアント計算機によって読
み取られて実行される。このため、例えば、未使用のク
ライアント計算機の1つをサーバとして割り当てること
により、専用のサーバ計算機を使用せずに非同期処理を
実行することが可能となる。したがって、あるクライア
ント計算機を利用してプログラム開発を行う場合におい
ては、あるプログラムのコンパイル、リンクを別のクラ
イアント計算機に実行させることにより、そのコンパイ
ル、リンクの処理の終了を待たずに、プログラミング作
業を継続して行うことが可能となる。In this computer system, a network environment having a shared memory that can be accessed by a plurality of client computers is used, and a data processing request file from one client computer stored in the shared memory is shared by another client computer. Read and execute. Therefore, for example, by allocating one of the unused client computers as a server, it becomes possible to execute asynchronous processing without using a dedicated server computer. Therefore, when developing a program using a certain client computer, by having another client computer compile and link a certain program, programming work can be performed without waiting for the end of the compile and link processing. It becomes possible to continue.
【0013】[0013]
【実施例】以下、図面を参照してこの発明の実施例を説
明する。図1には、この発明の一実施例に係わるクライ
アント・サーバモデルの計算機システムが示されてい
る。この計算機システムは、オンライントランザクショ
ン処理システム(OLTP)を実現するためのものであ
り、サ−バ計算機11と、ネットワーク12を介してサ
ーバ計算機11に接続された複数のクライアント計算機
13−1〜13−nとから構成されている。Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 shows a client / server model computer system according to an embodiment of the present invention. This computer system is for realizing an online transaction processing system (OLTP), and is a server computer 11 and a plurality of client computers 13-1 to 13-connected to the server computer 11 via a network 12. n.
【0014】サ−バ計算機11は、例えば、ファイルサ
ービス、プリントサービス、FAXサービス等の各種業
務サービスを提供するコンピュータであり、クライアン
ト計算機13−1〜13−nそれぞれからの要求に応じ
た業務処理を行う。このサ−バ計算機11は、計算機本
体111と磁気ディスク装置112から構成されてい
る。磁気ディスク装置112はクライアント計算機13
−1〜13−nによってアクセス可能な共有メモリであ
り、ここには、クライアント計算機13−1〜13−n
からのツール起動依頼ファイル記憶領域201およびツ
ール実行結果ファイル記憶領域202が設けられてい
る。The server computer 11 is a computer that provides various business services such as a file service, a print service, a FAX service, and the like, and performs business processing in response to requests from the client computers 13-1 to 13-n. I do. The server computer 11 comprises a computer main body 111 and a magnetic disk device 112. The magnetic disk device 112 is the client computer 13
-1 to 13-n is a shared memory accessible by the client computers 13-1 to 13-n.
A tool start request file storage area 201 and a tool execution result file storage area 202 are provided.
【0015】クライアント計算機13−1〜13−nは
それぞれワークステーションから構成されており、ここ
では、クライアント計算機13−nがツール実行専用の
ツールサーバとして割り当てられている。このツールサ
ーバの割り当ては、サーバとして使用したいクライアン
ト計算機のシステム起動時にツールサーバ用プログラム
をインストールすることによって行われる。Each of the client computers 13-1 to 13-n is composed of a workstation, and here, the client computer 13-n is assigned as a tool server dedicated to tool execution. This tool server allocation is performed by installing the tool server program when the system of the client computer to be used as the server is started.
【0016】例えば、クライアント計算機13−1を利
用してプログラム開発作業を行う場合、その時に未使用
のクライアント計算機(ここでは、クライアント計算機
13−n)があれば、その計算機にフロッピーディスク
などからツールサーバ用プログラムをインストールして
立ち上げることにより、以降、その計算機をツール実行
専用のツールサーバとして利用することができる。For example, when a program development work is performed using the client computer 13-1, if there is an unused client computer (here, the client computer 13-n), a tool from a floppy disk or the like is used for the computer. After the server program is installed and started up, the computer can be used as a tool server dedicated to tool execution.
【0017】クライアント計算機13−1からツールサ
ーバ13−nへの処理依頼、およびツールサーバ13−
nからクライアント計算機13−1への処理結果の通知
は、それらの共有メモリである磁気ディスク装置112
を利用して行われる。Processing request from the client computer 13-1 to the tool server 13-n, and the tool server 13-n
The notification of the processing result from the n to the client computer 13-1 is performed by the magnetic disk device 112 which is a shared memory of them.
Is done using.
【0018】すなわち、磁気ディスク装置112には前
述のようにツール起動依頼ファイル記憶領域201およ
びツール実行結果ファイル記憶領域202が用意されて
おり、ツールサーバ13−nへの処理依頼はツール起動
依頼ファイル記憶領域201を利用して行われ、クライ
アント計算機13−1への処理結果の通知はツール実行
結果ファイル記憶領域202を利用して行われる。That is, the magnetic disk device 112 is provided with the tool start request file storage area 201 and the tool execution result file storage area 202 as described above, and the processing request to the tool server 13-n is made by the tool start request file. The storage area 201 is used to notify the client computer 13-1 of the processing result using the tool execution result file storage area 202.
【0019】ツール起動依頼ファイル記憶領域201
は、ツール起動依頼ファイルおよび制御依頼ファイルを
蓄積保持するための複数のエントリを有している。ツー
ル起動依頼ファイルはツール起動に必要な情報、すなわ
ち、ファイル識別ID、ユーザ名、コンパイラなどの起
動対象のツール名、ソースプログラムファイル名などの
ファイル名、およびソースプログラムなどのファイルか
ら構成されている。制御依頼ファイルは、依頼したツー
ル実行の中断、保留などを指示するためのものであり、
依頼したツール起動依頼ファイルのファイル識別IDと
制御情報から構成される。この制御情報には、ツール実
行の中断、保留、または監視(ツール実行状況の監視)
などの制御内容を示す制御種別情報が含まれる。Tool start request file storage area 201
Has a plurality of entries for accumulating and holding the tool activation request file and the control request file. The tool start request file is composed of information necessary for starting the tool, that is, a file identification ID, a user name, a name of a tool to be started such as a compiler, a file name such as a source program file name, and a file such as a source program. . The control request file is for instructing suspension, suspension, etc. of the requested tool execution.
It is composed of the file identification ID of the requested tool activation request file and the control information. This control information includes tool execution suspension, suspension, or monitoring (tool execution status monitoring).
Control type information indicating control contents such as is included.
【0020】ツール実行結果ファイル記憶領域202
は、ツール実行結果ファイルを蓄積保持するための複数
のエントリを有している。ツール実行結果ファイルは、
対応するツール起動依頼ファイルのファイル識別ID、
終了時刻、終了や途中経過などの現在の状況を示すステ
ータス、結果ファイル(途中結果ファイル)から構成さ
れている。Tool execution result file storage area 202
Has a plurality of entries for accumulating and holding the tool execution result file. The tool execution result file is
File identification ID of the corresponding tool start request file,
It is composed of an end time, a status indicating the current situation such as termination and progress, and a result file (interim result file).
【0021】クライアント計算機13−1は、ツール起
動依頼ファイルおよび制御依頼ファイルをサーバ計算機
11の磁気ディスク装置112に格納する機能、および
ツールサーバ13−nが格納したツール実行結果ファイ
ルを磁気ディスク装置112から取得し、解釈する機能
を持つ。The client computer 13-1 has a function of storing the tool start request file and the control request file in the magnetic disk device 112 of the server computer 11, and the tool execution result file stored by the tool server 13-n in the magnetic disk device 112. It has the function to obtain and interpret from.
【0022】一方、ツールサーバ13−nは、磁気ディ
スク装置112からツール起動依頼ファイルや制御依頼
ファイルを取得し、解釈してツール起動や制御を実行す
る機能、およびツール実行結果をツール実行結果ファイ
ルとして磁気ディスク装置112に格納する機能を持
つ。On the other hand, the tool server 13-n acquires the tool start request file and the control request file from the magnetic disk device 112, interprets them, and executes the tool start and control, and the tool execution result as the tool execution result file. Has a function of storing in the magnetic disk device 112.
【0023】次に、図2のフローチャートを参照して、
図1のシステムの全体の動作を説明する。クライアント
計算機13−1は、依頼するツール起動、制御に応じて
ツール起動依頼ファイルや制御依頼ファイルを作成し、
それを磁気ディスク装置112のツール起動依頼ファイ
ル記憶領域201に格納する。ツール起動の実行、処理
の制御を担当するツールサーバ13−nは、一定時間毎
に磁気ディスク装置112のツール起動依頼ファイル記
憶領域201をポーリングし、そこに依頼ファイルが存
在する場合にはそれを図2のフローチャートに従って取
り込む。Next, referring to the flow chart of FIG.
The overall operation of the system of FIG. 1 will be described. The client computer 13-1 creates a tool start request file and a control request file in accordance with the requested tool start and control,
It is stored in the tool activation request file storage area 201 of the magnetic disk device 112. The tool server 13-n, which is in charge of executing the tool activation and controlling the processing, polls the tool activation request file storage area 201 of the magnetic disk device 112 at regular time intervals, and when the request file exists, polls it. Capture according to the flowchart of FIG.
【0024】すなわち、ツールサーバ13−nは、ま
ず、ツール起動依頼ファイル記憶領域201を参照して
クライアント計算機13−1からの制御依頼ファイルが
存在するか否かを調べ(ステップS11)、存在する場
合にはそれを取り込み、解釈して実行する(ステップS
14)。That is, the tool server 13-n first refers to the tool activation request file storage area 201 to check whether the control request file from the client computer 13-1 exists (step S11), and the file exists. In that case, it is taken in, interpreted and executed (step S
14).
【0025】一方、制御依頼ファイルが存在しない場合
には、ツールサーバ13−nは、未調査のツール起動依
頼ファイルが存在するか否かを調べ(ステップS1
2)、存在する場合には、そのツール起動依頼ファイル
が自分に割り当てられたツール実行機能に対応するもの
であるか否かを判定し(ステップS13)、対応するも
のであればそれを取り込む(ステップS14)。On the other hand, if the control request file does not exist, the tool server 13-n checks whether or not there is an unexamined tool activation request file (step S1).
2) If it exists, it is determined whether or not the tool activation request file corresponds to the tool execution function assigned to it (step S13), and if it corresponds, the file is fetched (step S13). Step S14).
【0026】すなわち、ツールサーバ13−nにはその
起動的にインストールされたプログラムによって実行す
べきツールが予め指定されており、その指定されたツー
ルに対応するツール起動依頼ファイルだけが取り込まれ
る。That is, the tool to be executed by the program installed in the tool server 13-n is specified in advance, and only the tool start request file corresponding to the specified tool is fetched.
【0027】取り込まれたツール起動依頼ファイルは解
釈、実行され、その実行が終了すると、その実行結果が
ツール実行結果ファイルとして磁気ディスク装置112
のツール実行結果ファイル記憶領域202に格納され
る。The loaded tool start request file is interpreted and executed, and when the execution is completed, the execution result is the magnetic disk device 112 as a tool execution result file.
The tool execution result file is stored in the storage area 202.
【0028】以上のように、この実施例の計算機システ
ムにおいては、複数のクライアント計算機13−1〜1
3−nによってそれぞれアクセス可能な磁気ディスク装
置112を持つネットワーク環境が利用され、その磁気
ディスク装置112に蓄積された例えばクライアント計
算機13−1からのツール起動依頼ファイルが別のクラ
イアント計算機であるツールサーバ13−nによって読
み取られて実行される。このため、例えば、未使用のク
ライアント計算機の1つをサーバとして割り当てること
により、専用のサーバ計算機11を使用せずに非同期処
理を実行することが可能となる。したがって、あるクラ
イアント計算機を利用してプログラム開発を行う場合に
おいては、あるプログラムのコンパイル、リンクを別の
クライアント計算機に実行させることにより、そのコン
パイル、リンクの処理の終了を待たずに、プログラミン
グ作業を継続して行うことが可能となる。As described above, in the computer system of this embodiment, a plurality of client computers 13-1 to 13-1 are used.
A network environment having a magnetic disk device 112 accessible by 3-n is used, and a tool start request file from the client computer 13-1 stored in the magnetic disk device 112 is a tool server which is another client computer. 13-n read and executed. Therefore, for example, by allocating one of the unused client computers as a server, it becomes possible to execute asynchronous processing without using the dedicated server computer 11. Therefore, when a program is developed using a certain client computer, by compiling and linking a certain program on another client computer, programming work can be performed without waiting for the end of the process of compiling and linking. It becomes possible to continue.
【0029】なお、ここでは、説明を簡単にするために
クライアント計算機およびツールサーバを各1台づつ用
意した場合についてのみ説明したが、複数のツールサー
バを用意し、それら複数のツールサーバによって複数の
クライアント計算機からのツール起動依頼ファイルを処
理するように構成することも可能である。Although only one client computer and one tool server are prepared for the sake of simplicity, a plurality of tool servers are prepared and a plurality of tool servers are used. It can also be configured to process a tool activation request file from the client computer.
【0030】また、ツールサーバによって実行する処理
としてはコンパイラだけでなく、例えば、図3に示され
ているように、クライアント計算機13−1〜13〜3
によって事務処理アプリケーションプログラムを実行さ
せ、そのアプリケーションプログラムからの印刷処理依
頼などをツールサーバ13−4〜13−6によって実行
することも可能である。この場合、ツールサーバ13−
4〜13−6にそれぞれ実行するツールの異なるサーバ
プログラムをインストールし、印刷処理を受け持つツー
ルサーバとコンパイル処理を受け持つツールサーバとに
分類することも可能である。Further, as the processing executed by the tool server, not only the compiler but also the client computers 13-1 to 13-3 as shown in FIG.
It is also possible to execute an office work application program by using the tool server 13-4 to 13-6 to execute a print processing request from the application program. In this case, the tool server 13-
It is also possible to install server programs having different tools to be executed in 4 to 13-6 and to classify into a tool server responsible for print processing and a tool server responsible for compilation processing.
【0031】また、ここでは、空きワークステーション
をツール実行専用のツールサーバとして割り当てたが、
通常はクライアントとして使用されている各ワークステ
ーションが、自身のアイドルステートを検知した時に自
動的にツールサーバとして機能するように構成すること
もできる。Although an empty workstation is assigned as a tool server dedicated to tool execution here,
Each workstation, normally used as a client, can be configured to automatically act as a tool server when it detects its own idle state.
【0032】すなわち、図2では、ツールサーバ13−
nが定期的にツール起動依頼ファイル記憶領域201を
ポーリングして依頼ファイルを取り込むように説明した
が、図4のフローチャートに示されているように、ツー
ルサーバ13−nが自身がアイドルステートを検出し
(ステップS21)、そのアイドルステートの検出に応
答して自動的に図2で説明した依頼ファイルの取り込
み、実行を行うように構成することもできる。この場
合、負荷の軽いワークステーションが自動的にツールサ
ーバとして割り当てられることになり、システム全体の
作業効率の向上を図ることが可能となる。That is, in FIG. 2, the tool server 13-
Although it has been explained that n periodically polls the tool start request file storage area 201 and fetches the request file, as shown in the flowchart of FIG. 4, the tool server 13-n itself detects the idle state. However, the request file described in FIG. 2 may be automatically fetched and executed in response to the detection of the idle state (step S21). In this case, a workstation with a light load is automatically assigned as a tool server, and the work efficiency of the entire system can be improved.
【0033】[0033]
【発明の効果】以上のように、この発明によれば、クラ
イアント計算機をサーバとして利用できるようになり、
専用のサーバ計算機を使用せずに非同期処理を実行する
ことが可能となる。As described above, according to the present invention, the client computer can be used as a server,
Asynchronous processing can be executed without using a dedicated server computer.
【図面の簡単な説明】[Brief description of drawings]
【図1】この発明の一実施例に係わるクライアント・サ
ーバモデルの計算機システムの構成を示すブロック図。FIG. 1 is a block diagram showing the configuration of a client / server model computer system according to an embodiment of the present invention.
【図2】同実施例の計算機システムに設けられた共有メ
モリからツール起動依頼ファイルを取り込む動作の一例
を説明するフローチャート。FIG. 2 is a flowchart illustrating an example of an operation of loading a tool activation request file from a shared memory provided in the computer system of the same embodiment.
【図3】同実施例におけるツールサーバの割り当ての一
例を示す図。FIG. 3 is a diagram showing an example of tool server allocation according to the embodiment.
【図4】同実施例の計算機システムに設けられた共有メ
モリからツール起動依頼ファイルを取り込む動作の他の
例を説明するフローチャート。FIG. 4 is a flowchart illustrating another example of an operation of loading a tool activation request file from a shared memory provided in the computer system of the same embodiment.
11…サーバ計算機、12…ネットワーク、13−1〜
13−n…クライアント計算機、112…磁気ディスク
装置、201…ツール起動依頼ファイル記憶領域、20
2…ツール実行結果ファイル記憶領域。11 ... Server computer, 12 ... Network, 13-1 to 13-1
13-n ... Client computer, 112 ... Magnetic disk device, 201 ... Tool start request file storage area, 20
2 ... Tool execution result file storage area.
Claims (2)
ットワークを介して接続され、前記サーバ計算機に各種
データ処理を依頼する複数のクライアント計算機とを含
むクライアント・サーバモデルの計算機システムにおい
て、 前記ネットワークに結合され前記複数のクライアント計
算機によってアクセス可能な共有メモリであって、前記
各クライアント計算機からのデータ処理依頼ファイルが
蓄積される共有メモリと、 前記複数のクライアント計算機の少なくとも1つに前記
共有メモリに蓄積されたデータ処理依頼ファイルの実行
を指示する手段とを具備し、 前記複数のクライアント計算機の少なくとも1つが前記
データ処理依頼ファイルを実行するためのサーバ計算機
として動作するように構成されていることを特徴とする
計算機システム。1. A client / server model computer system comprising a server computer and a plurality of client computers connected to the server computer via a network and requesting the server computer to perform various data processings. A shared memory that is accessible by the plurality of client computers and that stores a data processing request file from each of the client computers; and a shared memory that is stored in the shared memory in at least one of the plurality of client computers. And a means for instructing execution of the data processing request file, wherein at least one of the plurality of client computers is configured to operate as a server computer for executing the data processing request file. Computer system Mu.
ットワークを介して接続され、前記サーバ計算機に各種
データ処理を依頼する複数のクライアント計算機とを含
むクライアント・サーバモデルの計算機システムにおい
て、 前記ネットワークに結合され前記複数のクライアント計
算機によってアクセス可能な共有メモリであって、前記
各クライアント計算機からのデータ処理依頼ファイルが
蓄積される共有メモリを具備し、 前記複数のクライアント計算機は、 そのクライアント計算機のアイドルステートに応答して
前記共有メモリをアクセスし、その共有メモリに蓄積さ
れているデータ処理依頼ファイルを読み取る手段と、こ
の読み取ったデータ処理依頼ファイルを実行し、その実
行結果を共有メモリに書き込む手段とを有し、 前記複数のクライアント計算機それぞれがそのアイドル
ステート時にサーバ計算機として動作するように構成さ
れていることを特徴とする計算機システム。2. A client / server model computer system including a server computer and a plurality of client computers connected to the server computer via a network and requesting the server computer to perform various data processings. And a shared memory accessible by the plurality of client computers, in which a data processing request file from each of the client computers is stored, wherein the plurality of client computers are in an idle state of the client computer. In response, the shared memory is accessed, and means for reading the data processing request file stored in the shared memory and means for executing the read data processing request file and writing the execution result in the shared memory are provided. The above Computer system, each of the client computer is characterized by being configured to operate as a server computer at the time of the idle state.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5184861A JPH0744481A (en) | 1993-07-27 | 1993-07-27 | Computer system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5184861A JPH0744481A (en) | 1993-07-27 | 1993-07-27 | Computer system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0744481A true JPH0744481A (en) | 1995-02-14 |
Family
ID=16160595
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP5184861A Pending JPH0744481A (en) | 1993-07-27 | 1993-07-27 | Computer system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0744481A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6219771B1 (en) | 1996-08-30 | 2001-04-17 | Nec Corporation | Data storage apparatus with improved security process and partition allocation functions |
JP2002092366A (en) * | 2000-09-11 | 2002-03-29 | Nec Corp | Cpu time-division purchase-and-sale method and control server in cpu time-division purchase-and-sale system |
-
1993
- 1993-07-27 JP JP5184861A patent/JPH0744481A/en active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6219771B1 (en) | 1996-08-30 | 2001-04-17 | Nec Corporation | Data storage apparatus with improved security process and partition allocation functions |
US6526489B1 (en) | 1996-08-30 | 2003-02-25 | Nec Corporation | Data storage apparatus with improved security process and partition allocation funds |
JP2002092366A (en) * | 2000-09-11 | 2002-03-29 | Nec Corp | Cpu time-division purchase-and-sale method and control server in cpu time-division purchase-and-sale system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11379272B2 (en) | Autoscaling using file access or cache usage for cluster machines | |
US9489237B1 (en) | Dynamic tree determination for data processing | |
CN110058932B (en) | Storage method and storage system for data stream driving calculation | |
Elmroth et al. | Grid resource brokering algorithms enabling advance reservations and resource selection based on performance predictions | |
US5687372A (en) | Customer information control system and method in a loosely coupled parallel processing environment | |
US6256704B1 (en) | Task management for data accesses to multiple logical partitions on physical disk drives in computer systems | |
US20050060710A1 (en) | System, method and program for implementing priority inheritance in an operating system | |
WO2010116676A1 (en) | Service providing apparatus, service providing system, service providing apparatus data processing method and computer program | |
EP1580654A2 (en) | Storage system | |
JPH0820963B2 (en) | Method for operating computer system and computer system | |
US5995972A (en) | System and method for retrieving data | |
US7797484B2 (en) | Managing access to disk storage | |
US5682507A (en) | Plurality of servers having identical customer information control procedure functions using temporary storage file of a predetermined server for centrally storing temporary data records | |
US5790868A (en) | Customer information control system and method with transaction serialization control functions in a loosely coupled parallel processing environment | |
JP2008090798A (en) | Backup-control device of data-processing system, and system therefor | |
US5630133A (en) | Customer information control system and method with API start and cancel transaction functions in a loosely coupled parallel processing environment | |
Kosar | A new paradigm in data intensive computing: Stork and the data-aware schedulers | |
EP3388943A1 (en) | Method and apparatus for managing events in a network that adopts event-driven programming framework | |
JPH08221372A (en) | Free resource management device in distributed processing system | |
JPH0744481A (en) | Computer system | |
JPH0793262A (en) | Application tool execution managing system | |
JP2005107632A (en) | Eai server, and program for eai server | |
CN101501673A (en) | Host computer I/O filter re-directing potentially conflicting I/O commands from instantiations of legacy application | |
JP2005107824A (en) | Eai server, and program for eai server | |
Partridge et al. | Speculative parallelism in a distributed graph reduction machine |