[ZODB-Dev] new BerkeleyDB from SleepyCat

Barry A. Warsaw barry@zope.com
Wed, 5 Dec 2001 00:42:14 -0500


>>>>> "ATS" == Andrew T Sydelko <sydelko@ecn.purdue.edu> writes:

    ATS> I saw that a new BerkeleyDB was out (4.0.14)
    ATS> I'm curious how much work is needed to be 
    ATS> done to get BerkeleyStorage to work with it? 

    ATS> One nice feature is single master replication.

Indeed!  Neat.

First we need to see if pybsddb 3.3.0 will link against it.  If so,
then it ought to be trivial to upgrade, although you won't get access
to the new features (APIs) until pybsddb is upgraded.

-Barry