http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/frontends/wsgi.py Mercurial Repository: p/roundup/code: frontends/wsgi.py history 2022-07-12T15:49:08-04:00 Update comment to allow use with mod_wsgi http://hg.code.sf.net:8000/p/roundup/code/#changeset-285d9adfefdb4513a785b35a7d6a906c406b7d67 John Rouillard rouilj@ieee.org 2022-07-12T15:49:08-04:00 2022-07-12T15:49:08-04:00
changeset 285d9adfefdb
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Update comment to allow use with mod_wsgi

perhaps? changing app to application for apache mod_wsgi is compatible
with installation.txt's configs for apache.
files
fix syntax error. http://hg.code.sf.net:8000/p/roundup/code/#changeset-fde9fe504ebd685890669394700d69c095d8d558 John Rouillard rouilj@ieee.org 2022-07-11T13:48:15-04:00 2022-07-11T13:48:15-04:00
changeset fde9fe504ebd
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description fix syntax error.
files
wsgi can cache tracker instance enabled by feature flag. http://hg.code.sf.net:8000/p/roundup/code/#changeset-d32d43e4a5babf1b398d31c3a091262c0d54bd0a John Rouillard rouilj@ieee.org 2022-07-02T14:04:00-04:00 2022-07-02T14:04:00-04:00
changeset d32d43e4a5ba
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description wsgi can cache tracker instance enabled by feature flag.

Patch by Marcus Priesch caches a loaded tracker instance and reuse it
for future client sessions.

It is enabled by a feature flag in wsgi.py since it arrived during the
2.2.0 beta period.

The provided wsgi.py is modified to enable it. Testing is run with
flag enabled and disabled.

Ralf Schlatterbeck and Marcus tested it on one of their larger more
complex trackers and it sped up the response time to a client request
by a factor of 3 (270ms down to about 80-85ms).
files
Add wsgi.py to frontends. Update docs. http://hg.code.sf.net:8000/p/roundup/code/#changeset-7c852cad2ca8fbe22d06fd16560ad9f7c5898b51 John Rouillard rouilj@ieee.org 2021-04-26T23:40:52-04:00 2021-04-26T23:40:52-04:00
changeset 7c852cad2ca8
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Add wsgi.py to frontends. Update docs.
files