Il giorno 03/mag/2012, alle ore 11:19, 林刚 ha scritto: > Hi: > > I use uwsgi1.2, there are many errors in the log, I ask why? The log is as > follows > > > May 3 17:02:48 www a.com: Traceback (most recent call last): > May 3 17:02:48 www a.com: File > "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1518, in __call__ > May 3 17:02:48 www a.com: > May 3 17:02:48 www a.com: return self.wsgi_app(environ, start_response) > May 3 17:02:48 www a.com: File "/web/www/gongju.com/tools/__init__.py", > line 42, in wsgi_app > May 3 17:02:48 www a.com: > May 3 17:02:48 www a.com: return response(environ, start_response) > May 3 17:02:48 www a.com: File > "/usr/local/lib/python2.7/dist-packages/werkzeug/wrappers.py", line 1083, in > __call__ > May 3 17:02:48 www a.com: > May 3 17:02:48 www a.com: start_response(status, headers) > May 3 17:02:48 www a.com: IOError > May 3 17:02:48 www a.com: : > May 3 17:02:48 www a.com: write error > >
1.2 is smarter about disconnected clients. Your request will end as soon as the client disconnect (no more waste of resources) -- Roberto De Ioris http://unbit.it JID: [email protected] _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
