]> git.tokkee.org Git - roundup.git/commit

Code

. node caching now works, and gives a small boost in performance
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 15 May 2002 06:21:21 +0000 (06:21 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 15 May 2002 06:21:21 +0000 (06:21 +0000)
commit781ae10691a77f819f1271aa864c37517c9ed9ef
treef04d27b447721100cbef2c617b20ca41f5bd78a0
parent38c65e9e3806b6813aa2a7f15c782731aaddb983
 . node caching now works, and gives a small boost in performance

As a part of this, I cleaned up the DEBUG output and implemented TRACE
output (HYPERDBTRACE='file to trace to') with checkpoints at the start of
CGI requests. Run roundup with python -O to skip all the DEBUG/TRACE stuff
(using if __debug__ which is compiled out with -O)

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@732 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
roundup/backends/back_anydbm.py
roundup/backends/back_bsddb.py
roundup/cgi_client.py
roundup/hyperdb.py