Distributed self-replicating programs in Python
Go to file
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
.travis issue #164: teach debops_tests.sh to use SSH 2018-04-05 22:52:02 +01:00
ansible_mitogen issue #159: initial context LRU implementation 2018-04-13 13:49:16 +01:00
docs issue #159: initial context LRU implementation 2018-04-13 13:49:16 +01:00
examples issue #164: split "examples" out into regression/integration tests. 2018-04-04 15:59:29 +01:00
mitogen issue #159: initial context LRU implementation 2018-04-13 13:49:16 +01:00
tests issue #159: verify no more than 20 tasks exist on the remote 2018-04-12 12:37:31 +01:00
.gitignore docs: fix intensely annoying _prefix, 2 years later. 2018-04-06 16:50:36 +01:00
.lgtm.yml compat: ignore LGTM checks on third party 2018-03-19 21:58:31 +05:45
.travis.yml issue #164: convert "examples" into actual tests 2018-04-04 20:01:23 +01:00
LICENSE Add license text everywhere. 2018-03-19 21:58:28 +05:45
README.md README: move testing bits into tests directory. 2018-03-19 21:58:32 +05:45
dev_requirements.txt tests: Add coverage as a dev requirement 2018-04-01 02:04:41 +01:00
preamble_size.py Merge branch 'master' into eye-of-the-token-its-the-thrill-of-the-light 2018-04-07 10:44:52 +01:00
run_tests issue #164: rename 'test' to 'run_tests' to avoid tab complete conflict 2018-04-04 16:00:09 +01:00
setup.cfg tests: Switch to unit2 test runner, with coverage 2018-04-01 01:43:45 +01:00
setup.py setup: Scan project dir to find packages 2018-03-19 21:58:34 +05:45
tox.ini tests: Switch to unit2 test runner, with coverage 2018-04-01 01:43:45 +01:00

README.md