This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |