[ZODB-Dev] ZODB3 3.3 alpha 2 released

Jon Dyte jon at totient.demon.co.uk
Tue Jan 13 17:22:38 EST 2004


Hi Jeremy

Couple of minor fixes for ZODB3 3.3a2

1)The monitor-address field in zeo config file doesnt work unless this changed

--- runzeo.py   2003-10-24 22:29:43.000000000 +0100
+++ runzeo.py   2004-01-13 19:11:41.000000000 +0000
@@ -87,7 +87,7 @@
                  default=100)
         self.add("transaction_timeout", "zeo.transaction_timeout",
                  "t:", "timeout=", float)
-        self.add("monitor_address", "zeo.monitor_address", "m:", "monitor=",
+        self.add("monitor_address", "zeo.monitor_address.address", "m:", "monitor=",
                  self.handle_monitor_address)
         self.add('auth_protocol', 'zeo.authentication_protocol',
                  None, 'auth-protocol=', default=None)

2) some old 'C' compilers dont support C++ style comments (eg cc: WorkShop Compilers 4.2 30 Oct 1996 C 4.2)

--- BTreeModuleTemplate.c       2003-11-28 16:44:44.000000000 +0000
+++ BTreeModuleTemplate.c.new   2004-01-13 22:15:56.000000000 +0000
@@ -18,7 +18,7 @@
 
 #ifdef PERSISTENT
 #include "cPersistence.h"
-//#include "persistence/persistenceAPI.h"
+/*#include "persistence/persistenceAPI.h"*/
 #else
 #define PER_USE_OR_RETURN(self, NULL)
 #define PER_ALLOW_DEACTIVATION(self)


The MVCC stuff appears to be working though I've only tried a limited test case.

Thanks

Jon







More information about the ZODB-Dev mailing list