> 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. > >
Should be fixed in latest tip (it should report the subscription server port too). Regarding previous problem, can you paste the full config ? -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
