Hello, I am using quixote+mod_python as a front-end for a database app. I would like the database connections to persist somewhere -- probably in the interpreter attached to the apache process -- so that I do not have to reconnect with each request. However, I am unsure how to do this, and how to then access that db connection from quixote. Does anyone know how this is a accomplished? Apache 1.3.26/mod_python 2.78/Quixote 0.6.1/PostgreSQL 7.3.3 Thanks, VanL