You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/ansible_mitogen
David Wilson fdbd954113 ansible: preload built-in modules in ModuleDepScanner.
For "ansible -m setup" over a 25ms link, avoids 65 roundtrips and
reduces runtime from 5.7s to 4.1s (-28%).

For "ansible -m setup" over a simulated 250 ms link, reduces runtime
from m27.015s to 0m8.254s (-69%).
8 years ago
..
plugins ansible: add dummy init.pys so setup.py find_packages() DTRT. 8 years ago
__init__.py ansible: restructure to avoid intermediate imports 8 years ago
connection.py service: v2. Closes #213 8 years ago
logging.py master: annotate LogForwarder messages. 8 years ago
mixins.py ansible: preload built-in modules in ModuleDepScanner. 8 years ago
module_finder.py issue #217: pass through non-custom module utils to regular importer. 8 years ago
planner.py ansible: preload built-in modules in ModuleDepScanner. 8 years ago
process.py issue #217: ansible: working, if extremely inefficient implementation 8 years ago
runner.py ansible: remove indirect master.py imports. 8 years ago
services.py ansible: preload built-in modules in ModuleDepScanner. 8 years ago
strategy.py setns: support changing user. 8 years ago
target.py ansible: remove indirect master.py imports. 8 years ago