[Date Prev][Date Next][Thread Prev] [Thread Next][Date Index] [Thread Index]

File locking?


  • From: Dave Lerner  
  • Date: Sat, 14 Oct 2000 11:45:27 -0600 (MDT)

This may or may not be a potential problem.

The scripts lock the data files individually:

open and lock file #1
access file #1
close file #1

open and lock file #2
access file #2
close file #2

If any of the files are interdependent, this could result in files getting
corrupted, if multiple users are running the scripts concurrently.


Follow-Ups from:
Gunnar Hjalmarsson

[Date Prev][Date Next][Thread Prev] [Thread Next][Date Index] [Thread Index]