zdaemon is a Python module that provides APIs for managing applications run as daemons. Its principal use to date has been to manage the application server and storage server daemons for Zope / ZEO, although it is not limited to running Python-based applications (for instance, it has been used to manage the 'spread' daemon).
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Version 2.0.3 broke support for relative paths to the socket (-s option and socket-name parameter), now relative paths work again as in version 2.0.2.
· Fixed change log format, made table of contents nicer.
· Fixed author's email address.
· Removed zpkg stuff.