Jonathan LaCour wrote:
Ian, should I have to do this? Turning the cache off completely did *not* seem to solve the problem (?cache=0), whereas this filter did solve the problem.
SQLObject always keeps weak references to objects cached, so turning a cache off will not necessarily keep all objects from being cached. Reseting the cache at the beginning of the request is probably better and faster.
Probably TurboGears could/should do this automatically, when env['wsgi.multiprocess'] is true.
-- Ian Bicking / [EMAIL PROTECTED] / http://blog.ianbicking.org

