Go to the first, previous, next, last section, table of contents.


File locks

Author(s): J. Gomez, D. Cabeza, M. Carro.

Version: 1.11#222 (2004/5/24, 13:8:7 CEST)

Version of last change: 1.7#159 (2001/11/27, 11:58:24 CET)

This module implements file locks: the ability to lock a fiel so that other processes cannot access it until the file is unlocked. It is, however, not working. The predicates do nothing. Proper implementation is planned for a near future.

Usage and interface (file_locks)

Documentation on exports (file_locks)

PREDICATE: lock_file/3:

Usage: lock_file(File, LockType, Result)

PREDICATE: unlock_file/2:

Usage: unlock_file(File, Result)

Known bugs and planned improvements (file_locks)


Go to the first, previous, next, last section, table of contents.