[Zodb-checkins] CVS: ZODB3/Doc/ZEO - trace.txt:1.2 howto.txt:1.6
.cvsignore:1.2
Jeremy Hylton
jeremy at zope.com
Thu Oct 2 14:18:01 EDT 2003
Update of /cvs-repository/ZODB3/Doc/ZEO
In directory cvs.zope.org:/tmp/cvs-serv18770/Doc/ZEO
Modified Files:
trace.txt howto.txt .cvsignore
Log Message:
Merge changes from Zope-2_7-branch to the trunk.
=== ZODB3/Doc/ZEO/trace.txt 1.1 => 1.2 ===
--- ZODB3/Doc/ZEO/trace.txt:1.1 Tue May 27 16:11:42 2003
+++ ZODB3/Doc/ZEO/trace.txt Thu Oct 2 14:17:30 2003
@@ -1,5 +1,5 @@
-Client Cache Tracing
-====================
+ZEO Client Cache Tracing
+========================
An important question for ZEO users is: how large should the ZEO
client cache be? ZEO 2 (as of ZEO 2.0b2) has a new feature that lets
=== ZODB3/Doc/ZEO/howto.txt 1.5 => 1.6 ===
--- ZODB3/Doc/ZEO/howto.txt:1.5 Fri May 30 16:27:22 2003
+++ ZODB3/Doc/ZEO/howto.txt Thu Oct 2 14:17:30 2003
@@ -207,13 +207,6 @@
The install command should create a /home/zope/lib/python/ZEO directoy.
-Simple configuration
---------------------
-
-mkzeoinst.py
-
-Or, do it step-by-step.
-
Configuring server
------------------
@@ -407,13 +400,9 @@
In an operational setting, you will want to run the ZEO server a
daemon process that is restarted when it dies. The zdaemon package
-provides two tools for running daemons: zdrun.py and zdctl.py.
-The document "Using zdctl and zdrun to manage server processes"
-explains how to use these scripts to manage daemons.
-
-XXX example of how to use zdrun
-
-XXX mkzeoinst.py docs should probably go here
+provides two tools for running daemons: zdrun.py and zdctl.py. The
+document "Using zdctl and zdrun to manage server processes"
+(Doc/zdctl.txt) explains how to use these scripts to manage daemons.
Rotating log files
~~~~~~~~~~~~~~~~~~
@@ -436,10 +425,6 @@
Diagnosing problems
-------------------
-
-How to use the debug logs.
-
-Common gotchas.
If an exception occurs on the server, the server will log a traceback
and send an exception to the client. The traceback on the client will
=== ZODB3/Doc/ZEO/.cvsignore 1.1 => 1.2 ===
--- ZODB3/Doc/ZEO/.cvsignore:1.1 Tue May 27 18:08:53 2003
+++ ZODB3/Doc/ZEO/.cvsignore Thu Oct 2 14:17:30 2003
@@ -1 +1 @@
-*html
+*.html
More information about the Zodb-checkins
mailing list