]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
storage: wrap buckets in a local proxy
authorBrian Warner <warner@lothar.com>
Mon, 9 Jul 2007 06:27:46 +0000 (23:27 -0700)
committerBrian Warner <warner@lothar.com>
Mon, 9 Jul 2007 06:27:46 +0000 (23:27 -0700)
commitdce1dc27309d0f554371742fad76375ad9557bda
tree0736b80a2aed8ccb848a899e6be039e9088c19e1
parent8891544d6c33ffc77a8795c6f705dac30fd5fc63
storage: wrap buckets in a local proxy
This will make it easier to change RIBucketWriter in the future to reduce the wire
protocol to just open/write(offset,data)/close, and do all the structuring on the
client end. The ultimate goal is to store each bucket in a single file, to reduce
the considerable filesystem-quantization/inode overhead on the storage servers.
src/allmydata/download.py
src/allmydata/encode.py
src/allmydata/interfaces.py
src/allmydata/storageserver.py
src/allmydata/test/test_encode.py
src/allmydata/upload.py