]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
MDMFSlotReadProxy: remove the queue
authorBrian Warner <warner@lothar.com>
Mon, 5 Sep 2011 19:04:08 +0000 (12:04 -0700)
committerBrian Warner <warner@lothar.com>
Fri, 9 Sep 2011 18:11:50 +0000 (11:11 -0700)
This is a neat trick to reduce Foolscap overhead, but the need for an
explicit flush() complicates the Retrieve path and makes it prone to
lost-progress bugs.

Also change test_mutable.FakeStorageServer to tolerate multiple reads of the
same share in a row, a limitation exposed by turning off the queue.


No differences found