Hi Supervisor is using lots of CPU (more than the web-servers it's monitoring). I can't really find a way to debug this, other than it seems to me that it's busy-waiting on something.
I have used supervisor for different projects and it's the first time I experience this problem. It should be said, that the servers it monitors are highly active. I have found an older issue of what looks to be the same problem as mine: http://lists.supervisord.org/pipermail/supervisor-users/2007-August/000074.html The configuration looks like this: [unix_http_server] file=/var/run/supervisor.sock [supervisord] pidfile=/var/run/supervisord.pid [rpcinterface:supervisor] supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface [supervisorctl] serverurl=unix:///var/run/supervisor.sock [program:server8000] directory = /home/amix/production environment = SETTINGS_FILE=config/config.production.py, PORT=8000 command = python2.5 -m scripts.server 8000 user = amix stdout_logfile = NONE stderr_logfile = NONE Regards, Amir Salihefendic ( [email protected] ) _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
