TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Quadrupling Ansible performance with Mitogen

3 点作者 rkrzr大约 7 年前

1 comment

rkrzr大约 7 年前
&gt; An experimental extension to Ansible is included that implements host connections over Mitogen, replacing embedded shell invocations with pure-Python equivalents invoked via highly efficient remote procedure calls tunnelled over SSH. No changes are required to the target hosts.<p>This approach looks really promising. By default Ansible opens a ton of SSH connections (to the same host..) and it also spawns a ton of subshells for a typical run.<p>That is of course really wasteful and inefficient, and this project tries to fix it.<p><a href="https:&#x2F;&#x2F;mitogen.readthedocs.io&#x2F;en&#x2F;latest&#x2F;ansible.html" rel="nofollow">https:&#x2F;&#x2F;mitogen.readthedocs.io&#x2F;en&#x2F;latest&#x2F;ansible.html</a>