It may make sense to implement several different types of store.
a) Native filesystem, with one file per key, and the filename derived
from the keyname (may need to escape some chars). Partially implemented
already, needs more implementation as well as debugging
b) Native filesystem, with a mapping from filename to keyname, and a
pool of truncated files (hack to support broken windoze JVMs). Would be
a descendant of the class implementing a).
c) Everything in a single file, the current datastore that we all know
and hate. Implemented fully but has the DSB.

What are the relative urgencies of these options? Should I tackle a)
and b) before debugging c) ? If a) and b) are implemented, is c) even
necessary?
-- 
Matthew Toseland
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Freenet/Coldstore open source hacker.
Looking for $coding (I'm cheap)

Attachment: msg03961/pgp00000.pgp
Description: PGP signature

Reply via email to