[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - zopeschema.xml:1.1.2.10

Fred L. Drake, Jr. fred@zope.com
Mon, 27 Jan 2003 12:04:21 -0500


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

Modified Files:
      Tag: chrism-install-branch
	zopeschema.xml 
Log Message:
Add some more docstrings.


=== Zope/lib/python/Zope/Startup/zopeschema.xml 1.1.2.9 => 1.1.2.10 ===
--- Zope/lib/python/Zope/Startup/zopeschema.xml:1.1.2.9	Fri Jan 24 18:28:49 2003
+++ Zope/lib/python/Zope/Startup/zopeschema.xml	Mon Jan 27 12:04:19 2003
@@ -138,7 +138,15 @@
 
   <key name="zserver-threads" datatype="integer" default="4"/>
 
-  <key name="python-check-interval" datatype="integer" default="500"/>
+  <key name="python-check-interval" datatype="integer" default="500">
+    <description>
+      Value passed to Python's sys.setcheckinterval() function.  The
+      higher this is, the less frequently the Python interpreter
+      checks for keyboard interrupts.  Setting this to higher values
+      also reduces the frequency of potential thread switches, which
+      can improve the performance of a busy server.
+    </description>
+  </key>
 
   <key name="use-daemon-process" datatype=".use_daemon_process" default="on"
        handler="use_daemon_process"/>
@@ -205,7 +213,11 @@
   <key name="zeo-client-name"
        handler="zeo_client_name"/>
 
-  <section type="eventlog" name="*" attribute="eventlog"/>
+  <section type="eventlog" name="*" attribute="eventlog">
+    <description>
+      Describes the logging performed by zLOG.LOG() calls.
+    </description>
+  </section>
 
   <section type="logger" name="access"/>