> Thanks Roberto, > > I've checked, we already use --http-socket. > > I've just tried the --no-defer-accept option locally, it doesn't change > anything. > > What I do to test: > > $ uwsgi --http :9090 --wsgi-file test.py --single-interpreter --master > --die-on-term --enable-threads --pyhome ~/tmp/testenv --harakiri 28 -l 3 > --no-defer-accept
i have told you that http-socket is different from http, and here you test with http :) http is a non-blocking proxy, it will continue to accept until it has free file descriptors. You need to test with --http-socket with and without --no-defer-accept -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
