JPS5994155A - Maintenance system of terminal file - Google Patents

Maintenance system of terminal file

Info

Publication number
JPS5994155A
JPS5994155A JP57202140A JP20214082A JPS5994155A JP S5994155 A JPS5994155 A JP S5994155A JP 57202140 A JP57202140 A JP 57202140A JP 20214082 A JP20214082 A JP 20214082A JP S5994155 A JPS5994155 A JP S5994155A
Authority
JP
Japan
Prior art keywords
data
terminal
computer
file
files
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.)
Granted
Application number
JP57202140A
Other languages
Japanese (ja)
Other versions
JPH0126099B2 (en
Inventor
Toshikazu Kenjiyuu
劍重 寿和
Koichi Tsukiki
槻木 公一
Masaru Sonehara
曽根原 勝
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.)
JAPANESE NATIONAL RAILWAYS<JNR>
Hitachi Ltd
Japan National Railways
Nippon Kokuyu Tetsudo
Original Assignee
JAPANESE NATIONAL RAILWAYS<JNR>
Hitachi Ltd
Japan National Railways
Nippon Kokuyu Tetsudo
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 JAPANESE NATIONAL RAILWAYS<JNR>, Hitachi Ltd, Japan National Railways, Nippon Kokuyu Tetsudo filed Critical JAPANESE NATIONAL RAILWAYS<JNR>
Priority to JP57202140A priority Critical patent/JPS5994155A/en
Publication of JPS5994155A publication Critical patent/JPS5994155A/en
Publication of JPH0126099B2 publication Critical patent/JPH0126099B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/161Computing infrastructure, e.g. computer clusters, blade chassis or hardware partitioning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9027Trees

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Databases & Information Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Mining & Analysis (AREA)
  • Mathematical Physics (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PURPOSE:To reduce the memory capacity, the load, and the program generation quantity of a central computer and improve the maintainability of terminal files, by adopting the management system where hierarchical version numbers are given to files. CONSTITUTION:A central file is connected to the central computer, and terminal files are connected to terminal computers. Each file is divided to data A and B, and each data is divided to plural elements. A version number is given to each data and each element, and the file is transmitted with version numbers. If data versions on the central computer side and the terminal computer side do not coincide with each other, the terminal side performs a change element request, and the central computer selects the element (for example, element A2) having an element version higher than the data version, which the terminal computer has, to answer. Version numbers are given to files in this manner to simplify the program of the central computer and improve the maintainability of terminal files.

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は情報処理システムに採用されるものであり、特
に計算機同士の接続システムに好適なフッイル保守方式
に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Application of the Invention] The present invention is employed in information processing systems, and particularly relates to a film maintenance method suitable for connection systems between computers.

〔従来技術〕[Prior art]

中央側と端末処理装置側にそれぞれファイルをもつ分散
処理システムにおける従来の端末ファイル保守方式は、
中央計算機が管理しているファイルを端末計算機に一方
送信することによって行う中央計算機主導型であった。
The conventional terminal file maintenance method in a distributed processing system that has files on the central side and on the terminal processing device side is as follows.
It was a central computer-driven system in which files managed by the central computer were sent to terminal computers.

中央計算機主導型の端末ファイル保守においては、中央
計算機から端末計算機で必要とするデータを一方的に送
信し、端末計算機側で中央計算機より指示されたとおり
に磁気ディスク上に記録する方式である。中央計算機主
導型の送信を実現するためには、多数存在する端末計算
機毎のファ、 2 。
In central computer-led terminal file maintenance, the central computer unilaterally transmits the data required by the terminal computers, and the terminal computers record the data on magnetic disks as instructed by the central computer. In order to realize central computer-driven transmission, it is necessary to use a file system for each terminal computer, which exists in large numbers.

イルの格納状態を覚えなければならない。そして、デー
タの送信時にヲ言、どの中央データを送信すべきかを判
断する。これは、常に全データ送信する事を防止するた
めであり、必要とするデータのみを送信する方式を採用
するからである。この多数存在する端末計算機毎のファ
イルの格納状態を覚えるには、データ数×端末計算機数
分必要であり、また、その結果を外部記憶装置に覚える
必要がある。また、データの送信中には、どのデータま
で送信を終了したかという伝送中状態を端末計算機毎に
覚えなければならない。これは、1つのデータが送信終
了となった時1次にどのデータから送信すべきかを判断
するためである。
You must remember the storage status of the file. Then, when transmitting data, it determines which central data should be transmitted. This is to prevent all data from being sent all the time, and a method is adopted in which only necessary data is sent. In order to memorize the storage state of files for each of these many terminal computers, it is necessary to store the number of data times the number of terminal computers, and it is also necessary to memorize the results in an external storage device. Furthermore, while data is being transmitted, it is necessary for each terminal computer to remember the status of the transmission, including the extent to which data has been transmitted. This is to determine which data should be transmitted first when the transmission of one data is completed.

従って、従来の方式では格納状態、伝送中状態を覚える
ためのメモリ容量の増加、また、格納状態を外部記憶装
置に覚えるための書込み負荷の増加、ファイル伝送を行
うための中央計算機プログラムの複雑さのような欠点が
あった。
Therefore, the conventional method requires an increase in memory capacity to remember the storage status and transmission status, an increase in the write load to memorize the storage status in an external storage device, and the complexity of the central computer program for file transmission. There were drawbacks such as:

〔発明の目的〕[Purpose of the invention]

本発明の目的は、上述の欠点を解消するためになされた
もので、中央計算機での端末計算機毎のフッイル格納状
態の管理をやめ、中央計算機側のメモリ容量低減、負荷
低減、プログラム作成量の低減と、端末計算機へ送信す
るデータ量の低減、端末ファイルの保守性の向上を提供
することにある。
The purpose of the present invention was to eliminate the above-mentioned drawbacks.The purpose of the present invention is to eliminate the need for the central computer to manage the file storage status of each terminal computer, reduce the memory capacity and load on the central computer side, and reduce the amount of programs created. The purpose is to reduce the amount of data sent to the terminal computer, and to improve the maintainability of the terminal file.

〔発明の概要〕[Summary of the invention]

ファイルというものは、時間とともに変更されて行(も
のである。したがって、ファイルに対しバージ璽ン番号
を付することにより、)了イル変更された事の発見を端
末計算機に判断させ、端末計算機より変更ファイルの送
信要求を行わせるものである。したがって、上記のよう
な方式を用いると、端末計算機主導型のファイル伝送が
可能となる。
A file is a line that changes over time (therefore, by assigning a verge number to a file), the terminal computer can detect that the file has been changed. This allows a request to send a changed file. Therefore, when the above-described method is used, it becomes possible to perform terminal computer-driven file transmission.

〔発明の実施例〕[Embodiments of the invention]

以下、本発明の一実施例を第1図〜第5図により説明す
る。第1図は、この発明におけるシ・ S ・ ステムの接続形態を示したもので、中央計算機11と1
つ以上の端末計算機14を通信装置15で接続する。中
央計算機11には、中央ファイル12を接続し、端末計
算機14には、端末ファイル15を接続する。第2図は
、ファイルの階層構造を示したものである。ファイル2
1は、1つ以上のデータ22に分け(例えば、)了イル
は交通システムを例にとったときは運賃データ、漢字フ
ォントデータ、CRTガイダンスデータ、絵図データ等
に分ける。)、また、データ22は、1つ以上のエレメ
ント23に分ける(例えば、運賃データは国鉄鉄道運賃
1国鉄バス運賃1国鉄定期運賃、会社線毎運賃等の各エ
レメントに分ける。)。そして、データ22およびエレ
メント23に対しバージ冒ン番号を付する。データ22
に付したバージ■ン番号をデータ・バージ曹ンとし、エ
レメント25に付したバージ1ン番号をエレメント・バ
ージランとする。第5図は、中央ファイルのエレメント
A2が変更となった時の、−y−p・バージ璽ンとエレ
メント・バージ、 4 。
An embodiment of the present invention will be described below with reference to FIGS. 1 to 5. FIG. 1 shows the connection form of the system in this invention, in which the central computer 11 and the
Two or more terminal computers 14 are connected through a communication device 15. A central file 12 is connected to the central computer 11, and a terminal file 15 is connected to the terminal computer 14. FIG. 2 shows the hierarchical structure of files. File 2
1 is divided into one or more data 22 (for example), in the case of a transportation system, it is divided into fare data, kanji font data, CRT guidance data, pictorial data, etc. ), and the data 22 is divided into one or more elements 23 (for example, fare data is divided into elements such as JNR rail fare, JNR bus fare, JNR regular fare, and fare for each company line.). Then, a verge release number is assigned to the data 22 and the element 23. data 22
The virgin number attached to element 25 is the data barge code, and the virgin number attached to element 25 is the element virgin run. FIG. 5 shows the -yp barge seal and element barge 4 when element A2 of the central file is changed.

ヨンの関係を示したものである。なお、第3図では、フ
ァイルを2つのデータ(データA 、 B)に分け、デ
ータAを3つのエレメント(エレメントAI 、A2 
、AS ) 、データBを2つのエレメント(エレメン
トB1.B2)に分けた場合だけの例を示している。第
4図に示すように中央計算機側では、データ毎のデータ
・バージ冒ン。
This shows the relationship between Yong and Yon. In addition, in Figure 3, the file is divided into two data (data A and B), and data A is divided into three elements (elements AI and A2).
, AS), shows an example only when data B is divided into two elements (elements B1 and B2). As shown in Figure 4, on the central computer side, a data barge is opened for each data item.

エレメント毎のエレメント・バージ冒ンを中央ファイル
上に覚え、その内容をメイン・メモリ上に読み込んで管
理してお(。一方、端末計算機側では、データ毎のデー
タ・バージ■ンを端末ファイル上に覚え、その内容をメ
イン・メモリ上に読み込んで管理しておく。以下、第5
図により説明する。エレメント・バージ四ンはエレメン
トが変更されたタイミングによりエレメント毎のパージ
!y−ii号が異なる。データ・バージ日ンは該データ
に所属するエレメントのうち、最大のバージ目ン番号を
持つエレメントと等しい。丁なわち、データ・バージ■
ンはエレメントの最新バージ四ンを管理している。この
ような管理力において、ニレメン)A2が変更された場
合、ニレメン)A2が所属しているデータAのデータ・
バージョンを1加算する(9とする)。次にエレメント
A2のエレメント・バーシーンとして、データAのデー
タ・バージ璽ンの値を与える(9とする)。このように
して、端末計算機に持つデータ・バージョンと。
The element verge for each element is stored in a central file, and its contents are read into main memory and managed (on the other hand, on the terminal computer side, the data verge for each data is stored in the terminal file). The contents are stored in the main memory and managed.Hereafter, the fifth
This will be explained using figures. Element Verge 4 purges each element depending on the timing when the element is changed! y-ii is different. The data verge date is equal to the element with the highest verge number among the elements belonging to the data. In other words, data barge■
N manages the latest version of Element. With such management power, if Niremen) A2 is changed, the data of data A to which Niremen) A2 belongs will be changed.
Add 1 to the version (set to 9). Next, the value of the data barge of data A is given as the element bar scene of element A2 (set to 9). In this way, the data version you have on your terminal computer.

中央計算機に持つデータ・バージ璽ンの不一致を発生さ
せておく。
A discrepancy in the data verges held in the central computer is generated.

ここで、第5図に流れ図を示し、ファイルの伝送の仕方
を述べる。まず、中央計算機と情報の送受信を行うため
にリンクの確立を行う(ステップ1)。端末計算機側で
覚えているデータ・バージ曹ンを端末7フイルより読込
む(ステップ2)。中央計算機に、中央計算機側で管理
しているデータ・バージョンの送信要求を行う(ステッ
プ3)。中央計算機ではどの端末にどのデータを持たせ
ているかを示す中央管理情報を持っておりこの中央管理
情報に従ってその端末針xiが必要とするデータだけの
データ・バージソン一覧表を作成し回答する(ステップ
4)。
Here, a flowchart is shown in FIG. 5, and a method of file transmission will be described. First, a link is established to exchange information with the central computer (step 1). Read the data barge stored on the terminal computer side from the terminal 7 file (step 2). A request is made to the central computer to send the data version managed on the central computer side (step 3). The central computer has central management information that indicates which terminal has which data, and according to this central management information, it creates and responds to a data vergeson list of only the data that the terminal needle xi needs (step 4).

回答されたデータ・バージ嘗ン一覧表が、端末計算機側
で覚えているデータ毎のデータ・バージョンと一致する
かデータ毎に比較する。一致の場合は、このデータに対
しては中央計算機側でのデータ変更がなかったものとし
、変更エレメントの要求は行わない(ステップ5.14
)。
Compare each data item to see if the answered data version list matches the data version for each data item remembered on the terminal computer side. In the case of a match, it is assumed that this data has not been changed on the central computer side, and no change element is requested (step 5.14).
).

不一致の場合には、端末計算機が覚えているデータ識別
(例えばデータA)とデータ拳バージ日ソを中央計算機
に送信し、変更エレメントの送信要求を行う(ステップ
5,6)。端末計算機からのエレメント要求に対し、中
央計算機は、データの識別により送るべきデータを選択
する(ステップ7)。次に、そのデータに所属するエレ
メントを調べ、端末計算機が持つデータ・バージョンよ
り大きいエレメント・バージ冒ンケ持つエレメントを選
択する(ステップ8)。
If there is a mismatch, the terminal computer transmits the data identification (for example, data A) and the Japanese/Soviet data stored in the terminal computer to the central computer, and requests transmission of the changed element (steps 5 and 6). In response to the element request from the terminal computer, the central computer selects the data to be sent by identifying the data (step 7). Next, the elements belonging to the data are examined, and an element whose element version is larger than the data version held by the terminal computer is selected (step 8).

第3図に示す例においては、データAのエレメントA2
が選択される。エレメントA1は送信の対象としない。
In the example shown in FIG. 3, element A2 of data A
is selected. Element A1 is not targeted for transmission.

次に、選択さtlだエレメントを中央ファイルより読込
む(ステップ9)。端末計算機に送信する情報を作成す
る。この時。
Next, the selected tl element is read from the central file (step 9). Create information to be sent to the terminal computer. At this time.

送信するエレメントがデータ内で最終エレメントなら、
端末計算機に送信する情報にデータ終了を示すコードを
付加する(ステップ10)。
If the element to send is the last element in the data,
A code indicating the end of data is added to the information sent to the terminal computer (step 10).

中央計算機より回答されたエレメントを端末ファイルに
書込む(ステップ11)。中央計算機からの回答中にデ
ータ終了を示すコードが存在しない場合、再度中央計算
機に変更エレメントの送信要求を行う。これは、同一デ
ータ内の別のエレメントの送信要求とする(ステップ1
2.6)。
The elements answered by the central computer are written to the terminal file (step 11). If there is no code indicating the end of data in the reply from the central computer, a request to send the changed element is made to the central computer again. This is a request to send another element within the same data (step 1
2.6).

データ終了を示すコードが存在する場合は、そのデータ
のデータ・バージョンを覚えるためK、そのデータのデ
ータ・バージョンをiX7フイルに書込む(ステップ1
2.13 )。全データ分の処理が済んでいない時は1
次のデータのエレメント要求を行う(ステップ14,1
5.5 )。全データ分の処理が済めば、ファイルの伝
送が完了となる(ステップ14.16 )。このように
、フチイルに階層的なパージ日ン査号を付する管理方式
を採用する事により、必要最少限の伝送で済み。
If there is a code indicating the end of data, write the data version of that data to the iX7 file to remember the data version of that data (step 1).
2.13). 1 if all data has not been processed
Make an element request for the next data (step 14, 1
5.5). Once all the data has been processed, the file transmission is completed (step 14.16). In this way, by adopting a management method that assigns hierarchical purge date codes to the borders, only the minimum amount of data is required to be transmitted.

伝送時間の短縮が計れている。さらに、システムの運用
開始時は、端末計算機側のデータ・バージョンを丁べて
0にし、中央計算機側のデータ・バージ四ン、エレメン
ト・バー シIIントモ丁べて1にすることにより、端
末フチイルの初期伝送ができる。また、端末計算機の新
規設置時、端末計算機側のファイル障害からの同機時端
末計算機側のオフライン・メンテナンス実行時等は、端
末針3!機側のデータやパージョンを0にするだけで、
中央計算機側で何ら関知することなしに、端末ファイル
の伝送ができる。また、ファイル伝送中の端末計算機の
障害、中央計算機の障害、通信装置の障害等に関しても
障害回後後に再度ファイル伝送を行える方式なので、デ
ータの脱落等は発生しない。このようにファイル伝送の
確実化、端末ファイルの保守性の向上が計れている。
Transmission time has been reduced. Furthermore, when the system starts operating, the data version on the terminal computer side is set to 0, and the data version and element version II on the central computer side are set to 1. initial transmission is possible. Also, when installing a new terminal computer, or performing offline maintenance on the terminal computer side due to a file failure on the terminal computer side, etc., the terminal needle 3! Just set the data and version on the machine to 0,
Terminal files can be transmitted without any involvement from the central computer. Furthermore, even in the event of a failure in a terminal computer, a failure in the central computer, a failure in a communication device, etc. during file transmission, the system allows file transmission to be performed again after the failure occurs, so data dropouts and the like will not occur. In this way, file transmission is ensured and the maintainability of terminal files is improved.

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

本発明によれは、端末針X機主導型で端末フ了イルの保
守が可能となり、中央計算機プログラムの簡単化、端末
ファイルの保守性の向上が行える。また、端末計算機毎
の状態管理をしなくて済むので、メモリ容量の低減、中
央計算機負荷の低減が行える。
According to the present invention, it is possible to maintain the terminal files in a terminal-needle X-machine-driven manner, simplifying the central computer program and improving the maintainability of the terminal files. Furthermore, since there is no need to manage the status of each terminal computer, memory capacity and central computer load can be reduced.

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

第1図はこの発明を実施するためのシステム接続図、第
2図はファイルの階層構造の概念を示す図、第6図は中
央計算機側でファイル変更する場合のテーク・バージ日
ンとエレメント・バー、ジツンの関係を示す図、第4図
はデータOバージ冒ンとエレメント・バージ冒ンの管q
方式を示す図、第5図はファイル伝送力式の流ハ図であ
る。 11・・・中央計1を機    12・・・中央ファイ
ル16・・・通信装置     14・・・端末計xi
15・・・端末ファイル   21・・ファイル22・
・・デ・−夕      23・・・エレメントDV4
1=・・データ・バージ曹ン EV−!4・・・エレメント・バージ日ンMM・・・メ
イン・メモリ 第71!1 第 2 図 第 3 端末81−ロ鴫(し1り叱イ員J1 ■7夫*X機イ貝す 第 4I211 燭末訂1内−191叱イ貝′)1          
  中ジ<#!E調−−町イIρ1躬 5 口
Fig. 1 is a system connection diagram for implementing the present invention, Fig. 2 is a diagram showing the concept of the file hierarchy structure, and Fig. 6 is a diagram showing the take/verge date and element data when changing files on the central computer side. Figure 4 shows the relationship between the data O barge and the element barge.
A diagram showing the method, FIG. 5, is a flowchart of the file transmission power method. 11...Central total 1 machine 12...Central file 16...Communication device 14...Terminal total xi
15...Terminal file 21...File 22...
...De-Evening 23...Element DV4
1=...Data Barge Civilian EV-! 4...Element barge day MM...Main memory No. 71!1 No. 2 Figure No. 3 Terminal 81-Loss J1 Final revision 1 - 191 scolding shell') 1
Nakaji<#! Key of E--Machi Iρ1 5 mouths

Claims (1)

【特許請求の範囲】[Claims] 中央計算機で一括管理しているファイルを、通信回路で
中央計算機と接続された端末計算機の記憶装置上に持た
せる必要のあるシステム構成において、中央計算機で変
更されたファイル内容に対して端末計算機の記憶装置上
のファイルを変更する場合に、中央計算機側のファイル
(を複数のデータに分けて、該データ毎にデータ・パー
ジ日ン査号を付し、さらに該データを複数のエレメント
に分けて、該エレメント毎にエレメント・バージ璽ン番
号を付し、また端末計算機側のファイルも中央計算機と
同一分類の複数のデータに分けて、該データ毎にデータ
・バージ目ン番号を付し、中央計算機と端末計算機間の
データ・バージ日ン番号の相違により、端末計算機から
の要求に応じて、中央計算機で持つ変更された)了イル
のうち端末計算機側で必要とするファイルをエレメント
単位で端末計算機に送付し、端末計算機の記憶装置上の
ファイル内容を修正変更することを特徴とする端末フチ
イルの保守方式。
In a system configuration where files that are centrally managed by a central computer must be kept on the storage device of a terminal computer connected to the central computer through a communication circuit, the terminal computers will be required to store files that have been changed on the central computer. When changing a file on a storage device, divide the central computer file into multiple pieces of data, add a data purge date symbol to each piece of data, and then divide the data into multiple elements. , an element barge number is attached to each element, and files on the terminal computer side are also divided into multiple data of the same classification as the central computer, a data barge number is attached to each data, and Due to the difference in the data barge date number between the computer and the terminal computer, in response to a request from the terminal computer, files required by the terminal computer side are transferred to the terminal in element units from among the files (changed files held by the central computer). A terminal border maintenance method characterized by sending data to a computer and modifying and changing the contents of a file on a storage device of the terminal computer.
JP57202140A 1982-11-19 1982-11-19 Maintenance system of terminal file Granted JPS5994155A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP57202140A JPS5994155A (en) 1982-11-19 1982-11-19 Maintenance system of terminal file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP57202140A JPS5994155A (en) 1982-11-19 1982-11-19 Maintenance system of terminal file

Publications (2)

Publication Number Publication Date
JPS5994155A true JPS5994155A (en) 1984-05-30
JPH0126099B2 JPH0126099B2 (en) 1989-05-22

Family

ID=16452618

Family Applications (1)

Application Number Title Priority Date Filing Date
JP57202140A Granted JPS5994155A (en) 1982-11-19 1982-11-19 Maintenance system of terminal file

Country Status (1)

Country Link
JP (1) JPS5994155A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6288056A (en) * 1985-10-14 1987-04-22 Nec Corp Night time accounting system
JPS63311565A (en) * 1987-06-15 1988-12-20 Fuji Electric Co Ltd Stock managing system on decentralized system
JPS6467661A (en) * 1987-09-09 1989-03-14 Asahi Shimbun Publishing Information transferring system
JPH01125649A (en) * 1987-11-11 1989-05-18 Oki Electric Ind Co Ltd Data processing method for terminal equipment
JPH01213735A (en) * 1988-02-22 1989-08-28 Oki Electric Ind Co Ltd Terminal program transmission system
JPH03100840A (en) * 1989-09-14 1991-04-25 Hitachi Ltd Decentralized computer device and data maintenance method
JPH0540711A (en) * 1991-08-05 1993-02-19 Nec Corp Data transfer system
US5241305A (en) * 1987-05-15 1993-08-31 Newspager Corporation Of America Paper multi-level group messaging with group parsing by message
JPH11249951A (en) * 1998-03-05 1999-09-17 Fujitsu Ltd Information management system, local computer, server computer, computer readable recording medium with information acquisition program recorded, and computer readable storage medium with program for server recorded

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6288056A (en) * 1985-10-14 1987-04-22 Nec Corp Night time accounting system
US5241305A (en) * 1987-05-15 1993-08-31 Newspager Corporation Of America Paper multi-level group messaging with group parsing by message
JPS63311565A (en) * 1987-06-15 1988-12-20 Fuji Electric Co Ltd Stock managing system on decentralized system
JPS6467661A (en) * 1987-09-09 1989-03-14 Asahi Shimbun Publishing Information transferring system
JPH01125649A (en) * 1987-11-11 1989-05-18 Oki Electric Ind Co Ltd Data processing method for terminal equipment
JPH01213735A (en) * 1988-02-22 1989-08-28 Oki Electric Ind Co Ltd Terminal program transmission system
JPH03100840A (en) * 1989-09-14 1991-04-25 Hitachi Ltd Decentralized computer device and data maintenance method
JPH0540711A (en) * 1991-08-05 1993-02-19 Nec Corp Data transfer system
JPH11249951A (en) * 1998-03-05 1999-09-17 Fujitsu Ltd Information management system, local computer, server computer, computer readable recording medium with information acquisition program recorded, and computer readable storage medium with program for server recorded
US7117253B2 (en) 1998-03-05 2006-10-03 Fujitsu Limited Information management system retrieving recorded information version from server-side or duplicate local-side information storage

Also Published As

Publication number Publication date
JPH0126099B2 (en) 1989-05-22

Similar Documents

Publication Publication Date Title
KR100194295B1 (en) How to update the status of data processing systems and queues
CN1770110B (en) Method and system for lockless infinibandtm poll for I/O completion
WO1986001018A1 (en) Database backup method
CN106446159B (en) A kind of method of storage file, the first virtual machine and name node
CN1146816A (en) Data storage
JPS5994155A (en) Maintenance system of terminal file
CN110121694B (en) Log management method, server and database system
CN108241616B (en) Message pushing method and device
CN111049913B (en) Data file transmission method and device, storage medium and electronic equipment
US20100332480A1 (en) Systems, methods and software for distributed loading of databases
CN116303789A (en) Parallel synchronization method and device for multi-fragment multi-copy database and readable medium
JPH0392942A (en) Storing method and accessing method for file
CN115629901A (en) Log playback method and device, data recovery method and device and electronic equipment
EP0449660B1 (en) A method and apparatus of generating shadow process
CN111752911A (en) Data transmission method, system, terminal and storage medium based on Flume
US6510456B1 (en) Data transfer control method and system, data transfer control program file, and file storage medium
JPH0778115A (en) Network definition changing system
JPS6325384B2 (en)
KR100290621B1 (en) Charging data processing device and method thereof in case of charging disk error in electronic exchange system
JPH1153123A (en) Backup system
US5564120A (en) Data management method in a distributed processing system
JPH04305751A (en) File transfer system
JPS6349817B2 (en)
JP2679427B2 (en) Computer system process control method
CN114327800A (en) Method and device for writing in topic, processor and stream processing platform