JPH0696033A - Preread control system for file in client-server system - Google Patents

Preread control system for file in client-server system

Info

Publication number
JPH0696033A
JPH0696033A JP4246067A JP24606792A JPH0696033A JP H0696033 A JPH0696033 A JP H0696033A JP 4246067 A JP4246067 A JP 4246067A JP 24606792 A JP24606792 A JP 24606792A JP H0696033 A JPH0696033 A JP H0696033A
Authority
JP
Japan
Prior art keywords
record
read
client
server
records
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.)
Withdrawn
Application number
JP4246067A
Other languages
Japanese (ja)
Inventor
Hidetaka Tamura
英孝 田村
Masayoshi Harada
正芳 原田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP4246067A priority Critical patent/JPH0696033A/en
Publication of JPH0696033A publication Critical patent/JPH0696033A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To improve the throughput of a read of plural records as to the file preread control system in the client-server system of an information processor. CONSTITUTION:When a one-record read request is received from an application program 1, a client function part 2 requests a server to read one record and then requests it to read plural following records. A server function part 3 reads one corresponding record according to the one-record read request from the client and informs the client function part 2 of the record, and then reads plural corresponding records at the successively generated plural-record read request and informs the client function part 2 of them. The client function part 2 informs the application program 1 of the requested one record without waiting for the following records.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はクライアント・サーバ方
式におけるファイルの先読み制御方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file prefetch control system in a client / server system.

【0002】近年,複数のワークステーション等のコン
ピュータで構成するシステムにおいてクライアント・サ
ーバ方式が利用されている。クライアント側はアプリケ
ーション(プログラム)からの要求に応じてサーバに対
しファイルのレコードの読込み依頼を行ってサーバで依
頼されたデータを読み込んでクライアントへ通知する。
このようなファイルの読み出しにおいて,複数のレコー
ドの読込みを効率良く行うことが望まれている。
In recent years, a client / server system has been used in a system composed of computers such as a plurality of workstations. In response to a request from an application (program), the client side requests the server to read a file record, reads the data requested by the server, and notifies the client.
In reading such a file, it is desired to efficiently read a plurality of records.

【0003】[0003]

【従来の技術】クライアント・サーバシステムではレコ
ード単位で入出力が行われるファイルの読込みは,一般
的に図5,図6に示す2つの方法がある。
2. Description of the Related Art In a client / server system, there are generally two methods for reading a file that is input / output in record units, as shown in FIGS.

【0004】図5は従来の1レコードを読み込む場合の
動作説明図,図6は従来の複数レコードを読み込む場合
の動作説明図であり,両図中,50は一方のワークステ
ーションのクライアント,51はクライアント50のア
プリケーション(アプリケーションプログラムを意味
し,APLで表す),52はクライアント機能部であ
る。53はネットワークで接続された他方のワークステ
ーションに設けられたサーバ,54はサーバ機能部であ
る。
FIG. 5 is an operation explanatory diagram when reading one conventional record, and FIG. 6 is an operational explanatory diagram when reading a plurality of conventional records. In both figures, 50 is a client of one workstation and 51 is a client. An application (meaning an application program, represented by APL) of the client 50, 52 is a client function unit. Reference numeral 53 is a server provided in the other workstation connected by the network, and 54 is a server function unit.

【0005】図5の場合,1回の要求で1レコードが読
み込まれ,次のような手順で行う。 アプリケーション(以下,APLという)51がクラ
イアント機能部52に1レコードの読込み要求を行う。
In the case of FIG. 5, one record is read by one request, and the procedure is as follows. An application (hereinafter referred to as APL) 51 requests the client function unit 52 to read one record.

【0006】クライアント機能部52はAPL51が
要求したレコードの読み込み依頼をサーバ53のサーバ
機能部54に出す。 サーバ機能部54は読込み依頼されたレコードをクラ
イアント機能部52に通知する。
The client function unit 52 issues a read request for the record requested by the APL 51 to the server function unit 54 of the server 53. The server function unit 54 notifies the client function unit 52 of the record requested to be read.

【0007】サーバ機能部54からレコードの通知を
受けたクライアント機能部52は,APL51にレコー
ドを通知する。 この図5の方法では,1レコードずつ通知されるので,
複数レコードの読込み要求が発生した場合,システム全
体のスループットが良くないという問題があった。
Upon receiving the record notification from the server function unit 54, the client function unit 52 notifies the APL 51 of the record. In the method of FIG. 5, since one record is notified,
When a request to read multiple records occurs, the throughput of the entire system was not good.

【0008】これを解決する方法として図6に示す1回
の要求で複数レコードを読み込む方法が用いられた。こ
れを以下に説明する。 APL51がレコードの読込み要求を行う。
As a method of solving this, a method of reading a plurality of records by one request shown in FIG. 6 has been used. This will be explained below. The APL 51 issues a record read request.

【0009】クライアント機能部52は,APL51
が読込み要求をしたレコードの後続のレコードを加えた
複数のレコードの読込み依頼をサーバ機能部54に出
す。 クライアント機能部52は,サーバ機能部54から複
数のレコードが通知されるとバッファに格納し,APL
が読込み要求を行ったレコードのみAPLに通知する。
The client function unit 52 has an APL 51
Requests the server function unit 54 to read a plurality of records including a record subsequent to the record for which the read request has been issued. When the client function unit 52 receives a plurality of records from the server function unit 54, the client function unit 52 stores the records in a buffer and
Notifies the APL only of the record for which the reading request has been issued.

【0010】次にAPL51が前に読み込んだレコー
ドの後続のレコードの読込み要求を行った時は,クライ
アント機能部52はバッファの内容をAPL51に通知
する。
Next, when the APL 51 issues a read request for a record subsequent to the previously read record, the client function unit 52 notifies the APL 51 of the contents of the buffer.

【0011】バッファにレコードが無くなって,AP
L51が後続のレコードの読込み要求を行うと,クライ
アント機能部52は,また複数のレコードの読込み依頼
をサーバ53に出す(と同じ)。
When there are no records in the buffer, the AP
When the L51 issues a read request for the subsequent record, the client function unit 52 issues a read request for a plurality of records to the server 53 (same as).

【0012】[0012]

【発明が解決しようとする課題】上記図6に示す従来の
方法では,APLが読込み要求をしたレコードと後続す
る複数のレコードがまとめてサーバに通知されるので,
先読みするレコード数分だけ読込み時間が増加し,従っ
てクライアント機能部52及びアプリケーションにレコ
ードが通知されるまでに時間を要するという問題があっ
た。
According to the conventional method shown in FIG. 6, since the record requested by the APL to be read and a plurality of subsequent records are collectively notified to the server,
There is a problem in that the read time is increased by the number of records to be read in advance, and therefore it takes time until the record is notified to the client function unit 52 and the application.

【0013】本発明は複数レコードの読込みのスループ
ットを向上することができるクライアント・サーバ方式
におけるファイルの先読み制御方式を提供することを目
的とする。
An object of the present invention is to provide a file read-ahead control method in a client / server method that can improve the throughput of reading a plurality of records.

【0014】[0014]

【課題を解決するための手段】図1は本発明の原理構成
図である。1,2はクライアント側に設けられ,1はア
プリケーション,2はクライアント機能部,2aは1レ
コード読込み依頼発生手段,2bは後続複数レコード読
込み依頼発生手段,2cはレコード通知手段,2dは複
数レコードを格納するためのバッファ,2eはレコード
読み出し通知手段である。3はサーバ側に設けられたサ
ーバ機能部であり,3aは1レコード読込み手段,3b
は後続複数レコード読込み手段,3cは1レコード通知
手段,3dは複数レコード通知手段である。
FIG. 1 is a block diagram showing the principle of the present invention. Reference numerals 1 and 2 are provided on the client side, 1 is an application, 2 is a client function unit, 2a is a 1-record read request generation means, 2b is a subsequent plural-record read request generation means, 2c is a record notification means, and 2d is plural records. A buffer for storing, 2e is a record read notifying means. Reference numeral 3 is a server function unit provided on the server side, 3a is one record reading means, and 3b.
Is a subsequent plural record reading means, 3c is a one-record notifying means, and 3d is a plural-record notifying means.

【0015】本発明はアプリケーションからの要求によ
りクライアントが1レコードの読込み依頼を行った場合
に,後続する複数レコードの読込み依頼も続けて行い,
サーバから1レコードの読込みの通知を受けると,その
1レコードをアプリケーションに通知し,サーバから後
続の複数レコードの読込みの通知を受けるとバッファに
格納し,アプリケーションからの読み出し要求が発生す
ると1レコードずつバッファから読み出すものである。
According to the present invention, when a client makes a read request for one record in response to a request from an application, it also makes a read request for a plurality of succeeding records.
When receiving a notification of reading one record from the server, the application is notified of the one record, and when receiving a notification of reading a plurality of subsequent records from the server, it is stored in the buffer. When a read request from the application occurs, one record at a time It is read from the buffer.

【0016】[0016]

【作用】アプリケーション1から1レコード読込み要求
が発生するとクライアント機能部2の1レコード読込み
依頼発生手段2aが駆動され,サーバ機能部3に対し1
レコード読込み依頼を発生し,続いて後続複数レコード
読込み手段3bが駆動されて,サーバ機能部3に対し後
続複数レコード読込みの依頼を発生する。サーバ機能部
3の1レコード読込み手段3aはクライアント機能部2
から最初に受け取った1レコード読込み依頼に応じて対
応するファイルの1レコードを読み込み,1レコードの
読込みが終了すると1レコード通知手段3cを駆動す
る。1レコード通知手段3cは読み込まれた1レコード
をクライアント機能部2へ通知する。
When the application 1 issues a 1-record read request, the 1-record read request generation means 2a of the client function unit 2 is driven, and the server function unit 3 is set to 1
A request for reading a record is generated, and subsequently, the plurality of subsequent record reading means 3b is driven to generate a request for reading a plurality of subsequent records to the server function unit 3. The one-record reading means 3a of the server function unit 3 is the client function unit 2
1 record of the corresponding file is read in response to the 1 record read request first received from, and when the reading of 1 record is completed, the 1 record notifying means 3c is driven. The one-record notifying unit 3c notifies the client function unit 2 of the read one record.

【0017】サーバ機能部3は,1レコード読込み依頼
に続いて後続複数レコード読込み依頼を受け取ると,後
続複数レコード読込み手段3bが駆動され,先に読込み
を行ったファイルの1レコードに後続する複数レコード
の読込みを行って,複数レコード通知手段3dからクラ
イアント機能部2に対し複数レコードを通知する。クラ
イアント機能部2は,この複数レコードをバッファ2d
に格納する。このバッファ2dに格納された複数レコー
ドは,アプリケーション1から後続するレコードの読込
み要求が発生する毎に1レコードずつ読み出されてアプ
リケーションに通知される。
When the server function unit 3 receives the request for reading the subsequent plural records after the request for reading the one record, the subsequent plural record reading means 3b is driven, and the plural records succeeding the one record of the file which has been previously read. Is read, and a plurality of records are notified from the plurality of record notification means 3d to the client function unit 2. The client function unit 2 stores the plurality of records in the buffer 2d.
To store. The plurality of records stored in the buffer 2d are read one by one and notified to the application each time the application 1 issues a request to read a subsequent record.

【0018】[0018]

【実施例】図2はクライアント機能部における実施例の
処理フロー,図3,図4はクライアントとサーバにおけ
る先読み制御の動作シーケンスの例(その1),(その
2)である。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 2 is a processing flow of an embodiment in a client function unit, and FIGS. 3 and 4 are examples (No. 1) and (No. 2) of operation sequences of prefetch control in a client and a server.

【0019】図2にはクライアント機能部(図1)をプ
ログラムにより実施する場合の処理フローである。読込
み要求の処理がスタートすると,APL(アプリケーシ
ョン)からの読込み要求が有るか判断し(図2のS
1),読込み要求があると,乱読込み(以前の読込み時
のレコード番号に対し順番が飛ぶ番号の読込み)か,読
込み位置(ファイル)の変更かまたは検索キーの変更が
行われたか判断する(同S2)。この時乱読込みや読込
み位置の変更または検索キーの変更の何れかが行われる
と,バッファ(図1の2d)に格納されたデータを捨て
る(同S3)が,何れも行われない場合は次にサーバに
複数レコードの要求を出しているか判断する(同S
4)。
FIG. 2 shows a processing flow when the client function unit (FIG. 1) is implemented by a program. When the processing of the read request starts, it is determined whether there is a read request from the APL (application) (S in FIG. 2).
1) When there is a read request, it is determined whether random reading (reading of a record number that is out of order with respect to the previous reading number), change of the read position (file), or change of the search key ( Same S2). At this time, if any of the random reading, the change of the read position, or the change of the search key is performed, the data stored in the buffer (2d in FIG. 1) is discarded (at step S3). To the server to determine if multiple requests have been made (S
4).

【0020】この場合,最初にAPLからの読込み要求
を受けた状態とすると,まだサーバに複数レコードの要
求を出していないので,NOと判断され,次にバッファ
にデータがあるか判断する(同S6)。この場合も,ま
だバッファにデータがないので,次に1レコードの読込
み要求をサーバに出し(同S8),後続する複数レコー
ドの読込み要求をサーバに出す(同S9)。さらに1レ
コードを受け取ってAPLに通知し(同S10),S1
へ戻る。
In this case, assuming that a read request from the APL is first received, a request for a plurality of records has not yet been issued to the server, so NO is determined, and then it is determined whether or not there is data in the buffer. S6). In this case as well, since there is no data in the buffer yet, a read request for one record is issued to the server (at step S8), and a read request for subsequent multiple records is issued to the server (at step S9). Further, one record is received and notified to APL (S10 of the same), S1
Return to.

【0021】S1へ戻って,S2を経てS3においてサ
ーバに複数レコードの要求を出しているかを判断した
時,上記S4において複数レコードの要求を出している
とYESと判断され,この場合複数レコードをサーバか
ら受け取りバッファに格納する処理が行われる(同S
5)。さらに,S6においてバッファにデータがあるか
判断すると,上記S5でバッファにデータが格納されて
いるので,YESと判断されバッファにあるデータをA
PLに通知する処理を行う(S7)。
Returning to S1, through S2 and S3, when it is determined in S3 whether a request for a plurality of records is issued to the server, it is determined YES in S4 when a request for a plurality of records is issued. The process of receiving from the server and storing it in the buffer is performed.
5). Further, when it is determined in S6 whether there is data in the buffer, the data is stored in the buffer in S5, so YES is determined and the data in the buffer is A
A process of notifying the PL is performed (S7).

【0022】なお,上記S2,S3の処理は,S5の処
理により複数レコードをサーバから受け取りバッファに
格納された状態の後で,乱読込みや読込み位置の変更等
があると,最初のレコードに続く複数レコードを読込ん
でも無駄となるためバッファのデータを捨てるために実
行される。
The processes of S2 and S3 are continued to the first record if there is random reading or a change in the reading position after the plural records are received from the server and stored in the buffer by the process of S5. It is executed to discard the data in the buffer because it will be useless to read multiple records.

【0023】次に図3,図4にはある検出キーに従って
レコードを読込む場合の例における,クライアントとサ
ーバの先読み制御の動作シーケンスを示す。以下に,ク
ライアントにおけるAPLの各要求a〜gに対応するク
ライアント機能部の各処理動作(1)〜(16)を中心にし
て,サーバのサーバ機能部の各処理A〜Fと共に順を追
って説明する。以下の説明では,クライアント機能部,
サーバ機能部をそれぞれ「クライアント」及び「サー
バ」と略称する。
Next, FIGS. 3 and 4 show an operation sequence of prefetch control of the client and the server in the case of reading a record according to a certain detection key. In the following, the processing operations (1) to (16) of the client function unit corresponding to the APL requests a to g of the client will be mainly described along with the processes A to F of the server function unit of the server in order. To do. In the following explanation, the client function part,
The server function units are abbreviated as “client” and “server”, respectively.

【0024】(1) クライアントのAPLからレコード読
込み要求aを受け付けたので,そのレコードの読込み依
頼をサーバに送信する。サーバは依頼されたレコードを
読込み,クライアントに通知する(A)。
(1) Since the record read request a has been received from the client APL, the record read request is transmitted to the server. The server reads the requested record and notifies the client (A).

【0025】(2) APLが読込み要求したレコードに後
続するnレコードの読込み依頼をサーバに送信する。サ
ーバは依頼されたnレコードを読込み,クライアントに
通知する(B)。
(2) APL sends a read request for n records following the record requested to be read by the APL to the server. The server reads the requested n records and notifies the client (B).

【0026】(3) APLが要求したレコードがサーバか
ら通知されたのでそれをAPLに通知する。 (4) APLからレコードの読込み要求bを受け付けたの
で,サーバに読込み依頼していたnレコードの通知
(B)を受信してその結果をバッファに格納する。
(3) Since the record requested by the APL is notified from the server, the record is notified to the APL. (4) Since the record read request b has been received from the APL, the notification (B) of the n records requested to be read by the server is received and the result is stored in the buffer.

【0027】(5) 上記APLからの要求bの受け付けに
応じて,n個のレコードか格納されたバッファから先頭
のレコードを読み出してAPLに通知する。以下,AP
Lからの要求とAPLへのバッファからの読み出しと通
知が繰り返される。
(5) In response to the reception of the request b from the APL, read the n records or the first record from the stored buffer and notify the APL. Below, AP
The request from L, the reading from the buffer to the APL, and the notification are repeated.

【0028】(6) n個目のAPLからのレコード読込み
要求cを受け付けたので,バッファからn個目のレコー
ドを読み出してAPLに通知する。 (7) 図4において,APLからのレコード読込み要求d
を受け付け,バッファにレコードがないのでそのレコー
ドの読み込み依頼をサーバに出す。サーバはレコードを
読込みクライアントに通知する(C)。
(6) Since the record read request c from the nth APL has been received, the nth record is read from the buffer and notified to the APL. (7) In FIG. 4, a record read request d from the APL
Is received and there is no record in the buffer, so a read request for that record is issued to the server. The server reads the record and notifies the client (C).

【0029】(8) APLが要求したレコードに後続する
nレコードの読込み依頼を出す。以下,(9) ,(10),(1
1)では上記の(3) ,(4) ,(5) と同様の処理が行われ
る。
(8) Issue a read request for n records following the record requested by the APL. Below, (9), (10), (1
In 1), the same processing as in (3), (4), and (5) above is performed.

【0030】(12)APLで検索キーの変更fが行われる
と,バッファにあるレコードを捨てる。 (13)APLからのレコード読込み要求gを受け付け,バ
ッファにレコードがないのでそのレコードの読込み依頼
をサーバに送信する。サーバはこの依頼に応じてレコー
ドを読込み,クライアントに通知する(E)。
(12) When the search key is changed f in the APL, the record in the buffer is discarded. (13) A record read request g from the APL is accepted, and since there is no record in the buffer, a read request for that record is sent to the server. In response to this request, the server reads the record and notifies the client (E).

【0031】(14)APLが読込み要求したレコードに後
続するnレコードの読込み依頼をサーバに送信する。以
下,(15),(16)・・・の処理が上記(3) ,(4) ・・と同
様に実行される。
(14) The APL sends a read request for n records following the record requested to be read by the APL to the server. Thereafter, the processing of (15), (16) ... Is executed in the same manner as the above (3), (4) ...

【0032】[0032]

【発明の効果】本発明の先読み制御によればクライアン
ト・サーバ方式のシステムにおいて,レコード単位での
ファイルの順読込みを高速化できるのでシステムのスル
ープットを向上することができる。
According to the read-ahead control of the present invention, in a client-server system, it is possible to speed up the sequential reading of files in record units, so that the system throughput can be improved.

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

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

【図2】クライアント機能部における実施例の処理フロ
ーである。
FIG. 2 is a processing flow of an embodiment in a client function unit.

【図3】クライアントとサーバにおける先読み制御の動
作シーケンスの例(その1)である。
FIG. 3 is an example (part 1) of an operation sequence of prefetch control in a client and a server.

【図4】クライアントとサーバにおける先読み制御の動
作シーケンスの例(その2)である。
FIG. 4 is an example (No. 2) of the operation sequence of prefetch control in the client and the server.

【図5】従来の1レコードを読み込む場合の動作説明図
である。
FIG. 5 is an operation explanatory diagram when reading one record of the related art.

【図6】従来の複数レコードを読み込む場合の動作説明
図である。
FIG. 6 is an operation explanatory diagram when reading a plurality of conventional records.

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

1 アプリケーション(APL) 2 クライアント機能部 2a 1レコード読込み依頼発生手段 2b 後続複数レコード読込み依頼発生手段 2c レコード通知手段 2d バッファ 2e レコード読み出し通知手段 3 サーバ機能部 3a 1レコード読込み手段 3b 後続複数レコード読込み手段 3c 1レコード通知手段 3d 複数レコード通知手段 DESCRIPTION OF SYMBOLS 1 application (APL) 2 client function part 2a 1 record read request generation means 2b subsequent plural record read request generation means 2c record notification means 2d buffer 2e record read notification means 3 server function part 3a 1 record read means 3b subsequent plural record read means 3c 1 record notifying means 3d multiple record notifying means

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 情報処理装置のクライアント・サーバ方
式におけるファイルの先読み制御方式において,アプリ
ケーションから1レコード読込み要求を受けるとクライ
アント機能部は,1レコードの読込み依頼をサーバに対
し依頼し,続いて後続する複数レコードの読込み依頼を
発生し,サーバ機能部は,クライアントからの1レコー
ドの読込み依頼に応じて該当する1レコードを読み込ん
で,クライアント機能部に1レコードを通知し,続いて
発生した複数レコードの読込み依頼に応じて該当する複
数レコードを読み込んでクライアント機能部に通知し,
クライアント機能部は,アプリケーションに対しサーバ
からの後続の複数レコードの通知を待たずに要求された
1レコードを通知することを特徴とするファイルの先読
み制御方式。
1. In a file read-ahead control method in a client / server method of an information processing apparatus, when a 1-record read request is received from an application, a client function unit requests the server to read a 1-record, and subsequently A request to read multiple records is issued, the server function unit reads the corresponding one record in response to a request to read one record from the client, notifies the client function unit of the one record, and the subsequent multiple records that occur Read the corresponding multiple records according to the request to read, and notify the client function part,
A client read function is a file read-ahead control method characterized by notifying the application of one requested record without waiting for the server to notify of the subsequent records.
【請求項2】 請求項1において,クライアント機能部
は,サーバから後続する複数レコードの読込み通知を受
けると該複数レコードをバッファに格納し,該バッファ
に格納された複数レコードは,アプリケーションからの
後続するレコード読込み要求を受ける毎に対応して該バ
ッファから1レコードずつアプリケーションに通知する
ことを特徴とするファイルの先読み制御方式。
2. The client function unit according to claim 1, upon receiving a read notification of a plurality of subsequent records from the server, stores the plurality of records in a buffer, and the plurality of records stored in the buffer is a successor from an application. Each time a record read request is received, the application is notified one record at a time from the buffer.
【請求項3】 請求項2において,クライアント機能部
は,前記バッファに複数レコードが格納された状態でア
プリケーションから読込み位置や順番の変更または検索
キーの変更が発生すると,前記バッファに格納されたレ
コードを消去することを特徴とするファイルの先読み制
御方式。
3. The client function unit according to claim 2, wherein when a plurality of records are stored in the buffer and an application changes a reading position or an order or a search key is changed, the records stored in the buffer are stored. A read-ahead control method for files that is characterized by erasing.
JP4246067A 1992-09-16 1992-09-16 Preread control system for file in client-server system Withdrawn JPH0696033A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4246067A JPH0696033A (en) 1992-09-16 1992-09-16 Preread control system for file in client-server system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4246067A JPH0696033A (en) 1992-09-16 1992-09-16 Preread control system for file in client-server system

Publications (1)

Publication Number Publication Date
JPH0696033A true JPH0696033A (en) 1994-04-08

Family

ID=17142977

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4246067A Withdrawn JPH0696033A (en) 1992-09-16 1992-09-16 Preread control system for file in client-server system

Country Status (1)

Country Link
JP (1) JPH0696033A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008310436A (en) * 2007-06-12 2008-12-25 Mizuho Information & Research Institute Inc Receipt management system, receipt management method, and receipt management program
US7791750B2 (en) 2003-12-03 2010-09-07 Omron Corporation Image processing system, method of controlling the image processing system, and program for a peripheral apparatus in the system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7791750B2 (en) 2003-12-03 2010-09-07 Omron Corporation Image processing system, method of controlling the image processing system, and program for a peripheral apparatus in the system
JP2008310436A (en) * 2007-06-12 2008-12-25 Mizuho Information & Research Institute Inc Receipt management system, receipt management method, and receipt management program
JP4685064B2 (en) * 2007-06-12 2011-05-18 みずほ情報総研株式会社 Receipt management system, receipt management method, and receipt management program

Similar Documents

Publication Publication Date Title
US9569400B2 (en) RDMA-optimized high-performance distributed cache
US8041674B2 (en) Method and system for data processing with data replication for the same
JP3510042B2 (en) Database management method and system
US20160179919A1 (en) Asynchronous data replication using an external buffer table
US7966349B2 (en) Moving records between partitions
US6189007B1 (en) Method and apparatus for conducting a high performance locking facility in a loosely coupled environment
US5845113A (en) Method for external sorting in shared-nothing parallel architectures
CN111382123B (en) File storage method, device, equipment and storage medium
CN110597835B (en) Transaction data deleting method and device based on blockchain
CN105912698A (en) Deletion method and system of data file in disk
JPH0696033A (en) Preread control system for file in client-server system
US5706513A (en) System and method for queuing an retrieving data objects to and from a shared storage medium
US5706512A (en) Computer program product for queuing and retrieving data objects to and from a shared storage medium
JPH09153048A (en) Method and device for information retrieval
JPH0728836A (en) Data base retrieving method and data base system using this method
JP2843748B2 (en) Exclusive control method
CN110737635A (en) data blocking method
JP2000040051A (en) Method and device for transmitting message in client server system
CN109710673B (en) Work processing method, device, equipment and medium
WO2022161170A1 (en) Database log writing based on log pipeline contention
JP2000082005A (en) Data processing system for inter-system data base sharing system
JPH06314208A (en) Inter-process communication method
JP2641399B2 (en) File management device
JPH04257062A (en) Data processor using hash queue
JPS63310020A (en) Data base subschema looking-ahead system

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19991130