Next: posix lock-pid-files, Previous: posix sel, Up: posix [Index]
The library (vicare posix pid-files)
implements facilities for
the creation of PID files, built on top of the library
(vicare posix)
. It is suggested to import this library
prefixing the bindings as follows:
(import (prefix (vicare posix pid-files) pidfile.))
Notice that this library only creates PID files, not lock
files; when lock files are needed we should use the library
(vicare posix lock-pid-files)
, posix lock-pid-files for
details.
• posix pid-files intro: | Introduction to PID files. | |
• posix pid-files config: | Library configuration parameters. | |
• posix pid-files api: | PID files programming API. | |
• posix pid-files conditions: | Condition object types. |