> Hi,
>
> when you set a `auto-procname` option, everything works as expected, uWSGI
> master process has `master` in name, Emperor has `emperor` etc. But, when
> you set any other `procname-*` option, like `procname-prefix-spaced`,
> automatic names of uWSGI processes are turned off. I don't consider this
> as
> a bug, rather as an unexpected behaviour. Personally, i like to have
> procname prefix AND auto-procname, and i think in the most cases this is a
> desired behaviour. Now, if we want procname to be like `some_prefix uWSGI
> Master`, is required to set `procname-master` option, and  `procname` for
> workers (is even possible to have numbered workers without
> auto-procname?).

Hi, applications are allowed to change the process name with

uwsgi.setprocname(value)

for complex rules it is the best approach (even if a routing instruction
would be a much better choice, i will try to add it in 1.9.6)

Regarding your point of view about implicit auto-procname you are right,
there is no sense in having to specify two options while one of the two
cannot work without the first.


-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to