If I write an app which runs on a network and handles files on a server, what happens if:
1) My app opens a sequential file LOCK WRITE
or
2) My app locks a range of records in a RANDOM file
and then a power failure or GPF or whatever zaps my app?
Will the files stay locked? How is this situation handled?
------------------
Bernard Ertl
[This message has been edited by Bern Ertl (edited February 03, 2001).]
1) My app opens a sequential file LOCK WRITE
or
2) My app locks a range of records in a RANDOM file
and then a power failure or GPF or whatever zaps my app?
Will the files stay locked? How is this situation handled?
------------------
Bernard Ertl
[This message has been edited by Bern Ertl (edited February 03, 2001).]
Comment