]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
start to factor server-connection-management into a distinct 'StorageServerFarmBroker...
authorBrian Warner <warner@lothar.com>
Mon, 1 Jun 2009 21:06:04 +0000 (14:06 -0700)
committerBrian Warner <warner@lothar.com>
Mon, 1 Jun 2009 21:06:04 +0000 (14:06 -0700)
commitc516361fd2648156194e34b6c9a02f24249312b6
tree972c6ce4aff58a94920b0b9b0a554aa530e05756
parentd29281c9c57f1b8bcb91450d45375d7bbf5505d0
start to factor server-connection-management into a distinct 'StorageServerFarmBroker' object, separate from the client and the introducer. This is the starting point for #467: static server selection
16 files changed:
src/allmydata/client.py
src/allmydata/immutable/download.py
src/allmydata/immutable/offloaded.py
src/allmydata/immutable/upload.py
src/allmydata/mutable/publish.py
src/allmydata/mutable/servermap.py
src/allmydata/storage_client.py [new file with mode: 0644]
src/allmydata/test/no_network.py
src/allmydata/test/test_checker.py
src/allmydata/test/test_client.py
src/allmydata/test/test_helper.py
src/allmydata/test/test_mutable.py
src/allmydata/test/test_system.py
src/allmydata/test/test_upload.py
src/allmydata/test/test_web.py
src/allmydata/web/check_results.py