2012/10/4 Aaron B. <[email protected]>: > > It appears on NetBSD 5.1 auto-procname doesn't have any effect. > > The results with show-config: > > --- > ;uWSGI instance configuration [uwsgi] > ini = /web/uwsgi/config.ini > chdir = /web/app > ftok = /web/uwsgi/ftok > vacuum = true > pidfile = /web/uwsgi/pid > emperor = /web/app/*/uwsgi.ini > daemonize = /web/uwsgi/startup.log > --- > > And what I see: > --- > # ps ax | grep uwsgi > 254 ? S 0:00.00 /usr/local/sbin/uwsgi --ini /web/uwsgi/config.ini > 7353 ? S 0:00.00 /usr/local/sbin/uwsgi --ini /web/uwsgi/config.ini > 10289 ? S 0:00.04 /usr/local/sbin/uwsgi --ini /web/app/fin/uwsgi.ini > 12434 ? S 0:00.00 /usr/local/sbin/uwsgi --ini /web/app/fin/uwsgi.ini > 14352 ? S 0:00.00 /usr/local/sbin/uwsgi --ini /web/uwsgi/config.ini > 10244 ttyp1 S+ 0:00.00 grep uwsgi > --- > > It's not a big problem, just something I noticed. > > Related, auto-procname is set in my .ini file to 'true' but it isn't > printed with show-config turned on, is this by design? > >
Maybe this will help: https://code.google.com/p/py-setproctitle/ -- Łukasz Wróblewski http://www.nri.pl/ - Nowoczesne Rozwiązania Internetowe http://www.hostowisko.pl/ - Profesjonalny i tani hosting http://www.katalog-polskich-firm.pl/ - Najlepszy darmowy katalog firm _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
