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 dc9f4e89e6 ansible: reap mux processes on shut down
Previously we exitted without calling waitpid(), which meant the
top-level process struct rusage did not reflect the resource usage
consumed by the multiplexer processes.

Existing benchmarks are made using perf so this never created a problem,
but it could be confusing to others using the "time" command, and also
allows logging the final exit status of the process.
5 years ago
..
compat ansible: create stub __init__.py for sdist. 6 years ago
plugins [linear2] update mitogen_get_stack for new _build_stack() return value 5 years ago
__init__.py ansible: restructure to avoid intermediate imports 7 years ago
affinity.py [stream-refactor] replace old detach_popen() reference 5 years ago
connection.py [linear2] more merge fallout, fix Connection._mitogen_reset(mode=) 5 years ago
loaders.py Update copyright year everywhere. 6 years ago
logging.py issue #552: include process identity in log messages. 6 years ago
mixins.py issue #554: fix Ansible 2.4 compatibility 6 years ago
module_finder.py module_finder: pass raw file to compile() 5 years ago
parsing.py Update copyright year everywhere. 6 years ago
planner.py ansible: abstract worker process model. 5 years ago
process.py ansible: reap mux processes on shut down 5 years ago
runner.py ansible: prevent tempfile.mkstemp() leaks. 6 years ago
services.py ansible: abstract worker process model. 5 years ago
strategy.py ansible: abstract worker process model. 5 years ago
target.py issue #575: fix exception text rendering 6 years ago
transport_config.py Add buildah transport 6 years ago