Well for your problem of having 15 processes, maybe you just need to have a
look at processes
option<http://uwsgi-docs.readthedocs.org/en/latest/Options.html#workers-processes>

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<http://uwsgi-docs.readthedocs.org/en/latest/Options.html>
https://gist.github.com/alb-i986/5710593
If you merge the two you shoud get what you want.


*Alberto Scotto*

skype:dasgazzo
http://about.me/alb_i986


2013/6/5 Alberto Scotto <[email protected]>

> For example this is mine:
> https://gist.github.com/alb-i986/5710557
>
> As you can see, I have 2 separate processes, one for the Emperor and one
> for the FastRouter (I tried to have all in one but it didn't work).
> Please notice that the priority for the FastRouter must be greater than
> the one for the Emperor. This is necessary for obvious reasons.
>
> @anybody: any suggestion for improvements are highly appreciated :)
>
>
> *Alberto Scotto*
>
> skype:dasgazzo
> http://about.me/alb_i986
>
>
> 2013/6/5 Jonathan Vanasco <[email protected]>
>
>> can anyone share a working supervisord config for uwsgi , preferably with
>> a virtualenv ?
>>
>> things aren't working well for me.  instead of 4 processes, i seem to
>> have 15 processes.
>> _______________________________________________
>> uWSGI mailing list
>> [email protected]
>> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>>
>
>
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to