> Dnia poniedziałek, 13 lutego 2012 11:56:15 Roberto De Ioris pisze: >> Regarding previous problem, can you paste the full config ? > > I use this config with 1.0: > > [uwsgi] > logger = syslog > threaded-logger = true > fastrouter = /var/run/uwsgi.socket > chmod-socket = 666 > fastrouter-subscription-server = :2626 > fastrouter-stats = :2580 > subscription-tolerance = 60 > master = true > listen = 1000 > fastrouter-events = 256 > > for 1.1 I've added "fastrouter-processes = 4" > >
A problem: under multiple fastrouter processes who will be the stats server ? The bind error is triggered by processes trying to start the stats server. Maybe only the first fastrouter should manage them, otherwise we would need to put a heavy lock. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
