odoo/openerp/modules
Christophe Simonis cc4fba6089 [IMP] core: manage registries via an LRU.
When working with a large number of databases, the memory allocated to
registries wasn't limited, resulting to waste memory (especially in the
longpolling worker, which is not recycled).
The size of the LRU is depending on the soft limit configured for
workers.
2014-10-29 18:28:07 +01:00
..
__init__.py new test execution engine 2014-02-09 01:40:05 +01:00
db.py [FIX] module: do not recreate categories when updating modules 2012-11-28 19:37:01 +01:00
graph.py [FIX] [CLEAN] Various: fixed / cleaned use of dict.fromkeys. 2014-09-18 11:18:30 +02:00
loading.py [FIX] api: clear environments on module installation 2014-10-02 17:46:25 +02:00
migration.py [FIX] migration: test if package is installed using its state. 2014-10-07 14:57:26 +02:00
module.py [IMP] modules: add support for loading module description from README.{md,rst,txt} 2014-09-12 18:31:32 +02:00
registry.py [IMP] core: manage registries via an LRU. 2014-10-29 18:28:07 +01:00