JPH04117546A - Communication control system - Google Patents

Communication control system

Info

Publication number
JPH04117546A
JPH04117546A JP2237379A JP23737990A JPH04117546A JP H04117546 A JPH04117546 A JP H04117546A JP 2237379 A JP2237379 A JP 2237379A JP 23737990 A JP23737990 A JP 23737990A JP H04117546 A JPH04117546 A JP H04117546A
Authority
JP
Japan
Prior art keywords
file
block
client
server
updated
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.)
Pending
Application number
JP2237379A
Other languages
Japanese (ja)
Inventor
Ikuo Fujioka
藤岡 郁夫
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.)
NEC Software Shikoku Ltd
Original Assignee
NEC Software Shikoku 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 NEC Software Shikoku Ltd filed Critical NEC Software Shikoku Ltd
Priority to JP2237379A priority Critical patent/JPH04117546A/en
Publication of JPH04117546A publication Critical patent/JPH04117546A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

PURPOSE:To share a file in a communication control system by attaining a constitution where a file server receives the returned updated block, code and updated information respectively and at the same time storing again only the updated block based on the updated information. CONSTITUTION:A client 2 sends a file transfer request to a file server 1 via a network 3. The server 1 receives the request and sends the corresponding file to the client 2. The client 2 receives the file and returns this file to the server 1 via the network 3 after updating the file. Thus the server 1 stores again the returned file. Thus a single server 1 can attain the connection of many clients and the file is effectively used.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は通信制御方式、特に、更新が行なわれたファイ
ルの転送に対する通信制御方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a communication control method, and particularly to a communication control method for transferring updated files.

〔従来の技術〕[Conventional technology]

従来、この種の通信制御方式は、クライアントがファイ
ルサーバヘファイルの要求を出し、ファイルサーバは要
求されたファイルをクライアントへ送信し、クライアン
トが送信されてきたファイルを受信してファイルの更新
を行う場合に、ファイルの一部を更新した場合でもファ
イルサーバベのデータ返送は更新を行ったファイルのす
べてを返送していた。
Conventionally, in this type of communication control method, a client issues a file request to a file server, the file server sends the requested file to the client, and the client receives the sent file and updates the file. In some cases, even if a part of the file was updated, the file server database returned all of the updated files.

また、ファイルサーバは返送されてきたファイルを受は
取り、そのファイルのすべてを再格納していた。
Additionally, the file server received the returned files and re-stored all of the files.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の通信制御方式は、各々のクライアントが
ファイルサーバに格納されたファイルの更新を行ってい
る場合には、クライアントの数が増えると対象となった
ファイルのすべての内容を通信及び格納している為、ネ
ットワーク上のデータ転送が多くなりファイルの更新処
理が遅くなって能率が低下するようになり、場合によっ
ては、ファイルサーバをもう一台準備すると共にネット
ワークを分割しなければならなくなり、ファイルの共用
化が出来なくなるという欠点がある。
In the conventional communication control method described above, when each client updates a file stored on a file server, as the number of clients increases, it becomes difficult to communicate and store all the contents of the target file. As a result, data transfer over the network increases, slowing down file update processing and reducing efficiency. In some cases, it may be necessary to prepare another file server and divide the network. The drawback is that files cannot be shared.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の通信制御方式は、ファイアントからの要求を受
けてファイルサーバに記憶されているファイルを読み出
し該ファイルを一定長のブロックに分割すると共に、該
ブロック毎にコードを付与し該分割ブロックと付与した
該コードをすべてクライアントに送信する手段と、該ク
ライアントでは送信されてきた該ブロックと該コードを
すべて受信し該ブロックの更新を行うと共に、更新した
ブロックに対し更新情報を付加し更新したブロックとそ
のブロックに対応するコードと更新情報だけを該ファイ
ルサーバに返送する手段と、該ファイルサーバにおいて
は返送されてきた該更新ブロックと該コードと該更新情
報を受信すると共に、該更新情報をもとに該更新ブロッ
クだけを再格納する手段とを含んで構成される。
The communication control method of the present invention reads a file stored in a file server in response to a request from a fiant, divides the file into blocks of a certain length, assigns a code to each block, and divides the file into blocks of a certain length. A means for transmitting all the assigned codes to the client, and the client receives all the transmitted blocks and codes, updates the blocks, adds update information to the updated blocks, and updates the blocks. and means for returning only the code and update information corresponding to the block to the file server; and the file server receives the returned update block, the code, and the update information, and also receives the update information. and means for restoring only the updated block.

〔実施例〕〔Example〕

次に本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing one embodiment of the present invention.

クライアント2がファイルサーバ1ヘネツトワーク3を
介してファイルの転送要求を送り、ファイルサーバ1は
その転送要求を受けて該当するファイルをクライアント
2へ転送する。転送されてきたファイルをクライアント
2が受は取り、ファイルの更新を行った後、ネットワー
ク3を介してファイルサーバ1へ返送を行う。ファイル
サーバ1は返送されたファイルの再格納を行う。
The client 2 sends a file transfer request to the file server 1 via the network 3, and the file server 1 receives the transfer request and transfers the corresponding file to the client 2. The client 2 receives the transferred file, updates the file, and then sends it back to the file server 1 via the network 3. The file server 1 re-stores the returned file.

第2図は本発明の一実施例におけるファイル更新時の動
作を説明する模式図である。
FIG. 2 is a schematic diagram illustrating the operation when updating a file in one embodiment of the present invention.

今、クライアント2からファイルの転送要求がファイル
サーバ1に対して行なわれたとすると、(101)まず
、ファイルサーバ1は格納されているファイルを読み出
す。
Now, suppose that the client 2 makes a file transfer request to the file server 1. (101) First, the file server 1 reads the stored file.

(102)次に読み出したファイルを一定長のブロック
に分割し、各々ブロック番号を付け、クライアント2ヘ
ブロック番号と分割したブロックをすべて送信する。
(102) Next, the read file is divided into blocks of a certain length, a block number is assigned to each block, and the block number and all the divided blocks are sent to the client 2.

(103)クライアント2は、ファイルサーバ1から送
られてきたブロック番号と分割されたブロックをすべて
受信する。
(103) The client 2 receives all the block numbers and divided blocks sent from the file server 1.

(104)クライアント2は、受信したファイルに対し
情報処理を行った結果、更新を行うブロックを取り出し
更新を行った後、更新情報を作成する。次に更新を行っ
たブロックとブロック番号及び更新情報を一組としてフ
ァイルサーバ1へ返送する。
(104) As a result of performing information processing on the received file, the client 2 extracts a block to be updated, performs the update, and then creates update information. Next, the updated block, block number, and update information are sent back to the file server 1 as a set.

(105)、(10B)ファイルサーバ1は返送されて
きたブロック番号と更新情報をもとに更新されたブロッ
クの格納場所を判断し、更新されたブロックだけを再格
納する。したがって、更新対象とならない他のブロック
は、もとの格納場所にあって更新されることはない。
(105), (10B) The file server 1 determines the storage location of the updated block based on the returned block number and update information, and re-stores only the updated block. Therefore, other blocks that are not subject to update remain in their original storage locations and are not updated.

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

以上説明したように本発明は、何台かのクライアントが
一台のファイルサーバのファイルの更新をいかに繰り返
してもファイルの転送効率が下がらず、ファイルの再格
納が効果的に行なえるのみならず、−台のファイルサー
バで多くのクライアントを接続でき、ファイルのを効利
用ができる効果がある。
As explained above, the present invention not only allows files to be re-stored effectively without reducing file transfer efficiency no matter how many clients update files on a single file server. This has the effect of allowing many clients to be connected with , - file servers and making efficient use of files.

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

第1図は本発明の一実施例を示すブロック図、第2図は
一実施例におけるファイル更新時の動作を説明する模式
図である。 1・・・ファイルサーバ、2・・・クライアント、3・
・・ネットワーク。
FIG. 1 is a block diagram showing one embodiment of the present invention, and FIG. 2 is a schematic diagram illustrating the operation when updating a file in one embodiment. 1...File server, 2...Client, 3.
··network.

Claims (1)

【特許請求の範囲】[Claims] ネットワークを介してデータ転送を行う情報処理装置の
通信制御方式において、クライアントからの要求を受け
てファイルサーバに記憶されているファイルを読み出し
該ファイルを一定長のブロックに分割すると共に該ブロ
ック毎にコードを付与し該分割ブロックと付与した該コ
ードをすべてクライアントに送信する手段と、該クライ
アントでは送信されてきた該ブロックと該コードをすべ
て受信し該ブロックの更新を行うと共に更新したブロッ
クに対し更新情報を付加し更新したブロックとそのブロ
ックに対応するコードと更新情報だけを該ファイルサー
バに返送する手段と、該ファイルサーバにおいては返送
されてきた該更新ブロックと該コードと該更新情報を受
信すると共に該更新情報をもとに該更新ブロックだけを
再格納する手段とを備えたことを特徴とする通信制御方
式。
In a communication control method for information processing equipment that transfers data via a network, upon receiving a request from a client, a file stored in a file server is read out, the file is divided into blocks of a certain length, and each block is coded. a means for assigning a block and transmitting all the divided blocks and the assigned code to the client, and the client receives all the transmitted blocks and codes, updates the block, and sends update information to the updated block. means for returning only the updated block with the addition of , a code corresponding to the block, and updated information to the file server; A communication control system comprising means for re-storing only the update block based on the update information.
JP2237379A 1990-09-07 1990-09-07 Communication control system Pending JPH04117546A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2237379A JPH04117546A (en) 1990-09-07 1990-09-07 Communication control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2237379A JPH04117546A (en) 1990-09-07 1990-09-07 Communication control system

Publications (1)

Publication Number Publication Date
JPH04117546A true JPH04117546A (en) 1992-04-17

Family

ID=17014517

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2237379A Pending JPH04117546A (en) 1990-09-07 1990-09-07 Communication control system

Country Status (1)

Country Link
JP (1) JPH04117546A (en)

Similar Documents

Publication Publication Date Title
US5408619A (en) Naming service database updating technique
US5970488A (en) Real-time distributed database system and method
US5956733A (en) Network archiver system and storage medium storing program to construct network archiver system
EP0329779B1 (en) Session control in network for digital data processing system which supports multiple transfer protocols
US6370565B1 (en) Method of sharing computation load within a distributed virtual environment system
CN101019105A (en) Method and apparatus for data storage using striping
CN1146816A (en) Data storage
JPS6170654A (en) Resource control system of decentralized processing system
JPH04505977A (en) Object-oriented distributed processing system
JP2001522074A (en) Communication system and method
US7860827B1 (en) Data synchronization method for an application database available on multiple wirelessly connected platforms
US20020073175A1 (en) Updating world wide web pages in a storage area network environment
JPH04117546A (en) Communication control system
JPH0619744B2 (en) How to create a complex data structure
JPH0256070A (en) Design data managing system
JPH03202935A (en) Synchronization update system in distributed processing system
CN117390078B (en) Data processing method, device, storage medium and computer equipment
JP2710329B2 (en) User information management method in distributed system
JPS63278155A (en) Management processing system for decentralized data base
KR0174603B1 (en) How to restore the database of the exchange
JP3088427B2 (en) Distribution information management system
JPH07105147A (en) Automatic delivery system for master file of decentralized processing system
JPH03252756A (en) Data managing system
JPH06175902A (en) Distributed file system, file managing device, centralized controller and distributed file managing method
JPH06152976A (en) Data processing system