Does anyone use Berkeley DB with Python & Zope? I am wondering if it is possible to maintain a persistent database connection? (for those that don't know, BDB uses a file on the drive as the database, so normally you open & close that file during runtime) Thanks, John Toews