Mirror of mitogen
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.
 
 
 
Go to file
David Wilson e647adc62e ansible: copy GIL change from linear2 branch.
Reduces runtime by 25% given 100 25ms SSH targets:

    ANSIBLE_STRATEGY=mitogen \
    MITOGEN_POOL_SIZE=100 \
    /usr/bin/time -l ansible k3-x100 -m shell -a hostname

Before:
           39.56 real        35.29 user        17.24 sys
      59600896  maximum resident set size
       1784252  page reclaims
          9016  messages sent
         10382  messages received
         18774  voluntary context switches
        770070  involuntary context switches

After:
           29.79 real        22.10 user        11.77 sys
      59281408  maximum resident set size
       1725268  page reclaims
          8582  messages sent
          9959  messages received
         14582  voluntary context switches
         75280  involuntary context switches
7 years ago
.github Add GitHub issue template. 7 years ago
.travis tests: rationalize matrix and rewrite ansible_tests 7 years ago
ansible_mitogen ansible: copy GIL change from linear2 branch. 7 years ago
docs docs: update changelog. 7 years ago
examples examples: fix mitogen-fuse on 2.x. 8 years ago
mitogen core: fix startup logging race. Closes #305. 7 years ago
tests issue #337: ssh: disabling PTYs round 2: make it automatic. 7 years ago
.gitignore docs: fix intensely annoying _prefix, 2 years later. 8 years ago
.lgtm.yml compat: ignore LGTM checks on third party 8 years ago
.travis.yml Correct DISTROS variable name for ansible_tests. 7 years ago
LICENSE Add license text everywhere. 8 years ago
README.md commented out travis badge 7 years ago
dev_requirements.txt Fix GitHub vulnerability notification. 7 years ago
preamble_size.py add --dump to preamble_size.py. 7 years ago
run_tests Record ulimit -a in run_test output. 8 years ago
setup.cfg Ignore another annoying flake8 message. 8 years ago
setup.py Update trove classifiers. 8 years ago
tox.ini Fix invocation of test runner by tox 8 years ago

README.md