id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 11686 Official support for uwsgi anonymous "When using uwsgi + refresh the site fast you get tons of: {{{ Traceback (most recent call last): File ""/home/trac/uwsgi-test/local/lib/python2.7/site-packages/trac/web/main.py"", line 474, in dispatch_request return _dispatch_request(req, env, env_error) File ""/home/trac/uwsgi-test/local/lib/python2.7/site-packages/trac/web/main.py"", line 513, in _dispatch_request send_internal_error(env, req, sys.exc_info()) File ""/home/trac/uwsgi-test/local/lib/python2.7/site-packages/trac/web/main.py"", line 630, in send_internal_error req.send_error(exc_info, status=500, env=env, data=data) File ""/home/trac/uwsgi-test/local/lib/python2.7/site-packages/trac/web/api.py"", line 581, in send_error self.write(data) File ""/home/trac/uwsgi-test/local/lib/python2.7/site-packages/trac/web/api.py"", line 660, in write self._write(data) IOError: write error }}} I see that there is a special case for mod_wsgi, maybe you could add one for uwsgi too? http://trac.edgewall.org/browser/branches/1.0-stable/trac/web/api.py#L666 Saw that atleast jomae uses uwsgi... Also, is there any recommended conf for uwsgi? threads - on/off? and so on..." enhancement new normal next-stable-1.6.x web frontend normal uwsgi Ryan J Ollos