EP0278317A2

A system and method for using cached data at a local node after re-opening a file at a remote node in a distributed networking environment.

Abstract

In a distributed environment several data pro­cessing systems are interconnected across a network system (3). A distributed services program installed on the systems in the network allows the processors to access data files (5) distributed across the various nodes (A,B) of the network without regard to the location of the data file in the network. The processing system accessing the file, re­ferred to as the client processing system, utilizes a client cache (12B) within its operating system (11B) to store the data file. Utilizing the client cache minimizes the number of reads and writes that must go over the network (3) to the server processing system where the file physically resides. The system and method of this invention prevents a process in the client processing system from access­ing data in the client cache that has been modified at another node (A) in the network. The blocks of data in the client cache (12B) are tested for validity in the client processing system by using modification times as measured by the server processing system. If the cache data blocks are determined to be valid, the data is accessed from the client cache. If the cache data blocks are determined to be invalid, the data blocks are discarded, and the file is accessed from the server processing system.

EP0278317A2, drawing sheet 1
Sheet 1 of 12

Term

Term ended

Projected expiry passed 26 January 2008, 18.7 years ago.

  1. Priority
  2. Filed
  3. Published
  4. Projected expiry
  5. Today

23 claims: 2 independent, 21 dependent

  1. 1
    A system for accessing a file (5) in a server processing system (10A) at a server node (A) for use by a client processing system (10B) at a client node (B), said system comprising:a client cache (12B) in the client processing system (10B) for buffering a plurality of blocks of the file at the client node (B) from the server processing system;and       means for determining the validity of the blocks in the client cache.
  2. 12
    A method for accessing a file (5) in a server processing system (10A) at a server node (A) for use by a client processing system (10B) at a client node (B), said method comprising:buffering the file in a client cache (12B) having data blocks;and       determining the validity of the data blocks in the client cache.