Dnia poniedziałek, 13 lutego 2012 10:28:08 Roberto De Ioris pisze: > shared sockets are still not supported in new http/fastrouter servers. > > You can directly use > > [uwsgi] > fastrouter = /var/run/uwsgi.socket > fastrouter-processes = 4
I did that at first, but the result was the same. uWSGI fastrouter bound on /var/run/uwsgi.socket fd 3 uWSGI fastrouter subscription server bound on :2626 fd 4 Python version: 2.6.5 (r265:79063, Apr 16 2010, 14:15:55) [GCC 4.4.3] Python main interpreter initialized at 0x1e1da50 *** Operational MODE: no-workers *** spawned uWSGI master process (pid: 21591) spawned uWSGI fastrouter 1 (pid: 21592) *** FastRouter stats server enabled on :2580 fd: 15 *** spawned uWSGI fastrouter 2 (pid: 21593) probably another instance of uWSGI is running on the same address. bind(): Address already in use [socket.c line 598] spawned uWSGI fastrouter 3 (pid: 21594) probably another instance of uWSGI is running on the same address. spawned uWSGI fastrouter 4 (pid: 21595) bind(): Address already in use [socket.c line 598] probably another instance of uWSGI is running on the same address. bind(): Address already in use [socket.c line 598] Łukasz Mierzwa _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
