[Zodb-checkins] SVN: ZODB/branches/hannosch-pickle-protocol2/etc/sample.conf Add protocol 0 to the benchmarks

Hanno Schlichting hannosch at hannosch.eu
Sat May 1 08:08:11 EDT 2010


Log message for revision 111819:
  Add protocol 0 to the benchmarks
  

Changed:
  U   ZODB/branches/hannosch-pickle-protocol2/etc/sample.conf

-=-
Modified: ZODB/branches/hannosch-pickle-protocol2/etc/sample.conf
===================================================================
--- ZODB/branches/hannosch-pickle-protocol2/etc/sample.conf	2010-05-01 12:00:57 UTC (rev 111818)
+++ ZODB/branches/hannosch-pickle-protocol2/etc/sample.conf	2010-05-01 12:08:11 UTC (rev 111819)
@@ -17,27 +17,51 @@
     </filestorage>
 </zodb>
 
-<zodb zeo_fs>
+<zodb zeo_fs_prot0>
     <zeoclient>
         server $host:8100
+        pickle-protocol 0
     </zeoclient>
 </zodb>
 
-<zodb zeofs_pcache>
+<zodb zeo_fs_prot1>
     <zeoclient>
         server $host:8100
+    </zeoclient>
+</zodb>
+
+<zodb zeo_fs_prot2>
+    <zeoclient>
+        server $host:8100
+        pickle-protocol 2
+    </zeoclient>
+</zodb>
+
+<zodb zeofs_pcache_prot0>
+    <zeoclient>
+        server $host:8100
         client 0
         var var
         cache-size 200000000
+        pickle-protocol 0
     </zeoclient>
 </zodb>
 
-<zodb zeofs_pcache_prot2>
+<zodb zeofs_pcache_prot1>
     <zeoclient>
         server $host:8100
         client 1
         var var
         cache-size 200000000
+    </zeoclient>
+</zodb>
+
+<zodb zeofs_pcache_prot2>
+    <zeoclient>
+        server $host:8100
+        client 2
+        var var
+        cache-size 200000000
         pickle-protocol 2
     </zeoclient>
 </zodb>



More information about the Zodb-checkins mailing list