Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ANNOUNCE: Python 10 Birds of a Feather session on a Python persistence framework

0 views
Skip to first unread message

Jim Fulton

unread,
Jan 25, 2002, 7:28:29 PM1/25/02
to
We plan to have a Birds of a Feather (BOF) session at the Python 10
Conference, http://python10.org, on a Python persistence framework.

The Zope object database, ZODB, includes frameworks
for persistence and transaction management. These frameworks
depend very little on the rest of ZODB and will be factored
out of ZODB and made into separate packages in the next generation
of ZODB, ZODB 4.

The ZODB persistence framework provides significant benefits to
Python programmers:

- Objects are automatically loaded and stored. The programmer
doesn't have to keep tack of when objects have been
modified. The objects track modification and notify the
transaction manager of changes. The transaction manager
coordinates storing data. Data are loaded when needed, with
loads triggered by access from other objects.

- An object cache automates moving data out of memory when no
longer needed. A cache invalidation protocol helps to keep object
consistence across multiple applications or application
threads.

We would like to see these benefits made available for other
databases. We'd especially like to see a persistence framework
using relational databases, reusing object-relational mapping
efforts, such as MiddleKit and others.

We'd like to kick off an effort to design a persistence framework
to encompass ZODB, relational databases, and other persistence
systems.

The BOF will begin with a presentation of the ZODB Persistence
framework.

The BOF will take place the evening of Wednesday, February 6.

Jim

--
Jim Fulton mailto:j...@zope.com Python Powered!
CTO (888) 344-4332 http://www.python.org
Zope Corporation http://www.zope.com http://www.zope.org

0 new messages