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 638b196a45 ansible: fix put_file() for large temporary files.
Reverts 49736b3a, large file copies can't avoid the RTT.

The parent stack must be blocked while FileService progresses, as unlike
the small file path, it does not make a snapshot of the (possibly
temporary) file passed by the action plug-in. So we need to keep that
file alive while the service runs.

Add a new integration test and a new soak test to cover both.
6 years ago
..
_static
_templates
images docs: update contributors. 6 years ago
.gitignore
Makefile
ansible.rst docs: some more cleanups 6 years ago
api.rst docs: some more cleanups 6 years ago
changelog.rst ansible: fix put_file() for large temporary files. 6 years ago
conf.py
contributors.rst docs: update contributors. 6 years ago
docs-requirements.txt
examples.rst
getting_started.rst
howitworks.rst docs: some more cleanups 6 years ago
index.rst
internals.rst
pickle-substitutes.ods
services.rst
shame.rst
signals.rst
toc.rst