[Zope-Checkins] CVS: Zope/lib/python/BDBStorage - BDBFullStorage.py:NONE BDBMinimalStorage.py:NONE BerkeleyBase.py:NONE __init__.py:NONE _helper.c:NONE profout.py:NONE

Jim Fulton jim at zope.com
Wed Feb 18 10:09:09 EST 2004


Update of /cvs-repository/Zope/lib/python/BDBStorage
In directory cvs.zope.org:/tmp/cvs-serv572/lib/python/BDBStorage

Removed Files:
	BDBFullStorage.py BDBMinimalStorage.py BerkeleyBase.py 
	__init__.py _helper.c profout.py 
Log Message:
Removed the Berkeley DB storage from the Zope (and ZODB 3) repository.
The storage was added to these repositories hoping that that would
encourage people to test it. The storage is not (yet) usable in
production due to Berkeley DB log handling problems.  The storage is
a constant source of irritation due to errors in implicit algorithms
to decide whether to build BDB extensions when building Python and 
due to implicit algorithms used to decide whether the BDB extension
was suitable for use by the storage when running tests.  The BDB
storage tests are also rather time consuming.

The final straw was the recent ZODB change that caused many BDB
storage tests to fail. :(

=== Removed File Zope/lib/python/BDBStorage/BDBFullStorage.py ===

=== Removed File Zope/lib/python/BDBStorage/BDBMinimalStorage.py ===

=== Removed File Zope/lib/python/BDBStorage/BerkeleyBase.py ===

=== Removed File Zope/lib/python/BDBStorage/__init__.py ===

=== Removed File Zope/lib/python/BDBStorage/_helper.c ===

=== Removed File Zope/lib/python/BDBStorage/profout.py ===




More information about the Zope-Checkins mailing list