JPH0126099B2 - - Google Patents

Info

Publication number
JPH0126099B2
JPH0126099B2 JP20214082A JP20214082A JPH0126099B2 JP H0126099 B2 JPH0126099 B2 JP H0126099B2 JP 20214082 A JP20214082 A JP 20214082A JP 20214082 A JP20214082 A JP 20214082A JP H0126099 B2 JPH0126099 B2 JP H0126099B2
Authority
JP
Japan
Prior art keywords
data
terminal
computer
file
central computer
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.)
Expired
Application number
JP20214082A
Other languages
Japanese (ja)
Other versions
JPS5994155A (en
Inventor
Toshikazu Kenju
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.)
Railway Technical Research Institute
Hitachi Ltd
Original Assignee
Railway Technical Research Institute
Hitachi 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 Railway Technical Research Institute, Hitachi Ltd filed Critical Railway Technical Research Institute
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)
  • Mathematical Physics (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Mining & Analysis (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)

Description

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

〔従来技術〕[Prior art]

中央側と端末処理装置側にそれぞれフアイルを
もつ分散処理システムにおける従来の端末フアイ
ル保守方式は、中央計算機が管理しているフアイ
ルを端末計算機に一方送信することによつて行う
中央計算機主導型であつた。中央計算機主導型の
端末フアイル保守においては、中央計算機から端
末計算機で必要とするデータを一方的に送信し、
端末計算機側で中央計算機より指示されたとおり
に磁気デイスク上に記録する方式である。中央計
算機主導型の送信を実現するためには、多数存在
する端末計算機毎のフアイルの格納状態を覚えな
ければならない。そして、データの送信時には、
どの中央データを送信すべきかを判断する。これ
は、常に全データ送信する事を防止するためであ
り、必要とするデータのみを送信する方式を採用
するからである。この多数存在する端末計算機毎
のフアイルの格納状態を覚えるには、データ数×
端末計算機数分必要であり、また、その結果を外
部記憶装置に覚える必要がある。また、データの
送信中には、どのデータまで送信を終了したかと
いう伝送中状態を端末計算機毎に覚えなければな
らない。これは、1つのデータが送信終了となつ
た時、次にどのデータから送信すべきかを判断す
るためである。
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 a central computer-initiated method in which files managed by the central computer are sent to the terminal computers unilaterally. Ta. In central computer-led terminal file maintenance, the central computer unilaterally sends the data needed by the terminal computers.
This is a method in which terminal computers record information on magnetic disks as instructed by the central computer. In order to realize central computer-led transmission, it is necessary to remember the storage status of files for each of the many terminal computers. And when sending data,
Determine which central data to send. This is to prevent all data from being sent all the time, and a method is adopted in which only necessary data is sent. To remember the storage status of files for each of these many terminal computers, it is necessary to multiply the number of data by
This is necessary for the number of terminal computers, and the results must be stored 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 next when one piece of data has been transmitted.

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

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

本発明の目的は、上述の欠点を解消するために
なされたもので、中央計算機での端末計算機毎の
フアイル格納状態の管理をやめ、中央計算機側の
メモリ容量低減、負荷低減、プログラム作成量の
低減と、端末計算機へ送信するデータ量の低減、
端末フアイルの保守性の向上を提供することにあ
る。
The purpose of the present invention has been made 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. reduction and the amount of data sent to the terminal computer,
The objective is to provide improved maintainability of terminal files.

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

フアイルというものは、時間とともに変更され
て行くものである。したがつて、フアイルに対し
バージヨン番号を付することにより、フアイル変
更された事の発見を端末計算機に判断させ、端末
計算機より変更フアイルの送信要求を行わせるも
のである。したがつて、上記のような方式を用い
ると、端末計算機主導型のフアイル伝送が可能と
なる。
Files change over time. Therefore, by assigning a version number to a file, the terminal computer is able to determine whether the file has been modified and to request the terminal computer to send the modified file. Therefore, by using the above-mentioned method, it becomes possible to perform terminal computer-initiated file transmission.

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

以下、本発明の一実施例を第1図〜第5図によ
り説明する。第1図は、この発明におけるシステ
ムの接続形態を示したもので、中央計算機11と
1つ以上の端末計算機14を通信装置13で接続
する。中央計算機11には、中央フアイル12を
接続し、端末計算機14には、端末フアイル15
を接続する。第2図は、フアイルの階層構造を示
したものである。フアイル21は、1つ以上のデ
ータ22に分け(例えば、フアイルは交通システ
ムを例にとつたときは運賃データ、漢字フオント
データ、CRTガイダンスデータ、絵図データ等
に分ける。)、また、データ22は、1つ以上のエ
レメント23に分ける(例えば、運賃データは国
鉄鉄道運賃、国鉄バス運賃、国鉄定期運賃、会社
線毎運賃等の各エレメントに分ける。)。そして、
データ22およびエレメント23に対しバージヨ
ン番号を付する。データ22に付したバージヨン
番号をデータ・バージヨンとし、エレメント23
に付したバージヨン番号をエレメント・バージヨ
ンとする。第3図は、中央フアイルのエレメント
A2が変更となつた時の、データ・バージヨンと
エレメント・バージヨンの関係を示したものであ
る。なお、第3図では、フアイルを2つのデータ
(データA,B)に分け、データAを3つのエレ
メント(エレメントA1,A2,A3)、データ
Bを2つのエレメント(エレメントB1,B2)
に分けた場合だけの例を示している。第4図に示
すように中央計算機側では、データ毎のデータ・
バージヨン、エレメント毎のエレメント・バージ
ヨンを中央フアイル上に覚え、その内容をメイ
ン・メモリ上に読み込んで管理しておく。一方、
端末計算機側では、データ毎のデータ・バージヨ
ンを端末フアイル上に覚え、その内容をメイン・
メモリ上に読み込んで管理しておく。以下、第3
図により説明する。エレメント・バージヨンはエ
レメントが変更されたタイミングによりエレメン
ト毎のバージヨン番号が異なる。データ・バージ
ヨンは該データに所属するエレメントのうち、最
大のバージヨン番号を持つエレメントと等しい。
すなわち、データ・バージヨンはエレメントの最
新バージヨンを管理している。このような管理方
において、エレメントA2が変更された場合、エ
レメントA2が所属しているデータAのデータ・
バージヨンを1加算する(9とする)。次にエレ
メントA2のエレメント・バージヨンとして、デ
ータAのデータ・バージヨンの値を与える(9と
する)。このようにして、端末計算機に持つデー
タ・バージヨンと、中央計算機に持つデータ・バ
ージヨンの不一致を発生させておく。
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 according to the present invention, in which a central computer 11 and one or more terminal computers 14 are connected by a communication device 13. A central file 12 is connected to the central computer 11, and a terminal file 15 is connected to the terminal computer 14.
Connect. FIG. 2 shows the hierarchical structure of files. The file 21 is divided into one or more data 22 (for example, in the case of a transportation system, the file is divided into fare data, kanji font data, CRT guidance data, pictorial data, etc.); , divided into one or more elements 23 (for example, fare data is divided into each element such as JNR railway fare, JNR bus fare, JNR regular fare, fare for each company line, etc.). and,
A version number is attached to the data 22 and the element 23. The version number assigned to data 22 is the data version, and element 23
The version number assigned to the element is the element version. FIG. 3 shows the relationship between the data version and the element version when element A2 of the central file is changed. In Figure 3, the file is divided into two data (data A, B), data A is divided into three elements (elements A1, A2, A3), and data B is divided into two elements (elements B1, B2).
This example shows only the case where it is divided into . As shown in Figure 4, on the central computer side, each data
The element version for each element is stored in a central file, and its contents are read into the main memory and managed. on the other hand,
On the terminal computer side, the data version for each data is stored in the terminal file, and its contents are stored in the main computer.
Load it into memory and manage it. Below, the third
This will be explained using figures. The version number for each element differs depending on the timing at which the element was changed. The data version is equal to the element with the highest version number among the elements belonging to the data.
That is, the data version manages the latest version of the element. In this management method, if element A2 is changed, the data of data A to which element A2 belongs
Add 1 to the version (to 9). Next, the value of the data version of data A is given as the element version of element A2 (set to 9). In this way, a mismatch occurs between the data version held in the terminal computer and the data version held in the central computer.

ここで、第5図に流れ図を示し、フアイルの伝
送の仕方を述べる。まず、中央計算機と情報の送
受信を行うためにリンクの確立を行う(ステツプ
1)。端末計算機側で覚えているデータ・バージ
ヨンを端末フアイルより読込む(ステツプ2)。
中央計算機に、中央計算機側で管理しているデー
タ・バージヨンの送信要求を行う(ステツプ3)。
中央計算機ではどの端末にどのデータを持たせて
いるかを示す中央管理情報を持つておりこの中央
管理情報に従つてその端末計算機が必要とするデ
ータだけのデータ・バージヨン一覧表を作成し回
答する(ステツプ4)。回答されたデータ・バー
ジヨン一覧表が、端末計算機側で覚えているデー
タ毎のデータ・バージヨンと一致するかデータ毎
に比較する。一致の場合は、このデータに対して
は中央計算機側でのデータ変更がなかつたものと
し、変更エレメントの要求は行わない(ステツプ
5、14)。不一致の場合には、端末計算機が覚え
ているデータ識別(例えばデータA)とデータ・
バージヨンを中央計算機に送信し、変更エレメン
トの送信要求を行う(ステツプ5、6)。端末計
算機からのエレメント要求に対し、中央計算機
は、データの識別により送るべきデータを選択す
る(ステツプ7)。次に、そのデータに所属する
エレメントを調べ、端末計算機が持つデータ・バ
ージヨンより大きいエレメント・バージヨンを持
つエレメントを選択する(ステツプ8)。第3図
に示す例においては、データAのエレメントA2
が選択される。エレメントA1は送信の対象とし
ない。次に、選択されたエレメントを中央フアイ
ルより読込む(ステツプ9)。端末計算機に送信
する情報を作成する。この時、送信するエレメン
トがデータ内で最終エレメントなら、端末計算機
に送信する情報にデータ終了を示すコードを付加
する(ステツプ10)。
Here, a flowchart is shown in FIG. 5, and the method of file transmission will be described. First, a link is established to exchange information with the central computer (step 1). The data version remembered on the terminal computer side is read from the terminal file (step 2).
A request is made to the central computer to send the data version managed by the central computer (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 version list of only the data required by that terminal computer ( Step 4). Compare each data item to see if the returned data version list matches the data version stored 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 request for a changed element is made (steps 5 and 14). If there is a mismatch, the data identification (for example, data A) that the terminal computer remembers and the data
The version is sent to the central computer and a request to send changed elements is made (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). In the example shown in FIG. 3, element A2 of data A
is selected. Element A1 is not targeted for transmission. Next, the selected element is read from the central file (step 9). Create information to be sent to the terminal computer. At this time, if the element to be transmitted is the last element in the data, a code indicating the end of data is added to the information to be transmitted to the terminal computer (step 10).

中央計算機より回答されたエレメントを端末フ
アイルに書込む(ステツプ11)。中央計算機から
の回答中にデータ終了を示すコードが存在しない
場合、再度中央計算機に変更エレメントの送信要
求を行う。これは、同一データ内の別のエレメン
トの送信要求とする(ステツプ12、6)。データ
終了を示すコードが存在する場合は、そのデータ
のデータ・バージヨンを覚えるために、そのデー
タのデータ・バージヨンを端末フアイルに書込む
(ステツプ12、13)。全データ分の処理が済んでい
ない時は、次のデータのエレメント要求を行う
(ステツプ14、15、5)。全データ分の処理が済め
ば、フアイルの伝送が完了となる(ステツプ14、
16)。このように、フアイルに階層的なバージヨ
ン番号を付する管理方式を採用する事により、必
要最少限の伝送で済み、伝送時間の短縮が計れて
いる。さらに、システムの運用開始時は、端末計
算機側のデータ・バージヨンをすべて0にし、中
央計算機側のデータ・バージヨン、エレメント・
バージヨンともすべて1にすることにより、端末
フアイルの初期伝送ができる。また、端末計算機
の新規設置時、端末計算機側のフアイル障害から
の回復時、端末計算機側のオフライン・メンテナ
ンス実行時等は、端末計算機側のデータ・バージ
ヨンを0にするだけで、中央計算機側で何ら関知
することなしに、端末フアイルの伝送ができる。
また、フアイル伝送中の端末計算機の障害、中央
計算機の障害、通信装置の障害等に関しても障害
回復後に再度フアイル伝送を行える方式なので、
データの脱落等は発生しない。このように、フア
イル伝送の確実化、端末フアイルの保守性の向上
が計れている。
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 transmit another element within the same data (steps 12 and 6). If a code indicating the end of data is present, the data version of the data is written to the terminal file in order to remember the data version of the data (steps 12 and 13). If all data has not been processed, a request for the next data element is made (steps 14, 15, 5). Once all data has been processed, file transmission is complete (step 14).
16). In this way, by adopting a management system that assigns hierarchical version numbers to files, only the minimum amount of transmission is necessary and the transmission time can be shortened. 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 on the central computer side are set to 0.
By setting all versions to 1, the initial transmission of the terminal file can be performed. In addition, when installing a new terminal computer, recovering from a file failure on the terminal computer side, or performing offline maintenance on the terminal computer side, you can simply set the data version on the terminal computer side to 0, and the central computer side Terminal files can be transferred without any involvement.
In addition, even if there is a failure in the terminal computer, central computer, communication device, etc. during file transmission, the file can be transmitted again after the failure is recovered.
No data loss will occur. In this way, file transmission is ensured and the maintainability of terminal files is improved.

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

本発明によれば、端末計算機主導型で端末フア
イルの保守が可能となり、中央計算機プログラム
の簡単化、端末フアイルの保守性の向上が行え
る。また、端末計算機毎の状態管理をしなくて済
むので、メモリ容量の低減、中央計算機負荷の低
減が行える。
According to the present invention, it is possible to maintain terminal files in a terminal computer-driven manner, simplifying the central computer program and improving the maintainability of 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 drawings]

第1図はこの発明を実施するためのシステム接
続図、第2図はフアイルの階層構造の概念を示す
図、第3図は中央計算機側でフアイル変更する場
合のデータ・バージヨンとエレメント・バージヨ
ンの関係を示す図、第4図はデータ・バージヨン
とエレメント・バージヨンの管理方式を示す図、
第5図はフアイル伝送方式の流れ図である。 11……中央計算機、12……中央フアイル、
13……通信装置、14……端末計算機、15…
…端末フアイル、21……フアイル、22……デ
ータ、23……エレメント、DV#……データ・
バージヨン、EV#……エレメント・バージヨン、
MM……メイン・メモリ。
Fig. 1 is a system connection diagram for implementing this invention, Fig. 2 is a diagram showing the concept of the hierarchical structure of files, and Fig. 3 is a diagram showing the data version and element version when files are changed on the central computer side. A diagram showing the relationship, Figure 4 is a diagram showing the management method of data versions and element versions,
FIG. 5 is a flowchart of the file transmission method. 11...Central computer, 12...Central file,
13... Communication device, 14... Terminal computer, 15...
...Terminal file, 21...File, 22...Data, 23...Element, DV#...Data...
Version, EV#...Element Version,
MM...Main memory.

Claims (1)

【特許請求の範囲】[Claims] 1 中央計算機で一括管理しているフアイルを、
通信回路で中央計算機と接続された端末計算機の
記憶装置上に持たせる必要のあるシステム構成に
おいて、中央計算機で変更されたフアイル内容に
対して端末計算機の記憶装置上のフアイルを変更
する場合に、中央計算機側のフアイルを複数のデ
ータに分けて、該データ毎にデータ・バージヨン
番号を付し、さらに該データを複数のエレメント
に分けて、該エレメント毎にエレメント・バージ
ヨン番号を付し、また端末計算機側のフアイルも
中央計算機と同一分類の複数のデータに分けて、
該データ毎にデータ・バージヨン番号を付し、中
央計算機と端末計算機間のデータ・バージヨン番
号の相違により、端末計算機からの要求に応じ
て、中央計算機で持つ変更されたフアイルのうち
端末計算機側で必要とするフアイルをエレメント
単位で端末計算機に送付し、端末計算機の記憶装
置上のフアイル内容を修正変更することを特徴と
する端末フアイルの保守方式。
1 Files managed collectively on a central computer,
In a system configuration that requires a file to be stored on the storage device of a terminal computer connected to the central computer through a communication circuit, when changing the file on the storage device of the terminal computer in response to the file contents changed on the central computer, Divide the file on the central computer side into multiple pieces of data, assign a data version number to each piece of data, further divide the data into multiple elements, assign an element version number to each element, and Files on the computer side are also divided into multiple pieces of data with the same classification as the central computer.
A data version number is assigned to each piece of data, and due to the difference in data version numbers between the central computer and the terminal computer, files that have been changed in the central computer are stored on the terminal computer side in response to a request from the terminal computer. A terminal file maintenance method characterized by sending required files element by element to a terminal computer and modifying and changing the contents of the file on the 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 JPS5994155A (en) 1984-05-30
JPH0126099B2 true 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)

Families Citing this family (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
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
JP2838548B2 (en) * 1989-09-14 1998-12-16 株式会社日立製作所 Distributed computer device and data maintenance method
JPH0540711A (en) * 1991-08-05 1993-02-19 Nec Corp Data transfer system
JP3844588B2 (en) 1998-03-05 2006-11-15 富士通株式会社 Information management system, local computer, and computer-readable recording medium recording information acquisition program

Also Published As

Publication number Publication date
JPS5994155A (en) 1984-05-30

Similar Documents

Publication Publication Date Title
US5129085A (en) Computer network with shared memory using bit maps including flags to indicate reserved memory areas and task status
EP0680634B1 (en) Apparatus and method for backing up data from networked computer storage devices
US5555427A (en) Distributed processing in a system of computers at terminals connected by a communication network
KR100194295B1 (en) How to update the status of data processing systems and queues
US5463381A (en) Database system having a plurality of nodes communicating with each other via communication network
US8103754B1 (en) Reserving a shared volume in a multiple node data storage system
JP2001175681A (en) Database system, method for generating replica of database, and computer-readable recording medium with recorded program for replica generation of database
CN103152390A (en) Method and device and nodes and system for node configuration of distributed storage system
JPH0152948B2 (en)
JPH0126099B2 (en)
CN108694230A (en) The management of unique identifier in database
EP0420419B1 (en) Method and apparatus for on-line processing of transaction data
CN117492661A (en) Data writing method, medium, device and computing equipment
CN102576312A (en) Computer device
US6820040B2 (en) Method and a system for managing a personal event log specific to an operating activity executed on a hardware perimeter of computer resources, and memory implemented in the system
EP0449660B1 (en) A method and apparatus of generating shadow process
JP2000035911A (en) Equalization method for data base
CN112181737B (en) Message processing method, device, electronic equipment and medium
US5179697A (en) System for deleting prioritized data stored in second memory after all the data has been successfully transferred to first memory
JPH1153123A (en) Backup system
US20030033440A1 (en) Method of logging message activity
JPS592151A (en) Check point recovering system
JPH0430059B2 (en)
CN111190539B (en) Method and device for switching service between different hosts
JPS6349817B2 (en)