JPH1040118A - Client server system and client terminal equipment - Google Patents

Client server system and client terminal equipment

Info

Publication number
JPH1040118A
JPH1040118A JP21524096A JP21524096A JPH1040118A JP H1040118 A JPH1040118 A JP H1040118A JP 21524096 A JP21524096 A JP 21524096A JP 21524096 A JP21524096 A JP 21524096A JP H1040118 A JPH1040118 A JP H1040118A
Authority
JP
Japan
Prior art keywords
server
client
application program
load distribution
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.)
Pending
Application number
JP21524096A
Other languages
Japanese (ja)
Inventor
Koichi Hirata
功一 平田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP21524096A priority Critical patent/JPH1040118A/en
Publication of JPH1040118A publication Critical patent/JPH1040118A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To improve a processing effect by distributing processing requests to each of a plurality of objects which operate the same processing without any deviation, and to improve the performance of an entire system by controlling load distribution to the process of a server according to a request from an application program executing means. SOLUTION: A load distribution controlling part 120 is provided with a process information obtaining part which obtains process information by performing access to a process information managing part 130, and an object information obtaining part which obtains object information by performing access to an object information managing part 140. Then, the management of the using state of an object and the load distribution of a process are executed independently of an application program. That is, the processing information obtaining part refers to the process information managing part 130, obtains necessary object reference from the object information managing part 140, and performs access to a process group 210 of a server 200 according to calling from an application execution part 110.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明が属する技術分野】本発明は、ORB(オブジェ
クト・リクエスト・ブローカー)で接続されたオブジェ
クト指向のクライアント/サーバシステム及びそのクラ
イアント端末に関し、特に同一処理を行うオブジェクト
を複数プロセス上に実装した場合に効率的に処理要求を
行うクライアント/サーバシステム及びそのクライアン
ト端末に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an object-oriented client / server system connected by an ORB (Object Request Broker) and a client terminal thereof, and particularly to a case where objects performing the same processing are mounted on a plurality of processes. The present invention relates to a client / server system and a client terminal for making a processing request efficiently.

【0002】[0002]

【従来の技術】クライアントとサーバとがORBで接続
されたオブジェクト指向のクライアント/サーバシステ
ムにおいて、ある処理を行うオブジェクトを呼び出す
(オブジェクトに処理要求を出す)ためには、各オブジ
ェクトに一意に対応付けられたオブジェクトリファレン
スと呼ばれるコードを用いなければならない。そのた
め、所望のオブジェクトを呼び出す際に、呼び出すべき
特定のオブジェクトを決定していることが必要である。
2. Description of the Related Art In an object-oriented client / server system in which a client and a server are connected by an ORB, in order to call an object for performing a certain process (to issue a process request to the object), the object is uniquely associated with each object. You must use a code called an object reference. Therefore, when calling a desired object, it is necessary to determine a specific object to be called.

【0003】このようなオブジェクト指向のクライアン
ト/サーバシステムにおいて、同一処理を行うオブジェ
クトが複数のプロセス上に存在している場合、一部のオ
ブジェクトに処理要求が偏ってしまい、処理効率が悪く
なる可能性がある。したがって、複数のプロセス上に同
一の処理を行うオブジェクトが存在する場合には、効率
的な運用を行うため、どのオブジェクトが使用中で、ど
のオブジェクトが未使用なのかをクライアント側(利用
者側)で管理しておき、適切なオブジェクトリファレン
スを用いて要求する処理を行うオブジェクトを呼び出す
ことにより、プロセスの最適な負荷分散を図らなければ
ならない。
In such an object-oriented client / server system, when an object performing the same processing exists in a plurality of processes, processing requests are biased to some of the objects and processing efficiency may deteriorate. There is. Therefore, when objects performing the same processing exist in a plurality of processes, the client side (user side) determines which objects are in use and which are unused in order to perform efficient operation. , And by calling an object that performs the requested processing using an appropriate object reference, the optimum load distribution of the process must be achieved.

【0004】従来、このオブジェクト管理及びマルチプ
ロセスへの負荷分散は、クライアントにて動作するアプ
リケーションプログラムの機能として実現されていた。
Conventionally, this object management and load distribution to multi-processes have been realized as functions of application programs running on clients.

【0005】[0005]

【発明が解決しようとする課題】上記のように、従来の
クライアント/サーバシステムでは、オブジェクト管理
及びマルチプロセスへの負荷分散をアプリケーションプ
ログラムの機能として実現していたため、アプリケーシ
ョンプログラムの構造が複雑となり、当該アプリケーシ
ョンプログラムの開発に手間を要したり、当該アプリケ
ーションプログラムによる処理効率の低下を招くおそれ
があった。
As described above, in the conventional client / server system, object management and load distribution to multi-processes are realized as functions of an application program, so that the structure of the application program becomes complicated. There is a possibility that it takes time to develop the application program or the processing efficiency of the application program is reduced.

【0006】本発明の目的は、上記従来の欠点を解決
し、ORBで接続されたオブジェクト指向のクライアン
ト/サーバシステムにおいて、同一サーバマシンの複数
プロセス上に同じ処理を行うオブジェクトが複数存在す
る場合に、アプリケーションプログラムによる制御を必
要とすることなく、各々のオブジェクトに対して偏りな
く処理要求を振り分けて処理効率を向上させ、システム
全体の性能向上を図ることのできるクライアント/サー
バシステムを提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to solve the above-mentioned conventional drawbacks, and to solve the problem in the object-oriented client / server system connected by the ORB when there are a plurality of objects performing the same processing on a plurality of processes of the same server machine. In order to provide a client / server system capable of improving processing efficiency by distributing processing requests to respective objects without bias without requiring control by an application program, and improving the performance of the entire system. is there.

【0007】[0007]

【課題を解決するための手段】上記の目的を達成する本
発明のオブジェクト指向のクライアント/サーバシステ
ムは、クライアントが、アプリケーションプログラムを
実行するアプリケーションプログラム実行手段と、前記
アプリケーションプログラム実行手段からの要求により
前記サーバのプロセスへの負荷分散を制御する負荷分散
制御手段と、前記サーバのプロセスの使用状態を管理す
るプロセス情報管理手段と、前記サーバの各プロセスに
存在するオブジェクトのリファレンス情報を管理するオ
ブジェクト情報管理手段とを備えることを特徴とする。
According to the object-oriented client / server system of the present invention which achieves the above object, a client is provided with an application program executing means for executing an application program and a request from the application program executing means. Load distribution control means for controlling load distribution to the server process, process information management means for managing the use state of the server process, and object information for managing reference information of objects existing in each process of the server Management means.

【0008】また、他の態様では、前記負荷分散制御手
段は、前記アプリケーションプログラム実行手段からの
オブジェクトの呼び出し要求に応じて、前記プロセス情
報管理手段を参照して使用されていないプロセスを検出
し、前記オブジェクト情報管理手段から前記検出された
プロセスの前記呼び出し要求にかかるオブジェクトのリ
ファレンス情報を取得して、前記サーバの対応するプロ
セスにアクセスしオブジェクトを呼び出すことを特徴と
する。
In another aspect, the load distribution control means detects an unused process by referring to the process information management means in response to an object call request from the application program execution means, It is characterized in that reference information of an object related to the call request of the detected process is obtained from the object information management means, and a corresponding process of the server is accessed to call the object.

【0009】また、他の態様では、負荷分散制御手段を
管理する負荷分散制御手段管理手段を更に備え、前記ア
プリケーションプログラム実行手段は、前記負荷分散制
御手段管理手段の管理情報に基づいて要求する処理に対
応する負荷分散制御手段を特定し、該負荷分散制御手段
に該処理を実行するオブジェクトの呼び出しを要求する
ことを特徴とする。
In another aspect, the apparatus further comprises a load distribution control means managing means for managing the load distribution control means, wherein the application program execution means executes a processing request based on the management information of the load distribution control means management means. Is specified, and a request is made to the load distribution control means to call an object for executing the processing.

【0010】[0010]

【発明の実施の形態】以下、本発明の実施例について図
面を参照して詳細に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0011】図1は、本発明の1実施例によるクライア
ント/サーバシステムの構成を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of a client / server system according to one embodiment of the present invention.

【0012】図示のように、本実施例のクライアント/
サーバシステムは、ORB(オブジェクト・リクエスト
・ブローカー)300にて接続されたクライアント10
0とサーバ200とを備える。クライアント100は、
アプリケーションプログラムを実行するアプリケーショ
ンプログラム実行部110と、サーバ200におけるプ
ロセスの負荷分散を制御するための負荷分散制御部12
0、プロセス情報管理部130、及びオブジェクト情報
管理部140と、アプリケーションプログラムから負荷
分散制御部120にアクセスするための負荷分散制御部
情報検索部150及び負荷分散制御部情報管理部160
とを備える。サーバ200は、複数のプロセスを含むプ
ロセス群210と、システムの目的に応じたデータを格
納するデータベースファイル220とを備える。なお、
同図には本実施例の特徴的な構成のみを記載し、他の構
成については記載を省略してある。
As shown in FIG.
The server system is connected to a client 10 connected by an ORB (Object Request Broker) 300.
0 and the server 200. Client 100
An application program execution unit 110 for executing an application program, and a load distribution control unit 12 for controlling the load distribution of a process in the server 200
0, a process information management unit 130, an object information management unit 140, a load distribution control unit information search unit 150, and a load distribution control unit information management unit 160 for accessing the load distribution control unit 120 from an application program.
And The server 200 includes a process group 210 including a plurality of processes, and a database file 220 that stores data according to the purpose of the system. In addition,
FIG. 1 shows only the characteristic configuration of the present embodiment, and the description of the other configurations is omitted.

【0013】図2は、本実施例を構成するクライアント
100及びサーバ200の各構成を詳細に示すブロック
図である。
FIG. 2 is a block diagram showing in detail each configuration of the client 100 and the server 200 constituting the embodiment.

【0014】アプリケーションプログラム実行部110
は、CPUとRAM等のメモリとで実現され、格納され
たアプリケーションプログラムの制御によりシステムの
目的に応じた処理を実行する。本実施例では、アプリケ
ーションプログラムには、オブジェクト管理及びマルチ
プロセスの負荷分散を実行する機能は不要である。オブ
ジェクトに処理要求を出す場合、負荷分散制御部120
を介して適当なオブジェクトを呼び出す。負荷分散制御
部120へのアクセスは、負荷分散制御部情報検索部1
50を介して負荷分散制御部情報管理部160から取得
した負荷分散制御部情報に基づいて行う。
Application program execution unit 110
Is realized by a CPU and a memory such as a RAM, and executes processing according to the purpose of the system under the control of a stored application program. In this embodiment, the application program does not need a function of executing object management and multi-process load distribution. When issuing a processing request to an object, the load distribution control unit 120
Call the appropriate object via. The access to the load distribution control unit 120 is performed by the load distribution control unit information search unit 1
This is performed based on the load distribution control unit information obtained from the load distribution control unit information management unit 160 via the control unit 50.

【0015】負荷分散制御部120は、プログラム制御
されたCPU等で実現され、プロセス情報管理部130
にアクセスしてプロセス情報を取得するプロセス情報取
得部121と、オブジェクト情報管理部140にアクセ
スしてオブジェクト情報を取得するオブジェクト情報取
得部122とを備える。そして、アプリケーションプロ
グラムとは独立してオブジェクトの使用状態の管理及び
プロセスの負荷分散を実行する。すなわち、アプリケー
ションプログラム実行部110からの呼び出しに応じ
て、プロセス情報取得部121がプロセス情報管理部1
30を参照し、オブジェクト情報取得部122がオブジ
ェクト情報管理部140から必要なオブジェクトリファ
レンスを取得して、サーバ200のプロセス群210に
アクセスする。また、負荷分散制御部120は、アプリ
ケーションプログラムの処理内容に応じて複数設けられ
る。負荷分散制御部120の詳細な動作の内容について
は後述する。
The load distribution control unit 120 is realized by a program-controlled CPU or the like, and includes a process information management unit 130
And a process information obtaining unit 121 that accesses the object information management unit 140 and obtains object information. Then, the management of the use state of the object and the load distribution of the process are executed independently of the application program. That is, in response to a call from the application program execution unit 110, the process information acquisition unit 121
30, the object information acquisition unit 122 acquires a necessary object reference from the object information management unit 140 and accesses the process group 210 of the server 200. Further, a plurality of load distribution control units 120 are provided according to the processing content of the application program. The detailed operation of the load distribution control unit 120 will be described later.

【0016】プロセス情報管理部130は、磁気ディス
ク装置等の記憶装置やRAM等のメモリで実現され、サ
ーバ200のプロセス群210に含まれるプロセスごと
に使用状態に関する情報を格納している。
The process information management unit 130 is realized by a storage device such as a magnetic disk device or a memory such as a RAM, and stores information on a use state for each process included in the process group 210 of the server 200.

【0017】オブジェクト情報管理部140は、磁気デ
ィスク装置等の記憶装置で実現され、サーバ200のプ
ロセス群210に含まれる各プロセスに存在するオブジ
ェクトのリファレンス情報を格納している。
The object information management unit 140 is realized by a storage device such as a magnetic disk device, and stores reference information of an object existing in each process included in the process group 210 of the server 200.

【0018】負荷分散制御部情報検索部150は、プロ
グラム制御されたCPU等で実現され、アプリケーショ
ンプログラム実行部110からの要求に応じて、必要な
負荷分散制御部120に関する情報を負荷分散制御部情
報管理部160から検出し、アプリケーションプログラ
ム実行部110に渡す。
The load distribution control unit information retrieval unit 150 is realized by a program-controlled CPU or the like, and, in response to a request from the application program execution unit 110, retrieves necessary information on the load distribution control unit 120 from the load distribution control unit information. It is detected from the management unit 160 and passed to the application program execution unit 110.

【0019】負荷分散制御部情報管理部160は、磁気
ディスク装置等の記憶装置で実現され、アプリケーショ
ンプログラムにて制御される処理内容に対応する負荷分
散制御部120を特定する負荷分散制御部情報を格納す
る。
The load distribution control unit information management unit 160 is realized by a storage device such as a magnetic disk device, and stores the load distribution control unit information for specifying the load distribution control unit 120 corresponding to the processing content controlled by the application program. Store.

【0020】次に、図2及び図3のフローチャートを参
照して本実施例の動作に付いて説明する。
Next, the operation of this embodiment will be described with reference to the flowcharts of FIGS.

【0021】図2に示すように、本実施例では、アプリ
ケーションプログラム実行部110にて実行されるアプ
リケーションプログラムは出金処理を行うプログラムと
する。負荷分散制御部120は、出金処理に関するもの
と振込処理に関するものの2種類が用意されているもの
とし、負荷分散制御部情報管理部160には、これらの
負荷分散制御部120に関する情報が格納されている。
また、サーバ200のプロセス群210にはプロセス
A、プロセスB、プロセスCの3つのプロセスが含ま
れ、これらのプロセスの使用状態に関する情報がプロセ
ス情報管理部130に格納される。
As shown in FIG. 2, in the present embodiment, the application program executed by the application program execution unit 110 is a program for performing a withdrawal process. It is assumed that the load distribution control unit 120 has two types, one relating to withdrawal processing and the other relating to transfer processing. The load distribution control unit information management unit 160 stores information relating to these load distribution control units 120. ing.
The process group 210 of the server 200 includes three processes, process A, process B, and process C, and information on the use status of these processes is stored in the process information management unit 130.

【0022】アプリケーションプログラム実行部110
から出金処理を行うオブジェクトを呼び出す場合、アプ
リケーションプログラム実行部110は、まず、負荷分
散制御部情報検索部150にアクセスし、必要な負荷分
散制御部120の情報を要求する(ステップ301)。
負荷分散制御部情報検索部150は、アプリケーション
プログラム実行部110からの要求に応じて、負荷分散
制御部情報管理部160から出金処理に対応する負荷分
散制御部情報Xを検出し、アプリケーションプログラム
実行部110に送る。
Application program execution unit 110
When calling the object for performing the dispensing process from the application program execution unit 110, first, accesses the load distribution control unit information search unit 150 and requests the necessary information of the load distribution control unit 120 (step 301).
In response to a request from the application program execution unit 110, the load distribution control unit information search unit 150 detects the load distribution control unit information X corresponding to the payment processing from the load distribution control unit information management unit 160, and executes the application program. Send to section 110.

【0023】アプリケーションプログラム実行部110
は、取得した負荷分散制御部情報Xに基づいて出金処理
に対応する負荷分散制御部120を呼び出す(ステップ
302)。
Application program execution unit 110
Calls the load distribution control unit 120 corresponding to the payment processing based on the acquired load distribution control unit information X (step 302).

【0024】呼び出された負荷分散制御部120は、ま
ず、プロセス情報取得部121が、プロセス情報管理部
130にアクセスし、出金処理を行うオブジェクトが存
在するプロセスの使用状況を調べ、使用可能なプロセス
を決定する(ステップ303)。図2の例では、プロセ
スBが未使用であるため、これを使用するプロセスとし
て決定する。プロセス情報管理部130のプロセスBの
使用状態は、使用中に更新される(ステップ304)。
ここで、未使用のプロセスがない場合には、アプリケー
ションプログラム実行部110からの要求を退避する
(ステップ310)。
In the called load distribution control unit 120, first, the process information acquisition unit 121 accesses the process information management unit 130, checks the use status of the process in which the object for performing the withdrawal process exists, A process is determined (step 303). In the example of FIG. 2, since the process B is not used, it is determined as the process to use. The use state of the process B of the process information management unit 130 is updated during use (step 304).
Here, if there is no unused process, the request from the application program execution unit 110 is saved (step 310).

【0025】次に、負荷分散制御部120のオブジェク
ト情報取得部122が、プロセス情報管理部140か
ら、プロセス情報取得部121で使用プロセスとして決
定されたプロセスBに存在する各オブジェクトのリファ
レンス情報を参照し、処理要求に対応する出金処理のオ
ブジェクトのリファレンス情報を検索し取得する(ステ
ップ305)。
Next, the object information acquisition unit 122 of the load distribution control unit 120 refers to the reference information of each object existing in the process B determined as the process used by the process information acquisition unit 121 from the process information management unit 140. Then, the reference information of the object of the payment processing corresponding to the processing request is searched and obtained (step 305).

【0026】次に、負荷分散制御部120は、オブジェ
クト情報取得部122により取得したオブジェクトリフ
ァレンス情報に基づいてサーバ200のプロセス群21
0から対応するプロセスBを指定して、当該プロセスB
内の目的のオブジェクトを呼び出す(ステップ30
6)。呼び出されたオブジェクトは当該処理要求に応じ
て出金処理を実行する(ステップ307)。当該オブジ
ェクトによる処理が終了すると、プロセス情報取得部1
21は、プロセス情報管理部130の該当プロセスの使
用状態に関する情報を未使用に更新する(ステップ30
8)。
Next, based on the object reference information acquired by the object information acquisition unit 122, the load distribution control unit 120
Specify the corresponding process B from 0, and
Call the target object in
6). The called object executes a dispensing process in response to the processing request (step 307). When the processing by the object is completed, the process information acquisition unit 1
21 updates the information on the use state of the process in the process information management unit 130 to unused (step 30).
8).

【0027】この後、ステップ303において退避され
ている要求がないか調べ、退避されている要求があれ
ば、再度未使用プロセスの有無を調べて上記ステップ3
03〜ステップ308を繰り返す(ステップ309)。
退避されている要求がなければ、処理を終了する。
Thereafter, it is checked in step 303 whether there is a saved request. If there is a saved request, it is checked again whether or not there is an unused process.
03 to step 308 are repeated (step 309).
If there is no saved request, the process ends.

【0028】図4は、本発明の他の実施例によるクライ
アント/サーバシステムにおけるクライアント100及
びサーバ200の各構成を詳細に示すブロック図であ
る。
FIG. 4 is a block diagram showing in detail each configuration of the client 100 and the server 200 in the client / server system according to another embodiment of the present invention.

【0029】図示のように、本実施例のクライアント1
00は、アプリケーションプログラムを実行するアプリ
ケーションプログラム実行部110と、サーバ200に
おけるプロセスの負荷分散を制御するための負荷分散制
御部170及びプロセス情報管理部180と、アプリケ
ーションプログラムから負荷分散制御部120にアクセ
スするための負荷分散制御部情報検索部150及び負荷
分散制御部情報管理部160とを備える。上記構成にお
いて、アプリケーションプログラム実行部110、負荷
分散制御部情報検索部150、負荷分散制御部情報管理
部160、及びサーバ200の構成は、上述した第1実
施例の各構成要素と同様であり、同一の符号を付して説
明を省略する。
As shown, the client 1 of this embodiment is
Reference numeral 00 denotes an application program execution unit 110 for executing an application program, a load distribution control unit 170 and a process information management unit 180 for controlling load distribution of a process in the server 200, and an access to the load distribution control unit 120 from the application program. And a load distribution control unit information search unit 150 and a load distribution control unit information management unit 160 for performing the operations. In the above configuration, the configurations of the application program execution unit 110, the load distribution control unit information search unit 150, the load distribution control unit information management unit 160, and the server 200 are the same as those of the above-described first embodiment. The same reference numerals are given and the description is omitted.

【0030】本実施例において、プロセス情報管理部1
80は、磁気ディスク装置等の記憶装置やRAM等のメ
モリで実現され、サーバ200のプロセス群210に含
まれるプロセスごとに使用状態に関する情報と、各プロ
セスに存在する各オブジェクトごとのリファレンス情報
とを格納している。プロセス情報管理部180におい
て、各プロセスに存在する各オブジェクトのリファレン
ス情報を格納しているため、第1実施例のようにプロセ
ス情報管理部180のほかにオブジェクト情報管理部を
備える必要はない。
In this embodiment, the process information management unit 1
Reference numeral 80 is realized by a storage device such as a magnetic disk device or a memory such as a RAM, and stores information on a use state for each process included in the process group 210 of the server 200 and reference information for each object existing in each process. Stored. Since the process information management unit 180 stores reference information of each object existing in each process, it is not necessary to provide an object information management unit in addition to the process information management unit 180 as in the first embodiment.

【0031】負荷分散制御部170は、プログラム制御
されたCPU等で実現され、プロセス情報管理部180
にアクセスしてプロセス情報とオブジェクト情報とを取
得するプロセス情報取得部171を備える。すなわち、
プロセス情報取得部171は、第1実施例の負荷分散制
御部120におけるプロセス情報取得部121及びオブ
ジェクト情報取得部122の機能を兼ね備える。
The load distribution control section 170 is realized by a program-controlled CPU or the like.
And a process information acquiring unit 171 that acquires process information and object information by accessing the process information. That is,
The process information acquisition unit 171 has the functions of the process information acquisition unit 121 and the object information acquisition unit 122 in the load distribution control unit 120 of the first embodiment.

【0032】負荷分散制御部170は、第1実施例の負
荷分散制御部120と同様に、アプリケーションプログ
ラムとは独立してオブジェクトの使用状態の管理及びプ
ロセスの負荷分散を実行する。すなわち、アプリケーシ
ョンプログラム実行部110からの呼び出しに応じて、
プロセス情報取得部171がプロセス情報管理部180
を参照し、必要なオブジェクトリファレンスを取得し
て、サーバ200のプロセス群210にアクセスする。
The load distribution control unit 170, like the load distribution control unit 120 of the first embodiment, manages the use state of the object and distributes the load of the process independently of the application program. That is, in response to a call from the application program execution unit 110,
The process information acquisition unit 171 is a process information management unit 180
And obtains a necessary object reference, and accesses the process group 210 of the server 200.

【0033】以上好ましい実施例をあげて本発明を説明
したが、本発明は必ずしも上記実施例に限定されるもの
ではない。
Although the present invention has been described with reference to the preferred embodiments, the present invention is not necessarily limited to the above embodiments.

【0034】[0034]

【発明の効果】以上説明したように、本発明によるクラ
イアント/サーバシステムは、アプリケーションプログ
ラムとは独立して設けられた負荷分散制御手段により負
荷分散を行うため、同一処理を行うオブジェクトが複数
のプロセス上に存在する場合に、アプリケーションプロ
グラムによる制御を必要とすることなく、各々のオブジ
ェクトに対して偏りなく処理要求を振り分けることがで
きる。これにより、アプリケーションプログラムの構造
の複雑化や当該アプリケーションプログラムによる処理
効率の低下を回避することができ、システム全体の性能
向上を図ることができる。
As described above, in the client / server system according to the present invention, the load distribution is controlled by the load distribution control means provided independently of the application program. In the case of the above, processing requests can be equally distributed to each object without requiring control by an application program. As a result, it is possible to avoid the complexity of the structure of the application program and a decrease in processing efficiency due to the application program, and to improve the performance of the entire system.

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

【図1】 本発明の1実施例によるクライアント/サー
バシステムの構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a client / server system according to one embodiment of the present invention.

【図2】 図1のクライアントとサーバの詳細な構成を
示すブロック図である。
FIG. 2 is a block diagram illustrating a detailed configuration of a client and a server in FIG. 1;

【図3】 本実施例の動作を示すフローチャートであ
る。
FIG. 3 is a flowchart illustrating the operation of the present embodiment.

【図4】 本発明の他の実施例によるクライアントとサ
ーバの詳細な構成を示すブロック図である。
FIG. 4 is a block diagram illustrating a detailed configuration of a client and a server according to another embodiment of the present invention.

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

100 クライアント 110 アプリケーションプログラム実行部 120、170 負荷分散制御部 121、171 プロセス情報取得部 122 オブジェクト情報取得部 130、180 プロセス情報管理部 140 オブジェクト情報管理部 150 負荷分散制御部情報検索部 160 負荷分散制御部情報管理部 200 サーバ 210 プロセス群 220 データベースファイル Reference Signs List 100 client 110 application program execution unit 120, 170 load distribution control unit 121, 171 process information acquisition unit 122 object information acquisition unit 130, 180 process information management unit 140 object information management unit 150 load distribution control unit information search unit 160 load distribution control Department information management unit 200 server 210 process group 220 database file

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 クライアントとサーバとをオブジェクト
・リクエスト・ブローカーで接続して構成されたオブジ
ェクト指向のクライアント/サーバシステムにおいて、 前記クライアントが、 アプリケーションプログラムを実行するアプリケーショ
ンプログラム実行手段と、 前記アプリケーションプログラム実行手段からの要求に
より前記サーバのプロセスへの負荷分散を制御する負荷
分散制御手段と、 前記サーバのプロセスの使用状態を管理するプロセス情
報管理手段と、 前記サーバの各プロセスに存在するオブジェクトのリフ
ァレンス情報を管理するオブジェクト情報管理手段とを
備えることを特徴とするクライアント/サーバシステ
ム。
1. An object-oriented client / server system comprising a client and a server connected by an object request broker, wherein the client executes an application program, and executes the application program. Means for controlling load distribution to processes of the server according to a request from the means; process information management means for managing a use state of the process of the server; reference information of an object existing in each process of the server Client / server system, comprising: object information management means for managing the information.
【請求項2】 前記負荷分散制御手段は、前記アプリケ
ーションプログラム実行手段からのオブジェクトの呼び
出し要求に応じて、前記プロセス情報管理手段を参照し
て使用されていないプロセスを検出し、前記オブジェク
ト情報管理手段から前記検出されたプロセスの前記呼び
出し要求にかかるオブジェクトのリファレンス情報を取
得して、前記サーバの対応するプロセスにアクセスしオ
ブジェクトを呼び出すことを特徴とする請求項1に記載
のクライアント/サーバシステム。
2. The method according to claim 1, wherein said load distribution control means detects an unused process by referring to said process information management means in response to an object call request from said application program execution means. 2. The client / server system according to claim 1, wherein reference information of an object related to the call request of the detected process is acquired from the server and a corresponding process of the server is accessed to call the object.
【請求項3】 負荷分散制御手段を管理する負荷分散制
御手段管理手段を更に備え、 前記アプリケーションプログラム実行手段は、前記負荷
分散制御手段管理手段の管理情報に基づいて要求する処
理に対応する負荷分散制御手段を特定し、該負荷分散制
御手段に該処理を実行するオブジェクトの呼び出しを要
求することを特徴とする請求項1に記載のクライアント
/サーバシステム。
3. A load balancing control means managing means for managing the load balancing control means, wherein the application program executing means performs load balancing corresponding to a process requested based on management information of the load balancing control means managing means. 2. The client / server system according to claim 1, wherein the client / server system specifies a control unit and requests the load distribution control unit to call an object for executing the processing.
【請求項4】 クライアントとサーバとがオブジェクト
・リクエスト・ブローカーで接続されたオブジェクト指
向のクライアント/サーバシステムを構成するクライア
ント端末装置において、 アプリケーションプログラムを実行するアプリケーショ
ンプログラム実行手段と、 前記アプリケーションプログラム実行手段からの要求に
より前記サーバのプロセスへの負荷分散を制御する負荷
分散制御手段と、 前記サーバのプロセスの使用状態を管理するプロセス情
報管理手段と、 前記サーバの各プロセスに存在するオブジェクトのリフ
ァレンス情報を管理するオブジェクト情報管理手段とを
備えることを特徴とするクライアント端末装置。
4. An application program executing means for executing an application program in a client terminal device constituting an object-oriented client / server system in which a client and a server are connected by an object request broker, and said application program executing means A load distribution control unit that controls load distribution to the server processes in response to a request from the server; a process information management unit that manages a use state of the server processes; and reference information of an object existing in each process of the server. A client terminal device comprising: object information management means for managing.
【請求項5】 前記負荷分散制御手段は、前記アプリケ
ーションプログラム実行手段からのオブジェクトの呼び
出し要求に応じて、前記プロセス情報管理手段を参照し
て使用されていないプロセスを検出し、前記オブジェク
ト情報管理手段から前記検出されたプロセスの前記呼び
出し要求にかかるオブジェクトのリファレンス情報を取
得して、前記サーバの対応するプロセスにアクセスしオ
ブジェクトを呼び出すことを特徴とする請求項4に記載
のクライアント端末装置。
5. The load distribution control unit detects an unused process by referring to the process information management unit in response to an object call request from the application program execution unit, and detects the unused process. 5. The client terminal device according to claim 4, wherein the client terminal device obtains reference information of an object related to the call request of the detected process from the server and accesses a corresponding process of the server to call the object.
【請求項6】 負荷分散制御手段を管理する負荷分散制
御手段管理手段を更に備え、 前記アプリケーションプログラム実行手段は、前記負荷
分散制御手段管理手段の管理情報に基づいて要求する処
理に対応する負荷分散制御手段を特定し、該負荷分散制
御手段に該処理を実行するオブジェクトの呼び出しを要
求することを特徴とする請求項4に記載のクライアント
端末装置。
6. A load balancing control means managing means for managing the load balancing control means, wherein the application program executing means performs load balancing corresponding to a process requested based on management information of the load balancing control means managing means. The client terminal device according to claim 4, wherein the client terminal device specifies a control unit and requests the load distribution control unit to call an object that executes the processing.
JP21524096A 1996-07-26 1996-07-26 Client server system and client terminal equipment Pending JPH1040118A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP21524096A JPH1040118A (en) 1996-07-26 1996-07-26 Client server system and client terminal equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP21524096A JPH1040118A (en) 1996-07-26 1996-07-26 Client server system and client terminal equipment

Publications (1)

Publication Number Publication Date
JPH1040118A true JPH1040118A (en) 1998-02-13

Family

ID=16669046

Family Applications (1)

Application Number Title Priority Date Filing Date
JP21524096A Pending JPH1040118A (en) 1996-07-26 1996-07-26 Client server system and client terminal equipment

Country Status (1)

Country Link
JP (1) JPH1040118A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001282561A (en) * 2000-03-30 2001-10-12 Nec Corp Distributed object managing method, storage medium having its program stored theoron and distributed system
US6701323B2 (en) 2000-04-18 2004-03-02 Hitachi, Ltd. Object management system and method for distributed object system
WO2016157359A1 (en) * 2015-03-30 2016-10-06 株式会社野村総合研究所 Account data management system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001282561A (en) * 2000-03-30 2001-10-12 Nec Corp Distributed object managing method, storage medium having its program stored theoron and distributed system
US6701323B2 (en) 2000-04-18 2004-03-02 Hitachi, Ltd. Object management system and method for distributed object system
WO2016157359A1 (en) * 2015-03-30 2016-10-06 株式会社野村総合研究所 Account data management system
JPWO2016157359A1 (en) * 2015-03-30 2018-01-18 株式会社野村総合研究所 Account data management system
US10726402B2 (en) 2015-03-30 2020-07-28 Nomura Research Institute, Ltd. Account data management system

Similar Documents

Publication Publication Date Title
US5539909A (en) Negotiation method for calling procedures located within other objects without knowledge of their calling syntax
US5555427A (en) Distributed processing in a system of computers at terminals connected by a communication network
KR20020090520A (en) Parallel logging method of transaction processing system
CN109886693B (en) Consensus realization method, device, equipment and medium for block chain system
CN108073423A (en) A kind of accelerator loading method, system and accelerator loading device
US6957427B1 (en) Remote object activation in a distributed system
US6519652B1 (en) Method and system for activation and deactivation of distributed objects in a distributed objects system
JPH1040118A (en) Client server system and client terminal equipment
JPH09160847A (en) Client server-type distribution processing system
JPH04177441A (en) System program loading system
JPH0512226A (en) Composite electronic computer system
JP2675026B2 (en) File execution method in computer system
JP3028544B2 (en) Load balancing method for distributed processing system
JPH04107741A (en) Draw-out system for service procedure in rpc
JP2000268004A (en) Optimally distribute-arranging method of object in distributed computer environment
JP3559571B2 (en) Data processing device and data processing method
JPH0342765A (en) Decentralized processor
JPH10177514A (en) Data processing method for multi-server system
JPH0991231A (en) Application program execution method and device therefor in server-client computer system
JPH08263418A (en) System and method for resource access
JPH02272659A (en) United definition/control system for terminal attribute information
JPH1040157A (en) Object directing data base
JPH02197948A (en) File transfer system
JPH1021099A (en) Computer system and process execution control method
JPH02206840A (en) Object storage control system