Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: Idea for performance improvement
by
Camptocamp SA, Joël Grand Guillaume
IMO Great idea !
On Mon, Oct 16, 2017 at 3:47 AM, Graeme Gellatly <gdgellatly@gmail.com> wrote:
@holger I was just reading this by accident http://stackabuse.com/python-async-await-tutorial/ - its py3.5+ specific , to be honest I'm not sure how it fits, but I know you will.On Tue, Oct 10, 2017 at 2:16 PM, Holger Brunn <hbrunn@therp.nl> wrote:> could we in OCA not just make a small module that > basically uses Queue on Social features? I did something very similar for auditlog: https://github.com/OCA/connector-interfaces/pull/42 Then I'm also planning to move the recomputation of some statistical fields to an asynchronous job. The plan is to have something like @async_depends, which hooks into the depends machinery, but does the actual computation asynchronously. Note that in both cases, some promises on database integrity go to hell. But as per assumption, we don't care so much. -- Therp - Maatwerk in open ontwikkeling Holger Brunn - Ontwerp en implementatie mail: holger@therp.nl web: http://therp.nl______________________________
_________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe ______________________________
_________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
camptocamp
INNOVATIVE SOLUTIONS
BY OPEN SOURCE EXPERTS
Joël Grand-Guillaume
Division ManagerBusiness Solutions
Reference
-
Idea for performance improvement
byMoaHub, Graeme Gellatly-
Re: Idea for performance improvement
byCamptocamp SA, Joël Grand Guillaume
-