Code

Session storage in the hyperdb was horribly, horribly inefficient. We use
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 30 Jul 2002 08:22:38 +0000 (08:22 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 30 Jul 2002 08:22:38 +0000 (08:22 +0000)
commit7a1a18069e9f02b3bd0160abbc094b8fb7d8eeac
tree936c1f18957915146179013cdcbc2cc50debdb5b
parent79c75def1a340232d4e0dcf1dae651be6fa0739f
Session storage in the hyperdb was horribly, horribly inefficient. We use
a simple anydbm wrapper now - which could be overridden by the metakit
backend or RDB backend if necessary.
Much, much better.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@932 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/backends/back_anydbm.py
roundup/backends/back_metakit.py
roundup/backends/sessions.py [new file with mode: 0644]
roundup/cgi_client.py