On Jun 4, 2013, at 8:08 PM, Alberto Scotto wrote: > Well for your problem of having 15 processes, maybe you just need to have a > look at processes option > > PS: the one I sent before was the conf for uWSGI Emperor+FastRouter managed > by supervisor. > And here is the the real INI conf with uWSGI's options > https://gist.github.com/alb-i986/5710593 > If you merge the two you shoud get what you want.
I found my issue! i had the --daemonize command in my supervisord configuration. that immediately returned a value and made supervisord think the process exited. it then kept on starting new uwsgi instances /n/ times... and each of those uwsgi processes spawned 4 new processes
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
