Kbase P61110: When Progress is reading a file in one process can another p
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/01/2004 |
|
Status: Unverified
GOAL:
When Progress is reading a file in one process can another process write to the file?
FIX:
Yes, when Progress is reading from a file in one process another process can open the file for output and overwrite the file. This is because Progress does not lock the file when opening it for read access.