[Neo-report] r2349 gregory - /trunk/neo/client/app.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 12 14:17:18 CEST 2010


Author: gregory
Date: Tue Oct 12 14:17:15 2010
New Revision: 2349

Log:
Warn about the slowness of the load invalidations barrier.

Modified:
    trunk/neo/client/app.py

Modified: trunk/neo/client/app.py
==============================================================================
--- trunk/neo/client/app.py [iso-8859-1] (original)
+++ trunk/neo/client/app.py [iso-8859-1] Tue Oct 12 14:17:15 2010
@@ -558,6 +558,7 @@ class Application(object):
             # Those invalidations are checked at ZODB level, so it decides if
             # loaded data can be handed to current transaction or if a separate
             # loadBefore call is required.
+            # XXX: A better implementation is required to improve performances
             self.invalidationBarrier()
             return result
         finally:





More information about the Neo-report mailing list