Re: [ansible-devel] Do we need StrageyBase._results_lock?

2021-03-24 Thread Matt Martz
I won't have time until sometime later, but note that I had 100 actual debug tasks, not a loop of 100 items. On Tue, Mar 23, 2021 at 4:50 PM Alex Willmer wrote: > Matt, > Could you share your benchmark. I'm seeing barely any difference > > With lock: > > ± hyperfine -- "ansible-playbook --forks

[ansible-devel] ansible-4.0.0 alpha2

2021-03-24 Thread Toshio Kuratomi
Hi all, We're happy to announce that the Ansible-4.0.0 alpha2 package is now available! This update is based on the Ansible-core-2.11.x package which is a major update from the Ansible-3 package (Ansible-3 was based on Ansible-core-2.10.x). There may be backwards incompatibilities in the core

Re: [ansible-devel] Do we need StrageyBase._results_lock?

2021-03-24 Thread Brian Coca
note that loops are within the same subprocess, while tasks each require their own, so there are very different performance profiles On Wed, Mar 24, 2021 at 10:02 AM Matt Martz wrote: > > I won't have time until sometime later, but note that I had 100 actual debug > tasks, not a loop of 100