[ZODB-Dev] Decouple persistence, database, and cache

Jim Fulton jim at zope.com
Fri Oct 6 14:08:12 EDT 2006


I've created a proposal:

   http://www.zope.org/Wikis/ZODB/DecouplePersistenceDatabaseAndCache

for simplifying and decoupling the persistence and cache architectures.
I've been thinking about this for quite some time.  In fact, the ability to subclass
weakref.ref objects that appeared in Python 2.4 anticipates this. :)

Dieters's recent proposal, especially

   http://www.zope.org/Wikis/ZODB/MemorySizeLimitedCache

spurred me to begin writing these ideas down.  My proposal is an
alternative to the first part of Dieter's proposal.

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org


More information about the ZODB-Dev mailing list