[mod_python] Date persistence accross connections.

Mongryong Mongryong at sympatico.ca
Fri Feb 14 00:37:59 EST 2003


On Thu, 2003-02-13 at 21:14, Stefan C. Kremer wrote:
> Are there any good options which I have overlooked?  Does my evaluation of
> the alternatives seem sound?  Any suggestions or comments.

Have you looked at using an 'object oriented database' such as ZODB? 
ZODB is used by Zope for most of its session management.  However, it
should work in any Python application include mod_python.

I believe ZODB has drivers for files, databases, and even networked
capabilities.  ZODB also session garbage collection.






More information about the Mod_python mailing list