JPH03226856A - Program distributed arranging and executing method - Google Patents

Program distributed arranging and executing method

Info

Publication number
JPH03226856A
JPH03226856A JP2267790A JP2267790A JPH03226856A JP H03226856 A JPH03226856 A JP H03226856A JP 2267790 A JP2267790 A JP 2267790A JP 2267790 A JP2267790 A JP 2267790A JP H03226856 A JPH03226856 A JP H03226856A
Authority
JP
Japan
Prior art keywords
program
computer
module
directory
subroutine
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
JP2267790A
Other languages
Japanese (ja)
Inventor
Atsushi Kitai
敦 北井
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2267790A priority Critical patent/JPH03226856A/en
Publication of JPH03226856A publication Critical patent/JPH03226856A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To efficiently design the system by placing a module on an optimal computer by a directory being independent from a program. CONSTITUTION:In the computer system, plural host computers 1, 8 are connected through a communication circuit, and at least one set of plural host computers 1, 8 is provided with a program module 2 of a subroutine unit, and a directory 3 for showing to which computer the subroutine is loaded on and executed. In such a state, in accordance with a distributed arrangement of the program module shown in the directory 3, the computer generates automatically a commu nication processing program, and transfers each subroutine to the execution computer designated by the directory 3. In such a way, by the directory 3 instead of the program, the module is placed on the optimal computer, therefore, the system is designed efficiently.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、通信回線を介して複数のホスト計算機が接続
されているシステムにおいて、あるホスト計算機がモジ
ュールを取り出し、プログラムの実行順序に従ってホス
ト内または化ホストのモジュールと通信を行って、制御
を移しながら実行するプログラム分散配置の実行方法に
関する。
Detailed Description of the Invention [Industrial Application Field] The present invention provides a system in which a plurality of host computers are connected via a communication line, in which a certain host computer takes out a module and stores it in the host according to the program execution order. The present invention also relates to a method for executing distributed program placement by communicating with a host module and executing the program while transferring control.

〔従来の技術] 従来、LAN上に複数台のプロセッサを接続したマルチ
プロセッサシステムにおいて、各プロセッサノードに記
憶管理部の搭載し、各ノードに分散したメモリを複数台
のプロセッサで共有メモリとして使用できるようにした
方法が提案されている(例えば、口軽エレクトロニクス
 1988.10.3(No、457)  pp、94
〜95参照)。上述の技術では、分散したメモリに、そ
れぞれプログラムを配置することは考えられていなかっ
た。
[Prior Art] Conventionally, in a multiprocessor system in which multiple processors are connected on a LAN, each processor node is equipped with a storage management unit, and the memory distributed in each node can be used as shared memory by multiple processors. A method has been proposed (for example, Kuchigaru Electronics 1988.10.3 (No. 457) pp. 94
-95). The above-mentioned techniques do not consider arranging programs in separate memories.

プログラム配置の分散化については、プログラム単位で
ネットワーク上の如何なる計算機上にそのプログラムを
配置すればよいかという問題の検討が行われている(例
えば、 ’SAA分散処理′A、L、5cherr、[
rIBM  SYSTEM  JOUNA J G32
l−0091−00,1988参照)。
Regarding the decentralization of program placement, the issue of which computers on the network should be placed on each program is being considered (for example, 'SAA distributed processing' A, L, 5cherr, [
rIBM SYSTEM JOUNA J G32
1-0091-00, 1988).

しかしながら、J=−述の技術では、プログラムをモジ
ュール単位で分散配置する方法については、考えられて
おらず、予めプログラム作成者が分散配置を意識して、
通信インタフェース等を用いてプログラミングを行う方
法が一般的に考えられていた。
However, the technology described above does not consider the method of distributing the program in module units, and the program creator must be aware of the distributed arrangement in advance.
Generally, a method of programming using a communication interface or the like has been considered.

[発明が解決しようとする課題] 前述のように、データベースが分散されてくると、1つ
の業務であっても、モジュール間の引継データ量に比較
して、データベースへのアクセスデータ量が極めて大で
あるときには、異なる計算機上で実行した方が効率がよ
い。従来の方法では、プログラムを作成する場合に、ど
のモジュールがどこに配置されるかを予め設定してから
、それらの配置を意識してプログラミングを行っていた
[Problem to be solved by the invention] As mentioned above, when databases are distributed, the amount of data accessed to the database becomes extremely large compared to the amount of data handed over between modules even for one business. , it is more efficient to execute on a different computer. In the conventional method, when creating a program, it is necessary to set in advance which modules will be placed where, and then perform programming with these placements in mind.

しかしながら、複数のモジュールからなるプログラムを
種々の形態のネットワークで使用することを考えた場合
には、プログラムを作成するときに、各モジュールがど
こに配置されるかを意識せすに作成できるようにするこ
とが望ましい。
However, when considering using a program consisting of multiple modules in various types of networks, it is necessary to create the program without being aware of where each module will be placed. This is desirable.

本発明の目的は、このような従来の課題を解決し、最適
な計算機−1−にプログラムモジコールを配置すること
ができ、かつプログラム作成者は各モジュールがどこに
配置されるかを意識せずにプログラミングを行うことが
でき、同時にデータ転送量を抑制できる効率的なプログ
ラム分散配置実行方法を提供することにある。
The purpose of the present invention is to solve such conventional problems, to be able to place program module calls in an optimal computer-1-, and to allow program creators to do so without being aware of where each module is placed. An object of the present invention is to provide an efficient program distributed execution method that allows programming to be performed in a timely manner and at the same time suppresses the amount of data transfer.

〔課題を解決するための手段] 」二足目的を達成するため、本発明のプログラム分散配
置実行方法は、複数のホスト計算機の少なくとも1台に
、サブルーチン単位のプログラムモジュールと、サブル
ーチンをどの計算機上にロドして、サブルーチンを実行
するかを示すディレクトリとを備え、計算機はディレク
トリに示されたプログラムモジュールの分散配置に従っ
て、通信処理プログラムを自動生成し、各サブルーチン
をディレクトリで指定された実行計算機に転送すること
に特徴がある。
[Means for Solving the Problems] In order to achieve the two-pronged objective, the program distributed execution method of the present invention provides a program module in subroutine units to at least one of a plurality of host computers, and a subroutine on which computer. The computer automatically generates a communication processing program according to the distributed arrangement of program modules indicated in the directory, and executes each subroutine on the execution computer specified in the directory. It is characterized by transfer.

〔作  用〕[For production]

本発明においては、予め各システム設計者が、プログラ
ムの個々のモジュールを各システムのどの計算機上に配
置すればよいかを決定し、その情報をディレクトリに格
納しておく。すなわち、ディレクトリは、各サブルーチ
ンをネットワーク内のどのホスト計算機上にロードして
、実行するかを示すテーブルを保持しており、各ホスト
泪算機は、プログラムを実行するに先立って、ディレク
トリからモジュール配置情報を読み取り、そのディレク
トリで指定された計算機にモジュールを転送する。また
、必要に応じてそのモジュールには、通信機能が付加さ
れる。
In the present invention, each system designer determines in advance on which computer in each system each module of a program should be placed, and stores this information in a directory. In other words, the directory maintains a table that indicates which host computer in the network should load and execute each subroutine, and each host computer loads the module from the directory before executing the program. Reads the location information and transfers the module to the computer specified in that directory. Further, a communication function is added to the module as necessary.

これにより、プログラム作成者は、各モジュルがどこに
配置されるかを意識することなく、つまりプログラム作
成者は各モジュールが全て単一計算機」二で実行されて
いるように考えればよく、例えば、個々のシステム設計
者等の第3者がモジュール毎に配置する計算機糸をプロ
グラム外のデイレクトりで指定することにより、プログ
ラムは最適な計算機上で分散配置され、かつ実行される
As a result, program creators do not need to be aware of where each module is located; in other words, program creators can simply think of each module as if it were all being executed on a single computer. A third party, such as a system designer, specifies computer threads to be placed for each module by directing outside the program, and the program is distributed and executed on optimal computers.

その結果、データ通信量を削減することができ、効率的
なシステム設計が可能である。
As a result, the amount of data communication can be reduced and efficient system design is possible.

〔実施例〕〔Example〕

以下、本発明の実施例を、図面により詳細に説明する。 Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

第1図は、本発明の一実施例を示す分散配置された計算
機システムのブロック図である。
FIG. 1 is a block diagram of a distributed computer system showing an embodiment of the present invention.

第1図において、■はモジュールを他計算機に転送する
機能を持つ計算機(A、)、2は分散配置の対象となる
モジュール化されたプログラムで、サブルーチン単位で
モジュール化されている。3は各モジュール毎にどの計
算機上で実行させるかを示すテーブルを保持するディレ
クトリ、4はプログラム2とブイレフI・す3が持つ情
報から、まとめて転送すべきモジュール群を認識して、
そのモジュール群とそこで使用される変数リストの構造
をどこに転送するかを決定するプログラム分散配置部、
5はプログラム2のローカルCA L L していた部
分を、遠隔データ送受信に変更する自計算機内プログラ
ム修正部、6は転送するモジュールの最初と最後の部分
に計算機1から実際の変数値を獲得する5END/RE
CVプログラムをプログラム2に追加する通信プログラ
ム付加部、7はモジュール群あるいはそのモジュールに
渡される変数リストの構造を送信するプログラム転送部
、8はプログラム2およびプログラム分散配置部4を持
たず、モジュール転送の対象となる一般の計算機(B)
、9は一般の計算機8内に設けられ、計算機lから送ら
れてくるモジュールを受信するプログラム転送部である
In FIG. 1, ■ is a computer (A) that has a function of transferring modules to other computers, and 2 is a modular program to be distributed, which is modularized in subroutine units. 3 is a directory that holds a table indicating on which computer each module is to be executed, and 4 is a directory that recognizes a group of modules to be transferred together from the information held by program 2 and BUILEF I.S3.
a program distribution unit that determines where to transfer the module group and the structure of the variable list used therein;
5 is a program modification section within the own computer that changes the local CALL part of program 2 to remote data transmission/reception; 6 is a program modification section within the computer that acquires actual variable values from computer 1 to the first and last parts of the module to be transferred. 5END/RE
A communication program addition unit that adds a CV program to the program 2; 7 a program transfer unit that sends the structure of a module group or a variable list to be passed to the module; 8 a module transfer unit that does not have the program 2 or the program distribution unit 4; General computers subject to (B)
, 9 is a program transfer unit provided in the general computer 8 and receives the module sent from the computer 1.

これらのうち、ディレクトリ3はメモリ内のテブルであ
り、その他のプログラム2、プログラム分散配置部4、
自計算機内プログラム修正部5、および通信プログラム
生成部6はそれぞれの機能を持つプログラムモジュール
であり、処理装置により実行されることによりその機能
が逐行される。
Among these, directory 3 is a table in memory, and other programs 2, program distributed allocation unit 4,
The internal computer program modification section 5 and the communication program generation section 6 are program modules having respective functions, and their functions are executed by being executed by the processing device.

プログラム転送部7は、プログラムデータを送信受信す
るハードウェアおよびプログラムを含む。
The program transfer unit 7 includes hardware and a program for transmitting and receiving program data.

この計算機システムでは、通信回線を介して複数のホス
ト計算機1,8が接続され、ユーザにより指定されたサ
ブルーチン単位モジュールでの実行計算機情報、例えば
そのモジュールがどの計算機上で実行されるかの情報を
基に、プログラム分散配置部4がプログラムライブラリ
から個々にプログラム2のサブルーチンモジュールを取
り出し、ディレクトリ3の内容に従って、自計算機1あ
るいは他の計算機8にプログラム2を転送しておき、プ
ログラム2の実行順序に従って、計算機1または8内の
モジュールと通信を行い、制御を移しながら実行してい
く。
In this computer system, a plurality of host computers 1 and 8 are connected via communication lines, and execute computer information on a subroutine unit module specified by the user, for example, information on which computer the module is executed on. Based on this, the program distributed allocation unit 4 individually extracts the subroutine modules of the program 2 from the program library, transfers the program 2 to the own computer 1 or another computer 8 according to the contents of the directory 3, and determines the execution order of the program 2. Accordingly, communication is performed with the module in the computer 1 or 8, and execution is performed while transferring control.

ディレクトリ3には、個々のシステム設計者により、予
めプログラムの個々のモジュールを個々のシステムのど
の計算機上に配置すればよいかを示すテーブルが格納さ
れている。ここでは、モジュールlは計算機Kl、モジ
ュール2は計算機に2、・・・・・モジュールNは計算
機KNに、それぞれ配置すればよいことを示している。
The directory 3 stores in advance, by each system designer, a table indicating on which computer in each system each module of a program should be placed. Here, it is shown that module 1 should be placed in computer Kl, module 2 in computer 2, . . . module N should be placed in computer KN, respectively.

計算機1は、複数のプログラム2からなるプログラムラ
イブラリ、およびディレクトリ3を備えており、通信プ
ログラムの付加を行った後に、該当モジュールをディレ
クトリで指定された計算機に転送する。
The computer 1 includes a program library consisting of a plurality of programs 2 and a directory 3, and after adding a communication program, transfers the corresponding module to the computer specified by the directory.

プログラム2としては、ここでは、電文を入力すること
、変数リスト1を用いてモジュールlを呼び出すこと、
同じようにして、変数リスト2〜Nを用いてモジュール
2〜Nを呼び出すこと、さらに電文を出力すること、が
示されている。
Program 2 here involves inputting a message, calling module l using variable list 1,
In the same way, calling modules 2-N using variable lists 2-N and outputting a message are shown.

なお、このような分散プログラム配置方法の例としては
、機材の在庫を確認し、工事の空き日付を確認して、工
事口を顧客に通知し、統計情報を管理しておく電話局の
窓口業務等がある。この業務では、在庫データベース、
工事予定データバス、統計データベースが異なる計算機
上に分散しているとき、モジュールの実行はそのモジュ
ールが使用するデータベースが存在する計算機上で実行
し、引継情報を次のモジュールに転送する。
An example of such a distributed program deployment method is a counter service at a telephone office that checks equipment inventory, confirms open construction dates, notifies customers of construction openings, and manages statistical information. etc. In this business, inventory database,
When the construction schedule data bus and statistical database are distributed on different computers, a module is executed on the computer where the database used by that module exists, and the takeover information is transferred to the next module.

なお、上記業務以外にも、分散環境では数多くの例があ
る。
In addition to the above-mentioned tasks, there are many other examples in a distributed environment.

第2図は、第1図における計算機の処理フロチャートで
ある。
FIG. 2 is a processing flowchart of the computer in FIG. 1.

プログラム分散配置部4は、各々の計算機のO8(オペ
レーティングシステム)の1アプリケーシヨンとして実
行管理される。
The program distributed arrangement unit 4 is executed and managed as one application of the O8 (operating system) of each computer.

先ず、オペレータコマンド等が入力されるのを契機とし
て、プログラム分散配置部4が起動される(ステップ1
)。次に、現在、どのモジュールの配置について決定し
ようとしているのかを表わす変数1を初期化する(ステ
ップ2)。次に、ディレクトリ3からj番目のモジュー
ルの実行計算機Klを獲得する(ステップ3)。ディレ
クトリ3を参照することにより、1番目からi+j番目
までは全て実行計算機KiとなるようなJ(≧0)を獲
得する(ステップ4)。すなわち、モジュールiからモ
ジュール(i+j)までを連続して計算機Kiに転送す
る。次に、計算機Kiが計算機Aであるか否か判定する
(ステップ5)。もし、計算機Aであれば、プログラム
2の該当CALL部分は変更の必要がないのでステップ
10に飛ぶ。また、計算機A以外であれば、ステップ6
に進む。ここでは、モジュールiからモジュール(i+
j)が使用する変数リストの構造をプログラムから獲得
して、転送順序を規定する(ステップ6)。
First, when an operator command or the like is input, the program distributed placement unit 4 is activated (step 1).
). Next, a variable 1 representing which module placement is currently being determined is initialized (step 2). Next, the execution computer Kl of the j-th module is acquired from directory 3 (step 3). By referring to the directory 3, J (≧0) such that the first to i+jth computers are all execution computers Ki is acquired (step 4). That is, modules from module i to module (i+j) are successively transferred to computer Ki. Next, it is determined whether the computer Ki is the computer A (step 5). If it is computer A, there is no need to change the corresponding CALL portion of program 2, so the process jumps to step 10. Also, if the computer is not A, step 6
Proceed to. Here, from module i to module (i+
The structure of the variable list used by j) is acquired from the program and the transfer order is defined (step 6).

ここまでは、プログラム分散配置部4の処理であるが、
次に、通信プログラム生成部6が、計算機に1への転送
プログラムを作成する(ステップ7)。すなわち、(イ
)モジュール】の先頭に計算機Aから送られた変数リス
l□(i、j)の値を実行時にRECE IVEする命
令を付加する。(ロ)モジュール(i+j)の最後に、
計算機Aに対して変数リスト(i、、i)の値を5EN
Dする機能を付加する。
Up to this point, the processing has been performed by the program distribution arrangement unit 4.
Next, the communication program generation unit 6 creates a transfer program to the computer 1 (step 7). That is, an instruction to RECEIVE the value of the variable list l□(i, j) sent from computer A at the time of execution is added to the beginning of module (a). (b) At the end of module (i+j),
Set the value of variable list (i,,i) to 5EN for computer A.
Add the function of D.

次に、プログラム転送部7が、計算機に1ヘプログラム
を転送する(ステップ8)。すなわち、以下(a)(b
)の情報を計算機Aから計算機K]に転送し、計算機K
]上に1つのプログラムを作成する。(a)変数リスト
の構造、および転送順序を転送する。(1〕)モジュー
ル1からモジュール(1十J)までを転送する。
Next, the program transfer unit 7 transfers the program to the computer 1 (step 8). That is, the following (a) (b)
) is transferred from computer A to computer K], and
] Create a program on (a) Transfer the variable list structure and transfer order. (1) Transfer module 1 to module (10J).

次に、自計算機内プログラム修正部5は、計算機A土の
プログラム2を修正する(ステップ9)。
Next, the local computer program modification unit 5 modifies the program 2 of the computer A (step 9).

すなわち、プログラム2のCA T、 Lモジュール(
1+、+)までを取り除き、H1’算機に1の該当プロ
グラムに対して変数リストの値を受は取るためのREC
E TVlら命令を付方[1する。そして、(1十J)
の値がNになったか、つまり全てのモジュル配置が終了
し、たか否かを判定する。YESであれば、処理を終了
し、NOであれば、i −+−、i + ]としてステ
ップ3に戻る(ステップ1.0)。
That is, the CAT, L module of program 2 (
REC to remove up to 1+, +) and take the value of the variable list for the corresponding program with 1 in H1' calculator.
E TVl et al command [1. And (10J)
It is determined whether the value of has become N, that is, whether all module placement has been completed. If YES, the process ends; if NO, i −+−, i + ] and returns to step 3 (step 1.0).

このように、本実施例においては、モジュール4Uに配
置される計算機名をプログラム外のディレクトリで指定
することにより、最適なi」算機−にで分散配置され、
実行されるので、プログラム作成者は各モジュールがど
こに配置されるかを意識することがなく、またデータ通
信量を削i成することができる。
In this way, in this embodiment, by specifying the names of the computers placed in the module 4U in a directory outside the program, the computers are distributed and placed in the optimal i'' computers.
Since the program is executed, the program creator does not need to be aware of where each module is placed, and the amount of data communication can be reduced.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明によれば、プログラムとは
独立なディレクトリにより、モジュールを最適な計算機
上に配置するので、プログラム作成者は各モジュールが
どこに配置されるかを意識せずにプログラミングするこ
とができ、同時にブタ転送量を抑制した効率的なシステ
ムを設計することが可能である。
As explained above, according to the present invention, modules are placed on the optimal computer using a directory independent of the program, so the program creator can program without being aware of where each module is placed. At the same time, it is possible to design an efficient system that suppresses the amount of pigs transferred.

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

第1図は本発明の一実施例を示すプログラム分散配置さ
れた計算機のブロック図、第2図は第1図における計算
機の処理フローチャートである。 IL 8:計算機、2ニブログラムモジユ一ル群のうち
の1つのプログラム、3:ディレクトリ、4ニブログラ
ム分散配置部、5:自計算機内プログラム修正部、6:
通信プログラム生成部、7゜9ニブログラム転送部。
FIG. 1 is a block diagram of a computer in which programs are distributed and arranged, showing one embodiment of the present invention, and FIG. 2 is a processing flowchart of the computer in FIG. 1. IL 8: Computer, one program from 2 Niprogram module group, 3: Directory, 4 Niprogram program distribution section, 5: Program modification section in own computer, 6:
Communication program generation section, 7°9 Niprogram transfer section.

Claims (1)

【特許請求の範囲】[Claims] (1)通信回線を介して接続された複数のホスト計算機
を有するマルチプロセッサシステムにおいて、上記複数
のホスト計算機の少なくとも1台に、サブルーチン単位
のプログラムモジュールと、該サブルーチンをどの計算
機上にロードして、該サブルーチンを実行するかを示す
ディレクトリとを備え、上記計算機は該ディレクトリに
示された該プログラムモジュールの分散配置に従って、
通信処理プログラムを自動生成し、上記各サブルーチン
を上記ディレクトリで指定された実行計算機に転送する
ことを特徴とするプログラム分散配置実行方法。
(1) In a multiprocessor system having a plurality of host computers connected via a communication line, at least one of the plurality of host computers is loaded with a subroutine program module, and on which computer the subroutine is loaded. , a directory indicating whether to execute the subroutine, and the computer executes the program according to the distributed arrangement of the program modules indicated in the directory.
A program distributed execution method characterized in that a communication processing program is automatically generated and each of the above subroutines is transferred to an execution computer specified by the above directory.
JP2267790A 1990-02-01 1990-02-01 Program distributed arranging and executing method Pending JPH03226856A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2267790A JPH03226856A (en) 1990-02-01 1990-02-01 Program distributed arranging and executing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2267790A JPH03226856A (en) 1990-02-01 1990-02-01 Program distributed arranging and executing method

Publications (1)

Publication Number Publication Date
JPH03226856A true JPH03226856A (en) 1991-10-07

Family

ID=12089494

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2267790A Pending JPH03226856A (en) 1990-02-01 1990-02-01 Program distributed arranging and executing method

Country Status (1)

Country Link
JP (1) JPH03226856A (en)

Similar Documents

Publication Publication Date Title
US5410703A (en) System for changing software during computer operation
US6032124A (en) Workflow method and system therefor
US5526492A (en) System having arbitrary master computer for selecting server and switching server to another server when selected processor malfunctions based upon priority order in connection request
KR100343517B1 (en) Extension server communication server
DE69838577T2 (en) Apparatus and method for installing software and storage medium storing a program implementing the method
US6385668B1 (en) Method and apparatus for compound hardware configuration control
US5894555A (en) Apparatus and method for managing shared resources
JPH07236000A (en) Communication system
CN101917394A (en) Middleware system for sharing data in mobile phone equipment and working method
JP2740105B2 (en) Distributed database control method
KR19990043986A (en) Business take over system
JPH03226856A (en) Program distributed arranging and executing method
EP0830791A1 (en) Resource availability in intelligent telecommunications networks
Jafari A new loop structure for distributed microcomputing systems.
US7706840B2 (en) Manifold in a radio base station and method of using such a radio base station
AU699695B2 (en) A computer controlled system
JP3007324B2 (en) Distributed processing system and method
JPH11338834A (en) Synchronous parallel processing system and synchronous parallel processing method
JP2000056995A (en) Method for moving object and process between nodes connected by network, method for replacing function, and node device having functions thereof
JPH0715440A (en) Identification information management method
US20070276980A1 (en) Multisectional bus in radio base station and method of using such a radio base station
JP2000295353A (en) Autonomously cooperative distributed processing type management information system
CN116225563A (en) Policy configuration method, device, equipment and medium for distributed database
Ravi The structure and characteristics of distributed systems
JP2843105B2 (en) Printer connection method for communication between applications