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

Ulrich Eck ueck@net-labs.de
Mon, 9 Dec 2002 10:22:21 -0500


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

Modified Files:
      Tag: jack-e_scheduler_branch
	zserver.zcml.in 
Log Message:
beginning of checkins for Task Schedule System for Zope3
zserver.zcml.in: a Directive to start a TimeEventProducer Thread (commented out)


=== Zope3/zserver.zcml.in 1.1 => 1.1.10.1 ===
--- Zope3/zserver.zcml.in:1.1	Mon Nov 18 15:20:11 2002
+++ Zope3/zserver.zcml.in	Mon Dec  9 10:22:18 2002
@@ -48,6 +48,15 @@
      <startup:addServer type = "XML-RPC" port = "8081" verbose="true" />
      <startup:addServer type = "FTP" port = "8021" />
 
+    <!-- Add a TimeEventProducer Thread for Task Schedule
+
+     <startup:addThread 
+        callable = "Zope.App.Tasks.TimeEventProducer.startTimeEventProducer"
+        args = "resolution=1 unit=sec path=/"   
+     />
+
+    -->
+
   </startup:defineSite>