Skip to content
Snippets Groups Projects
  1. Dec 15, 2014
  2. Oct 02, 2014
    • jmustonen's avatar
      [FIX] odoo.py windows compatibility · 5544cf00
      jmustonen authored
      Prevent infinite loop when installing on windows
      Fixes #2825
      
      Tested to work on
      * Git Bash v1.9.4 on Windows 8.1 Professional
      * Ubuntu 12.04.5 LTS
      5544cf00
  3. Jun 30, 2014
  4. Jun 25, 2014
  5. Jun 23, 2014
  6. Jun 05, 2014
  7. Jun 02, 2014
  8. May 30, 2014
  9. May 29, 2014
  10. May 28, 2014
  11. Nov 27, 2012
  12. Nov 23, 2012
  13. Nov 22, 2012
  14. Oct 29, 2012
  15. Sep 22, 2012
  16. Sep 11, 2012
  17. Sep 07, 2012
  18. Sep 04, 2012
  19. Sep 03, 2012
  20. Aug 22, 2012
  21. Mar 29, 2012
  22. Mar 28, 2012
    • Vo Minh Thu's avatar
      [IMP] cron: alternative implementation: · 1b0bfd10
      Vo Minh Thu authored
      - The previous implementation was optimized to make few queries to the database
        but needed to keep some internal state.
      - That state was updated whenever the ir_cron table was modified by the ORM
        (this works only when the cron and web processes/threads are inside a single
        OpenERP server instance).
      - The new implementation is instead polling the database.
      - This is deemed acceptable in `normal` situation (i.e. not a SaaS with
        thousand of databases).
      - This makes it possible to avoid sharing state or the use of IPC.
      - This makes it possible to add/remove additional worker processes,
        possibly on different machines.
      - The code of the older implementation is removed in this commit but
        will be added back in a later commit: this is the 6.1 stable branch
        and we don't want to change the existing installation, but simply
        provide a solution for those running OpenERP with Gunicorn (which
        uses processes for which no cron state were shared).
      
      bzr revid: vmt@openerp.com-20120328090320-vshsfv3gt1ck34s1
      1b0bfd10
  23. Mar 16, 2012
  24. Mar 15, 2012
  25. Feb 14, 2012
  26. Feb 09, 2012
  27. Feb 02, 2012
  28. Feb 01, 2012
  29. Jan 24, 2012
  30. Jan 09, 2012
Loading