glossary.rst 843 B

123456789101112131415161718192021222324252627282930313233
  1. .. _glossary:
  2. Glossary
  3. ========
  4. .. glossary::
  5. :sorted:
  6. daemontools
  7. A `process control system by D.J. Bernstein
  8. <http://cr.yp.to/daemontools.html>`_.
  9. runit
  10. A `process control system <http://smarden.org/runit/>`_.
  11. launchd
  12. A `process control system used by Apple
  13. <http://en.wikipedia.org/wiki/Launchd>`_ as process 1 under Mac
  14. OS X.
  15. umask
  16. Abbreviation of *user mask*: sets the file mode creation mask of
  17. the current process. See `http://en.wikipedia.org/wiki/Umask
  18. <http://en.wikipedia.org/wiki/Umask>`_.
  19. Superlance
  20. A package which provides various event listener implementations
  21. that plug into Supervisor which can help monitor process memory
  22. usage and crash status: `http://pypi.python.org/pypi/superlance
  23. <http://pypi.python.org/pypi/superlance>`_.