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/mitogen
David Wilson db1b5f7d62 issue #155: core: refactor main() to support forking.
* Split setup_globals() from setup_package() and make package setup
  optional (fork never needs it -- synthetic package already exists in
  children and the real package exists in masters).

* Add main() parameter to allow passing in the existing Importer
  instance. In forks from children, this means we inherit all the cached
  module state along with the __loader__ used to import any existing
  modules.
8 years ago
..
compat Initial commit. 8 years ago
__init__.py issue #139: add profiling=True option to mitogen.main(). 8 years ago
core.py issue #155: core: refactor main() to support forking. 8 years ago
debug.py issue #150: tidy up mitogen.debug output for use next time 8 years ago
docker.py issue #150: ansible: add basic Docker support. 8 years ago
fakessh.py Remove duplicate set_cloexec calls everywhere 8 years ago
master.py issue #155: add DEL_ROUTE, propagate ADD_ROUTE upwards 8 years ago
parent.py issue #155: pass reference to existing Router into Stream constructor 8 years ago
service.py issue #162: implement mitogen.service.DeduplicatingService 8 years ago
ssh.py issue #141: unify connect deadline handling 8 years ago
sudo.py issue #141: remove reference to incomplete change 8 years ago
unix.py Remove duplicate set_cloexec calls everywhere 8 years ago
utils.py ansible: redirect logging into display 'framework'. closes #111 8 years ago