File Sharing Semantics
One-copy semantics (unix semantics).
- Updates are written to the single copy and are available immediately.
Serializability.
- Transaction semantics (locking files - share for read and exclusive for write).
Session semantics.
- Copy the file on open, work on local copy, and copy back on close.