[Zope-Checkins] SVN: Zope/branches/2.11/doc/CHANGES.txt sending DatabaseOpened event during startup

Andreas Jung andreas at andreas-jung.com
Thu Dec 27 09:28:30 EST 2007


Log message for revision 82470:
  sending DatabaseOpened event during startup
  

Changed:
  U   Zope/branches/2.11/doc/CHANGES.txt

-=-
Modified: Zope/branches/2.11/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.11/doc/CHANGES.txt	2007-12-27 14:26:22 UTC (rev 82469)
+++ Zope/branches/2.11/doc/CHANGES.txt	2007-12-27 14:28:29 UTC (rev 82470)
@@ -54,9 +54,8 @@
 
     Features added
 
-      - Zope2 startup: Zope will now send a ProcessStarting event when it 
-        is ready to serve requests. You can subscribe to this event e.g.
-        for starting application-level threads. 
+      - Zope2 startup: Zope will now sends DatabaseOpened and
+        ProcessStarting events during startup
 
       - Testing.ZopeTestCase: Introduced a "ZopeLite" test layer, making it
         possible to mix ZTC and non-ZTC tests much more freely.



More information about the Zope-Checkins mailing list