Accessing Disk Files Through Separate Logical Files

It is possible for multiple processes to use the same physical disk file at the same time without sharing the same logical file. The sharing is accomplished by using identifying file attributes to cause the logical files in each process to link to the same physical file when opened.

The following pages explain how to link separate logical files to the same physical file, and then review the methods of synchronizing access to the physical file.