From 09e55a6a1f9aeeccc8ae9e3b27850e40f7db7c2e Mon Sep 17 00:00:00 2001 From: Steve Slaven Date: Tue, 4 Aug 2009 14:31:17 -0700 Subject: More thoughts/notes diff --git a/README b/README index 2baafe6..5d115e6 100644 --- a/README +++ b/README @@ -34,6 +34,13 @@ TODO: - should die on errors accessing blocks, will also need some kind of fsck to find corrupt blocks and files effected, this way if there is a problem and you have another copy of the file then the block can be recreated +- some kind of config/IOC to allow plugging in the hash, storage, etc + methods. Main components like FileSystem, Chunk, ChunkFile don't need to + be swapped out since they are generic +- Maybe compression method doesn't belong in Chunk? it should be part of + storage (for super-chunks?) or should super-chunks be a "standard" part +- Add refcounting so we can expire chunks, or would a reverse list be + better? ----- -- cgit v0.10.2