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/docs
David Wilson 7458dfae85 ansible: avoid roundtrip for small file transfers.
Calls to connect.put_file() where the file is sufficiently small enough
to fit in a single RPC proceed without waiting for an RPC response. If
the write fails the target context will log an exception, and any
subsequent step depending on the written file will fail.

I verified every built-in action plugin for file transfer calls, and
they all depend on the transferred file in the following step, so this
should be safe.

Reduces template/copy actions to 2-RTT, loop-20-templates.yml runtime
reduced from 30 seconds to 10 seconds over a 250ms link compared to
v0.2.2, and from 123 seconds compared to vanilla with pipelining
enabled.
7 years ago
..
_static docs: more getting started guide 8 years ago
_templates docs: fix reading time tracking :( 8 years ago
images docs: initial contributors page 8 years ago
.gitignore docs: fix intensely annoying _prefix, 2 years later. 8 years ago
Makefile docs: fix intensely annoying _prefix, 2 years later. 8 years ago
ansible.rst ansible: avoid roundtrip for small file transfers. 7 years ago
api.rst issue #345: disable IdentitiesOnly by default. 7 years ago
changelog.rst docs: update changelog. 7 years ago
conf.py docs: merge more docs back into mitogen/core.py. 7 years ago
contributors.rst docs: whups, add missing contributors entry 8 years ago
docs-requirements.txt Add freze alabaster version to try fix layout issue. 7 years ago
examples.rst Initial Python 3.x port work. 8 years ago
getting_started.rst comments/docs: correct mitogen.master.Context -> mitogen.parent.Context. 8 years ago
howitworks.rst docs: many more fixes/merges. 7 years ago
index.rst docs: remove prerelease caution. 8 years ago
internals.rst docs: document mitogen.core.CHUNK_SIZE. 7 years ago
pickle-substitutes.ods docs: First round of Pickle-likes survey 8 years ago
services.rst docs: add warning label to services.rst. 8 years ago
shame.rst docs: Fix function name. 8 years ago
signals.rst docs: merge more docs back into mitogen/core.py. 7 years ago
toc.rst docs: promote contributors & changelog links at least for 2018 8 years ago