Skip to content

Instantly share code, notes, and snippets.

@datakungfu
datakungfu / gist:1650994
Created January 21, 2012 03:05
tornado and supervised
Running Tornado in production
Supervisor is a simple yet powerful client/server system to monitor and control processes on UNIX systems.
I have a number of Tornado servers that are already managed by supervisor. I have found it stable and flexible enough for most tasks.
Installing supervisor
The installation is pretty straight forward.
sudo easy_install supervisor