mitogen/ansible_mitogen
David Wilson cc980569a3 issue #159: initial context LRU implementation
Now Connection.close() *must* be called in the worker, to ensure the
reference count for a context drops correctly.

Remove 'discriminator' for now, I'm not using it for testing any more
and it complicated this code.

This code is a car crash, it needs rewritten again. Ideally some/most of
this behaviour could live on services.DeduplicatingService somehow, but
I couldn't come up with a sensible design.
2018-04-13 13:49:16 +01:00
..
plugins ansible: enable forking when requested and for async jobs. 2018-04-09 00:03:09 +01:00
__init__.py ansible: restructure to avoid intermediate imports 2018-03-19 21:58:29 +05:45
connection.py issue #159: initial context LRU implementation 2018-04-13 13:49:16 +01:00
logging.py ansible: Move setLevel() bits together. 2018-03-30 14:42:54 +05:45
mixins.py ansible: rename helpers.py to target.py, to reflect its purpose 2018-04-08 19:34:03 +01:00
planner.py ansible: more docstrings and call_async() 2018-04-09 03:20:48 +01:00
process.py ansible: enable forking when requested and for async jobs. 2018-04-09 00:03:09 +01:00
runner.py ansible: enable forking when requested and for async jobs. 2018-04-09 00:03:09 +01:00
services.py issue #159: initial context LRU implementation 2018-04-13 13:49:16 +01:00
strategy.py ansible: enable forking when requested and for async jobs. 2018-04-09 00:03:09 +01:00
target.py ansible: tidy up annoying syntax 2018-04-09 15:06:29 +01:00