JPH0619770A - Data update processing method for common file - Google Patents

Data update processing method for common file

Info

Publication number
JPH0619770A
JPH0619770A JP4171164A JP17116492A JPH0619770A JP H0619770 A JPH0619770 A JP H0619770A JP 4171164 A JP4171164 A JP 4171164A JP 17116492 A JP17116492 A JP 17116492A JP H0619770 A JPH0619770 A JP H0619770A
Authority
JP
Japan
Prior art keywords
update
data
processing
management mechanism
shared file
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
JP4171164A
Other languages
Japanese (ja)
Other versions
JP2741991B2 (en
Inventor
Seiichi Matsuzaki
誠一 松崎
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.)
PFU Ltd
Original Assignee
PFU 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 PFU Ltd filed Critical PFU Ltd
Priority to JP4171164A priority Critical patent/JP2741991B2/en
Publication of JPH0619770A publication Critical patent/JPH0619770A/en
Application granted granted Critical
Publication of JP2741991B2 publication Critical patent/JP2741991B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To efficiently execute an update processing with a simple mechanism without being conscious of the advance state of the processing in the other access source by providing the data management mechanism managing respective processing situations on a common file-side. CONSTITUTION:The data management mechanism 5 setting-alters a common file 2 to be unprocessed, in the middle of update processing and update processed. Respective work stations 1 inquire the data management mechanism 5 of the processing situation whenever one piece of update data 4 is read, and execute the update processing as to update data from which the response of 'unprocessed' is obtained. Update data from which the responses of 'update processing' and 'update processed' are obtained are skipped and ignored. Thus, the operators of the respective work stations 1 can advance the update processing at a self pace without being afraid of executing the duplicate update processing of same data in the common file 2 and without being conscious of the advance state of the update processing in the other work station.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、複数のワークステーシ
ョンなどのアクセス元が共有ファイルのデータを共同し
て更新するための更新処理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an update processing method in which access sources such as a plurality of workstations jointly update data in a shared file.

【0002】大量に入力される更新データについて1つ
のファイルを迅速に更新可能にするため、複数のワーク
ステーションでファイルを共有するとともに、更新デー
タを分割して各ワークステーションに分配し、複数のオ
ペレータが別々のワークステーションから共同して更新
処理を行えるようにした処理システムがある。本発明
は、このような共有ファイルに対する大量の更新データ
を複数のアクセス元が共同して並列に行う更新アクセス
を効率的に実行できる更新処理方法を提供する。
In order to quickly update one file for a large amount of input update data, a file is shared by a plurality of workstations, and the update data is divided and distributed to each workstation, and a plurality of operators are provided. There is a processing system in which the update processing can be performed jointly from different workstations. The present invention provides an update processing method capable of efficiently executing update access in which a plurality of access sources jointly execute a large amount of update data for such a shared file in parallel.

【0003】[0003]

【従来の技術】図3は、複数のワークステーションが1
つのファイルを共有する従来の処理システムの概要ブロ
ック図である。図において、1−1,1−2,…,1−
Nはワークステーション、2は各ワークステーションに
よってアクセスされる共有ファイル、3はネットワー
ク、4−1,4−2,…,4−Nは更新データである。
なお共有ファイル2も実際には1つのワークステーショ
ンによって管理されている。
2. Description of the Related Art FIG. 3 shows a plurality of workstations.
It is a schematic block diagram of the conventional processing system which shares one file. In the figure, 1-1, 1-2, ..., 1-
N is a workstation, 2 is a shared file accessed by each workstation, 3 is a network, and 4-1, 4-2, ..., 4-N are update data.
The shared file 2 is actually managed by one workstation.

【0004】共有ファイル2のデータはレコードあるい
はブロックの単位でアクセスされ、#0,#1,…,#
Mによって識別される。またここでは、それぞれのデー
タは入力順(発生順)に更新される必要があり、一定の
更新期間あるいは一定の更新データのグループ内では、
共有ファイル2の同一データが多重に更新されることは
許されない。
The data of the shared file 2 is accessed in record or block units, and the data is # 0, # 1, ..., #.
Identified by M. In addition, here, each data needs to be updated in the input order (occurrence order), and within a certain update period or a group of certain update data,
It is not allowed to update the same data of the shared file 2 multiple times.

【0005】各ワークステーションのオペレータは、そ
れぞれに与えられた更新データについて共有ファイルの
更新処理を行う。たとえばワークステーション1−1が
#0の更新データについて共有ファイル2に更新要求を
出すと、共有ファイル2では#1のデータが更新処理中
あるいは更新処理済でなければその更新要求を受け付け
てデータ#1の更新を行い、結果をアクセス元のワーク
ステーション1−1に通知する。アクセス元のワークス
テーション1−1では共有ファイル2から更新終了の通
知があったときに、次の更新データについての更新要求
を共有ファイル2に対して発信する。
The operator of each workstation updates the shared file with respect to the update data given thereto. For example, when the workstation 1-1 issues an update request to the shared file 2 for the update data of # 0, the shared file 2 accepts the update request if the data of # 1 is in the process of being updated or has not been updated. 1 is updated and the result is notified to the workstation 1-1 of the access source. The workstation 1-1 of the access source sends an update request for the next update data to the shared file 2 when the shared file 2 notifies the update end.

【0006】ところで各ワークステーションのオペレー
タの作業能力に差があった場合、ワークステーション間
で更新データの処理の進み具合が異なっている。各ワー
クステーションに分配されている更新データは、更新性
が保証できる1つのグループの更新データ(たとえば1
日分の入力帳票に基づく更新データのグループ)に属し
ているため、それらの更新処理はほぼ同時に終了し、次
のグループの更新データの処理に一斉にかかれることが
望ましい。このため各ワークステーションで他のワーク
ステーションにおける処理の進み具合を意識する必要が
ある。この解決策としては、オペレータの能力に応じた
量の更新データを分配することが考えられるが、分配量
の決定が難しく、管理が煩わしくなる欠点がある。他の
解決策としては、更新データの分配を一括管理する分配
プログラムを設け、空きとなった各ワークステーション
からの更新データ要求に応じて分配プログラムを起動
し、更新データを1つずつ分配する方式があるが、処理
が複雑化し、必要とされる資源量も増大する欠点があ
る。
If the work ability of the operator of each workstation is different, the progress of the processing of the update data is different between the workstations. The update data distributed to each workstation is a group of update data (for example, 1
Since they belong to a group of update data based on input data for a day), it is desirable that those update processes end almost at the same time and the update data of the next group be processed at the same time. Therefore, each workstation needs to be aware of the progress of processing in other workstations. As a solution to this, it is conceivable to distribute the update data in an amount according to the ability of the operator, but it has a drawback that it is difficult to determine the distribution amount and management becomes troublesome. As another solution, a distribution program for collectively managing distribution of update data is provided, and the distribution program is activated in response to a request for update data from each vacant workstation, and the update data is distributed one by one. However, there are drawbacks that the processing becomes complicated and the amount of required resources increases.

【0007】[0007]

【発明が解決しようとする課題】本発明は、データの更
新順序に保証が必要な共有ファイルの更新処理を複数の
アクセス元が共同して実行する際、他のアクセス元にお
ける処理の進み具合を意識する必要なしに簡単な機構で
効率的に実行できる手段を提供することを目的としてい
る。
SUMMARY OF THE INVENTION According to the present invention, when a plurality of access sources jointly execute update processing of a shared file that requires a guaranteed data update order, the progress of the processing at the other access sources can be confirmed. It is intended to provide a means that can be efficiently executed by a simple mechanism without needing to be aware.

【0008】[0008]

【課題を解決するための手段】本発明は、共有ファイル
側に、データごとの更新処理中、更新処理済、未処理の
各処理状況を管理するデータ管理機構を設け、また各ア
クセス元には、共有ファイル内の更新アクセス対象デー
タが未処理のとき以外は更新データを読み飛ばし、処理
が可能な更新データのみを実行させるようにする読み飛
ばし管理機構を設けて、更新データの処理ごとにデータ
管理機構に処理状況を問い合わせ、共有ファイル内の更
新アクセス対象データが更新処理中あるいは更新処理済
のときには、データ更新の順序性が破壊されるおそれが
あるものとして、処理しようとしていた更新データを読
み飛ばし、次の更新データの処理に移るようにしたもの
である。
According to the present invention, the shared file side is provided with a data management mechanism for managing the processing status of each data during update processing, updated processing, and unprocessed processing. , Update data is skipped except when the update access target data in the shared file is unprocessed, and a read-skipping management mechanism is provided to execute only the update data that can be processed. Inquires the management system about the processing status, and if the update access target data in the shared file is in the process of being updated or has been updated, it is assumed that the order of data update may be destroyed and the update data that was being processed is read. It skips and moves to the processing of the next update data.

【0009】図1は、本発明の原理説明図である。図に
おいて、1は、アクセス元となるワークステーションで
ある。ここでは図の簡単化のために複数のワークステー
ションのうちの1つのみを示す。
FIG. 1 illustrates the principle of the present invention. In the figure, 1 is a workstation which is an access source. Only one of the workstations is shown here for simplicity of illustration.

【0010】2は、複数のワークステーションによって
アクセスされる共有ファイルである。アクセス対象のデ
ータは、#0,#1,…,#Nによって識別されるもの
とされる。
Reference numeral 2 is a shared file accessed by a plurality of workstations. The data to be accessed is identified by # 0, # 1, ..., #N.

【0011】4は、ワークステーション1が処理すべき
更新データであり、帳票を用いて入力される。5は、共
有ファイル2の各データの処理状況を管理するために設
けられたデータ管理機構である。問い合わせに対してデ
ータの処理状況を応答する機能も有する。
Reference numeral 4 denotes update data to be processed by the workstation 1, which is input using a form. A data management mechanism 5 is provided for managing the processing status of each data of the shared file 2. It also has the function of responding to the inquiry about the data processing status.

【0012】6は、共有ファイル2のデータ対応で更新
処理中であるか更新処理済であるか、未処理であるかの
処理状況を識別可能に管理する管理ファイルであり、デ
ータ管理機構5によって参照、更新される。
Reference numeral 6 is a management file for distinguishably managing the processing status of whether update processing is in progress, update processing has been completed, or unprocessed for the data of the shared file 2. Referenced and updated.

【0013】7は、ワークステーション1内に設けられ
た読み飛ばし管理機構であり、更新データ4を1つずつ
読み飛ばしてデータ管理機構5に問い合わせ、更新処理
中あるいは更新処理済の処理状況にあることが応答され
た場合には次の更新データに移る読み飛ばしを行い、未
処理であることが応答された場合にだけその更新データ
による更新処理を実行させる。
Reference numeral 7 denotes a read skip management mechanism provided in the workstation 1, which skips the update data 4 one by one and inquires of the data management mechanism 5 that the update processing is in progress or the update processing has been completed. If a response is made, the process skips to the next update data, and only if an unprocessed response is made, the update processing by the update data is executed.

【0014】[0014]

【作用】図1において、データ管理機構5は、共有ファ
イル2に対してワークステーション(1)からの更新処
理が開始される前に、管理ファイル6の処理状況を全て
のデータについて「未処理」の状態に初期設定する。次
に「未処理」のデータについていずれかのワークステー
ションが更新処理を開始したとき、そのデータの処理状
況を「更新処理中」に設定変更し、さらにそのデータの
更新処理が終了したとき、処理状況を「更新処理済」に
設定変更する。このようにして共有ファイル2の更新に
応じて管理ファイル6の内容を更新する。
In FIG. 1, the data management mechanism 5 sets the processing status of the management file 6 to "unprocessed" for all data before the update processing from the workstation (1) is started for the shared file 2. Initialize to the state. Next, when one of the workstations starts the update process for the “unprocessed” data, the processing status of that data is changed to “update process in progress”, and when the update process of that data is completed, Change the status to "Updated". In this way, the content of the management file 6 is updated according to the update of the shared file 2.

【0015】各ワークステーション(1)は、自己に分
配された複数の更新データ4を順次読み出して処理す
る。1つの更新データ4を読み出すごとに、データ管理
機構5に処理状況を問い合わせ、「未処理」の応答が得
られた更新データについてのみ更新処理を実行し、「更
新処理中」と「更新処理済」の応答があった更新データ
は読み飛ばし、無視する。
Each workstation (1) sequentially reads and processes a plurality of update data 4 distributed to itself. Every time one piece of update data 4 is read, the data management mechanism 5 is inquired about the processing status, and the update processing is executed only for the update data for which an “unprocessed” response has been obtained, and “update processing in progress” and “update processing completed” are executed. The update data for which a response of “” is returned is skipped and ignored.

【0016】これにより各ワークステーション(1)の
オペレータは共有ファイル2内の同じデータに対して重
複する更新処理を行うおそれなしに、また他のワークス
テーションにおける更新処理の進み具合を意識する必要
なしに、自己のペースで更新処理を進めることができ
る。
As a result, the operator of each workstation (1) does not have to worry about performing duplicate update processing on the same data in the shared file 2 and does not need to be aware of the progress of the update processing at other workstations. In addition, the update process can proceed at its own pace.

【0017】[0017]

【実施例】図2は、本発明の1実施例による処理システ
ムのブロック図である。図2において、1−1,1−
2,1−3,1−4は、それぞれワークステーションで
あり、うち1−1,1−2,1−3は更新データの処理
を共同して実行するワークステーション、1−4は共有
ファイルを管理しているワークステーションである。
2 is a block diagram of a processing system according to an embodiment of the present invention. In FIG. 2, 1-1, 1-
Reference numerals 2, 1-3, 1-4 are workstations, of which 1-1, 1-2, 1-3 are workstations that jointly execute processing of update data, and 1-4 is a shared file. It is a managing workstation.

【0018】2は、共有ファイルである。3は、ワーク
ステーション間を結合するネットワークである。4−
1,4−2,4−3は、ワークステーション1−1,1
−2,1−3にそれぞれ分配された更新データである。
Reference numeral 2 is a shared file. 3 is a network connecting the workstations. 4-
1, 4-2 and 4-3 are workstations 1-1 and 1
It is the update data distributed to −2 and 1-3 respectively.

【0019】5は、ワークステーション1−4に設けら
れたソフトウェア上のデータ管理機構である。6は、管
理ファイルである。
Reference numeral 5 is a software data management mechanism provided in the workstations 1-4. Reference numeral 6 is a management file.

【0020】7−1,7−2,7−3は、ワークステー
ション1−1,1−2,1−3に設けられたソフトウェ
ア上の読み飛ばし管理機構である。ワークステーション
1−1,1−2,1−3は、それぞれ独立に自己に分配
された更新データ4−1,4−2,4−3の処理を実行
する。そのため各読み飛ばし管理機構7−1,7−2,
7−3は、それぞれにおける更新データごとにワークス
テーション1−4のデータ管理機構5に問い合わせを行
う。これに対してデータ管理機構5は、管理ファイル6
を参照して、そのデータに表示されている処理状況を通
知する。問い合わせを行ったアクセス元のワークステー
ションの読み飛ばし管理機構は、「未処理」の通知を受
け取るとその更新データについて更新処理を実行できる
ことをワークステーション内のデータ更新処理機構(図
示省略)に通知する。これによりデータ更新処理機構
は、通常の手順にしたがって共有ファイル2に対する更
新処理要求をワークステーション1−4に発信する。
Reference numerals 7-1, 7-2 and 7-3 are software skip control mechanisms provided in the workstations 1-1, 1-2 and 1-3. The workstations 1-1, 1-2, 1-3 independently execute the processing of the update data 4-1, 4-2, 4-3 distributed to themselves. Therefore, each read skip management mechanism 7-1, 7-2,
7-3 inquires of the data management mechanism 5 of the workstation 1-4 for each update data. On the other hand, the data management mechanism 5 uses the management file 6
To notify the processing status displayed in the data. Upon receiving the "unprocessed" notification, the read skip management mechanism of the workstation that made the inquiry notifies the data update processing mechanism (not shown) in the workstation that update processing can be executed for the update data. . As a result, the data update processing mechanism issues an update processing request for the shared file 2 to the workstation 1-4 according to the normal procedure.

【0021】ワークステーション1−4のデータ管理機
構5は、更新処理要求を受け付けると管理ファイル6の
該当データの表示を「更新処理中」に変更し、更新処理
を実行した後さらに表示を「更新処理済」に変更する。
Upon receipt of the update processing request, the data management mechanism 5 of the workstation 1-4 changes the display of the corresponding data in the management file 6 to "update processing in progress", and after the update processing is executed, the display is further updated. Change to "Processed".

【0022】また問い合わせを受けたデータ管理機構5
が管理ファイル6の該当データの表示に「更新処理中」
または「更新処理済」を見出した場合に、その旨をアク
セス元のワークステーションに通知するが、通知された
ワークステーションの読み飛ばし管理機構はその更新デ
ータを読み飛ばし、次の更新データに移る。
The data management mechanism 5 that received the inquiry
Is displayed in the corresponding data of the management file 6 "Updating"
Alternatively, when “update processing completed” is found, the fact is notified to the workstation of the access source, and the read skip management mechanism of the notified workstation skips the update data and moves to the next update data.

【0023】以上の動作が繰り返されて、各ワークステ
ーションにおける最後の更新データの処理が終わったと
き、それまでに読み飛ばしされた更新データが残る。こ
の残った更新データは、共有ファイル2のデータの更新
順序を破壊する可能性のあるものであるから、チェック
の後別途処理される。
When the processing of the last update data in each workstation is completed by repeating the above operation, the update data skipped by then remains. Since the remaining update data may destroy the update order of the data of the shared file 2, it is separately processed after the check.

【0024】[0024]

【発明の効果】本発明によれば、共有ファイルに対する
大量の更新データの処理を共同して実行する複数のアク
セス元では、自己に分配された更新データを、他のアク
セス元の処理の進み具合とは無関係に自己のペースで処
理することができ、管理が容易で効率的な処理システム
を実現できる。
According to the present invention, in a plurality of access sources that jointly execute processing of a large amount of update data for a shared file, the update data distributed to itself is used as the progress of processing of other access sources. It is possible to implement an efficient processing system that is easy to manage and that can be processed at its own pace regardless of.

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

【図1】本発明の原理説明図である。FIG. 1 is a diagram illustrating the principle of the present invention.

【図2】本発明の1実施例による処理システムのブロッ
ク図である。
FIG. 2 is a block diagram of a processing system according to one embodiment of the present invention.

【図3】従来の処理システムの概要ブロック図である。FIG. 3 is a schematic block diagram of a conventional processing system.

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

1 アクセス元のワークステーション 2 共有ファイル 4 更新データ 5 データ管理機構 6 管理ファイル 7 読み飛ばし管理機構 1 Workstation of access source 2 Shared file 4 Update data 5 Data management mechanism 6 Management file 7 Skip management mechanism

【手続補正書】[Procedure amendment]

【提出日】平成4年7月15日[Submission date] July 15, 1992

【手続補正1】[Procedure Amendment 1]

【補正対象書類名】図面[Document name to be corrected] Drawing

【補正対象項目名】全図[Correction target item name] All drawings

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【図1】 [Figure 1]

【図2】 [Fig. 2]

【図3】 [Figure 3]

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 複数のアクセス元が1つのファイルを共
有して、それぞれが当該共有ファイルに対してデータ更
新要求を出すことのできる処理システムにおいて、 上記共有ファイルの側に、共有ファイルのデータごと
に、更新処理中であるか、更新処理済であるか、未処理
であるかのいずれの処理状況にあるかを管理し、問い合
わせに対して処理状況を応答するデータ管理機構を設
け、 また上記複数のアクセス元の各々側に、更新データごと
に上記データ管理機構に処理状況を問い合わせて、更新
処理中あるいは更新処理済の応答が返されたときには当
該更新データを読み飛ばして次の更新データに移り、デ
ータ管理機構にその処理状況の問い合わせを行う読み飛
ばし管理機構を設け、 上記複数のアクセス元の各々が、共有ファイルに対して
更新データの発生順序による更新順序を保存して複数の
更新データによる更新処理を共同して行う際、自己の読
み飛ばし管理機構を介して更新データ管理機構に対する
処理状況の問い合わせを行い、更新処理中あるいは更新
処理済の応答が返された更新データは読み飛ばし、未処
理の応答が返された更新データについてのみ更新処理を
逐次実行することを特徴とする共有ファイルのデータ更
新処理方法。
1. A processing system in which a plurality of access sources share one file and each of which can issue a data update request to the shared file, wherein each shared file data is provided on the shared file side. Is provided with a data management mechanism that manages whether the processing status is being updated, has been updated, or has not been processed, and responds to the inquiry with the processing status. For each update source, query the data management mechanism for the processing status for each update source.If a response indicating that the update is in progress or has been updated is returned, the update data is skipped and the next update data is sent. Then, the data management mechanism is equipped with a skip management mechanism that inquires about the processing status, and each of the above multiple access sources When saving the update order according to the update data generation order and performing update processing with multiple update data jointly, the update data management mechanism is queried via its own skip management mechanism and the update processing is in progress. Alternatively, a method for updating data in a shared file is characterized in that the update data for which an updated response has been returned is skipped and the update processing is sequentially executed only for update data for which an unprocessed response has been returned.
JP4171164A 1992-06-29 1992-06-29 Data update processing method for shared files Expired - Fee Related JP2741991B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4171164A JP2741991B2 (en) 1992-06-29 1992-06-29 Data update processing method for shared files

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4171164A JP2741991B2 (en) 1992-06-29 1992-06-29 Data update processing method for shared files

Publications (2)

Publication Number Publication Date
JPH0619770A true JPH0619770A (en) 1994-01-28
JP2741991B2 JP2741991B2 (en) 1998-04-22

Family

ID=15918186

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4171164A Expired - Fee Related JP2741991B2 (en) 1992-06-29 1992-06-29 Data update processing method for shared files

Country Status (1)

Country Link
JP (1) JP2741991B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08272797A (en) * 1995-12-28 1996-10-18 Canon Inc Device and method for character processing
JP2009198560A (en) * 2008-02-19 2009-09-03 Nippon Telegr & Teleph Corp <Ntt> Speech recognition method, its system, its program and its recording medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0324643A (en) * 1989-06-20 1991-02-01 Hitachi Ltd Page assigning system for data base

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0324643A (en) * 1989-06-20 1991-02-01 Hitachi Ltd Page assigning system for data base

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08272797A (en) * 1995-12-28 1996-10-18 Canon Inc Device and method for character processing
JP2009198560A (en) * 2008-02-19 2009-09-03 Nippon Telegr & Teleph Corp <Ntt> Speech recognition method, its system, its program and its recording medium
JP4625509B2 (en) * 2008-02-19 2011-02-02 日本電信電話株式会社 Speech recognition method, system thereof, program thereof, recording medium thereof

Also Published As

Publication number Publication date
JP2741991B2 (en) 1998-04-22

Similar Documents

Publication Publication Date Title
CN107562472B (en) Micro-service system and method based on docker container
JP2006524381A5 (en)
JP3888827B2 (en) Program replacement system, distributed processing system, and program replacement method
JP6660905B2 (en) Method and system for optimizing distributed container placement
US11038957B2 (en) Apparatus and method for efficient, coordinated, distributed execution
JPH05225250A (en) Table coupling system for relational data base
JPH0619770A (en) Data update processing method for common file
JPH04362783A (en) Cad system having simultaneous concurrent processing function at plural terminals
JPH0764926A (en) Distributed server device
JP2001051834A (en) Method and system for dynamic application start on workflow system
JP3879405B2 (en) Logical partitioned computer
CN111552487B (en) H5 cross-engine client local data proxy method and storage medium
JP3321359B2 (en) Processing control system
JPH1185689A (en) Automatic software distribution system
JPH0444291B2 (en)
JP3400381B2 (en) How to send programs, files and data
CN114584567A (en) Block chain-based batch job processing method and device
JPH0713836A (en) File management system
JPH01113805A (en) Transaction control system
JPH0475439A (en) Supervisory controller for power system
JPH038045A (en) System resource management processing method
JPH05165647A (en) Program load system
JPH06119226A (en) Distributed data base management system
JPH0351919A (en) Processing system for inter-program communication control
JPH0991231A (en) Application program execution method and device therefor in server-client computer system

Legal Events

Date Code Title Description
S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313532

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees