Yep, that's a nice improvement.
You also need to be careful to make sure that cherrypy's autoreload stuff is disabled (using server.environment="production" is good enough) or you get multiple python processes running and again, supervisord can't properly send them signals.
anders pearson - 2006-09-20 14:31:30
Yep, that's a nice improvement. You also need to be careful to make sure that cherrypy's autoreload stuff is disabled (using server.environment="production" is good enough) or you get multiple python processes running and again, supervisord can't properly send them signals.