Dnia poniedziałek, 13 lutego 2012 10:17:58 Łukasz Mierzwa pisze:
> Hi,
> 
> how should I use fastrouter-processes option? Shared socket doesn't seem to
> work. Whatever I try i get "bind(): Address already in use"
> 
> shared-socket = /var/run/uwsgi.socket
> fastrouter = =0
> fastrouter-processes = 4

Another issue I'm having with 1.1 fastrouter is stats port output. I don't get 
valid json, should it be valid? It is with 1.0

This part:

    "fastrouter": [
        "/var/run/uwsgi.socket",
    ],

should be:

    "fastrouter": [
        "/var/run/uwsgi.socket"
    ],

notice no coma after socket path as it is the only element in the list.

Łukasz Mierzwa
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to