I am working on a membership application for a voluntary organization.
The database may be updated either by the national office or local
chapters.  For security, convenience, and hosting reasons it seems
best that locals work off their own copy of the database.

Periodically changes will need to be syncronized, in both directions.
I know that ZODB logs transactions.  Is exchanging transactions a
reasonable way to accomplish the syncronization?  If so, exactly how
do I go about grabbing them (it would be "all since date x") and then
replaying them?

Thanks.

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to