JP2595332B2 - Network system data transfer method - Google Patents

Network system data transfer method

Info

Publication number
JP2595332B2
JP2595332B2 JP63277772A JP27777288A JP2595332B2 JP 2595332 B2 JP2595332 B2 JP 2595332B2 JP 63277772 A JP63277772 A JP 63277772A JP 27777288 A JP27777288 A JP 27777288A JP 2595332 B2 JP2595332 B2 JP 2595332B2
Authority
JP
Japan
Prior art keywords
data
application program
server
cache
access
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 - Lifetime
Application number
JP63277772A
Other languages
Japanese (ja)
Other versions
JPH02123453A (en
Inventor
尚亮 渋谷
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP63277772A priority Critical patent/JP2595332B2/en
Publication of JPH02123453A publication Critical patent/JPH02123453A/en
Application granted granted Critical
Publication of JP2595332B2 publication Critical patent/JP2595332B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)
  • Communication Control (AREA)
  • Multi Processors (AREA)

Description

【発明の詳細な説明】 [産業上の利用分野] この発明はネットワーク・システムにおいてリクエス
タとサーバとの間のデータ転送方式に関するものであ
る。
Description: TECHNICAL FIELD The present invention relates to a data transfer method between a requester and a server in a network system.

[従来の技術] 第2図は従来のデータ転送方式を採用したネットワー
ク・システムの構成ブロック図である。このネットワー
ク・システムはLAN(ローカル・エリア・ネットワー
ク)等で実現される。図において、1はユーザからの処
理を行うためのアプリケーション・プログラム、2はア
プリケーション・プログラム1の実行を制御するオペレ
ーティング・システム、3はアプリケーション・プログ
ラム1からのアクセス要求に応答して伝送メッセージを
作成するネットワーク・ハンドラである。アプリケーシ
ョン・プログラム1とオペレーティング・システム2と
ネットワーク・ハンドラ3とはリクエスタRに備えられ
ている。このリクエスタRはクラスタ等で実現される。
4はネットワーク・ハンドラ3からの伝送メッセージを
受けて展開し処理結果を得るネットワーク・ハンドラ、
5はネットワーク・ハンドラ4の実行を制御するオペレ
ーティング・システム、6は処理に必要な情報が格納さ
れた固定ディスク装置である。ネットワーク・ハンドラ
4とオペレーティング・システム5と固定ディスク装置
6とはサーバSに備えられている。
[Prior Art] FIG. 2 is a configuration block diagram of a network system adopting a conventional data transfer method. This network system is realized by a LAN (local area network) or the like. In the figure, 1 is an application program for performing a process from a user, 2 is an operating system for controlling the execution of the application program 1, and 3 is a transmission message in response to an access request from the application program 1. Network handler. An application program 1, an operating system 2, and a network handler 3 are provided in a requester R. This requester R is realized by a cluster or the like.
4 is a network handler which receives a transmission message from the network handler 3 and expands it to obtain a processing result;
Reference numeral 5 denotes an operating system for controlling the execution of the network handler 4, and reference numeral 6 denotes a fixed disk device in which information necessary for processing is stored. The network handler 4, the operating system 5, and the fixed disk device 6 are provided in the server S.

次に動作について説明する。リクエスタRにおいて、
オペレーティング・システム2はアプリケーション・プ
ログラム1を実行させ、アプリケーション・プログラム
1からアクセス要求が出されると、ネットワーク・ハン
ドラ3が伝送メッセージを作成し、サーバSへその伝送
メッセージを転送する。サーバSにおいて、ネットワー
ク・ハンドラ4がその伝送メッセージを展開し、処理結
果を得て、同様なアクセス要求による処理によりこの処
理結果をリクエスタRへ転送する。このサーバSのリク
エスタRに対するアクセスは、ローカル内におけるアク
セスに比べネットワーク・ハンドラ3,4の動作する分だ
け処理時間が多くかかる。また、アプリケーション・プ
ログラム1がアクセス要求を出す度にサーバSへのアク
セスが発生する。
Next, the operation will be described. At Requester R,
The operating system 2 causes the application program 1 to be executed. When an access request is issued from the application program 1, the network handler 3 creates a transmission message and transfers the transmission message to the server S. In the server S, the network handler 4 expands the transmission message, obtains a processing result, and transfers the processing result to the requester R by processing according to a similar access request. The access to the requester R of the server S requires a longer processing time than the access in the local area by the operation of the network handlers 3 and 4. Further, each time the application program 1 issues an access request, access to the server S occurs.

[発明が解決しようとする課題] 上述したように従来のデータ転送方式ではアプリケー
ション・プログラム1のアクセス要求が出る度にサーバ
Sへのアクセスが発生するので、サーバSへのアクセス
回数が多くなり、サーバSはデータ処理を十分に実行で
きず、ネットワーク・システム全体のオーバヘッドが増
加するという問題点があった。
[Problems to be Solved by the Invention] As described above, in the conventional data transfer method, access to the server S occurs each time an access request of the application program 1 is issued, so the number of accesses to the server S increases, The server S cannot execute data processing sufficiently, and there is a problem that the overhead of the entire network system increases.

この発明は上記のような問題点を解消するためになさ
れたもので、サーバへのアクセス回数を少なくし、ネッ
トワーク・システム全体のオーバヘッドを減少させるこ
とができるネットワーク・システムのデータ転送方式を
提供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and provides a data transfer system for a network system capable of reducing the number of accesses to a server and reducing the overhead of the entire network system. The purpose is to:

[課題を解決するための手段] この発明に係るデータ転送方式においては、リクエス
タRに備えられるオペレーティング・システム2とネッ
トワーク・ハンドラ3との間にキャッシュ7とバッファ
8とを有し、キャッシュ7はアプリケーション・プログ
ラム1からのアクセス要求に応答し、このアクセスのた
めにサーバSをアクセスするとともに、このアクセスで
受け取ったデータをバッファ8に格納し、以後のアクセ
ス要求に対してはその格納されたデータ中に適合するデ
ータがあればそのデータをアプリケーション・プログラ
ム1に転送し、データがバッファ8よりも大容量の場合
はキャッシュ7をバイパスしてアプリケーション・プロ
グラム1に転送することを特徴とするものである。
[Means for Solving the Problems] In the data transfer method according to the present invention, a cache 7 and a buffer 8 are provided between the operating system 2 and the network handler 3 provided in the requester R, and the cache 7 In response to an access request from the application program 1, the server S is accessed for this access, and the data received in this access is stored in the buffer 8, and the stored data is stored in response to a subsequent access request. If there is matching data, the data is transferred to the application program 1. If the data has a larger capacity than the buffer 8, the data is transferred to the application program 1 bypassing the cache 7. is there.

[作用] このデータ転送方式において、アプリケーション・シ
ステム1からアクセス要求が発生すると、キャッシュ7
はそれに応答してアクセスのためにサーバSをアクセス
する。また、キャッシュ7はこのアクセスで受け取った
データをバッファ8に格納する。したがって、以後、ア
プリケーション・プログラム1からアクセス要求が発生
し、その格納されたデータ中に適合するデータがあれ
ば、そのデータをアプリケーション・プログラム1に転
送し、データがバッファ8よりも大容量の場合はキャッ
シュ7をバイパスしてアプリケーション・プログラム1
に転送する。
[Operation] In this data transfer method, when an access request is issued from the application system 1, the cache 7
Accesses the server S for access in response thereto. The cache 7 stores the data received by this access in the buffer 8. Therefore, thereafter, when an access request is issued from the application program 1 and there is suitable data in the stored data, the data is transferred to the application program 1 and the data is larger than the buffer 8. Is the application program 1 bypassing the cache 7
Transfer to

[発明の実施例] 第1図はこの発明の一実施例に係るデータ転送方式を
採用したネットワーク・システムの構成ブロック図であ
る。第1図において、第2図に示す構成要素に対応する
ものには同一の符号を付し、その説明を省略する。第1
図において、7はリクエスタRに備えられるオペレーテ
ィング・システム2とネットワーク・ハンドラ3との間
に設けられたキャッシュ、8はキャッシュ7に関連する
データを格納するバッファである。このキャッシュ7
は、アプリケーション・プログラム1からのアクセス要
求に応答し、このアクセスのために指定されるデータ量
より多いデータ量でサーバSをアクセスするとともに、
このアクセスでサーバSから受け取ったデータをバッフ
ァ8に一旦格納し、キャッシュ7は、以後のアプリケー
ション・プログラム1からのアクセス要求に対してその
バッファ8に格納されたデータ中に適合するデータがあ
ればその適合データをアプリケーション・プログラム1
に転送するものである。
FIG. 1 is a block diagram showing a configuration of a network system adopting a data transfer system according to an embodiment of the present invention. In FIG. 1, components corresponding to those shown in FIG. 2 are given the same reference numerals, and descriptions thereof will be omitted. First
In the figure, reference numeral 7 denotes a cache provided between the operating system 2 provided in the requester R and the network handler 3, and 8 denotes a buffer for storing data related to the cache 7. This cache 7
Responds to an access request from the application program 1 and accesses the server S with a data amount larger than the data amount specified for the access,
The data received from the server S by this access is temporarily stored in the buffer 8, and the cache 7 determines whether or not the data stored in the buffer 8 in response to a subsequent access request from the application program 1 The conformance data is transferred to application program 1
To be forwarded to.

次に動作について説明する。基本的な処理は従来方式
と同様であるので、ここでは特徴とする動作について説
明する。キャッシュ7は、アプリケーション・プログラ
ム1からのアクセス要求に応答し、このアクセスのため
に指定されるデータ量より多いデータ量でサーバSへの
アクセスを行う。このアクセスでサーバS内のネットワ
ーク・ハンドラ4は処理データを作成し、リクエスタR
へその処理データを転送する。キャッシュ7は、転送さ
れてきたデータを、ネットワーク・ハンドラ3を介して
受け取り、バッファ8に一旦格納する。以後のアプリケ
ーション・プログラム1からのアクセス要求に対して
は、オペレーティング・システム2の制御により、キャ
ッシュ7はバッファ8から適合するデータがあればその
適合データをアプリケーション・プログラム1に転送す
る。したがって、リクエスタRからサーバSへのアクセ
スが、アプリケーション・プログラム1の数回のアクセ
ス要求に対して1回となる。
Next, the operation will be described. Since the basic processing is the same as that of the conventional method, the characteristic operation will be described here. The cache 7 responds to an access request from the application program 1 and accesses the server S with a data amount larger than the data amount specified for the access. With this access, the network handler 4 in the server S creates processing data and sends the requester R
Transfer the processed data to the umbilical. The cache 7 receives the transferred data via the network handler 3 and temporarily stores the data in the buffer 8. In response to an access request from the application program 1 thereafter, the cache 7 transfers conforming data from the buffer 8 to the application program 1 if there is conforming data from the buffer 8 under the control of the operating system 2. Therefore, the requester R accesses the server S once for several access requests of the application program 1.

上記実施例によれば、キャッシュ7はアプリケーショ
ン・プログラム1のアクセス要求時に大量のデータをサ
ーバSから受け取るので、以後のアプリケーション・プ
ログラム1のアクセス要求に対し、サーバSへのアクセ
スを多く行わなくても、リクエスタRはデータ処理を行
うことができる。また、サーバSもデータ処理を十分に
行うことができる。
According to the above embodiment, since the cache 7 receives a large amount of data from the server S at the time of the access request of the application program 1, the cache 7 does not frequently access the server S in response to the subsequent access request of the application program 1. Also, the requester R can perform data processing. The server S can also perform data processing sufficiently.

なお、上記実施例ではアプリケーション・プログラム
1の総ての要求に対するデータをバッファ8に格納した
が、バッファ8の記憶容量には限りがあり、アプリケー
ションの指定データが大容量の場合はキャッシュ7をバ
イパスしてアプリケーション・プログラム1へデータを
転送してもよい。
In the above embodiment, the data for all the requests of the application program 1 is stored in the buffer 8. However, the storage capacity of the buffer 8 is limited, and when the data specified by the application is large, the cache 7 is bypassed. May be transferred to the application program 1.

[発明の効果] 以上のように本発明によれば、アプリケーション・プ
ログラムからのアクセス要求に応答し、このアクセスの
ためにサーバをアクセスするとともに、このアクセスで
受け取ったデータをバッファに格納するキャッシュをリ
クエスタに設け、以後のアクセス要求に対してはその格
納されたデータ中に適合するデータがあればそのデータ
をアプリケーション・プログラムに転送するようにした
ので、サーバへのアクセス回数が少なくなり、これによ
りサーバのデータ処理が十分に実行でき、したがってネ
ットワーク・システム全体のオーバヘッドが減少すると
いう効果が得られる。また、データがバッファよりも大
容量の場合はキャッシュをバイパスしてアプリケーショ
ン・プログラムに転送するようにしたので、アプリケー
ション・プログラムの指定したデータ量が大容量の場合
でも対応することができるものである。
[Effects of the Invention] As described above, according to the present invention, in response to an access request from an application program, a server is accessed for this access, and a cache for storing data received by this access in a buffer is provided. The requester is provided to transfer the data to the application program if the stored data has matching data for the subsequent access request, so that the number of accesses to the server is reduced. The data processing of the server can be sufficiently executed, and thus the effect of reducing the overhead of the entire network system can be obtained. Further, when the data is larger than the buffer, the data is transferred to the application program by bypassing the cache. Therefore, even when the data amount specified by the application program is large, it can be handled. .

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

第1図はこの発明の一実施例に係るデータ転送方式を採
用したネットワーク・システムの構成ブロック図、第2
図は従来のデータ転送方式を採用したネットワーク・シ
ステムの構成ブロック図である。 R……リクエスタ、S……サーバ、1……アプリケーシ
ョン・プログラム、2……オペレーティング・システ
ム、3,4……ネットワーク・ハンドラ、7……キャッシ
ュ。
FIG. 1 is a block diagram showing the configuration of a network system employing a data transfer system according to an embodiment of the present invention.
FIG. 1 is a configuration block diagram of a network system employing a conventional data transfer method. R ... Requester, S ... Server, 1 ... Application program, 2 ... Operating system, 3,4 ... Network handler, 7 ... Cache.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】アプリケーション・プログラムの実行を制
御するオペレーティング・システムと、上記アプリケー
ション・プログラムからのアクセス要求に応答して伝送
メッセージを作成するネットワーク・ハンドラとを有し
たリクエスタと、上記伝送メッセージを受けて展開し処
理結果を得るネットワーク・ハンドラを有したサーバと
を備えたネットワーク・システムにおいて、上記リクエ
スタに備えられるオペレーティング・システムとネット
ワーク・ハンドラとの間にキャッシュとバッファとを設
け、上記キャッシュは、上記アプリケーション・プログ
ラムからのアクセス要求に応答し、このアクセスのため
に指定されるデータ量より多いデータ量で上記サーバを
アクセスするとともに、このアクセスで上記サーバから
受け取ったデータを上記バッファに一旦格納し、上記キ
ャッシュは、以後の上記アプリケーション・プログラム
からのアクセス要求に対して上記バッファに格納された
データ中に適合するデータがあればその適合データを上
記アプリケーション・プログラムに転送することを特徴
とするネットワーク・システムのデータ転送方式。
A requester having an operating system for controlling execution of an application program, a network handler for creating a transmission message in response to an access request from the application program, and a requester for receiving the transmission message. A network system having a server having a network handler for expanding and obtaining processing results, a cache and a buffer are provided between an operating system provided in the requester and the network handler, and the cache comprises: In response to an access request from the application program, the server accesses the server with a data amount larger than the data amount specified for the access, and data received from the server in the access. Once stored in the buffer, the cache transfers the conforming data to the application program if there is any conforming data in the data stored in the buffer in response to a subsequent access request from the application program. A data transfer method for a network system.
JP63277772A 1988-11-02 1988-11-02 Network system data transfer method Expired - Lifetime JP2595332B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63277772A JP2595332B2 (en) 1988-11-02 1988-11-02 Network system data transfer method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63277772A JP2595332B2 (en) 1988-11-02 1988-11-02 Network system data transfer method

Publications (2)

Publication Number Publication Date
JPH02123453A JPH02123453A (en) 1990-05-10
JP2595332B2 true JP2595332B2 (en) 1997-04-02

Family

ID=17588111

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63277772A Expired - Lifetime JP2595332B2 (en) 1988-11-02 1988-11-02 Network system data transfer method

Country Status (1)

Country Link
JP (1) JP2595332B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7993422B2 (en) 2002-04-04 2011-08-09 Donaldson Company, Inc. Filter elements; air cleaner; assembly; and, methods

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0778775B2 (en) * 1991-06-12 1995-08-23 インターナショナル・ビジネス・マシーンズ・コーポレイション Information exchange system and method between application programs

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5230130A (en) * 1975-09-03 1977-03-07 Hitachi Ltd Store control system of multihierarchy memory
JPS60205647A (en) * 1984-03-29 1985-10-17 Nec Corp Data processor
JPH0756647B2 (en) * 1986-03-04 1995-06-14 富士通株式会社 Shared memory system by network
US4887204A (en) * 1987-02-13 1989-12-12 International Business Machines Corporation System and method for accessing remote files in a distributed networking environment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
「情報処理」Vol.13 No.7 1972 P.467−473 社団法人情報処理学会

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7993422B2 (en) 2002-04-04 2011-08-09 Donaldson Company, Inc. Filter elements; air cleaner; assembly; and, methods
US8652228B2 (en) 2002-04-04 2014-02-18 Donaldson Company, Inc. Filter elements; air cleaner; assembly; and, methods
US9295936B2 (en) 2002-04-04 2016-03-29 Donaldson Company, Inc. Filter elements; air cleaner; assembly; and, methods
US10500533B2 (en) 2002-04-04 2019-12-10 Donaldson Company, Inc. Filter elements; air cleaner; assembly; and, methods
US11161072B2 (en) 2002-04-04 2021-11-02 Donaldson Company, Inc. Filter elements; air cleaner; assembly; and, methods

Also Published As

Publication number Publication date
JPH02123453A (en) 1990-05-10

Similar Documents

Publication Publication Date Title
US11226820B2 (en) Data transfer bus communication using single request to perform command and return data to destination indicated in context to allow thread context switch
JP2977688B2 (en) Multi-processing device, method, and processor used for the same
JPH04353947A (en) Memory-page-characteristic tagging system
CA2193340A1 (en) Computer system data i/o by reference among cpus and multiple memory units
JP2000132450A (en) Data controller and data control method
CA2193341A1 (en) Computer system data i/o by reference among multiple data sources and sinks
JPH04230550A (en) Information processing network and information processing method
JP2595332B2 (en) Network system data transfer method
JP2003281079A (en) Bus interface selection by page table attribute
JPH05143435A (en) Data base system
US5062046A (en) Multiple processor system having a correspondence table for transferring processing control between instruction processors
JP3307331B2 (en) Network file system data transfer method
JP3056000B2 (en) Multimedia data network transfer method
JPS63113644A (en) Exclusive control system for data base
JP2743610B2 (en) File sharing system
JPH07319750A (en) Cache management method for decentralized file system
JP3255081B2 (en) File-access device and machine-readable recording medium recording program
JPH1040118A (en) Client server system and client terminal equipment
JP2000003287A (en) Exclusive controller for shared resource, method therefor and recording medium for recording exclusive control program
JPH11238047A (en) Distributed common memory system and recording medium which records program and which machine can read
JPH0656611B2 (en) Vector processor
JPH04107634A (en) Memory data bypass control system
JPH0276046A (en) Chaching system for cache system
JPH02187840A (en) Cache memory control system
JPH064472A (en) Input/output priority order control system

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080109

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090109

Year of fee payment: 12

EXPY Cancellation because of completion of term