[Neo-report] r1947 vincent - /trunk/TODO

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 19 16:34:08 CET 2010


Author: vincent
Date: Fri Mar 19 16:34:08 2010
New Revision: 1947

Log:
Add a TODO entry on connection pool improvement.

Modified:
    trunk/TODO

Modified: trunk/TODO
==============================================================================
--- trunk/TODO [iso-8859-1] (original)
+++ trunk/TODO [iso-8859-1] Fri Mar 19 16:34:08 2010
@@ -209,6 +209,12 @@
     - Cache for loadSerial/loadBefore
     - Implement restore() ZODB API method to bypass consistency checks during
       imports.
+    - Implement and use an iterator on connection pool, to minimize the amount
+      of reconnections:
+      - first iterate over nodes with established connections, then on other
+        nodes
+      - allow caller to specify the node it wants to find (ex, which partitions
+        it is interested in, etc)
 
   Later
     - Consider auto-generating cluster name upon initial startup (it might





More information about the Neo-report mailing list