[Zope3-checkins] CVS: Zope3 - zserver.zcml.in:1.3

Barry Warsaw barry@wooz.org
Mon, 30 Dec 2002 17:41:37 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv1443

Modified Files:
	zserver.zcml.in 
Log Message:
Add an example for using BDBFullStorage


=== Zope3/zserver.zcml.in 1.2 => 1.3 ===
--- Zope3/zserver.zcml.in:1.2	Thu Dec 19 21:39:29 2002
+++ Zope3/zserver.zcml.in	Mon Dec 30 17:41:35 2002
@@ -11,12 +11,16 @@
 
     <!-- You can choose between several storages.
 
-         At the moment only two storages are supported:
+         At the moment only three storages are supported:
              FileStorage - Saves data in a specified file
-             MappingStorage - Saves data in a dictionary. No saving. -->
+             MappingStorage - Saves data in a dictionary. No saving.
+	     BDBFullStorage - Save data in BerkeleyDB tables
+	     -->
 
     <startup:useFileStorage file = "Data.fs" />
     <!--startup:useMappingStorage /-->
+    <!--startup:useBDBFullStorage name="full" frequency="900"
+				  classicpack="96" /-->
 
 
     <!-- Setup the log file and level.