[Zodb-checkins] CVS: ZODB3 - README.txt:1.7.4.14.4.2
Jeremy Hylton
jeremy at zope.com
Thu Sep 11 13:44:09 EDT 2003
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv12368
Modified Files:
Tag: Zope-2_6-branch
README.txt
Log Message:
Add note about running a ZEO server.
=== ZODB3/README.txt 1.7.4.14.4.1 => 1.7.4.14.4.2 ===
--- ZODB3/README.txt:1.7.4.14.4.1 Thu Sep 11 12:42:05 2003
+++ ZODB3/README.txt Thu Sep 11 12:44:07 2003
@@ -98,6 +98,13 @@
you should use distutils because ZEO 2.0.4 depends on changes to other
packages that are not present in earlier versions of Zope.
+Note that it is usually possible to run a ZEO server without having a
+full Zope install. The ZODB3 package is self-contained and can be
+used for a ZEO server unless you have custom code in your Zope
+software home that performs conflict resolution. In most cases,
+conflict resolution is most important for BTrees, which is part of
+ZODB3.
+
Testing
-------
More information about the Zodb-checkins
mailing list