Movatterモバイル変換


[0]ホーム

URL:


JPH06259302A - Data update processing system of decentralized computer - Google Patents

Data update processing system of decentralized computer

Info

Publication number
JPH06259302A
JPH06259302AJP5043455AJP4345593AJPH06259302AJP H06259302 AJPH06259302 AJP H06259302AJP 5043455 AJP5043455 AJP 5043455AJP 4345593 AJP4345593 AJP 4345593AJP H06259302 AJPH06259302 AJP H06259302A
Authority
JP
Japan
Prior art keywords
data
update
transmission
receiving
mailbox
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
JP5043455A
Other languages
Japanese (ja)
Inventor
Masanobu Shimizu
昌伸 清水
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 Software Kansai Ltd
Original Assignee
NEC Software Kansai 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 NEC Software Kansai LtdfiledCriticalNEC Software Kansai Ltd
Priority to JP5043455ApriorityCriticalpatent/JPH06259302A/en
Publication of JPH06259302ApublicationCriticalpatent/JPH06259302A/en
Pendinglegal-statusCriticalCurrent

Links

Landscapes

Abstract

PURPOSE:To eliminate the need to reconstruct an application system when the number of decentralized host computers is changed by enabling an applica tion program to hold the consistency of files on the host computers which are horizontally decentralized without paying any attention. CONSTITUTION:Each host computer is equipped with a 1st instantaneous synchronizing means 1 which stores updated data in a transmitted mail box and sends process request information, a data transmitting means 3 which receives a transmission indication, extracts specific data from the transmitted mail box, and sends it to a destination, a data receiving means 4 which receives and stores the updated data in a received mail box and sends data arrival information, a 2nd instantaneous synchronizing means 5 which extracts the specific data from the received mail box on receiving an execution indication and updates a specific data file 7, and a transmitted and received data control means 2 which decides a transmission destination on receiving the process request information and sending the transmission indication, and deciding a reception object data file on receiving the data arrival information and sending the execution indication to the 2nd instantaneous synchronizing means 5.

Description

Translated fromJapanese
【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は分散コンピュータのデー
タ更新処理方式に関し、特に分散処理システムを構成す
る各ホストコンピュータ上のデータファイルの整合性を
管理するための分散コンピュータのデータ更新処理方式
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a distributed computer data update processing system, and more particularly to a distributed computer data update processing system for managing the consistency of data files on each host computer constituting a distributed processing system.

【0002】[0002]

【従来の技術】従来、分散処理システムの各ホストコン
ピュータ上に存在するデータファイルの即時的な同期や
整合性については、分散ホストコンピュータ上にあるフ
ァイルやデータを、あたかも自ホストコンピュータ上に
存在するファイルとして入出力操作が行える「リモート
ファイル」「リモートデータベース」と呼ばれるソフト
ウェアを利用して行っていた。これらのソフトウェア
は、元来1台の分散ホストコンピュータを対象としてい
るため、3台以上のホストコンピュータで構成されるシ
ステムに導入,運用する場合には、アプリケーションシ
ステムを構築する上で様々な制約,制限があり、利用で
きる場面が限られていた。すなわち、自ホストコンピュ
ータと同一データを保持しておく必要のある分散ホスト
コンピュータが複数台(2台以上)ある場合には、各々
のアプリケーションプログラムにそのコンピュータ台数
分だけの各ファイルの入出力命令を必要とした。又、複
数台ある分散ホストコンピュータ中のいずれかが停止し
ているときは、そのコンピュータ上に存在するファイル
に対しては別のデータ管理を行い、運転の再開時に必要
なデータを再生させるなどの処理を必要とした。
2. Description of the Related Art Conventionally, regarding immediate synchronization and consistency of data files existing on respective host computers of a distributed processing system, files and data existing on the distributed host computers exist as if they exist on their own host computers. I used software called "remote file" and "remote database" that can input and output as files. Since these softwares are originally intended for one distributed host computer, when they are introduced and operated in a system consisting of three or more host computers, various restrictions on building an application system, There were restrictions, and the available scenes were limited. That is, when there are a plurality of distributed host computers (two or more) that need to hold the same data as the own host computer, each application program has input / output instructions for each file corresponding to the number of computers. Needed. Also, when any of the multiple distributed host computers is stopped, another data management is performed for the files existing on that computer, and the necessary data is regenerated when the operation is restarted. Needed treatment.

【0003】[0003]

【発明が解決しようとする課題】上述したように、分散
ホンストコンピュータ上の各種ファイルの即時的な同期
性,整合性を保持するために「リモートファイル」「リ
モートデータベース」を用いる従来の方法では、分散ホ
ストコンピュータが複数台ある場合には、その台数分だ
けアプリケーションアプログラムに入出力命令が必要で
あった。このことは、アプリケーションプログラムが分
散ホストコンピュータに従属的となり、本来アプリケー
ションプログラムが意識することのない分散ホストコン
ピュータの稼働状況の管理まで行わなければならず、更
に、分散ホストコンピュータの台数が増えた場合にはア
プリケーションシステムの再構築を必要とするという欠
点となる。
As described above, according to the conventional method using the "remote file" and "remote database" to maintain the immediate synchronization and consistency of various files on the distributed host computer. When there are a plurality of distributed host computers, I / O commands are required for the application program for the number of distributed host computers. This means that the application program becomes dependent on the distributed host computer, and it is necessary to manage the operating status of the distributed host computer that the application program should not be aware of, and when the number of distributed host computers increases. Has the drawback of requiring a rebuild of the application system.

【0004】本発明の目的は、上述の欠点を除去し、ア
プリケーションプログラムが全く分散ホストコンピュー
タを意識する必要がなく、複数台の分散ホストコンピュ
ータ上に存在するデータファイルの整合性を保持できる
分散コンピュータのデータ更新処理方式を提供すること
にある。
The object of the present invention is to eliminate the above-mentioned drawbacks, and the application program does not need to be aware of the distributed host computer at all, and the consistency of data files existing on a plurality of distributed host computers can be maintained. It is to provide the data update processing method of.

【0005】[0005]

【課題を解決するための手段】本発明の分散コンピュー
タのデータ更新処理方式は、同一のデータを複数のホス
トコンピュータ上のデータファイルに保持し各ホストコ
ンピュータがそれぞれ必要な処理を分散して行う分散処
理システムにおいて、システムを構成する各ホストコン
ピュータが、入力された更新データを送信メールボック
スに格納すると共にそのデータ種別および格納位置情報
を含む更新処理依頼通知を出力する第1の即時的同期手
段と、更新データの送信指示を受け前記送信メールボッ
クスから指定のデータを抽出して指定のあて先に送信す
るデータ送信手段と、更新データを受信し受信メールボ
ックスに格納すると共にそのデータ種別,送信元,格納
位置情報を含む更新データ着信通知を出力するデータ受
信手段と、更新実行指示を受け前記受信メールボックス
から指定のデータを抽出して定められたデータファイル
の更新を実行させる第2の即時的同期手段と、前記更新
処理依頼通知を受けたとき更新データの送信先を判定し
て前記データ送信手段に送信指示を出力し前記データ受
信手段には前記送信メールボックスから指定の更新デー
タ抽出して出力し、前記データ受信手段から前記更新デ
ータ着信通知を受けたときは更新すべきデータファイル
を判定し前記第2の即時的同期手段に対し前記更新実行
指示を出力する送受信データ管理手段とを備えて構成さ
れている。
According to a data update processing method of a distributed computer of the present invention, the same data is held in a data file on a plurality of host computers, and each host computer performs a necessary processing in a distributed manner. In the processing system, each host computer constituting the system stores the input update data in the transmission mailbox and outputs the update processing request notification including the data type and storage position information thereof, and a first immediate synchronization means. A data transmitting unit that receives an instruction to transmit update data and extracts designated data from the transmission mailbox and transmits the designated data to a designated destination; A data receiving unit that outputs an update data arrival notification including storage location information, and an update execution unit. Second immediate synchronization means for receiving a command to extract specified data from the receiving mailbox and updating a predetermined data file, and determining a destination of the update data when the update processing request notification is received Then, a transmission instruction is output to the data transmission means, designated update data is extracted from the transmission mailbox and output to the data reception means, and updated when the update data arrival notification is received from the data reception means. And a transmission / reception data management unit that determines the data file to be output and outputs the update execution instruction to the second immediate synchronization unit.

【0006】[0006]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。
Embodiments of the present invention will now be described with reference to the drawings.

【0007】図1は本発明の一実施例を示すブロック図
である。
FIG. 1 is a block diagram showing an embodiment of the present invention.

【0008】本実施例の分散コンピュータのデータ更新
処理方式は、図1に示すように、自ホストコンピュータ
S,分散ホストコンピュータA,分散ホストコンピュー
タBの3台のホストコンピュータから成る分散処理シス
テムにおいて、システムを構成する各ホストコンピュー
タが、それぞれ入力端末6,6a,6bからのデータ入
力を処理するためのエントリAP(データ入力アプリケ
ーションプログラム)に含まれている即時的同期手段
(第1の即時的同期手段)1,1a,1bと、送受信デ
ータ管理手段2,2a,2bと、データ送信手段3,3
a,3bと、データ受信手段4,4a,4bと、データ
ファイル7,7a,7bを更新するための更新AP(デ
ータファイル更新アプリケーションプログラム)に含ま
れている即時的同期手段(第2の即時的同期手段)5,
5a,5bとを備えて構成されている。
As shown in FIG. 1, the data update processing method of the distributed computer of this embodiment is a distributed processing system comprising three host computers: a host computer S, a distributed host computer A, and a distributed host computer B. Immediate synchronization means (first immediate synchronization) included in the entry AP (data input application program) for processing data input from the input terminals 6, 6a, 6b by each host computer constituting the system. Means) 1, 1a, 1b, transmission / reception data management means 2, 2a, 2b, and data transmission means 3, 3
a, 3b, the data receiving means 4, 4a, 4b, and the immediate synchronization means (second immediate means) included in the update AP (data file update application program) for updating the data files 7, 7a, 7b. Synchronization means) 5,
5a and 5b.

【0009】次に、本実施例の動作について図面を参照
して説明する。図1について、自ホストコンピュータS
のエントリAPから入力される更新データで、自ホスト
コンピュータS及び分散ホストコンピュータA,B上に
存在するデータファイル7及び7a,7bを同時に更新
する場合の動作を説明する。
Next, the operation of this embodiment will be described with reference to the drawings. Referring to FIG. 1, the host computer S
The operation of updating the data files 7 and 7a and 7b existing on the host computer S and the distributed host computers A and B at the same time with the update data input from the entry AP will be described.

【0010】まず、自ホストコンピュータSのエントリ
APにて更新データの入力を行う。エントリAPは、入
力端末6の画面上から入力された更新データをチェック
し、通常のデータファイルの更新を実行する入出力命令
の代わりに即時的同期手段1を実行する。即時的同期手
段1は、入力チェックの済んでいる更新データを送信メ
ールボックスと呼ばれる場所に格納すると共に、格納し
た更新データの種類と格納位置を送受信データ管理手段
2に通知する。これで即時的同期手段1は処理を終了す
るため、エントリAPはデータ入力画面を表示すること
ができ、データ入力者は引き続き次の更新データの入力
が行える。
First, update data is input at the entry AP of the host computer S itself. The entry AP checks the update data input from the screen of the input terminal 6 and executes the immediate synchronization means 1 instead of the input / output command for executing the normal data file update. The immediate synchronization means 1 stores the update data for which the input check has been completed in a location called a transmission mailbox, and notifies the transmission / reception data management means 2 of the type and storage position of the stored update data. This completes the processing of the immediate synchronization means 1, so that the entry AP can display the data input screen, and the data input person can continuously input the next update data.

【0011】通知を受けた送受信データ管理手段2は、
更新データの種類によって、あらかじめ登録されている
管理情報からその更新データを必要とするあて先(デー
タ送信先ホストコンピュータ番号)を判断し、データ送
信手段3内にあて先別に準備されている該当する処理部
に即時的同期手段1から通知された送信メールボックス
格納位置を通知する。本実施例の場合は、あて先とし
て、自ホストコンピュータS,分散ホストコンピュータ
A,分散ホストコンピュータBが判断され、データ送信
手段3内の分散ホストコンピュータA用と分散ホストコ
ンピュータB用の処理部に送信メールボックス格納位置
を通知し、自ホストコンピュータSに関しては、データ
受信手段4に送信メールボックスに登録されている更新
データを渡す。送受信データ管理手段2はここまでの処
理を終了すると、即時的同期手段1から次の通知が来る
のを待つ。
The transmission / reception data management means 2 that has received the notification is
Depending on the type of update data, the destination (data transmission destination host computer number) that requires the update data is determined from the management information registered in advance, and the corresponding processing unit prepared for each destination in the data transmission means 3 is determined. To the storage location of the transmission mailbox notified from the immediate synchronization means 1. In the case of this embodiment, the host computer S, the distributed host computer A, and the distributed host computer B are determined as the destinations, and are transmitted to the processing units for the distributed host computers A and B in the data transmission means 3. The storage location of the mailbox is notified, and the update data registered in the transmission mailbox is passed to the data receiving means 4 of the host computer S itself. When the transmission / reception data management means 2 completes the processing up to this point, it waits for the next notification from the immediate synchronization means 1.

【0012】通知を受けたデータ送信手段3の分散ホス
トコンピュータA,B用の各処理部は、それぞれ分散ホ
ストコンピュータA,Bに対して更新データを送信する
ために、通知された送信メールボックス格納位置によっ
て送信メールボックスから更新データを取り出し、分散
ホストコンピュータA,Bに更新データを送信する。送
信された更新データは、それぞれ分散ホストコンピュー
タA,B上のデータ受信手段4a,4bによって受信さ
れる。
The respective processing units for the distributed host computers A and B of the data transmitting means 3 which have received the notification store the notified transmission mailboxes in order to transmit the update data to the distributed host computers A and B, respectively. The update data is taken out from the transmission mailbox depending on the position and is sent to the distributed host computers A and B. The transmitted update data is received by the data receiving means 4a and 4b on the distributed host computers A and B, respectively.

【0013】データ受信手段4a,4bは、受信した更
新データを受信メールボックスと呼ばれる場所に格納す
る。格納が正しく行われたとき、データ受信手段4a,
4bは、それぞれが属している分散ホストコンピュータ
A,Bの送受信データ管理手段2a,2bに、受信メー
ルボックス格納位置,受信した更新データの種類,送信
されてきた送信元での送信メールボックス格納位置を通
知する。ここまでの処理が終わると、データ受信手段4
a,4bは、次の更新データが受信されるのを待つ。
The data receiving means 4a, 4b store the received update data in a location called a reception mailbox. When the data is stored correctly, the data receiving means 4a,
Reference numeral 4b designates the receiving mailbox storage location, the type of update data received, and the transmission mailbox storage location at the sender of the transmission / reception data management means 2a, 2b of the distributed host computers A, B to which they belong. To notify. When the processing up to this point is completed, the data receiving means 4
a and 4b wait for the next update data to be received.

【0014】通知を受けた分散ホストコンピュータA,
B上の送受信データ管理手段2a,2bは、更新データ
の種類により該当するデータファイルの更新を行う更新
APを選択し、更新APに組み込まれている即時的同期
手段5a,5bに受信メールボックス格納位置を通知す
る。
The distributed host computer A that received the notification,
The transmission / reception data management means 2a, 2b on B select an update AP for updating the corresponding data file according to the type of update data, and store the received mailbox in the immediate synchronization means 5a, 5b incorporated in the update AP. Notify the position.

【0015】この際、即時的同期手段5a,5bは、通
知された受信メールボックス格納位置によって受信メー
ルボックスから更新データを取り出し、これを更新AP
に渡し、更新データを取り出した格納位置に対して「処
理済」の印を付加する。これは、後に受信メールボック
スが満杯になったとき、受信メールボックス上から受信
データを削除する際に必要な情報となる。
At this time, the immediate synchronization means 5a, 5b take out the update data from the receiving mailbox according to the notified receiving mailbox storage position, and update it.
And adds the mark of “processed” to the storage position where the updated data is taken out. This is the information necessary for deleting the received data from the receiving mailbox when the receiving mailbox becomes full later.

【0016】更新データを即時的同期手段5a,5bか
ら渡された更新APは、データファイル7a,7bを更
新する。この際、更新APは通常のデータファイルに対
する入出力命令の代わりに即時的同期手段5a,5bを
実行するという感覚で処理を行うことになる。
The update AP, which receives the update data from the immediate synchronization means 5a, 5b, updates the data files 7a, 7b. At this time, the update AP performs processing as if the immediate synchronizing means 5a and 5b are executed instead of the input / output command for the normal data file.

【0017】又、分散ホストコンピュータA,B上の送
受信データ管理手段2a,2bは、データ受信手段4
a,4bから通知を受けていた送信元(本実施例では自
ホストコンピュータS)での送信メールボックス格納位
置を送信元の送受信データ管理手段2に通知する。
The transmission / reception data management means 2a and 2b on the distributed host computers A and B are the data reception means 4 respectively.
The storage location of the transmission mailbox at the transmission source (in this embodiment, the host computer S) that has received the notification from a and 4b is notified to the transmission / reception data management means 2 of the transmission source.

【0018】通知を受けた送受信データ管理手段2は、
送信メールボックス格納位置から送信メールボックスの
更新データを識別し、「送信済」の印を付加する。これ
は、後に送信メールボックスが満杯になったとき、送信
メールボックスから更新データを削除するときに必要な
情報となる。
The transmission / reception data management means 2 that has received the notification is
The update data of the transmission mailbox is identified from the storage location of the transmission mailbox, and a "sent" mark is added. This will be the information needed to delete the updated data from the outgoing mailbox when the outgoing mailbox is full later.

【0019】なお、自ホストコンピュータS上のデータ
ファイル7を更新する仕組みは、分散ホストコンピュー
タA,B上のデータ受信手段4a,4bが更新データを
受信した以降の仕組みと同様である。
The mechanism for updating the data file 7 on the host computer S itself is the same as the mechanism after the data receiving means 4a, 4b on the distributed host computers A, B receive the updated data.

【0020】以上により、自ホストコンピュータSのエ
ントリAPにより入力されたデータファイル7,7a,
7bを更新するための更新データで、自ホストコンピュ
ータS及び分散ホストコンピュータA,B上のデータフ
ァイル7及び7a,7bを即時的に更新することができ
る。
From the above, the data files 7, 7a input by the entry AP of the host computer S,
With the update data for updating 7b, the data files 7 and 7a, 7b on the local host computer S and the distributed host computers A, B can be updated immediately.

【0021】[0021]

【発明の効果】以上説明したように、本発明の分散コン
ピュータのデータ更新処理方式は、更新を行う側のアプ
リケーションプログラム(エントリAP)は更新データ
を送信メールボックスに格納して更新処理依頼通知を出
力するだけでよく、ファイル更新を行う側のアプリケー
ションプログラム(更新AP)は受信メールボックスの
指定された格納位置からデータを抽出して定められたデ
ータファイルを更新すればよいので、更新を行うべき分
散ホストコンピュータやデータファイルを意識する必要
がない。更新すべきデータファイルや分散ホストコンピ
ュータの判定や送信および受信処理は、送受信データ管
理手段,データ送信手段およびデータ受信手段でシステ
ム化して行うので、アプリケーションプログラムと分散
ホストコンピュータを独立させることができる。すなわ
ち、アプリケーションプログラムが分散ホストコンピュ
ータを意識しなくてよく、分散ホストコンピュータが何
台であってもアプリケーションプログラムを変更する必
要がなく、各分散ホストコンピュータ上のデータファイ
ルは即時的に同期性が保持できるという効果が得られ
る。
As described above, according to the data update processing method of the distributed computer of the present invention, the application program (entry AP) on the update side stores the update data in the transmission mailbox and notifies the update processing request. It is only necessary to output, and the application program (update AP) on the side that updates the file has only to update the specified data file by extracting the data from the specified storage location of the receiving mailbox, so the update should be performed. There is no need to be aware of distributed host computers or data files. Since the transmission / reception data management means, the data transmission means and the data reception means systematize the determination of the data file to be updated and the distributed host computer and the transmission and reception processing, the application program and the distributed host computer can be made independent. That is, the application program does not need to be aware of the distributed host computer, the application program does not need to be changed regardless of the number of distributed host computers, and the data files on each distributed host computer are instantly synchronized. The effect of being able to be obtained is obtained.

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

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

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

1,1a,1b 即時的同期手段(第1の即時的同期
手段) 2,2a,2b 送受信データ管理手段 3,3a,3b データ送信手段 4,4a,4b データ受信手段 5,5a,5b 即時的同期手段(第2の即時的同期
手段) 6,6a,6b 入力端末 7,7a,7b データファイル A,B 分散ホストコンピュータ S 自ホストコンピュータ
1, 1a, 1b Immediate synchronization means (first immediate synchronization means) 2, 2a, 2b Transmission / reception data management means 3, 3a, 3b Data transmission means 4, 4a, 4b Data reception means 5, 5a, 5b Immediate Synchronizing means (second immediate synchronizing means) 6,6a, 6b Input terminal 7,7a, 7b Data file A, B Distributed host computer S Own host computer

Claims (1)

Translated fromJapanese
【特許請求の範囲】[Claims]【請求項1】 同一のデータを複数のホストコンピュー
タ上のデータファイルに保持し各ホストコンピュータが
それぞれ必要な処理を分散して行う分散処理システムに
おいて、システムを構成する各ホストコンピュータが、
入力された更新データを送信メールボックスに格納する
と共にそのデータ種別および格納位置情報を含む更新処
理依頼通知を出力する第1の即時的同期手段と、更新デ
ータの送信指示を受け前記送信メールボックスから指定
のデータを抽出して指定のあて先に送信するデータ送信
手段と、更新データを受信し受信メールボックスに格納
すると共にそのデータ種別,送信元,格納位置情報を含
む更新データ着信通知を出力するデータ受信手段と、更
新実行指示を受け前記受信メールボックスから指定のデ
ータを抽出して定められたデータファイルの更新を実行
させる第2の即時的同期手段と、前記更新処理依頼通知
を受けたとき更新データの送信先を判定して前記データ
送信手段に送信指示を出力し前記データ受信手段には前
記送信メールボックスから指定の更新データ抽出して出
力し、前記データ受信手段から前記更新データ着信通知
を受けたときは更新すべきデータファイルを判定し前記
第2の即時的同期手段に対し前記更新実行指示を出力す
る送受信データ管理手段とを備えたことを特徴とする分
散コンピュータのデータ更新処理方式。
1. In a distributed processing system in which the same data is held in data files on a plurality of host computers and each host computer distributes necessary processing, each host computer constituting the system comprises:
First immediate synchronization means for storing the input update data in the transmission mailbox and outputting an update processing request notification including the data type and storage position information, and an instruction for transmitting the update data from the transmission mailbox. Data transmission means for extracting specified data and transmitting it to a specified destination, and data for receiving update data and storing it in a reception mailbox and outputting an update data arrival notification including the data type, transmission source, and storage location information. Receiving means, a second immediate synchronizing means for receiving designated update execution instructions and extracting designated data from the receiving mailbox and updating a predetermined data file, and updating when receiving the update processing request notification The destination of the data is determined, a transmission instruction is output to the data transmission unit, and the transmission mail box is output to the data reception unit. When the update data arrival notification is received from the data receiving means, the data file to be updated is determined and the update execution instruction is given to the second immediate synchronization means. A data update processing method for a distributed computer, comprising: transmission / reception data management means for outputting.
JP5043455A1993-03-041993-03-04Data update processing system of decentralized computerPendingJPH06259302A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
JP5043455AJPH06259302A (en)1993-03-041993-03-04Data update processing system of decentralized computer

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
JP5043455AJPH06259302A (en)1993-03-041993-03-04Data update processing system of decentralized computer

Publications (1)

Publication NumberPublication Date
JPH06259302Atrue JPH06259302A (en)1994-09-16

Family

ID=12664182

Family Applications (1)

Application NumberTitlePriority DateFiling Date
JP5043455APendingJPH06259302A (en)1993-03-041993-03-04Data update processing system of decentralized computer

Country Status (1)

CountryLink
JP (1)JPH06259302A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
JPH08190516A (en)*1995-01-101996-07-23Nippon Telegr & Teleph Corp <Ntt> Document arrival reporting method and document arrival reporting system
JPH08235049A (en)*1995-02-271996-09-13Nec CorpCommunication system
JPH08328930A (en)*1995-05-261996-12-13Nec CorpInter-system interface system
JPH0926881A (en)*1995-07-121997-01-28Fuji Xerox Co LtdClient server system
JP2013109645A (en)*2011-11-222013-06-06Ricoh Co LtdImage forming apparatus, image forming method, image forming program and distribution data management system

Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
JPS61175777A (en)*1985-01-301986-08-07Fujitsu LtdSet transmission system of technical information
JPH04310158A (en)*1991-04-081992-11-02Fuji Xerox Co LtdData management device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
JPS61175777A (en)*1985-01-301986-08-07Fujitsu LtdSet transmission system of technical information
JPH04310158A (en)*1991-04-081992-11-02Fuji Xerox Co LtdData management device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
JPH08190516A (en)*1995-01-101996-07-23Nippon Telegr & Teleph Corp <Ntt> Document arrival reporting method and document arrival reporting system
JPH08235049A (en)*1995-02-271996-09-13Nec CorpCommunication system
JPH08328930A (en)*1995-05-261996-12-13Nec CorpInter-system interface system
JPH0926881A (en)*1995-07-121997-01-28Fuji Xerox Co LtdClient server system
JP2013109645A (en)*2011-11-222013-06-06Ricoh Co LtdImage forming apparatus, image forming method, image forming program and distribution data management system

Similar Documents

PublicationPublication DateTitle
US5448734A (en)Selective distribution of messages using named pipes
EP0191036B1 (en)Database backup method
US7206811B2 (en)System and method for facilitating real-time collaborating by collapsing a queue for a slow client
JP2003248605A (en) Storage system, main storage system, secondary storage system, and data copy method thereof
JP3870701B2 (en) Computer hierarchy information management method and apparatus, and recording medium recording the processing program
JP3462064B2 (en) Distributed simulation system
EP0734139A2 (en)A data transfer device with cluster control
JPH06259302A (en)Data update processing system of decentralized computer
JP3345546B2 (en) Data delivery method and information communication device
JPH0855069A (en) Network system
JP4550604B2 (en) Setting information synchronization program
CN109376193B (en)Data exchange system based on self-adaptive rule
JP2005507522A (en) Method and system for ensuring sequential consistency in distributed computing
JP2697588B2 (en) Communication task management method
JP3320200B2 (en) Communication terminal equipment for telecommunication systems
CN114051047B (en)Session message backup method and device, network equipment and storage medium
JPH0922366A (en) Collaborative work system
JP2665185B2 (en) Data transmission system
JP2907174B2 (en) User interface system for supervisory control system
JP2002358220A (en) Data processing method, data processing program and recording medium for the program
JPH06161786A (en) Multi-process input system
JP2853607B2 (en) Communication system between jobs
JPH06214912A (en)Communication system
JPH061480B2 (en) Resource access control method for electronic filing system
JPH04295952A (en)Message communication equipment for multi-processor system

Legal Events

DateCodeTitleDescription
A02Decision of refusal

Free format text:JAPANESE INTERMEDIATE CODE: A02

Effective date:20001205


[8]ページ先頭

©2009-2025 Movatter.jp