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.
2018-09-10 19:09:37 +01:00
..
_static docs: more getting started guide 2018-03-19 21:58:27 +05:45
_templates docs: fix reading time tracking :( 2018-03-28 18:38:20 +05:45
images docs: update contributors. 2018-08-31 15:36:06 +01:00
.gitignore docs: fix intensely annoying _prefix, 2 years later. 2018-04-06 16:50:36 +01:00
Makefile docs: fix intensely annoying _prefix, 2 years later. 2018-04-06 16:50:36 +01:00
ansible.rst docs: some more cleanups 2018-09-10 18:33:44 +01:00
api.rst docs: some more cleanups 2018-09-10 18:33:44 +01:00
changelog.rst ansible: fix put_file() for large temporary files. 2018-09-10 19:09:37 +01:00
conf.py docs: merge more docs back into mitogen/core.py. 2018-08-18 16:43:59 +01:00
contributors.rst docs: update contributors. 2018-08-31 15:36:06 +01:00
docs-requirements.txt Add freze alabaster version to try fix layout issue. 2018-08-19 21:45:35 +01:00
examples.rst Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00
getting_started.rst comments/docs: correct mitogen.master.Context -> mitogen.parent.Context. 2018-07-23 19:11:23 -07:00
howitworks.rst docs: some more cleanups 2018-09-10 18:33:44 +01:00
index.rst docs: remove prerelease caution. 2018-07-09 03:03:05 +01:00
internals.rst docs: document mitogen.core.CHUNK_SIZE. 2018-08-18 16:44:00 +01:00
pickle-substitutes.ods docs: First round of Pickle-likes survey 2018-03-19 21:58:33 +05:45
services.rst docs: add warning label to services.rst. 2018-07-09 03:05:48 +01:00
shame.rst docs: Fix function name. 2018-03-19 21:58:28 +05:45
signals.rst docs: merge more docs back into mitogen/core.py. 2018-08-18 16:43:59 +01:00
toc.rst docs: promote contributors & changelog links at least for 2018 2018-07-09 03:09:43 +01:00