1. 28 Aug, 2010 16 commits
  2. 27 Aug, 2010 15 commits
  3. 26 Aug, 2010 7 commits
  4. 24 Aug, 2010 2 commits
    • Vincent Pelletier's avatar
      Don't store connection on instances. · 37decce5
      Vincent Pelletier authored
      This causes garbage collection problems, as BaseConnection instances also
      hold a reference to HandlerSwitcher instance. It is unclear why it fails,
      as microbenchs show this should not be a problem for gc.
      Also, move loggers out of HandlerSwitcher.setHandler to avoid passing a
      connection parameter just for them.
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@2222 71dcc9de-d417-0410-9af5-da40c76e7ee4
      37decce5
    • Vincent Pelletier's avatar
      Improve replication SQL queries. · d8a7a177
      Vincent Pelletier authored
      It is more efficient to provide a boundary value than a row count range.
      This fixes replication on partitions with a large number of objects, revisions
      or transactions: query time is now constant where it used to increase, causing
      timeout problems when query duration exceeded ping time + ping timeout (11s
      currently).
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@2221 71dcc9de-d417-0410-9af5-da40c76e7ee4
      d8a7a177