Description
Controlling UNIX Processes using Supervisor
Presented by Calvin Hendryx-Parker
Supervisor is a Python daemon that can control arbitrary processes in a UNIX- like environment. It features a client/server model of control that can easily be extended. This talk will cover the configuration and setup of Supervisor. It will also cover how to extend Supervisor and take advantage of its XML-RPC interface and ability to react to events that it generates.