[ZDP] BackTalk to Document Zope Developer's Guide (2.4 edition)/ZODB Persistent Components

nobody@nowhere.com nobody@nowhere.com
Wed, 21 Aug 2002 12:53:05 -0400


A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZDG/current/Persistence.stx#2-68

---------------

    The ZODB is a complex and powerful system. However using
    persistent objects is almost completely painless. Seldom do you
    need to concern yourself with thread safety, transactions,
    conflicts, memory management, and database replication. ZODB takes
    care of these things for you. By following a few simple rules you
    can create persistent objects that just work.

      % Anonymous User - Aug. 21, 2002 12:42 pm:
       Andrew Kuchling's ZODB pages link is broken!!

      % Anonymous User - Aug. 21, 2002 12:53 pm:
       use http://www.amk.ca/zodb/ instead